*{
    box-sizing: border-box;
    margin: 0;
}
.container{
    height:100svh;
    width:100svw;
    
    overflow:hidden;
}
.inner-container{
    height:87svh;
    width:100svw;
    overflow-x: hidden;
    scroll-snap-type: y proximity;
}

/* section{
    scroll-snap-align: start;
    scroll-snap-stop: always;
} */

::-webkit-scrollbar{
    scroll-behavior: smooth;
    width: 0px;
}

/* *************NAV BAR******************** */




.navBar{
    height:13svh;
    width: 100svw;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color:rgb(0, 0, 0);
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;;
    box-shadow: 1px 1px 10px 1px  black;
    font-size: 1.7rem;
    padding: 1svh;
    background-image: linear-gradient(rgb(225, 242, 252), white, rgb(225, 242, 252));
    border-bottom: solid white 2px;
}

.logo {
    display: flex;
    height: 100%;
    margin-top: .6%;
    width: 33%;
    padding-left: 3%;
}
.logo2{
    display:none;
}
.logo img{
    max-height:100px;
    max-width:301px;
    border: solid black 1px;
    box-shadow: 1px 1px 1px black;
    border-radius: 5px;
}
.nav-name{
    height: 100%;
    height:12svh;
    width:33%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    font-size: 2rem;
    border-left: solid white 2px;
    border-right: solid white 2px;
}
.title-name{
    display:none;
}

.nav-menu{
    height: 100%;
    width: 33%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    text-decoration: none;
    padding: 0;
    font-weight: 700;

}
nav a{    
    text-decoration: none;
    color:rgb(0, 0, 0);
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
}

.nav-menu a:hover{
    color: rgb(198, 236, 255);
    text-shadow: 2px 2px 1px rgb(0, 162, 232);
}

.nav-ham-menu{
    display:none;
}

/* **************HERO SECTION************** */


.hero{
    height:100%;        
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-shadow: 2px 2px 2px white, 2px 2px 3px black;
    background-image: linear-gradient(rgb(225, 242, 252), white, rgb(225, 242, 252));
}
.hero-pic{
    height:75%;
    width: 100%;
    background-image: url(./Infinix-media/new-Hero.png);
    background-size: cover;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;  
    padding-top: 2%;
}
.hero-title{
    height:150px;
    width: 100%;
    display:flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}

h1{
    font-size: 96px;
    color: white;
    text-shadow: 1px 1px 2px black, 3px 1px 2px black, -1px -1px 1px black, 4px 1px 2px black;
    margin-top: 10%;
}
.hero h2{
    font-size: 3.3rem;
    color:rgb(0, 0, 0);
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
    margin-top: 1%;
}
.hero h3{
    font-size: 5.5rem;
    color:rgb(25, 180, 46);
    text-shadow: 2px 2px 2px white, 3px 3px 3px black;
    margin-top: 0%;
}

.hero a{
    width:32%;
    height: 15%;
    text-align: center;
    text-decoration: none;
    font-size: 2.1rem;
    color:rgb(25, 180, 46);
    text-shadow: 1px 1px 1px black, 2px 2px 1px black;
    box-shadow: 2px 2px 4px black;
    border-radius: 5px;
    padding: 1.6%;
    background: white;
    font-weight: 700;
    border: solid 1px rgb(25, 180, 46);
    margin-top: 7%;
    transition: ease-out .5s;
}

.hero a:hover{
    color: white;
    text-shadow: 2px 2px 1px black, 3px 3px 2px white;
    background: rgb(25, 180, 46);
    border: solid 1px white;
    transform: scale(1.1, 1.1);
    transition: ease-in-out .5s;
}







/* ***************EASY PROCESS**************** */

