@keyframes fadeIn {
    0% {
        opacity: 0;
        transform: translate(0, 15px);
    }
    100% {
        opacity: 1;
        transform: translate(0, 0px);
    }
}
body {
    background-color: black;
    color: white;
    font-family: sans-serif;
    font-family: gotham;
}
h1, h2, h3, h4, p {
    margin: 0;
    padding: 0;
}
header {
    /*background-color: rgba(20, 22, 24, 0.387);*/
    /*max-width: 1280px;*/
    /*margin: 0px auto;*/
    position: fixed;
    transition: all 0.4s ease;
    top: 0;
    left: 0;
    right: 0;
    height: 90px;
    /*background-attachment: scroll;*/
    background-image: linear-gradient(to bottom, black, transparent);
}
header > div {
    display: flex;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0px auto;
    /*min-height: 80px;*/
}
h1#logo {
    float: left;
    margin: 0;
    padding: 0;
}
h1#logo a {
    display: inline-block;
    height: 90px;
    width: 228px;
    background-image: url('/cadence-logo.png');
    text-indent: -10000px;
    background-position: 5px 9px;
    text-decoration: none;
    background-repeat: no-repeat;
    transition: all 0.4s ease;
    background-size: 220px;
}
header > div nav {
    width: 600px;
}
#mobileMenu {
    display: none;
}
button#hmenu {
    display: none;
}
nav {
    padding: 14px 0 0;
}
div#navWrap {
}
.navLogo {
    background-position: left center;
    background-size: 125px;
    background-repeat: no-repeat;
}
.navLogo ul#nav li:nth-of-type(1) {
    margin: 0 0 0 147px;
    transition: all 0.3s ease;
}
.navLogo ul#nav li ul li:nth-of-type(1) {
    margin: 0;
    transition: none 0 ease;
}
ul#nav {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: space-between;
}
ul#nav li {
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
}
ul#nav li a {
    display: block;
    float: left;
    padding: 15px 1px 4px;
    text-decoration: none;
    transition: all 0.5s ease;
    font-size: 22px;
    color: #FFFFFF;
    /*color: #6E96BC;*/
    /*border-bottom: 1px solid #9ABECB;*/
    margin: 0 12px;
}
ul#nav li.active a {
    /*background-color: #E9E9E9;*/
    /*color: #565656;*/
    border-bottom: 1px solid transparent;
    border-bottom: 1px solid rgba(110, 149, 187, 0.849);
}
ul#nav li:hover a {
    /*background-color: #E9E9E9;*/
    /*color: #565656;*/
}
ul#nav li:hover ul {
    display: block;
}
a#topLink {
    display: none;
}
#hmenu {
    display: none;
}
header > div > div {
    width: 170px;
    /*background-color: yellow;*/
}
div#headerContact {
    padding: 8px 0 0;
    /*background-color: #000000;*/
    /*background-color: rgba(0, 0, 0, 0.593);*/
    padding: 3px 5px 8px 0px;
    /*+border-radius: 4px;*/
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    border-radius: 4px;
}
div#headerContact a {
    transition: all 0.2s ease;
    color: #FFFFFF;
}
div#headerContact a:hover {
}
div#headerContact a#headerPhone {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 22px;
    /*background-color: rgba(0, 0, 0, 0.593);*/
}
div#headerContact a#headerAddress {
    display: block;
    text-align: right;
    text-decoration: none;
    font-size: 11px;
    margin: 2px 0 5px;
}
a#paypal {
    margin: 0 0 0 auto;
    padding: 4px;
    display: block;
    text-align: center;
    border: 1px solid #0B5CA1;
    text-decoration: none;
    /*+border-radius: 2px;*/
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -khtml-border-radius: 2px;
    border-radius: 2px;
    font-size: 12px;
    text-transform: uppercase;
    width: 142px;
    background-color: #0B5CA0;
    color: #FFFFFF;
    /*+box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.342);*/
    -moz-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.342);
    -webkit-box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.342);
    box-shadow: 1px 1px 1px 1px rgba(0, 0, 0, 0.342);
    transition: all 0.4s ease !important;
    background-position: 3px 2px;
    background-size: 16px;
    background-repeat: no-repeat;
    text-indent: 17px;
    background-image: url(https://teacher.legal/img/pp.png);
    transition: all 0.4s ease;
    /*display: inline-block;*/
    /*visibility: visible;*/
}
a#paypal:hover {
    background-color: #FFFFFF;
    color: #0B5CA0;
}
header.scrollActive {
    background-color: rgba(255, 255, 255, 0.978);
    height: 90px;
    background-image: none;
    /*position: fixed;*/
}
header.scrollActive h1#logo a {
    display: inline-block;
    height: 74px;
    width: 228px;
    background-image: url('/cadence-logo.png');
    text-indent: -10000px;
    background-position: 0px 3px;
    text-decoration: none;
    background-size: 200px;
    margin: 5px 0 0;
}
header.scrollActive nav {
    /*padding: 10px 0 0;*/
}
header.scrollActive nav ul#nav li a {
    color: #000000;
}
header.scrollActive div#headerContact a {
    color: #084C8D;
}
header.scrollActive div#headerContact {
    background-color: transparent;
    padding-top: 11px;
}
header.scrollActive a#paypal {
    display: none;
    /*visibility: hidden;*/
}
section#mainImg {
    margin: 80px 0 0;
    margin: 0;
    min-height: 600px;
    /*background-color: #B4CFF1;*/
    /*position: relative;*/
    /*z-index: 1;*/
    background-image: url(/main-1.jpg);
    /*background-image: url(/austin_sunshine.jpg), linear-gradient(to bottom, black 5%, transparent);*/
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    /*background-color: #000000;*/
    background-blend-mode: overlay;
}
section#mainImg > div {
    max-width: 800px;
    margin: 0 auto;
    animation: fadeIn linear 1s;
    text-align: center;
    /*position: relative;*/
    /*top: 15px;*/
}
section#mainImg > div h1 {
    font-size: 60px;
    text-shadow: 1px 2px 2px #767676;
    text-transform: uppercase;
    letter-spacing: 2px;
}
section#mainImg > div p {
    font-size: 21px;
    text-shadow: 1px 2px 2px #767676;
    letter-spacing: 1px;
}
section.homeTitle {
    /*height: 80px;*/
    background-color: #141618;
    display: flex;
    justify-content: center;
    align-items: center;
    /*position: relative;*/
    /*z-index: 1;*/
}
section.homeTitle h1 {
    text-align: center;
    margin: 0px;
    font-size: 36px;
    padding: 23px 0 0px;
    text-transform: uppercase;
    letter-spacing: 9px;
    font-weight: 300;
}
section.homeTitle p {
    text-align: center;
    margin: 0px;
    font-size: 34px;
    padding: 16px 0 25px;
    /*text-transform: uppercase;*/
    letter-spacing: 4px;
    /*font-style: italic;*/
    font-weight: 300;
    font-weight: 700;
    color: #73BE1E;
    color: #0B4E8E;
    color: #C0DEFA;
    text-shadow: 1px 1px 2px #0B4E8E;
    text-shadow: 0px 0px 1px #C1E994;
}
section#homeOverview {
    background-color: #DDDDDD;
    padding: 40px;
    color: #000000;
}
section#homeOverview > div {
    display: flex;
    max-width: 1200px;
    margin: 0 auto;
}
section#homeOverview > div > div {
    padding: 40px;
    width: 50%;
}
section#homeOverview > div > div img {
    width: 100%;
    height: auto;
}
footer {
    height: 280px;
    background-color: #767676;
}
