@import url('https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,400;0,700;1,400;1,700&family=Noto+Sans:ital,wght@0,300;0,400;0,700;1,400;1,700&display=swap');

html{
    padding: 0;
    margin: 0;
}

body{
    padding: 0;
    margin: 0;
    font-family: 'Noto Sans', 'Merriweather', serif;
    background-color: aliceblue;
}

button{
    font-family: 'Noto Sans', 'Merriweather', serif;
}

#content{
    max-width: 2200px;
    margin: 0 auto;
}

#back_img{
    background-image: url("../images/light_floater.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center, center;
    opacity: 100%;
    width: 100%;
    height: 85vh;
    margin: 0;
    padding: 0;
}

header{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

#logo_link{
    grid-column: 1/3;
    margin: 0 auto;
}

#logo{
    width: 85%;
    height: 85%;
    padding: 20px;
}

#nav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 2fr;
    gap: 10px;
    grid-column: 4/6;
    margin:0 auto;
    align-items: center;
}

nav a{
    color:#ffffff;
    text-decoration: none;
    font-size: 1.5em;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #001966;
    text-align: center;
    align-items: center;
    border-radius: 8px;
}

nav a:hover{
    color:#1098F7;
}

#msg{
    margin: 0 auto;
    width: 40%;
}

#msg h1{
    margin-top: 180px;
    text-align: center;
    font-size: 4em;
    color:#001966;
    text-shadow: .5px .5px 0 black;
}

#msg div{
    text-align: center;
    background-color: #001966;
    width: 150px;
    height: 50px;
    margin: 0 auto;
    margin-top: 30px;
    border-radius: 8px;
    padding-top: 25px;
    padding-bottom: 10px;
    padding-left: 40px;
    padding-right: 40px;
}

#contact_button{
    color: #ffffff;
    text-decoration: none;
    font-size: 1.7em;
}

#services_list{
    font-size: 2em;
    line-height: 1.6em;
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}

#myBtn, #mobileNavContactBtn{
    background-color: #001966;
    color: #ffffff;
    font-size: 1.5em;
    padding-top: 25px;
    padding-bottom: 25px;
    margin-top: 0;
    margin-bottom: 0;
    text-align: center;
    border-radius: 8px;
    border-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 80%;
}


#myBtn:hover, #mobileNavContactBtn:hover{
    color: #1098F7;
}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}
  
/* Modal Content/Box */
.modal-content {
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 30%; /* Could be more or less, depending on screen size */
    line-height: 2em;
    text-align: center;
    color: #001966;
}
.modal-content h2 {
    font-size: 3em;
}

.modal-content p {
    font-size: 1.2em;
}
/* The Close Button */
.close, .navClose {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}
  
.close:hover, .close:focus, .navClose:hover,.navClose:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#index_main{
    display: grid;
}

#what_we_do{
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#what_we_do h2{
    color:#001966;
    text-align: center;
    border-bottom: solid #001966 2px;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 2em;
}

#what_we_do p{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
}

#contract_maintance{
    padding-left: 300px;
    padding-right: 20px;
}

#repairs{
    padding-right: 300px;
    padding-left: 20px;
}

#renovation{
    padding-left: 300px;
    padding-right: 20px;
}

#consulting{
    padding-right: 300px;
    padding-left: 20px;
    padding-bottom: 30px;
}

#mobile_nav{
    display: none;
}


/* About Us Page */
#aboutus_main{
    background-color: #CDDDDD;
    display: grid;
    grid-template-columns: 1fr 1fr;
}

#about_h2{
    grid-column: 1/2;
    text-align: center;
    font-size: 3em;
    color:#001966;
    margin-top: 100px;
    margin-bottom: -30px;
    /* border-bottom: solid #001966 2px; */
}

#abus_p {
    grid-column: 1/2;
    text-align: left;
    margin: 10px 50px;
    line-height: 2em;
    margin-top: -30px;
    margin-left: 50px;
}

#abus_p b{
    color: #001966;
}

#first_img{
    grid-column: 2/3;
    grid-row: 1/3;
    width: 80%;
    margin: 30px auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#sec_img{
    grid-row: 3/5;
    width: 90%;
    margin: 30px;
    margin-left: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

#mission_h2{
    grid-column: 2/3;
    text-align: center;
    font-size: 3em;
    color:#001966;
    margin-top: 100px;
    margin-bottom: -50px;
    /* border-bottom: solid #001966 2px; */
}