.easy-process{
    height: 100%;
    padding-top: 2%;
    padding-bottom: 4%;
    background-image: linear-gradient(rgb(225, 242, 252), white,white,white, rgb(225, 242, 252));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
/* title heading */
.easy-process h2{
    color:rgb(0, 0, 0);
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
    font-size: 4rem;
    font-weight: 700;
    text-align: center;
}
/* one */
.one{
    display:flex;
    flex-direction: row;
    align-items: center;   
    /* margin-top: 4%;  */
}
.one-text{
    height: 10svh;
    width: 80svw;
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-top: 2%;
    color:black;
    /* text-shadow: 2px 2px 2px white, 2px 2px 4px black; */
    font-size: 4rem;
    font-weight: 700;
}
.one p{
    margin-left: 2%;
}
.easy-process h3{
    color: rgb(25, 180, 46);
    text-shadow: 2px 2px 2px white, 3px 3px 3px black;
    font-size: 10rem;
    font-weight: 700;
    margin-top: 30px;
    margin-left: 6%;
    margin-top: 20px;
}
/* two */
.two{
    display:flex;
    flex-direction: row;
    align-items: center;  
     
}
.two-text{
    height: 10svh;
    width: 80svw;
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-top: 2%;
    color:black;
    /* text-shadow: 2px 2px 2px white, 2px 2px 4px black; */
    font-size: 4rem;
    font-weight: 700;
}
.two p{
    margin: 3%
}
.easy-process h4{
    color: rgb(25, 180, 46);
    text-shadow: 2px 2px 2px white, 3px 3px 3px black;
    font-size: 9rem;
    font-weight: 700;
    margin-left: 22%;
    margin-top: 20px;
    
}
/* three */
.three{
    display:flex;
    flex-direction: row;
    align-items: center; 
    
}
.three-text{
    height: 10svh;
    width: 80svw;
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
    display: flex;
    align-items: center;
    margin-left: 2%;
    margin-top: 2%;
    color:black;
    /* text-shadow: 2px 2px 2px white, 2px 2px 4px black; */
    font-size: 4rem;
    font-weight: 700;
}
.three p{
    margin: 3%
}
.easy-process h5{
    color: rgb(25, 180, 46);
    text-shadow: 2px 2px 2px white, 3px 3px 3px black;
    font-size: 9rem;
    font-weight: 700;
    margin-left: 40%;
    margin-top: 2%;
    
}













/* ****************WHY US******************** */


.why-us{
    height:100%;
    background-image: linear-gradient(rgb(225, 242, 252), white, rgb(225, 242, 252));    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: 3%;
}
.why-us h2{
    font-size: 3.7rem;    
    color:rgb(0, 0, 0);
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
}
.why-us h3{
    color:rgb(0, 162, 232);
    text-shadow: 2px 1px 1px black, 3px 2px 2px black;
    font-size: 2.6rem;
    margin-top: 2%;
}
.why-us-cont{
    height: 75%;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color:black;
}

.why-us-cont div{
    height: 75%;
    width: 25%;
    border: solid 1px rgba(18, 18, 18);
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding: 16px;
    font-size: 1.6rem;
    border-radius: 15px;
    box-shadow: 2px 2px 4px black;
    transition: ease-out .6s;
}
.why-us-cont div:hover{
    transform: scale(1.15, 1.15);
    transition: ease-in-out .6s;
}
#little-line{
    height:0;
    width:75%;
    padding: 0;
    border: solid rgb(18, 18, 18) 1px;
    box-shadow:2px 2px 4px white,  2px 2px 2px black;
}
.black-line1{
    height:0;
    width:30%;
    border: solid rgb(18, 18, 18) 1px;
    box-shadow:2px 2px 4px white,  2px 2px 2px black;
    padding: 0;
    margin-top: 2%;
}
.black-line2{
    height:0;
    width:20%;
    border: solid rgb(18, 18, 18) 1px;
    box-shadow:2px 2px 4px white,  2px 2px 2px black;
    padding: 0;
    margin-top: 2%;
}


.why-us-cont p{
    text-align: justify;
    text-shadow: none;
    font-weight: 700;
    font-size: 1.5rem;
    /* padding-bottom: 8%; */
}
.why-us-cont h3{
    color:rgb(25, 180, 46);
    text-shadow: 2px 1px 1px black, 3px 2px 2px black;
    font-size: 3rem;
}
.why-us-cont h4{
    color:black;
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
    font-size: 3rem;
}
.why-us-cont h5{
    color:rgb(0, 162, 232);
    text-shadow: 2px 1px 1px black, 3px 2px 2px black;
    font-size: 3rem;
}




/* **********CONTACT US********************* */


