*{
    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:cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position-y: 0%;
    
}

img {
    max-height: 100%;
    max-width: 100%;
    height: inherit !important;
   }

.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;
    justify-content: center;
    align-items: center;
    padding: 0 0rem;
}

.button{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 10px 10px;
    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: -5000px;
        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: rgba(129, 80, 33, .8);
        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;
    
}
.white_bg{
    background-color: #fff;
}
.main h1{
    margin-bottom: 20px;
    padding: 0;
}
.main h3{
    margin-bottom: 10px;
    padding: 0;
}
.main p{
    margin-bottom: 10px;
}

.header_main{
    
    display:grid;
    align-items: center;
    justify-self: center;

    /* background: rgba(201, 159, 52, .6); */
    background: rgba(129, 80, 33, .4);
    min-height: 50vh;
    
}
.header_main_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;
    
}

.white_main{
    color: rgb(0, 0, 0);
    background-color: #ffffff;
    padding-top: 40px;
    min-height: 300px;
    
}
.white_box{

    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
    padding: 20px 50px;
}
.white_box2{
    padding-left: 50px;
    max-width: 400px;
}

.gray_main{
    
    color: rgb(0, 0, 0);
    background-color: #cecece;
    padding-top: 40px;
    min-height: 300px;
    max-width: 1300px;
}

.header{
    display: flex;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    padding: 0 50px;
    min-height: 5vh;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}

.gray_box{
    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;
}
.gray_box2{
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    justify-self: center;
    margin: 0 auto;
    height: 100%;
    z-index: 1;
    width: 100%;
    max-width: 1300px;
}
.gray_box_content{
    padding: 0 20%;
}




.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;
}

.p2DarkBlueBG{
    background-color: #cecece;
    padding-top: 40px;
    padding-bottom: 40px;
}

ul { padding-left: 50px; }
.p2box{
    background-color: #fff;
    color: #000000;
    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.1rem;
}

.p2box_gray{
    background-color: #cecece;
    color: #000000;
    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.1rem;
}
.light_blue{
    color: rgb(0, 0, 0);
    background-color: #cecece;
    padding-top: 40px;
    min-height: 300px;

}
.innerTransp{
    
    color: rgb(0, 0, 0);
    max-width: 1200px;
    display: flex;
    align-items: center;
    justify-self: center;
    justify-content:left;
    margin: 0 auto;
    padding-bottom: 2rem;
    padding-top: 2rem;
}
.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%;
}
.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;
    
}

.textarea{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.newsLink a{
    text-decoration: none;
    color: #000000;
}
.newsLink a:link{
    text-decoration: none;
    color: #000000;
}
.newsLink a:hover{
    text-decoration: underline;
    color: #000000;

}
.newsLink{
    padding-left: 30px;
    padding-right: 30px;
    width: 80%;

}
.newsDet{
    padding-left: 20px;
    width: 80%;
}