#mission_p{
    grid-column: 2/3;
    text-align: center;
    margin-top: -200px;
    line-height: 2em;
    font-size: 1.5em;
}





/* Gallery Page*/

#gallery_header{
    background-color: #decccc;
    padding-top: 10px;
    padding-bottom: 10px;
}

#gallery_main{
    background-color: #CDDDDD;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
}


#gallery_title{
    text-align: center;
    color:#001966;
    font-size: 3em;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: solid 2px aliceblue;
    width: 75%;
    margin: 30px auto;
}

#gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 50px;
}

#gallery img{
    width: 100%;
    height: 300px;
    border-radius: 5px;
    transition: .2s;
}

#gallery img:hover{
    transform: scale(1.1);
    transition: .2s;
}

.fountain_logo{
    width: 3%;
    margin-top: 60px;
}

#left_fountain{
    float: left;
    margin-left: -50px;
}

#right_fountain{
    float: right;
    margin-right: -50px;
}




@media screen and (max-width: 2200px){
#fountain_logo{
       display: none;
}
}


@media screen and (max-width: 1635px) {
/* body{
    background-color: black;
} */
header{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1.2fr 1.2fr;
}

/* gallery page */
#gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 30px 50px;
}

.fountain_logo{
    width: 3%;
    margin-top: 65px;
}

#left_fountain{
    margin-left: -40px;
}

#right_fountain{
    margin-right: -42px;
}
#fountain_logo{
    display: none;
}

/* About Us Page */
#about_h2{
    font-size: 3em;
    margin-top: 70px;
    margin-bottom: 0px;
}
#abus_p {
    margin: 10px 50px;
    line-height: 2em;
    margin-top: -30px;
    margin-left: 50px;
}
#mission_h2{
    font-size: 3em;
    margin-top: 100px;
    margin-bottom: -10px;
}
#mission_p{
    margin-top: -200px;
    line-height: 2em;
    font-size: 1.5em;
}
}


@media screen and (max-width: 1500px) {
/* body{
    background-color: aliceblue;
} */
header{
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}
nav a{
    font-size: 1.2em;
}
#myBtn, #mobileNavContactBtn{
    font-size: 1.2em;
}
/* About Us Page */
#about_h2{
    font-size: 2.8em;
    margin-top: 70px;
    margin-bottom: 10px;
    padding-left: 20px;
}
#abus_p {
    margin: 10px 50px;
    line-height: 2em;
    margin-top: 0px;
    margin-left: 50px;
}
#mission_h2{
    font-size: 2.8em;
    margin-top: 80px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -200px;
    line-height: 2em;
    font-size: 1.3em;
}
}

@media screen and (max-width: 1360px){
/* body{
        background-color: burlywood;
} */
#msg h1{
    font-size: 3.5em;
}
#services_list{
    font-size: 1.7em;
    line-height: 1.6em;
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}
nav a{
    font-size: 1.1em;
}
#myBtn, #mobileNavContactBtn{
    font-size: 1.1em;
}
#what_we_do h2{
    width: 70%;
}
#contract_maintance{
    padding-left: 170px;
    padding-right: 20px;
}
#repairs{
    padding-right: 170px;
    padding-left: 20px;
}

#renovation{
    padding-left: 170px;
    padding-right: 20px;
}

#consulting{
    padding-right: 170px;
    padding-left: 20px;
}

/* About Us Page */
#about_h2{
    font-size: 2.65em;
    margin-top: 70px;
    margin-bottom: 10px;
    padding-left: 20px;
}
#abus_p {
    font-size: .9em;
    margin: 10px 50px;
    line-height: 2em;
    margin-top: 0px;
    margin-left: 50px;
}
#mission_h2{
    font-size: 2.65em;
    margin-top: 80px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -180px;
    line-height: 2em;
    font-size: 1.3em;
}

/* gallery */
#gallery{
    grid-template-columns: 1fr 1fr 1fr;
}
.fountain_logo{
    width: 3%;
    margin-top: 68px;
}

#left_fountain{
    margin-left: -38px;
}

#right_fountain{
    margin-right: -40px;
}
}

@media screen and (max-width: 1275px){
nav a{
    font-size: 1em;
}
#myBtn, #mobileNavContactBtn{
    font-size: 1em;
}

