@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,600;0,700;1,600;1,700&display=swap');

/* Code for Whole Page*/

*,
*::before,
*::after {
  box-sizing: border-box;
}

body, html, div {
height: 100%;
}
    
body {
font-family: 'Open Sans', sans-serif; font-size:16px; 
background-color:white;
}

.block-text {
font-family: 'Montserrat', sans-serif; font-weight:bold; font-size:30px;
text-transform: uppercase;
}

#page-container {
max-width:1024px;
margin:0 auto;
}

a:hover {
color:#aeba29;
text-decoration: underline;
}

.clear {
clear:both;
}

.clearfix {
overflow: auto;
}

.no-border {
border:none !important;
}

/*Top Section*/ 

.info-bar{
display:flex;
width:100%;
flex-direction:row;
justify-content: center;
align-items: center;
}

/*.info-bar1-2{
display:none;
}*/

.information {
font-weight:400; 
font-size:.8em;
color: white;
text-transform: uppercase;
margin:0 10px 0 10px;
}
    
.phone-email {
color: white;
text-decoration:none;
}

.about{
color: white;
text-decoration:none;
}

/*Map Section*/

#map-header {
height:188px;
background-color:#aeba29;
width: 100%;
display: table; 
}
    
#map-header .block-text {
color:#ffffff;
font-size:2.2em;
text-align:center;
vertical-align: middle;
display: table-cell;   
}
           
#map-header .block-text span{
color: #515151;
font-size:.8em;     
}

#map{
display:flex;
flex: 100%;
max-width: 100%;
height:auto;
}

/*Bottom-Bar*/

.information2 {
font-weight:400; 
font-size:.8em;
color: white;
text-transform: uppercase;
padding-right:10px;
}

.info-bar-2{
display:flex;
flex-direction: row;
height:auto;
width:100%;
background-color: #3a3b40;
justify-content: space-around;
justify-content:center;
align-items:center;
}

.icon-svg{
fill:#aeba29 !important; 
width:1.5em; 
height:1.5em;
margin:2px 4px 2px 4px;
}

.icon-svg-2{
fill:#aeba29 !important;
width:2em; 
height:2.5em;
margin:2px 4px 2px 4px;
}
      
/*Social*/

#social {
height: 70px;
width: 100%;
background-color: #3a3b40;
text-align: center;
padding: 28px;
}

.list-item{
display:inline-block;
padding-right:10px;
}

.social-icon{
fill:#696767;
}

.social-icon:hover{
fill:#aeba29;
}

/*footer*/

#footer{
height: 55px;
width: 100%;
background-color: #3a3b40;
display: table; 
}
    
.footer-text {
font-weight:400;
font-size:.8em;
line-height:18px;
color:#696767;
text-align:center;
vertical-align: middle;
display: table-cell;  
}
    
#heart {
height:20%;
padding: 0 4px;
}

/*media queries*/

@media only screen and (max-device-width: 960px){


}

@media only screen and (max-device-width: 825px){

    .information {
    margin: 0 5px 0 5px;
    }

    #social{
    height: 85px;
    }
}

@media only screen and (max-device-width: 760px){
        
    .information {
    font-size:.6em;
    line-height:30px;
    }
    
    .information2 {
    font-size:.6em;
    }

    #map-header .block-text {
    font-size:1.7em;
    }
                       
    #map-header .block-text span{
    font-size:.7em;     
    }
 
  
}

@media only screen and (max-device-width: 625px){

    #map-header {
    height: 110px;
    }

    #map-header .block-text {
    font-size:1.2em;
    }
                       
    #map-header .block-text span{
    font-size:.9em;     
    }
}

@media only screen and (max-device-width: 529px){

    .information {
    margin:0 4px 0 4px;
    }
   

}

@media only screen and (max-device-width: 425px){


    .information {
    font-size:.5em;
    line-height:25px;
    }
        
    .information2 {
    font-size:.5em;
    padding-right: 9px;
    }

    .icon-svg{
    width:1.1em; 
    height:1.2em;
    margin:4px 0;
    }

    .icon-svg-2{
    width:2em; 
    height:1em;
    margin:4px 0;
    }

    #map-header {
    height: 86px;
    }
    
    #map-header .block-text {
    font-size:1em;
    }
                           
    #map-header .block-text span{
    font-size:.8em;     
    }

    #social {
    height: 73px;
    }
  
    #footer{
    height: 45px;
    }
  
    .footer-text {
    font-size:.6em;
    line-height:14px;
    }
            
    #heart {
    height:15%;
    }

}

@media only screen and (max-device-width: 325px){

    /*.info-bar{
    display:none;
    }
            
   .info-bar1-2{
    display:flex;
    width:100%;
    height:auto;
    flex-direction:column;
    justify-content: center;
    align-items: center;
    background-color: #3a3b40;
    }*/

    .information {
    margin:0 2px 0 2px;
    }

    .information2 {
    padding-right: 7px;
    }

}

