body {
    font-family: 'Open Sans', sans-serif;
    font-size: 1.1em;
    max-width: 1920px;
    margin: 0 auto;
}

h1, h2, h3 {
    font-family: 'PT Serif', serif;
    color: #772432;
    
}

.row.top-decorative {
    margin-bottom: 0;
}

.top-decorative .col {
    height: 15px;
}

.top-decorative .first {
    background: #0D0D0D;
}

.top-decorative .third {
    background: #BF9100;
}

.top-decorative .second {
    background: #F2E9BD;
}

.top-row ul li {
    display: inline-block;
    margin-left: 15px;
}

li i{
    margin-right: 15px;
    color: #F2DF74;
}

.top-row {
    margin-bottom: 0;
}

nav {
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    position: fixed;
    z-index: 999;
    top: -1px;
}

nav.opaque {
    background-color: #f2f2f2;
}

.row {
    margin-bottom: 0;
}

nav .brand-logo img{
    height: 60px;
    
}

nav ul li.active {
    background-color: transparent;
}


nav ul a {
    color: #f2f2f2;
}


nav.opaque .dark-l {
    display: none;
}
nav.opaque .light-l {
    display: block;
}
nav .dark-l {
    display: block;
}
nav .light-l {
    display: none;
}

nav.opaque li a.active{
    color: #CD202C;
}


nav.opaque ul a {
    color: #0D0D0D;
}

img.home-img {
    height: 190px;
    margin-top: -90px;
}

#home {
    background-image:url('../img/business-talk-min.jpg');
    background-size: cover;
    position: relative;
    color: #f2f2f2;

}

#home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background-color: #000;
    opacity: 0.7;
    z-index: 2;
}

#home .row {
    height: 100vh;
    min-height: 600px;
    z-index:20;
    position: relative;
}

#home h1 {
    margin: 0;
    text-transform: capitalize;
    color: #fff;
}

#home p {
    font-size: 1.2em;
    margin: 40px 0;
}

#home span {
    color: #F2DF74;
}

.btn {
    background-color: #772432;
}

.btn:hover {
    background-color: #CD202C;
}

.light-pic-row h2 {
    margin: 0 0 30px 0;
    text-transform: capitalize;
}

.light-pic-row > .col {
   
    padding: 100px 0;
}


.light-pic-row h2 span,
.light h2 span {
    color: #004165;
}

.pre-title {
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
    padding-left: 40px;
    color: #004165;
}

.pre-title:before {
    content:'';
    width: 30px;
    height:2px;
    background-color: #004165;
    position: absolute;
    left: 0;
    top: 10px;
}

.center .pre-title:before {
    content:'';
    display: none;
}

.dark {
    color: #f2f2f2;
}

.shoutout {
    
    padding:70px 0;
}

.shoutout h2{
    
    color: #F2E9BD;
    font-size: 2.6em;
    margin: 0;
}

.pic-col {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}

.parallax-container {
    height: 100%;
    
}

a {
    color: #CD202C;
}

.step {
    margin-bottom: 50px;
}

.step .icon {
    margin-right: 10px;
}

.step .fas {
    color: #fff;
}

.step .fa-circle {
    color: #004165;
}

.step .title {
    font-size:1.2em;
    font-weight: 600;
    margin-top: 20px;
}

.auth {
    margin-top: 10px;
    font-size: 1.3em;
}

#contact, #team {
   background-color: #004165;
   color: #fff;
   padding: 70px 0;
}

#contact .pre-title {
    color: #F2DF74;
}

#contact .pre-title:before {
  
    background-color: #F2DF74;
    
}

#contact h2 {
    margin: 0;
    color: #fff;
}

.form-wrap {
    margin-top: -170px;
}

#contact i {
    color: #F2DF74;
}

.footer-copyright {
    background: #772432;
    color: #fff;
    padding: 20px 0;
    font-size: 0.9em;
}

.footer-copyright li {
    display: inline;
}

.footer-copyright ul {
    margin: 0;
}

.toastmasters-so {
    height: 70px;
    margin: 0 0 20px 0;
}

#contact .divider {
    margin: 20px auto;
}

.light {
    padding: 100px 0;
}

.price .card-panel {
    color: #fff;
    background-color: #004165;
}

.price .figure {
   font-weight: 600;
    font-size: 2em;
    line-height: 1;
    margin-bottom: 10px;
    color: #F2DF74; 
}

#benefits .btn{
    margin-top: 50px;
}

.col.price {
    padding-left: 0;
    
}

#benefits ul li {
    list-style: square inside;
   
}

.step-wrap {
    margin-top: 50px;
}


.cta {
    color: #fff;
    background-color: #772432; 
    padding: 50px 0;
    margin-top: -1px;
}

.cta h2 {
    color:#F2DF74;
}

.cta .btn {
    background-color: #CD202C;
}

.cta .btn:hover {
    background-color: #004165;
}

.footer-copyright a:hover {
    color: #fff;
}

@media only screen and (max-width:768px) {
    #home h1 {
        font-size: 3.8rem;
        margin-top: 5rem;
    }

    h2 {
        font-size: 3.2rem;
    }

    #benefits .pic-col{
        background-position-x: 35%;
    }   


}

.right-l {
    text-align: right;
}

@media only screen and (max-width:600px) {
    #contact .form-wrap {
        font-size: 3.8rem;
        margin-top: 20px;
    }

    .footer-copyright, .right-l {
        text-align: center;
    }

    .right-l {
       padding-top: 10px;
    }

    nav .brand-logo img {
        height: 40px;
        margin-top: 7px;
     }

}

@media only screen and (max-width:500px) {
    #home h1 {
        font-size: 2.8rem;
        margin-top: 5rem;
    }

    
    h2 {
        font-size: 2.5rem;
    }

    .toastmasters-so {
        max-width: 100%;
        height: auto;
    }

}

nav .sidenav-trigger {
    color: #F2DF74;
    float: right;
}

.opaque .sidenav-trigger {
    color: #004165;
}

@media only screen and (max-width: 992px){
nav .brand-logo {
    left: unset;
    -webkit-transform: unset;
    transform: unset;
}

}

@media only screen and (max-width: 1440px){
    .container.wide {
        min-width: 87%;
    }
      
}


.progress .indeterminate{
    background-color: #004165;
}

.progress {
    display: none;
}

.progress.waiting {
    display: block;
}

.success,
    .error, .nb {
        padding: 1em;
        margin-bottom: 12px;
        margin-bottom: 12px;
        margin-bottom: 0.75rem;
        border-radius: 0px;
    }
    
    .success {
        color: #fff;
        background-color: #1b5e20;
    }
    
    .error {
        color: #fff;
        background-color: #c0392b;
    }

    .nb {
        background-color: orange;
        color: #000;
        text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    }

.team.row h2{
   
    color: #F2DF74;
}

.team-wrap {
    margin-top: 75px;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 70px;
}

.team-wrap .profile-name {
    margin-top: 15px;
    font-size: 1.9em;
    font-weight: 600;
    line-height: 1;
    font-family: 'PT Serif', serif;
    margin-bottom: 5px;
}

.team-wrap .profile-desc {
   
    color: #F2DF74;
    margin-bottom: 15px;
}