/* About Us Page */
#about_h2{
    font-size: 2.5em;
    margin-top: 50px;
    margin-bottom: -30px;
}
#abus_p {
    font-size: .9em;
    line-height: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.5em;
    margin-top: 80px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -170px;
    line-height: 2em;
    font-size: 1.2em;
}
#first_img{
    grid-column: 2/3;
    grid-row: 1/3;
    width: 90%;
    margin: 30px auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
#sec_img{
    grid-row: 3/5;
    width: 90%;
    margin: 30px;
    margin-left: 50px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

/* gallery */
.fountain_logo{
    width: 3%;
    margin-top: 70px;
}
#left_fountain{
    margin-left: -36px;
}
#right_fountain{
    margin-right: -38px;
}
}


@media screen and (max-width: 1194px){
#msg h1{
    font-size: 3.2em;
}
nav a{
    font-size: .9em;
}
#myBtn, #mobileNavContactBtn{
    font-size: .9em;
}
#contract_maintance{
    padding-left: 120px;
    padding-right: 50px;
}
#repairs{
    padding-right: 120px;
    padding-left: 50px;
}
#renovation{
    padding-left: 120px;
    padding-right: 50px;
}
#consulting{
    padding-right: 120px;
    padding-left: 50px;
}

/* About Us Page */
#about_h2{
    font-size: 2.4em;
    margin-top: 50px;
    margin-bottom: -30px;
}
#abus_p {
    font-size: .9em;
    line-height: 2em;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.4em;
    margin-top: 80px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -170px;
    line-height: 2em;
    font-size: 1.2em;
}

/* gallery */
.fountain_logo{
    width: 3%;
    margin-top: 72px;
}
#left_fountain{
    margin-left: -34px;
}
#right_fountain{
    margin-right: -36px;
}
}

@media screen and (max-width: 1156px){
/* about us */
#about_h2{
    font-size: 2.3em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: .9em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.4em;
    margin-top: 70px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -155px;
    line-height: 2em;
    font-size: 1.2em;
}
}

@media screen and (max-width: 1101px){
#msg h1{
    font-size: 3em;
}
#services_list{
    font-size: 1.5em;
    line-height: 1.6em;
}

nav a{
    font-size: .8em;
}
#myBtn, #mobileNavContactBtn{
    font-size: .8em;
}
/* gallery */
#gallery{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 30px 50px;
}
.fountain_logo{
    width: 4%;
    margin-top: 68px;
}

#left_fountain{
    margin-left: -36px;
}

#right_fountain{
    margin-right: -38px;
}
/* about us */
#about_h2{
    font-size: 2.1em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: .85em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
}

@media screen and (max-width: 1020px){
/* body{
    background-color: red;
}     */
#msg h1{
    font-size: 2.7em;
}
#services_list{
    font-size: 1.3em;
    line-height: 1.6em;
}
nav a{
    font-size: .7em;
}
#myBtn, #mobileNavContactBtn{
    font-size: .7em;
}
#what_we_do{
    display: grid;
    grid-template-columns: 1fr;
}
#what_we_do h2{
    color:#001966;
    text-align: center;
    border-bottom: solid #001966 2px;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 2.2em;
}
#what_we_do p{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
}
#contract_maintance{
    padding-left: 100px;
    padding-right: 100px;
}
#repairs{
    padding-left: 100px;
    padding-right: 100px;
}
#renovation{
    padding-left: 100px;
    padding-right: 100px;
}
#consulting{
    padding-left: 100px;
    padding-right: 100px;
    padding-bottom: 30px;
}

/* about us */
#about_h2{
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: .8em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.3em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -145px;
    line-height: 2em;
    font-size: 1.15em;
}
}

@media screen and (max-width: 965px){
/* about us */
#about_h2{
    font-size: 1.9em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: .75em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.2em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -145px;
    line-height: 2em;
    font-size: 1.1em;
}
}



@media screen and (max-width: 928px){
/* body{
    background-color: blueviolet;
} */
header{
    grid-template-columns: 1fr 1fr 1fr 1.1fr 1.1fr;
}
#logo{
    width: 90%;
    height: 85%;
    padding: 20px;
}    
#msg h1{
    font-size: 2.5em;
}
#services_list{
    font-size: 1.1em;
    line-height: 1.6em;
}
nav a{
    font-size: .7em;
}
#myBtn, #mobileNavContactBtn{
    font-size: .7em;
}
/* gallery */
#gallery{
    grid-template-columns: 1fr 1fr;
    gap: 30px 50px;
}
.fountain_logo{
    width: 4%;
    margin-top: 71px;
}
#left_fountain{
    margin-left: -34px;
}
#right_fountain{
    margin-right: -36px;
}

