/*
blue: #709dca
orange: #ffbb42
footer: #e7edf3
text color: #394b50
*/

@font-face{
    font-family: gothamBlack;
    src: url(../fonts/GOTHAM-BLACK.TTF);
}
@font-face{
    font-family: gothamMedium;
    src: url(../fonts/GOTHAM-MEDIUM.TTF);
}
@font-face{
    font-family: gothamLight;
    src: url(../fonts/GOTHAM-LIGHT.TTF);
}
@font-face{
    font-family: gothamBold;
    src: url(../fonts/GOTHAM-BOLD.TTF);
}
@font-face{
    font-family: gothamBook;
    src: url(../fonts/Gotham Book.TTF);
}
@font-face{
    font-family: gothamThin;
    src: url(../fonts/GOTHAM-THIN.TTF);
}
/*group*/
header, #secondPanel, .number{
    color: #394b50;
}
.number{
    font-family:gothamLight;
}
body, p {
    font-family: gothamBook;
}
h1, h2, h3, h4, h5, h6 {
    font-family: gothamBlack
}
h1{
    font-size:30px;
}
h2{
    font-size:26px;
}
h3{
    font-size:24px;
}
h4{
    font-size:22px;
}
@media screen and (min-width: 768px) {
    h1{
        font-size:40px;
    }
    h2{
        font-size:36px;
    }
    h3{
        font-size:34px;
    }
    h4{
        font-size:32px;
    }
}
p{
    font-size:22px;
}
button:hover{
    cursor: pointer;
}
/*header*/
header{
    padding: 5px 0px;
}
a, a:hover{
    color:inherit;
    text-decoration: none;
}

#logo{
    width: 125px;
    margin-right:15px;
}
#topLeft{
    font-family: gothamMedium;
    font-size: 30px;
    vertical-align: middle;
}
span.number{
    font-size: 22px;
    vertical-align: middle;
    line-height: 1.3;
}
.number a {
    white-space: nowrap;
}
/*Helper classes*/
.max-800 {
    max-width: 800px;
    margin: auto;
}
.max-900 {
    max-width: 900px;
    margin: auto;
}
.font-20 {
    font-size: 20px;
}
.background-grey {
    background-color: #e7edf3;
}
.no-wrap {
    white-space: nowrap;
}


/*First Panel*/
#firstBackground{
    background-color: #709dca;
    padding-top: 80px;
    padding-bottom:250px;
}
#mainContent h1{
    color: white;
    letter-spacing: .5px;
}
#mainContent p{
    font-size: 22px;
    font-family: gothamLight;
    padding: 30px 4px;
    line-height: 1.4;
    color: white;
}
#mainContent button{
    font-family: gothamBold;
    font-size:20px;
    letter-spacing: .5px;
    width: 280px;
    height: 60px;
}
#laptop{
    display:block;
    text-align: center;
    margin: auto;
    margin-top:-172px;
    cursor: pointer;
}
/*Second Panel*/
#secondPanel{
    padding-top:75px;
    padding-bottom: 125px;
}
#secondPanel span{
    font-family: gothamMedium;
    font-size: 20px;
    display: block;
}
#secondPanel img{
    //max-width:60px;
    //margin-right: 25px;
    max-height: 60px;
}
/*img#college{
    width:100px;
    max-width:100px;
}*/
img#jeep{
    margin-top: 15px;
    margin-bottom: 7px;
    width: 85px;
    max-width:85px;
}
/*third panel*/
#thirdPanel .col-lg-6{
    padding-left: 0px;
    padding-right: 0px;
}
#left {
    background: url(../img/background-money.jpg) no-repeat center center #a09f9b;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}
#right{
    color: white;
    background-color: #ffbb42;
    padding: 80px 0px;
}
#right p{
    font-family: gothamLight;
    vertical-align: middle;
}
/*.check{
    margin: 100px 0;
}*/
/* list - unordered */
ul.checkmark  {
    margin: 0;
    padding: 0;
}
ul.checkmark li {
    list-style-type: none;
    padding-left: 40px;
    position: relative;
    padding-bottom:10px;
    padding-top: 4px;
}
ul.checkmark li:before {
    content: "";
    width: 29px;
    height: 29px;
    background: url(../img/checkmark@2x.png) no-repeat center center transparent;
    background-size: 29px 29px;
    position: absolute;
    left: 0;
    top: 3px;
}
#right button{
    font-family: gothamMedium;
    font-size: 20px;
    padding: 0 25px;
    height: 55px;
    color: white;
    background-color: initial;
    border: 2px solid white;
}
/*footer*/
.footer{
    padding: 30px 0px;
}
.footer .number{
    font-size:30px;
}
.number img{
    margin: 0 15px 0 0;
    width: 30px;
}
#nmls{
    font-size: 18px;
}
.copyright{
    background-color: #709dca;
    padding: 16px 0px
}
.copyright p{
    font-size: 14px;
    color: white;
    margin:0px;
    line-height: 1;
}
.hero-video {
  margin-top: -150px;
}
/*Video Modal Style */
#modal-video .modal-backdrop.in {
    filter: alpha(opacity=7);
    opacity: 0.7;
}

#modal-video .modal-content {
    background: none;
    border: 0;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

#modal-video .modal-body {
    padding: 0 25px 25px 25px;
}

#modal-video .modal-header {
    padding: 25px 25px 15px 25px;
    text-align: right;
}

#modal-video .modal-header, #modal-video .modal-footer {
    border: 0;
}

#modal-video .modal-header .close {
    float: none;
    margin: 0;
    font-size: 36px;
    color: #fff;
    font-weight: 300;
    text-shadow: none;
    opacity: 1;
}
@media screen and (max-width: 993px) {
    header>.container>.row>.col-lg-7, header>.container>.row>.col-lg-5 {
        text-align: center !important;
    }
    #secondPanel>.row{
        margin-top: 0px;
    }
    #secondPanel>.row:first-of-type{
        margin-top: 50px;
    }
    #secondPanel>.row>.col-lg-6{
        margin: 30px 0px;
    }
}
@media screen and (max-width: 767px) {
    #laptop{
        width:450px;
        max-width: 100%;
        margin-top: -120px;
    }
    p{
        font-size:20px;
    }
        #topLeft{
    font-size: 24px;
    }
    span.number{
        font-size: 22px;
    }
    #mainContent p{
        font-size: 21px;
    }
    #mainContent button{
        font-size:18px;
    }
    #secondPanel span{
        font-size: 20px;
    }
    #right button{
        font-size: 18px;
    }
    .footer .number{
        font-size:24px;
    }
    #nmls{
        font-size: 16px;
    }
    .copyright p{
        font-size: 16px;
        color: white;
        margin:0px;
    }
}

@media (min-width: 767px) {
    .modal-dialog {
      max-width: 700px;
    }
}