.contact-us{
    height:100%;    
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;    
    padding: 20px;
    background-image: linear-gradient(rgb(225, 242, 252), white, rgb(225, 242, 252));
    padding-bottom: 4%;
    padding-top: 2%;
}
.contact-us h2{
    font-size: 4rem;
    color:black;
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
}
.black-line3{
    height:0;
    width:20%;
    border: solid rgb(18, 18, 18) 1px;
    box-shadow:2px 2px 4px white,  2px 2px 2px black;
    padding: 0;
    margin-bottom: 1%;
}
.contact-form h3{
    font-size: 3rem;
    color:black;
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
}
.contact-form{    
    height: 70%;
    width: 40%;
    min-width: 300px;
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: space-evenly;
    flex-wrap: wrap;
    color: black;
    font-size: 1.2rem;
    box-shadow: 3px 3px 3px white, 3px 3px 4px black;
    padding: 20px;
    box-shadow: 2px 2px 4px black;
    border-radius: 15px;
    border: solid 1px rgba(18, 18, 18);
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
}
.line{
    width:85%;
    height: 0;
    border: solid black 1px;
    box-shadow:2px 2px 4px white,  2px 2px 2px black;
}
.quote-box{
    height: 70%;
    width:100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.left-quote-box{
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;

}
.right-quote-box{
    height: 100%;
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
}
.contact-form input{
    height:10%;
    width:100%;
    font-size: 1rem;
}

.state-zip{
    display: flex;
    flex-direction: row;
    align-items: left;
    justify-content: space-between;
    height:9%;
    width:100%;
    
}
.state-zip-label{
    display: flex;
    flex-direction: row;
    align-items: left;    
    width:100%;  
    
}

.state{
    height:100%;    
}
label.zip{
    margin-left: 10px;
}
#zip{
    height: 100%;
    margin-left: 7px;
}

.contact-form textarea{
    font-size: 1rem;
    min-height: 10%;  
    max-height: 10%;  
    min-width: 100%;
    max-width: 100%;
    color:#000000;
}
input:focus {
    border: 3px solid rgb(198, 236, 255);
}
input:hover {
    background-color: rgb(198, 236, 255);
}
select:hover{
    background-color: rgb(198, 236, 255);
}
.contact-form label{
    font-size: 1.2rem;
}
.contact-form a{
    height: 50px;
    width: 200px;
    text-decoration: none;
    text-align: center;
    font-size: 1.6rem;
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
    text-shadow: 2px 2px 2px white, 2px 2px 4px black;
    border: solid black 2px;
    border-radius: 5px;
    color: black;
    padding: 8px;
}
.contact-form textarea:hover{
    background-color: rgb(198, 236, 255);
}
.contact-form textarea:focus{
    border: 3px solid rgb(198, 236, 255);
}
.address-div{
    height:100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-around;
}
.contact-form a:hover{
    color: white;
    text-shadow: 2px 2px 1px black, 3px 3px 2px white;
    background: rgb(25, 180, 46);
} 


/* ******************FOOTER**************** */
.footer{
    height:46svh;
    background-color: rgb(18, 18, 18); 
    color: aliceblue; 
    display: flex; 
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
}
footer .logo{
    display: flex;
    flex-direction: column;
    height:90%;
    
}
.footer .logo, .footer .logo h2{    
    margin-top: 2%; 
}
footer .logo img{
    margin-top: 2%;  
    border-radius: 5px;  
    height:87.7px;
}
.footer .logo a:hover{
    color: blue;    
}

.footer a{
    font-size: 1.4rem;
    text-decoration: none;
    color: aliceblue;
}
.footer a:hover{
    color: blue;
}
.copyright{
    width: 30%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    margin-bottom: 12%;
}
.copyright2{
    display:none;
}
footer .copyright h2, footer .copyright h3{
    margin-top: 4%;
}
footer .copyright p{
    font-size: 1.2rem;
    margin-top: 4%;
    /* text-align: justify; */
    width:110%;
}
.foot-contact{
    height: 90%;
    width: 15%;
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    padding-top: .9%;
}
.foot-contact a{
    font-size: 3rem;
    color: rgb(25, 180, 46)
}
.foot-map{
    height: 80%;
    width: 16%;
    display: flex;
    color:blue;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-evenly;
    padding-left: 2%;
    text-decoration: underline;
    margin-bottom: 2.3%;
}
.foot-contact img{
    height: 45px;
    border-radius: 30%;
    transition: ease-out .35s;
}

.foot-contact img:hover{
    transform: scale(1.15, 1.15);
    transition: ease-in-out .35s;
}

.foot-contact2{
    display: none
}


/* ********@media 1200px*********** */

@media screen and (max-width: 1200px){

.nav-name h2{
    font-size: 2rem;
}
.nav-menu a{
    font-size: 1.3rem;
}

.hero a{
    width: 40%;
}

.easy-process p{
    font-size: 2.5rem;
}
.why-us p{
    font-size: 1.2rem;
}
.why-us-cont h3{
    font-size: 2rem;
}
.why-us-cont h4{
    font-size: 2rem;
}
.why-us-cont h5{
    font-size: 2rem;
}
#copyright h2{
    font-size: .7rem;
}
#copyright p{
    text-align: center;
    font-size: .7rem;
}