/* about us */
#about_h2{
    grid-column: 1/2;
    text-align: center;
    font-size: 1.8em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: .7em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 0px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.2em;
    margin-top: 40px;
    margin-bottom: 0px;
}
#mission_p{
    margin-top: -140px;
    line-height: 2em;
    font-size: 1em;
    margin-left: 20px;
    margin-right: 20px;
}
}



@media screen and (max-width: 878px){
header{
    display: grid;
    grid-template-columns: 1fr;
    margin-left: 10px;
    margin-right: 10px;
}

#content{
    margin-bottom: 50px;
}
#logo{
    margin: 0 auto;
}

#logo_link{
    grid-column: 1/-1;
}

#nav{
    display: none;
}

#mobile_nav{
    position: fixed;
    bottom: 0;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    width: 97%;
}

#mobile_nav a{
    font-size: 1.4em;
}

#myBtn, #mobileNavContactBtn{
    background-color: #001966;
    color: #ffffff;
    font-size: 1.4em;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0px;
    text-align: center;
    border-radius: 8px;
    border-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

.modal-content {
    background-color: white;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 50%; /* Could be more or less, depending on screen size */
    line-height: 2em;
    text-align: center;
    color: #001966;
}
.modal-content h2 {
    font-size: 1.8em;
}

.modal-content p {
    font-size: 1em;
}

#msg{
    margin: 0 auto;
    width: 70%;
}

#msg h1{
    margin-top: 50px;
    text-align: center;
    font-size: 3em;
    color:#001966;
    text-shadow: .5px .5px 0 black;
}

#services_list{
    font-size: 1.5em;
    line-height: 1.6em;
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}

#what_we_do{
    display: grid;
    grid-template-columns: 1fr;
}

#what_we_do h2{
    color:#001966;
    text-align: center;
    border-bottom: solid #001966 2px;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 2.2em;
}

#what_we_do p{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
}

#contract_maintance{
    padding-left: 20px;
    padding-right: 20px;
}

#repairs{
    padding-left: 20px;
    padding-right: 20px;
}

#renovation{
    padding-left: 20px;
    padding-right: 20px;
}

#consulting{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}

/* about us */
#sec_img{
    display: none;
}

#aboutus_main{
    background-color: #CDDDDD;
    display: block; 
}
#about_h2{
    text-align: center;
    font-size: 2.3em;
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 30px;
}
#first_img{
    display: block;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 70px;
}
#mission_h2{
    font-size: 2.3em;
    margin-top: 0px;
    margin-bottom: 15px;
}
#mission_p{
    margin-top: 0px;
    line-height: 2em;
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 170px;
}

/* gallery */
#gallery_main{
    padding-bottom: 90px;
}
}


@media screen and (max-width: 685px){
/* gallery */
#gallery_main{
    padding-left: 20px;
    padding-right: 20px;
}
#gallery{
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
}
.fountain_logo{
    width: 5%;
    margin-top: 72px;
}
#left_fountain{
    margin-left: -30px;
}
#right_fountain{
    margin-right: -32px;
}
}

@media screen and (max-width: 600px){
/* gallery */
#gallery_main{
    padding-left: 20px;
    padding-right: 20px;
}
#gallery{
    grid-template-columns: 1fr 1fr;
    gap: 30px 20px;
}
#gallery img{
    height: 250px;
}
.fountain_logo{
    width: 5%;
    margin-top: 72px;
}
#left_fountain{
    margin-left: -30px;
}
#right_fountain{
    margin-right: -32px;
}
}

@media screen and (max-width: 504px){

#mobile_nav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    width: 95%;
    line-height: 1em;
}

#mobile_nav i{
    font-size: 1.1em;
}

#mobile_nav text{
    font-size: .6em;
}

#myBtn, #mobileNavContactBtn{
    background-color: #001966;
    color: #ffffff;
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 0px;
    margin-bottom: 0;
    text-align: center;
    border-radius: 8px;
    border-width: 0px;
    padding-left: 0px;
    padding-right: 0px;
    width: 100%;
}

