/* Style Sheet for Hey I'm Here Website) */

html, body {
    margin: 0;
    background:  #303030;
    font-weight: 300;
    font-family: Arial, Helvetica, sans-serif;
}

p {
    text-align: left;
    text-indent: 40px;
}

.container {
    width: 80%;
    margin: 1em auto;
}

.content {
    background: #757575;
    color: #fefefe;
    text-align: center;
    align-items: center;
    margin: auto auto;
    width: 80%;
}

.inner {
    width: 75%;
    margin: 1em auto;
    padding: 1em, 0;
}

.round {
    border-radius: 10px;
}

.round-left {
    border-radius: 10px 0px 0px 10px;
    border-left: none !important;
}

.round-right {
    border-radius: 0px 10px 10px 0px; 
    border-right: none !important;
}

.flex {
    display: flex;
    flex: 1;
    flex-flow: row || nowrap;
    justify-content: center;
    align-items: center;
}

.tab {
    background: #24b203;
    color: #fefefe;
    transition: background 0.4s linear 0s;
    border-left: solid;
    border-right: solid;
    border-width: 2px;
    border-color: #303030;
}

.tab:hover {
    background: #757575;
}

.active-tab {
    background: #757575;
    color: #EEEECC;
    border-left: solid;
    border-right: solid;
    border-width: 2px;
    border-color: #303030;
}

header {
    background: #1c8c03;
}

header::after {
    content: '';
    display: table;
    clear: both;
}

.logo {
}

nav {
}

nav ul {
    display: flex;
    background: #303030;
    padding: 3px;   
}

nav li {
    display: inline-block;
    padding: 8px;
}

nav a {
    text-decoration: none;
    text-transform: uppercase;
    color: #FEFEFE;
    font-size: 30px;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
    color: #fefefe;
}