footer .logo h2{
    font-size: 1.3rem;
}

footer .logo a{
    font-size: 1.3rem;
}
footer .logo img{
    width:200px;
    height: 59px;
}



}





/* ********@media 960px************** */

@media screen and (max-width: 960px){


/* *********NAV*********** */
nav{
    min-height: 140px;
}
nav a{
    font-size: 1.3rem;
}
.nav-name{
    margin-bottom: 5%;
}
.nav-name h2{
    font-size: 2.5rem;
}
.logo img{
    width: 220px;
    height: 80px;
}

/* **********HERO************** */
section{
    min-height: 700px;
}
.hero a{
    width: 400px;
    font-size: 2rem;
}
.hero-title h2{
    font-size: 2.5rem;
}

 /* *********EASY PROCESS********* */

.easy-process h3{
    margin-left: 10px;
}
.easy-process h4{
    margin-left: 205px;
}
.easy-process h5{
    margin-left: 400px;
}


/* *******WHY US************* */

.why-us-cont div{
    width: 31%;   
    height: 68%; 
}
.why-us-cont div p{
    font-size: 1rem;   
}
.why-us-cont div h3{
    margin: 0;  
    font-size: 2.5rem;
}
.why-us-cont div h4{
    margin: 0;  
    font-size: 2.5rem;
}
.why-us-cont div h5{
    margin: 0; 
    font-size: 2.5rem; 
}

/* *******CONTACT US********** */

.contact-us form h3{
    font-size: 2rem;
}

/* *******FOOTER********** */

.copyright{
    margin: 0;
}
.copyright h2{
    font-size: 1.1rem;
}
.copyright h3{
    font-size: 1.1rem;
}



#copyright p{
    font-size: 12px;
    text-align: center;
    /* ****THIS ISNT WORKING!!!!!!! */
}
.foot-contact{
    min-height: 60%;
}

footer{
    min-height: 500px;
}

}


/* ***********@media 770px************ */

@media screen and (max-width: 770px){


    /* **********NAV*********** */

.nav-name h2{
    font-size: 2rem;
}
.nav-menu a{
    font-size: 1rem;
}
.navBar .logo{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}
.navBar .logo img{
    width: 220px;
    height: 80px;
}

/* **********HERO*********** */
.hero h1{
    font-size: 4rem ;
}
.hero-title h2{
    font-size: 2rem ;
}

/* *******EASY PROCESS********** */

.one h3{
    font-size: 5.7rem;
    margin-bottom: 1%;
    margin-left: 0;
}
.one-text{
    height: 70px;
}
.one p{
    font-size: 3rem;
}

.two h4{
    font-size: 5.7rem;
    margin-bottom: 1%;
    margin-left: 0;
}
.two-text{
    height: 70px;
}
.two p{
    font-size: 3rem;
}

.three h5{
    font-size: 5.7rem;
    margin-bottom: 1%;
    margin-left: 0;
}
.three-text{
    height: 70px;
}
.three p{
    font-size: 3rem;
}

/* ******WHY US*********** */

.why-us{
    height:auto
}
.why-us-cont {
    flex-wrap: wrap;
}
.why-us-cont div{
    min-width: 300px;
}

/* *******FOOTER*********** */

#footer{
    height:70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
}   

