html {
    background-color: rgb(236, 236, 236);
    }

body {
    position: relative; 
    max-width: 1200px;
    margin: auto;
    /* box-shadow: 0px 0px 20px rgba(000, 000, 000, 0.5); */
    }

h1 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 500;
    padding-top: 80px; padding-left:40px; padding-right:40px;padding-bottom: 0px;
    z-index:2000;
    }

h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 600;
    padding-top: 0px;
    padding-bottom: 20px;
    animation-duration: 1s;
    animation-delay: 2s;
    line-height: 1.25;
    }

p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 400;
    animation-duration: 2s;
    animation-delay: 3s;
    }

li {
  margin-left: 20px;
}


.staff {
    padding:0px;
    }

    
.form-control {
    font-weight: 600;
    font-size: 14px;
    color: black;
    }

.btn {
    background-color: #fff;
    color: black;
    transition: 0.3s;
    margin-top: 10px;
    font-weight: 500;
    font-size: 14px;
    }

label {
    font-weight: 400;
    font-size: 14px;
    font-family: 'Montserrat', sans-serif;
    }

.contact {
    font-size: 16px;
    }

.copyright {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    padding-left: 40px;
    padding-top: 15px;
    }

.privacy {
    font-family: 'Montserrat', sans-serif;
    border: none;
    font-weight: 400;
    color: white;
    padding: 7.5px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 10px 0px;
    cursor: pointer;
    border: solid 1px rgb(8, 52, 97);
    transition: 0.3s;
    background-color: rgb(8, 52, 97);
    
    }

.privacy:hover{
    color: white;
    border: solid 1px white;
    text-decoration: none;
    }

    .modal {
        font-size: 13px;
        font-family: 'Montserrat', sans-serif;
        background-color: rgba(8,52,97,0.85);
        padding-left:80px;
    }

    .close {
        text-align: center;
    }

.resourceBox {
    text-align: center;
    border: 0px solid black;
    font-family: 'Montserrat', sans-serif;
    padding:20px 0px;
    margin: 40px 0px;
    }

.map {
    position: relative;
    z-index: 0;
    width:auto;
    min-height:300px;
   
    
    float:right;
    column-gap:0px;
    transition: transform 1500ms; /* Animation */
    }

.profileAnimation0 {
    position: relative;
    z-index: 100;
    top: 0px;
    
}


.profileAnimation1{
    position: relative;
    z-index: 90;
    height: 650px;
    right: 0;
    width: 100%;
    top: 0px;
    

}
.map:hover {
    -ms-transform: scale(1.15); /* IE 9 */
    -webkit-transform: scale(1.15); /* Safari 3-8 */
    transform: scale(1.1); 
   
    }

.address {
    font-family: 'Montserrat', sans-serif;
    position: absolute;
    z-index: 100;
    color: white;
    line-height: 1.5;
    text-shadow: 0px 0px 20px #000;
    padding-bottom: 100px;
    overflow:hidden;
    }

.maph2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 18px;
    font-weight: 300;
    padding-top: 0px;
    padding-bottom: 20px;
    animation-duration: 1s;
    animation-delay: 2s;
    line-height: 1.25;
    text-shadow: 0px 0px 20px #000;
    }


    .heroImageBg{
        position: absolute;
        z-index: 1;
        margin-top: 0px;
        left:0px;
        right:0px;}
        
        .heroImage0 {
        position: relative;
        z-index:2;
        margin-top:0px;
        right:0px;
        height:100%;
        width:100%;
        background-image: url("firmProfile_graphic.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        
    }
        
        .heroImage1 {
        position: absolute;
        z-index:3;
        margin-top:0px;
        left:0px;
        right:0px;
        width:100%;
        height: auto;
    }
        
        .heroImage2 {
            position: absolute;
            z-index:5;
            margin-top:-300px;
            left:0px;
            right:0px;
            width:100%;
            height: 600px;}

