*{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Kumbh Sans', sans-serif;
}
body{
    /*background-image: url("./images/McAlisterAdvisory.png");*/
    background-image: url("./images/background.jpg");
    background-size: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 30%;
}

img {
    max-width: 100%;
    max-height: 100%;
   }

.navbar{
    /* background: rgba(201, 159, 52, .6); */
    background: rgba(129, 80, 33, .4);
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position:relative;
    top: 0;
    z-index: 999;
}
.navbar2{
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.2rem;
    position:relative;
    top: 0;
    z-index: 999;
}
.navbar__container{
    opacity: 100%;
    display: flex;
    justify-content: space-between;
    height: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding: 0 50px;
}
#navbar__logo{
    background-color: #ff8177;
    background-image: linear-gradient(to top, #ff0844 0%, #ffb199 100%);
    background-size: 100%;
    -webkit-background-clip: text;
    -moz-background-clip: 100%;
    -webkit-text-fill-color: transparent;
    -moz-text-fill-color: transparent;
    display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-size: 2rem;

}
.fa-gem{
    margin-right: 0.5rem;

}
.navbar__menu{
    display: flex;
    align-items: center;
    list-style: none;
    text-align: center;/*
    white-space: nowrap;*/
}
.navbar__item{
    height: 80px;
}
.navbar__links{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}
.navbar__links_Footer{
    color: rgb(0, 0, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    padding: 0 1rem;
    height: 100%;
}
.navbar__btn{
    display: flex;
    align-items: center;
    padding: 0 0rem;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 20px;
    height: 100%;
    border: none;
    outline: none;
    border-radius: 4px;
    background: #c99f34;
    color: #fff;

}
.button:hover{
    background: #6b3a0b;
    transition: all 0.3s ease;

}
/*CHANGE THESE BUTTONS FOR LIGHT BLUE BOX */

.button:hover{
    background: #6b3a0b;
    transition: all 0.3s ease;

}
/*----------------------------*/




.navbar__links:hover{
    color: #c99f34;
    transition: all 0.3s ease;

}

@media screen and (max-width: 960px) {
    .navbar__container{
        display: flex;
        justify-content: space-between;
        height: 80px;
        z-index: 1;
        width: 100%;
        max-width: 1300px;
        padding: 0;
    }
    .navbar__menu{
        display: grid;
        grid-template-columns: auto;
        margin: 0;
        width: 100%;
        position: absolute;
        top: -1000px;
        opacity: 0;
        transition: all 0.5s ease;
        height: 85vh; /*This is for a menu of 6 itmes*/
        z-index: 1;
        background: #6b6b6b;/*comment out later*/
    }
    .navbar__menu.active{
        background: #6b6b6b;
        top: 100%;
        opacity: 1;
        transition: all 0.5s ease;
        z-index: 30;
        height: 85vh;
        font-size: 1.6rem;
    }
    .navbar__logo{
        padding-left: 25px;
    }
    .navbar__toggle .bar{
        width: 25px;
        height: 3px;
        margin: 5px auto;
        transition: all 0.3s ease-in-out;
        background: #fff;

    }
    .navbar__item{
        width: 100%;

    }
    .navbar__links{
        text-align: center;
        padding: 2rem;
        width: 100%;
        display: table;

    }
    #mobile-menu{
        position: absolute;
        top: 20%;
        right: 5%;
        transform: translate(5% 20%);

    }
    .navbar__btn{
        padding-bottom: 2rem;

    }
    .button{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 80%;
        height: 80px;
        margin: 0;
    }
    .navbar__toggle .bar{
        display: block;
        cursor: pointer;
    }
    #mobile-menu.is-active .bar:nth-child(3){
        opacity: 1;
    }
    #mobile-menu.is-active .bar:nth-child(1){
        transform: translate(0px) rotate(45deg);
    }
    #mobile-menu.is-active .bar:nth-child(2){
        transform: translateY(-8px) rotate(-45deg);
    }
    /*continue video at 30:12*/
}