.foot-map{
    height: 4%;
    width: 96%;
    color:blue;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    text-decoration: underline;
    /* margin-bottom: 2.3%; */
}
.foot-map a{
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.footer .logo img{
    display: none;
}

.footer .logo{
    height: 35%;
    width: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.footer .logo h2{
    font-size: 1.3rem;
}
.footer .logo h3{
    font-size: 1.2rem;
}
.footer .logo a{
    font-size: 1rem;
}
.copyright{
    display: none;
}
.copyright2 p{
    font-size: .7rem;
    padding:1%;
}
.copyright2{
    display: flex;
    flex-direction: column;
    align-items: center;
    /* justify-content: space-around;   */
    padding: .5%;
    text-align: center;
}
.foot-contact{
    display: none;
}
.foot-contact2{
    height: 10%;
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;    
}
.foot-contact2 a{
    font-size: 2.9rem;
    color: rgb(25, 180, 46);    
}
.foot-contact2 img{
    height: 45px;
    border-radius: 30%;
}
.footer{
    min-height: 490px;
}


}


/* *********@media 450px******************* */




@media screen and (max-width: 450px){
    

    /* **************nav*************** */


.navBar {
    min-height: 100px;
}


.nav-name {  
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;  
    border: none;   
    width: 60%;
    padding-top: 3%;
    padding-bottom: 3%;    
}

.navBar .logo{
    display: none;
}
.logo2{
    display: flex;
    font-size: 2.5rem;
    color: rgb(25, 180, 46)
}

.logo img{
    display: none;
}

.nav-menu{
    display: none;
}

.nav-menu a{
    display: none;
}

.nav-name h2{
    font-size: 1.7rem;
}

.nav-ham-menu{    
    display:flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    font-size: 2.5rem;
}



/* ************HERO************ */


.hero h1{
    font-size: 2.1rem;
    color: white;
    text-shadow: 1px 1px 2px black, 3px 1px 2px black, -1px -1px 1px black, 4px 1px 2px black;
    margin-top: 45%;    
}
#hero-pic {
    height:70%;
}
#hero-pic a{
    width: 87%;
    height: 24%;
    font-size: 1.9rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    color: white;
    text-shadow: 2px 2px 1px black, 3px 3px 2px white;
    background: rgb(25, 180, 46);
    border: solid 1px white;
    margin-top: 20%;
    
}

.hero-title{
    padding:4%;
}
.hero h2{
    margin-top: 10%;
    font-size: 1rem;
}
.hero h3{
    margin-top: 4%;
    
}




/* ********EASY PROCESS****** */


.easy-process{
    padding-bottom: 15%;
    margin: 0;
}
.easy-process h2{
    font-size: 2.9rem;
    padding: 0;
    margin: 0;
}

.easy-process p{
    margin:2%;
}

.one-text p{
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
}

.two-text p{
    font-size: 1.5rem;
    padding: 0;
    margin: 0;    
}
.three-text p{
    font-size: 1.5rem;
    padding: 0;
    margin: 0;
}
.easy-process h3{
    font-size: 6rem;
    margin-left: 2%; 
    margin-bottom: 6%;   
}
.easy-process h4{
    font-size: 6rem;
    margin-left: 2%; 
    margin-bottom: 6%;   
}
.easy-process h5{
    font-size: 6rem;
    margin-left: 2%; 
    margin-bottom: 6%;    
}

/* **********why us************ */
.why-us{
    height:auto
}
.why-us-cont{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
   
}
.why-us h2{
    font-size: 2rem;
    margin:0;
}
.why-us h3{
    font-size: 2rem;
    margin-bottom: 4%;
}

.black-line2{
    display:none;
}
.why-us-cont div h3{
    font-size: 3rem;
    margin:0;
}
.why-us-cont div h4{
    font-size: 3rem;
    margin:0;
}
.why-us-cont div h5{
    font-size: 3rem;
    margin:0;
}
.why-us-cont div{
    height: 30%;
    width: 90%;
    border: solid 1px rgba(18, 18, 18);
    background-image: linear-gradient(rgb(198, 236, 255), white, rgb(198, 236, 255));
    padding: 4%;
    border-radius: 15px;
    box-shadow: 2px 2px 4px black;
    margin-bottom: 5%;
}

/* ****contact us******** */

.contact-form{
    height: 80%;
    width:90%;
}
.black-line3{
    width: 40%
}
.contact-us h2{
    font-size: 2.1rem;
}



/* *******footer********** */


#footer{
    height:70%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
    flex-wrap: wrap;
}   

.foot-map{
    height: 4%;
    width: 96%;
    color:blue;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
    text-decoration: underline;
    /* margin-bottom: 2.3%; */
}
.foot-map a{
    font-size: 1.2rem;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-around;
}

.footer .logo{
    min-height: 103px;
    width: 96%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.copyright{
    display: none;
}
.copyright2 p{
    font-size: .7rem;
    padding:1%;
}
.copyright2{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;  
    padding: .5%;
    padding-bottom: 20px;
}
.foot-contact{
    display: none;
}
.foot-contact2{
    height: 10%;
    width: 96%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;    
}
.foot-contact2 a{
    font-size: 2.9rem;
    color: rgb(25, 180, 46);    
}
.foot-contact2 img{
    height: 45px;
    border-radius: 30%;
}
.footer{
    min-height: 490px;
    padding-bottom: 20px;
}

}









/* *******@media 300px*********** */