#msg{
    margin: 0 auto;
    width: 70%;
}

#msg h1{
    margin-top: 50px;
    text-align: center;
    font-size: 3em;
    color:#001966;
    text-shadow: .5px .5px 0 black;
}

#services_list{
    font-size: 1.5em;
    line-height: 1.6em;
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}

#what_we_do{
    display: grid;
    grid-template-columns: 1fr;
}

#what_we_do h2{
    color:#001966;
    text-align: center;
    border-bottom: solid #001966 2px;
    width: 60%;
    margin: 0 auto;
    margin-top: 50px;
    padding-bottom: 10px;
    font-size: 2.2em;
}

#what_we_do p{
    text-align: center;
    font-size: 1.3em;
    line-height: 1.5em;
}

#contract_maintance{
    padding-left: 20px;
    padding-right: 20px;
}

#repairs{
    padding-left: 20px;
    padding-right: 20px;
}

#renovation{
    padding-left: 20px;
    padding-right: 20px;
}

#consulting{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
}
/* about us */
#about_h2{
    text-align: center;
    font-size: 2.3em;
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 30px;
}
#mission_h2{
    font-size: 2.3em;
    margin-top: 0px;
    margin-bottom: 15px;
}
#mission_p{
    margin-top: 0px;
    line-height: 2em;
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 170px;
}


k

/* gallery */
#gallery_title{
    font-size: 2.7em;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 90%;
    margin: 30px auto;
}
#gallery_main{
    padding-left: 40px;
    padding-right: 40px;
}
#gallery{
    grid-template-columns: 1fr;
    gap: 40px 20px;
}
#gallery img{
    height: 300px;
}
}

@media screen and (max-width: 440px){
/* gallery */
#gallery_title{
    font-size: 2.5em;
    padding-top: 20px;
    padding-bottom: 20px;
    width: 95%;
    margin: 30px auto;
}
#gallery_main{
    padding-left: 30px;
    padding-right: 30px;
}
#gallery{
    grid-template-columns: 1fr;
    gap: 40px 20px;
}
#gallery img{
    height: 270px;
} 
}

@media screen and (max-width: 360px){
#msg{
    margin: 0 auto;
    width: 80%;
}

#msg h1{
    margin-top: 50px;
    text-align: center;
    font-size: 2.7em;
    color:#001966;
    text-shadow: .5px .5px 0 black;
}
#what_we_do h2{
    width: 80%;
    font-size: 2.2em;
}
/* about us */
#about_h2{
    text-align: center;
    font-size: 2.3em;
    margin-top: 40px;
    padding-top: 30px;
    margin-bottom: 0px;
}
#abus_p {
    font-size: 1em;
    line-height: 2em;
    margin-top: 15px;
    margin-bottom: 30px;
    margin-left: 50px;
    margin-right: 30px;
}
#first_img{
    margin-bottom: 60px;
}
#mission_h2{
    font-size: 2.3em;
    margin-top: 0px;
    margin-bottom: 15px;
}
#mission_p{
    margin-top: 0px;
    line-height: 2em;
    font-size: 1.2em;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 170px;
}

/* gallery */
#gallery_title{
    font-size: 2.3em;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 95%;
    margin: 30px auto;
}
#gallery img{
    height: 250px;
} 
}


@media screen and (max-width: 316px){
#msg{
    width: 80%;
}

#msg h1{
    margin-top: 50px;
    text-align: center;
    font-size: 2.5em;
    color:#001966;
    text-shadow: .5px .5px 0 black;
}

#services_list{
    font-size: 1.3em;
    line-height: 1.6em;
    color: black;
    font-weight: 700;
    width: 70%;
    margin: 0 auto;
}

#mobile_nav{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 5px;
    width: 93%;
}

#what_we_do h2{
    width: 80%;
    font-size: 2.1em;
}

#what_we_do p{
    font-size: 1.2em;
}
/* gallery */
#gallery_title{
    font-size: 2.3em;
    padding-top: 0px;
    padding-bottom: 20px;
    width: 95%;
    margin: 10px auto;
    margin-bottom: 30px;
}
#gallery img{
    height: 230px;}
}

/* alt color 
#6DA34D */

/* change backgroud cover on hover for nav bar */

/* Have pictures for every section  */
/* change backgrond with scrool Parralax scrolling*/