.main{
    color:#fff;
    
}
.main h1{
    margin-bottom: 20px;
    padding: 0;
}
.main h3{
    margin-bottom: 10px;
    padding: 0;
}
.main p{
    margin-bottom: 10px;
}
.header{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    padding: 0 50px;
    height: 5vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}
.headerIndent{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    padding-left: 80px;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}
.dark_blue{
    display:grid;
    align-items: center;
    justify-self: center;

    /* background: rgba(201, 159, 52, .6); */
    background: rgba(129, 80, 33, .4);
    min-height: 50vh;
}
.dark_blue_box{
    align-items: center;
    justify-self: center;
    
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    align-items: center;
    margin: 0 auto;
    font-size: 1.2rem;
    
}
.logo_image{
    background-image: url(./images/McAlisterAdvisory2.png);
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    width: 100%;
    max-width: 300px;
}
.light_blue{
    color: rgb(0, 0, 0);
    background-color: #cecece;
    padding-top: 40px;
    min-height: 300px;

}
.light_blue_container{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}

.light_blue_box{
    padding: 0 20%;
}
.white_box{
    
    color: #000000;
    background-color: #fff;
    padding-top: 40px;
    min-height: 300px;

}
.white_box3{
    display: flex;
    align-items: center;
    justify-self: center;
    color: #1a098a;
    background-color: #fff;
    padding-top: 40px;
    min-height: 400px;

}
.white_box3 img{
    width: 100%;
    height: 100%;
}
.white_box_container2 img{
    width: auto;
    height: auto;

}
.white_box_image{
    display: flex;
    align-items: center;
    justify-self: center;
    max-width: 1300px;
    padding: 20px;
}
.white_box_title{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0 350px;
    height: 10vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}
.white_box_container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 35vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}
.white_box_container2{
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 35vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}
.white_box1 {
    padding: 0 50px;
}
.white_box2 img{
    width: 50%;
}

.p1DarkBlueBG{
    background-color: #1a098a;
}
.p1DarkBlue{
    background-color: #1a098a;
    
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 70vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding-top: 70px;
    padding-bottom: 700px;
}
.p1DarkBlueBox1{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
}
.p1DarkBlueBox2{
    display:inline;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    max-width: 520px;
    z-index: 1;
}
.p1DarkBlueBox2_1{
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    align-items: center;
    justify-self:center;
    margin: 0 auto;
    width: 100%;
    
    
    z-index: 1;
}
.p1DarkBlueBox2_1_img{
    width: auto;
}
.p1DarkBlueBox2_1_h3{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    margin: 0 10%;
    
}

.footer{
    background-color: #fff;
    min-height: 25vh;
}
.copyright{
    color: #131313;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.top_to_bottom{
    background-color: #c99f34;
    padding-bottom: 40px;
    padding-top: 20px;
    

}

ul { padding-left: 50px; }
.p2box{
    
    align-items: center;
    justify-self: center;
    width: 100%;
    max-width: 1300px;
    padding: 0 50px;
    padding-bottom: 40px;
    padding-top: 20px;
    align-items: center;
    margin: 0 auto;
    font-size: 1.2rem;
}
.p2Left{
    width: 60%;
}
.p2DarkBlueBG{
    background-color: #cecece;
    padding-top: 40px;
    padding-bottom: 40px;
}
.innerLightBlue{
    
    color: rgb(0, 0, 0);
    max-width: 1200px;
    background-color: #6b6b6b;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.innerLightBlueLeft{
    padding-left: 30px;
    padding-right: 30px;
    width: 80%;
}
.innerLightBlueRight{
    padding-right: 30px;
    width: 60%;
}
.innerLightBlueRight2{
    padding-right: 30px;
    padding-left: 100px;
    width: 60%;
}
.p3{
    color: rgb(0, 0, 0);
    max-width: 1200px;
    display: flex;
    justify-self: center;
    justify-content: center;
    margin: 0 auto;
    padding-bottom: 2rem;
}
.Newsletter{
    display: flex;
    flex-direction: column;
    justify-content: center;
    
}
.Newsletter h2{
    padding-bottom: 5%;

}
.Newsletter h5{
    padding-bottom: 1%;
    padding-top: 5%;

}
.contactForm{
    padding-bottom: 5%;
}
