@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	14;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

/* Mobile Layout: 480px and below. */

	






    
    .top{
        width: 90%;
        margin: 2em 5vw auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 1000;
        transition: all .3s;
	
		
    }
    
	
	.logo{
		width: auto;
		height: 3.5em;
		float: left;
		clear: none;
		display: block;
		display: flex;
      justify-content: center;
      align-items: center;
        position: relative;
	}
    
    
    .top .logo .logo-img-one{
        width: 4em;
        height: 4em;
        float: left;
        clear: none;
        background-image: url("../img/logo/envir-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
    }
	
	
	 .top .logo .logo-img-two{
        width: 6em;
        height: 2.5em;
        float: left;
        clear: none;
        background-image: url("../img/logo/wiyone-logo-blacktext.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
        margin: auto 0 auto 1em;
        border: solid #DDB26C;
        border-width: 0 0 0 1px;

    }
    
  

	
	.top .pagename{
		font-family: "Mikoena";
		color: #fff;
		font-size: .9em;
		display: block;
		float: left;
        margin: 0;
		clear: none;
		margin-left: 0;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: solid #D6B58C;
		border-width: 0 0 0 .5px;
		padding-left: 0;
        text-align: center;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 1.5em auto;
        background-color: #E15822;
        left: 0;
        transition: all .3s;

	}
	
	
    
	
	#slidedown-logo{
		display: block;
		float: left;
		clear: none;
		height: 2em;
		width: 2em;
	}
    

    
    
    
    .nav-btn{
        height: auto;
        width: calc(auto - 1.5em);
        float: right;
        padding: 1em 1.5em;
        background: #ffffff;
        border: 0;
        cursor: pointer;
        display: grid; 
	  	grid-auto-flow: row dense; 
	  	grid-auto-columns: 1fr; 
	  	grid-auto-rows: 1fr; 
	  	grid-template-columns: 1fr 1fr; 
	  	gap: 0em 1em; 
        display: flex;
      	justify-content: center;
      	align-items: center;
        position: relative;
        z-index: 10;
        margin: .3em 0;
        top: 0;
        right: 0;
        position: absolute;
        color: #3D4647;
        font-size: .75em;
        letter-spacing: 2px;
		transition: all .3s;
        border: .5px solid #DDB26C;
    }
    
    
    .nav-btn p{
        font-weight: 600;
		letter-spacing: 1px;
		display: block;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: #3D4647;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 2em;
        margin: calc(0em + 0px) auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 2em;
        margin: .5em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #094E4C;
		 margin-right: .6em;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #3D4647;
		height: 3px;
    }

    
    
    .navstrokes-expanded span{
        height: 5px;
        background-color: #094E4C;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 2.5em;
        margin: .2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 2.5em;
        margin: 0em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 
    
    
    
    /*Expanded*/
    
    
    
    /*Top Moved*/
    
    .topmoved{
        background-color: #fff;
        padding: 1em 2em;
        width: calc(90% - 4em);
        margin: 1em 5vw auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 1000;
        border-radius: 2em;
        transition: all .3s;
		border: .5px solid #E4E4E4;
    }
    
    
    .topmoved .logo{
        height: 4vh;
    }
    
    .topmoved .nav-btn{
        margin: .75em .75em auto;
    }
    


    .topmoved .pagename{
		font-family: "Mikoena";
		color: #fff;
		font-size: .7em;
		display: block;
		float: left;
        margin: 0;
		clear: none;
		margin-left: 0;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: solid #D6B58C;
		border-width: 0 0 0 .5px;
		padding-left: 0;
        text-align: center;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 1em auto;
        background-color: #E15822;
        left: 0;
        transition: all .3s;
	}
    

	  
    .topmoved .logo .logo-img-one{
        width: 0;
        height: 0;
        float: left;
        clear: none;
        background-image: url("../img/logo/envir-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
    }
	
	
	 .topmoved .logo .logo-img-two{
        width: 7em;
        height: 4vh;
        float: left;
        clear: none;
        background-image: url("../img/logo/wiyone-logo-whitetext.svg");
        background-position: center left;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
         margin: -.5vh 0 auto 0;
        border: solid #DDB26C;
        border-width: 0 0 0 0px;
       
      
    }
    
	
	
	
    
    /*Top Moved*/
    
    
    
    
    
    
    
    
    
    
    .nav-closed{
        display: none;
        width: calc(0vw - 0em);
        height: calc(0vh - 0em);
        float: left;
        clear: none;
        border-radius: 0em;
        position: absolute;
        z-index: 0;
        top:0;
        right:0;
        transition: all .4s;
    }
    
    
    
    
    .nav-popup{
        width: calc(100vw - 2em);
        height: calc(100vh - 2em);
        float: left;
        clear: none;
        display: block;
        border-radius: 0em;
        background-color: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(50px);
        padding: 1em;
        position: fixed;
        top:0;
        right:0;
        overflow: hidden;
        transition: all .4s;
    }
    
    
    .bignav{
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        transition: all .4s;
        transform-style: flat;
        letter-spacing: 1px;
        padding-left: 1em;
        margin-top: 5em;
    }
    
    
    .bignav li{
        list-style: none;
        font-size: 3em;
        cursor: pointer;
        font-weight: 100;
        transition: all .4s;
        transform-style: flat;
        width: auto;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        color: #000;
		letter-spacing: -.005em;
        font-family: "big_noodle_titling";
        transform-origin: center;
        position: relative;
        overflow: hidden;
        margin: .2em 0em;
        padding: auto;
    }
    
   
    
    .bignav li:hover{
        color: #E15822;
        font-family: "big_noodle_titling_oblique";
        font-size: 3.2em;
        margin: .2em .2em;
    }
    
    

    .bignav li span{
        height: 2px;
        width: 120%;
        background-color: #DDB26C;
        display: block;
        float: left;
        clear: none;
        margin: auto 1em auto 0;
        position: absolute;
        left: -120%;
    }

    
    .bignav li:hover span{
        animation: navspanmove .4s forwards;
    }   

    @keyframes navspanmove {
        0% {left: -120%;}
        100% {left: 0%;}
    }
    
    
    
    
    
    
    
    
    
    
    
	
	
select {
  width: 100%;
  height: 3.5em;
  padding: .7em 1.5em .7em 1em;
  transition: all 0.4s;
  font-family: "GeneralSans-Regular";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: .9em;
  cursor: pointer;
  border-radius: 1.5em;
}

select::after {
  opacity: 0;
}

select option {
  color: #0f1330;
  font-size: .9em;
  cursor: pointer;
  transition: all 0.4s;
}

input[type="search"]:before {
  content: url("../img/svgs/magnifying-glass-solid.svg");
}

input[type="search"] {
   width: calc(100% - 4em);
  height: auto;
  padding: 0.6em 1.5em 0.6em 1em;
  transition: all 0.4s;
  font-family: "GeneralSans-Regular";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: .9em;
}

#search {
  height: 3em;
  position: relative;
}

#search i {
  font-size: .8em;
  display: block;
  float: left;
  clear: none;
  position: absolute;
  z-index: 10;
  left: 1.2em;
  top: 0.55em;
}

#search input[type="search"] {
  position: absolute;
  z-index: 0;
}



	input[type=search]:before{
		content:url("../img/svgs/magnifying-glass-solid.svg");
		
	}

	input[type=search]{
		margin-bottom: 2em;
		border-radius: 5em;
		padding: 1em 1.5em 1em 3em;
	}
	
	
	
	#search{
		height: 5em;
		position: relative;
	}
	
	#search i{
		font-size: 1em;
		display: block;
		float: left;
		clear: none;
		position: absolute;
		z-index: 10;
		left: 1.2em;
		top: .55em;
	}
	
	
	#search input[type=search]{
		position: absolute;
		z-index: 0;
	
	}
	
	
	
	
	
	
    
    
    
    
    .footer{
        width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 5vh 5% 10vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/svgs/abdulsign-blue.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;

    }


    .footer a{
        opacity: .7;
        cursor: pointer;
        transition: all .3s;
    }


    .footer a:hover{
        opacity: 1;
        font-family: "GeneralSans-Medium.";
    }


    .contact-page-footer{
         width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -25vh 5% 15vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/svgs/abdulsign-blue.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }
    
    
    
    .footer-inner{
        width: auto;
        height: auto;
        margin: 5vh 5%;
        float: left;
        clear: none;
          display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto auto; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 

    }
    
    
    .footer-left{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
    }

    .footer-left img{
        width: 7em;
        height: 7em;
        display: block;
        float: left;
        clear: none;
        display: flex;
      justify-content: center;
      align-items: center;
      margin: auto auto 2em auto;
      
    }


    .footer-call{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: #F9F9F9;
        padding: 2em;
        border-radius: 1em;
    }

    .footer-call img{
        display: block;
        clear: none;
        width: 2em;
        height: 2em;
        float: left;
        margin-right: .5em;
    }


    .footer-call p{
        display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }


    .footer-right{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }


    .footer-right-contactpage{
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: 3.5fr 1fr; 
        gap: 0em 2em; 
        grid-template-areas: 
            "."
            "."; 
    }



    .footer-right-contactpage iframe{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear:none;
        border-radius: 2em;
        overflow: hidden;
        outline: 0;
        border: 0;
    }



    .fr-top{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 1em auto 0em auto;
          display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: auto auto; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."; 
    }


    .fr-socials{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: .5em .5em; 
        grid-template-areas: 
        ". . . ."; 
        width: auto;
        height: auto;
        float: left;
        text-align: center;
    }

    .fr-socials i{
        font-size: 1.5em;
        color: #3D4647;
        border-radius: 1em;
        background-color: #F9F9F9;
        padding: 1em;
        display: block;
        cursor: pointer;
        margin: 0;
        transition: .3s all;
    }

    .fr-socials i:hover{
        background-color: #E15822;
        color: #fff;
        transform: scale(1.1);
        transition: all .3s;
    }




    .fr-center{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
      margin: auto;
      border: solid #3D4647;
      border-width: .5px 0 .5px 0;
    }


    .fr-center ul{
        list-style: none;
        display: block;
        float: left;
        clear: both;
        width: auto;
        height: auto;
        margin: 1em auto;
        padding: 0;
    }

    .fr-center ul p{
        float: left;
        clear: both;
        font-family: "GeneralSans-Semibold";
        display: block;
    }

    .fr-center ul li{
        display: inline;
        float: left;
        clear: none;
        margin: 0 1em;
        font-family: "GeneralSans-Regular";
        font-size: 1em;
        cursor: pointer;
        color: #3D4647;
        transition: all .3s;
    }
    

    .fr-center ul li:hover{
        color: #E15822;
        transition: all .3s;
         font-family: "GeneralSans-Semibold";
    }

	
    
    .fr-bottom{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
      
    }
























/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
	
	
	
	
	.nav-popup{
        width: calc(100vw - 4em);
        height: calc(100vh - 12em);
        float: left;
        clear: none;
        display: block;
        border-radius: 0em;
        background-color: rgba(255,255,255,.6);
		backdrop-filter: blur(50px);
        padding: 6em 1em 6em 3em;
        position: fixed;
        top:0;
        right:0;
        overflow: hidden;
        transition: all .4s;
    }
    
	
	









	
	
	
	
}
	
	

    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 480px) {
	
    
    
    

}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
	
	

    
    .top{
        width: 90%;
        margin: 3em 5vw auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 1000;
        transition: all .3s;
	
		
    }
    
	
	.logo{
		width: auto;
		height: 3.5em;
		float: left;
		clear: none;
		display: block;
		display: flex;
      justify-content: center;
      align-items: center;
        position: relative;
	}
    
    
    .top .logo .logo-img-one{
        width: 3em;
        height: 3em;
        float: left;
        clear: none;
        background-image: url("../img/logo/envir-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
    }
	
	
	 .top .logo .logo-img-two{
        width: 6em;
        height: 2.5em;
        float: left;
        clear: none;
        background-image: url("../img/logo/wiyone-logo-blacktext.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
        margin: auto 0 auto 1em;
        border: solid #DDB26C;
        border-width: 0 0 0 1px;

    }
    
  

	
	.top .pagename{
		font-family: "Mikoena";
		color: #fff;
		font-size: .9em;
		display: block;
		float: left;
        margin: 0;
		clear: none;
		margin-left: 0;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: solid #D6B58C;
		border-width: 0 0 0 .5px;
		padding-left: 0;
        text-align: center;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 1.5em auto;
        background-color: #E15822;
        left: 0;
        transition: all .3s;

	}
	
	
    
	
	#slidedown-logo{
		display: block;
		float: left;
		clear: none;
		height: 2em;
		width: 2em;
	}
    

    
    
    
    .nav-btn{
        height: auto;
        width: calc(auto - 1.5em);
        float: right;
        padding: 1em 1.5em;
        background: #ffffff;
        border: 0;
        cursor: pointer;
        display: grid; 
	  	grid-auto-flow: row dense; 
	  	grid-auto-columns: 1fr; 
	  	grid-auto-rows: 1fr; 
	  	grid-template-columns: 1fr 1fr; 
	  	gap: 0em 1em; 
        display: flex;
      	justify-content: center;
      	align-items: center;
        position: relative;
        z-index: 10;
        margin: .3em 0;
        top: 0;
        right: 0;
        position: absolute;
        color: #3D4647;
        font-size: .75em;
        letter-spacing: 2px;
		transition: all .3s;
        border: .5px solid #DDB26C;
    }
    
    
    .nav-btn p{
        font-weight: 600;
		letter-spacing: 1px;
		display: block;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: #3D4647;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 2em;
        margin: calc(0em + 0px) auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 2em;
        margin: .5em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #094E4C;
		 margin-right: .6em;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #3D4647;
		height: 3px;
    }

    
    
    .navstrokes-expanded span{
        height: 5px;
        background-color: #094E4C;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 2.5em;
        margin: .2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 2.5em;
        margin: 0em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 
    
    
    
    /*Expanded*/
    
    
    
    /*Top Moved*/
    
    .topmoved{
        background-color: #fff;
        padding: 1em 2em;
        width: calc(90% - 4em);
        margin: 1em 5vw auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 1000;
        border-radius: 2em;
        transition: all .3s;
		border: .5px solid #E4E4E4;
    }
    
    
    .topmoved .logo{
        height: 4vh;
    }
    
    .topmoved .nav-btn{
        margin: .75em .75em auto;
    }
    


    .topmoved .pagename{
		font-family: "Mikoena";
		color: #fff;
		font-size: .7em;
		display: block;
		float: left;
        margin: 0;
		clear: none;
		margin-left: 0;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: solid #D6B58C;
		border-width: 0 0 0 .5px;
		padding-left: 0;
        text-align: center;
        position: fixed;
        z-index: 1000;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 1em auto;
        background-color: #E15822;
        left: 0;
        transition: all .3s;
	}
    

	  
    .topmoved .logo .logo-img-one{
        width: 0;
        height: 0;
        float: left;
        clear: none;
        background-image: url("../img/logo/envir-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
    }
	
	
	 .topmoved .logo .logo-img-two{
        width: 7em;
        height: 5vh;
        float: left;
        clear: none;
        background-image: url("../img/logo/wiyone-logo-whitetext.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
         margin: -.5vh 0 auto 0;
        border: solid #DDB26C;
        border-width: 0 0 0 0px;
       
      
    }
    
	
	
	
    
    /*Top Moved*/
    
    
    
    
    
    
    
    
    
    
    .nav-closed{
        display: none;
        width: calc(0vw - 0em);
        height: calc(0vh - 0em);
        float: left;
        clear: none;
        border-radius: 0em;
        position: absolute;
        z-index: 0;
        top:0;
        right:0;
        transition: all .4s;
    }
    
    
    
    
    .nav-popup{
        width: calc(100vw - 2em);
        height: calc(100vh - 2em);
        float: left;
        clear: none;
        display: block;
        border-radius: 0em;
        background-color: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(50px);
        padding: 1em;
        position: fixed;
        top:0;
        right:0;
        overflow: hidden;
        transition: all .4s;
    }
    
    
    .bignav{
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        transition: all .4s;
        transform-style: flat;
        letter-spacing: 1px;
        padding-left: 3em;
        margin-top: 5em;
    }
    
    
    .bignav li{
        list-style: none;
        font-size: 3.5em;
        cursor: pointer;
        font-weight: 100;
        transition: all .4s;
        transform-style: flat;
        width: auto;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        color: #000;
		letter-spacing: -.005em;
        font-family: "big_noodle_titling";
        transform-origin: center;
        position: relative;
        overflow: hidden;
        margin: .2em 0em;
        padding: auto;
    }
    
   
    
    .bignav li:hover{
        color: #E15822;
        font-family: "big_noodle_titling_oblique";
        font-size: 3.7em;
        margin: .2em .2em;
    }
    
    

    .bignav li span{
        height: 2px;
        width: 120%;
        background-color: #DDB26C;
        display: block;
        float: left;
        clear: none;
        margin: auto 1em auto 0;
        position: absolute;
        left: -120%;
    }

    
    .bignav li:hover span{
        animation: navspanmove .4s forwards;
    }   

    @keyframes navspanmove {
        0% {left: -120%;}
        100% {left: 0%;}
    }
    
    
    
    
    
    
    
    
    
    
    
	
	
select {
  width: 100%;
  height: 3.5em;
  padding: .7em 1.5em .7em 1em;
  transition: all 0.4s;
  font-family: "GeneralSans-Regular";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: .9em;
  cursor: pointer;
  border-radius: 1.5em;
}

select::after {
  opacity: 0;
}

select option {
  color: #0f1330;
  font-size: .9em;
  cursor: pointer;
  transition: all 0.4s;
}

input[type="search"]:before {
  content: url("../img/svgs/magnifying-glass-solid.svg");
}

input[type="search"] {
   width: calc(100% - 4em);
  height: auto;
  padding: 0.6em 1.5em 0.6em 1em;
  transition: all 0.4s;
  font-family: "GeneralSans-Regular";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: .9em;
}

#search {
  height: 3em;
  position: relative;
}

#search i {
  font-size: .8em;
  display: block;
  float: left;
  clear: none;
  position: absolute;
  z-index: 10;
  left: 1.2em;
  top: 0.55em;
}

#search input[type="search"] {
  position: absolute;
  z-index: 0;
}



	input[type=search]:before{
		content:url("../img/svgs/magnifying-glass-solid.svg");
		
	}

	input[type=search]{
		margin-bottom: 2em;
		border-radius: 5em;
		padding: 1em 1.5em 1em 3em;
	}
	
	
	
	#search{
		height: 5em;
		position: relative;
	}
	
	#search i{
		font-size: 1em;
		display: block;
		float: left;
		clear: none;
		position: absolute;
		z-index: 10;
		left: 1.2em;
		top: .55em;
	}
	
	
	#search input[type=search]{
		position: absolute;
		z-index: 0;
	
	}
	
	
	
	
	
	
    
    
    
    
    .footer{
        width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: both;
        margin: 5vh 5% 10vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/svgs/abdulsign-blue.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;

    }


    .footer a{
        opacity: .7;
        cursor: pointer;
        transition: all .3s;
    }


    .footer a:hover{
        opacity: 1;
        font-family: "GeneralSans-Medium.";
    }


    .contact-page-footer{
         width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -25vh 5% 15vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/svgs/abdulsign-blue.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }
    
    
    
    .footer-inner{
        width: 90%;
        height: auto;
        margin: 5vh 5%;
        float: left;
        clear: none;
          display: grid; 
  grid-template-columns: 1fr 1fr; 
  grid-template-rows: auto 0fr ; 
  gap: 2em 2em; 
  grid-template-areas: 
    ". ."
    ". ."
    ; 

    }
    
    
    .footer-left{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
    }

    .footer-left img{
        width: 7em;
        height: 7em;
        display: block;
        float: left;
        clear: none;
        display: flex;
      justify-content: center;
      align-items: center;
      margin: auto auto 2em auto;
      
    }


    .footer-call{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: #F9F9F9;
        padding: 2em;
        border-radius: 1em;
    }

    .footer-call img{
        display: block;
        clear: none;
        width: 2em;
        height: 2em;
        float: left;
        margin-right: .5em;
    }


    .footer-call p{
        display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }


    .footer-right{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }


    .footer-right-contactpage{
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: 3.5fr 1fr; 
        gap: 0em 2em; 
        grid-template-areas: 
            "."
            "."; 
    }



    .footer-right-contactpage iframe{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear:none;
        border-radius: 2em;
        overflow: hidden;
        outline: 0;
        border: 0;
    }



    .fr-top{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 1em auto 0em auto;
       display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 1em 1em; 
        grid-template-areas: 
         ". ."; 
    }


    .fr-socials{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: .5em .5em; 
        grid-template-areas: 
        ". . . ."; 
        width: auto;
        height: auto;
        float: left;
        text-align: center;
    }

    .fr-socials i{
        font-size: 1.5em;
        color: #3D4647;
        border-radius: 1em;
        background-color: #F9F9F9;
        padding: 1em;
        display: block;
        cursor: pointer;
        margin: 0;
        transition: .3s all;
    }

    .fr-socials i:hover{
        background-color: #E15822;
        color: #fff;
        transform: scale(1.1);
        transition: all .3s;
    }




    .fr-center{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
      margin: auto;
      border: solid #3D4647;
      border-width: .5px 0 .5px 0;
    }


    .fr-center ul{
        list-style: none;
        display: block;
        float: left;
        clear: both;
        width: auto;
        height: auto;
        margin: 1em auto;
        padding: 0;
    }

    .fr-center ul p{
        float: left;
        clear: both;
        font-family: "GeneralSans-Semibold";
        display: block;
    }

    .fr-center ul li{
        display: inline;
        float: left;
        clear: none;
        margin: 0 1em;
        font-family: "GeneralSans-Regular";
        font-size: 1em;
        cursor: pointer;
        color: #3D4647;
        transition: all .3s;
    }
    

    .fr-center ul li:hover{
        color: #E15822;
        transition: all .3s;
         font-family: "GeneralSans-Semibold";
    }

	
    
    .fr-bottom{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: both;
      
    }









	
	
	
	
	
	
}
    /* Desktop Layout: 769px to a max of 1080px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1080px) {
	
    
    
    
    .top{
        width: 85%;
        margin: 5em 7.5vw auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 1000;
        transition: all .3s;
    }
    
	
	.logo{
		width: auto;
		height: 3.5em;
		float: left;
		clear: none;
		display: block;
		display: flex;
      justify-content: center;
      align-items: center;
        position: relative;
	}
    
    
    
    .top .logo .logo-img-one{
        width: 7em;
        height: 7em;
        float: left;
        clear: none;
        background-image: url("../img/logo/envir-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
    }
	
	
	 .top .logo .logo-img-two{
        width: 12em;
        height: 4em;
        float: left;
        clear: none;
        background-image: url("../img/logo/wiyone-logo-blacktext.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
        margin: auto 0 auto 2em;
        border: solid #DDB26C;
        border-width: 0 0 0 1px;

    }
    
  

	
	.top .pagename{
		font-family: "Mikoena";
		color: #ffffff;
		font-size: 1em;
		display: block;
		float: left;
		clear: none;
		margin-left: .35em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: solid #D6B58C;
		border-width: 0 0 0 .5px;
		padding-left: .75em;
        text-align: center;
        position: relative;
        z-index: auto;
        bottom: auto;
        width: auto;
        height: auto;
        padding: auto;
         padding: 1em auto;
        background-color:none;
        left: auto;
        background: none;
	}
	


	#slidedown-logo{
		display: block;
		float: left;
		clear: none;
		height: 2em;
		width: 2em;
	}
    

    .nav-btn{
        height: auto;
        width: calc(auto - 1.5em);
        float: right;
        padding: 1em 1.5em;
        background: #ffffff;
        border: 0;
        cursor: pointer;
        display: grid; 
	  	grid-auto-flow: row dense; 
	  	grid-auto-columns: 1fr; 
	  	grid-auto-rows: 1fr; 
	  	grid-template-columns: 1fr 1fr; 
	  	gap: 0em 1em; 
        display: flex;
      	justify-content: center;
      	align-items: center;
        position: relative;
        z-index: 10;
        margin: .3em 0;
        top: 0;
        right: 0;
        position: absolute;
        color: #3D4647;
        font-size: .85em;
        letter-spacing: 5px;
		transition: all .3s;
        border: .5px solid #DDB26C;
    }
    
    
    .nav-btn p{
        font-weight: 600;
		letter-spacing: 2px;
		display: block;
    }
    
    .nav-btn .navstrokes{
        height: 1em;
        width: 6em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        
    }
    
    .nav-btn .navstrokes span{
        height: 2px;
        background-color: #3D4647;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
    }
    
    .navstrokes span:first-child{
        width: 6em;
        margin: calc(0em + 0px) auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    }
    
    .navstrokes span:last-child{
        width: 6em;
        margin: .5em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
    } 
    
    
    
    
    /*Expanded*/
     .nav-btn .navstrokes-expanded{
        height: 1em;
        width: 2em;
        float: left;
        clear: none;
        display: block;
        position: relative;
        padding: 0;
        color: #094E4C;
		 margin-right: .6em;
    }
    
    
    .nav-btn .navstrokes-expanded span{
        background-color: #3D4647;
		height: 3px;
    }

    
    
    .navstrokes-expanded span{
        height: 5px;
        background-color: #094E4C;
        float: left;
        clear: both;
        display: block;
        position: relative;
        transition: all .4s;
        
    }
    
    .navstrokes-expanded span:first-child{
        width: 2.5em;
        margin: .2em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(45deg);
        
    }
    
    .navstrokes-expanded span:last-child{
        width: 2.5em;
        margin: 0em auto auto auto;
        bottom: 0;
        transform-origin: center;
        top: auto;
        left: 0;
        transform: rotate(-45deg)
    } 
    
    
    
    /*Expanded*/
    
    
    
    /*Top Moved*/
    
    .topmoved{
        background-color: #fff;
        padding: 1em 2em;
        width: calc(90% - 4em);
        margin: 1em 5vw auto;
        height: auto;
        display: block;
        float: left;
        clear: none;
        position: fixed;
        z-index: 1000;
        border-radius: 2em;
        transition: all .3s;
		border: .5px solid #E4E4E4;
    }
    
    
    .topmoved .logo{
        height: 4vh;
    }
    
    .topmoved .nav-btn{
        margin: .75em .75em auto;
    }
    


    .topmoved .pagename{
		font-family: "Mikoena";
		color: #000000;
		font-size: 1em;
		display: block;
		float: left;
		clear: none;
		margin-left: .35em;
		letter-spacing: 1.5px;
		text-transform: uppercase;
		border: solid #D6B58C;
		border-width: 0 0 0 .5px;
		padding-left: .75em;
        text-align: center;
         padding: 1em auto;
        background-color: none;
        left: auto;
        background: none;
        position: relative;
        width: auto;
	}
    

	  
    .topmoved .logo .logo-img-one{
        width: 0;
        height: 0;
        float: left;
        clear: none;
        background-image: url("../img/logo/envir-logo.svg");
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
    }
	
	
	 .topmoved .logo .logo-img-two{
        width: 7em;
        height: 5vh;
        float: left;
        clear: none;
        background-image: url("../img/logo/wiyone-logo-whitetext.svg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        transition: all .3s;
         margin: -.5vh 0 auto 0;
        border: solid #DDB26C;
        border-width: 0 0 0 0px;
       
      
    }
    
	

	
	
    
    /*Top Moved*/
    
    
    
    
    
    
    
    
    
    
    .nav-closed{
        display: none;
        width: calc(0vw - 0em);
        height: calc(0vh - 0em);
        float: left;
        clear: none;
        border-radius: 0em;
        position: absolute;
        z-index: 0;
        top:0;
        right:0;
        transition: all .4s;
    }
    
    
    
    
    .nav-popup{
        width: calc(100vw - 8em);
        height: calc(100vh - 8em);
        float: left;
        clear: none;
        display: block;
        border-radius: 0em;
        background-color: rgba(255, 255, 255, 0.95);
		backdrop-filter: blur(50px);
        padding: 4em;
        position: fixed;
        top:0;
        right:0;
        overflow: hidden;
        transition: all .4s;
    }
    
    
    .bignav{
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        transition: all .4s;
        transform-style: flat;
        letter-spacing: 1px;
        padding-left: auto;
        margin-top: auto;
    }
    
    
    .bignav li{
        list-style: none;
        font-size: 5em;
        cursor: pointer;
        font-weight: 100;
        transition: all .4s;
        transform-style: flat;
        width: auto;
        display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
        color: #000;
		letter-spacing: -.005em;
        font-family: "big_noodle_titling";
        transform-origin: center;
        position: relative;
        overflow: hidden;
        margin: .2em .2em;
        padding: auto;
    }
    
   
    
    .bignav li:hover{
        color: #E15822;
        font-family: "big_noodle_titling_oblique";
        font-size: 6em;
        margin: .2em .2em;
    }
    
    

    .bignav li span{
        height: 2px;
        width: 120%;
        background-color: #DDB26C;
        display: block;
        float: left;
        clear: none;
        margin: auto 1em auto 0;
        position: absolute;
        left: -120%;
    }

    
    .bignav li:hover span{
        animation: navspanmove .4s forwards;
    }   

    @keyframes navspanmove {
        0% {left: -120%;}
        100% {left: 0%;}
    }
    
    
    
    
    
    
    
    
    
    
    
	
	
select {
  width: 100%;
  height: 3.5em;
  padding: .7em 1.5em .7em 1em;
  transition: all 0.4s;
  font-family: "GeneralSans-Regular";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: 1em;
  cursor: pointer;
  border-radius: 1.5em;
}

select::after {
  opacity: 0;
}

select option {
  color: #0f1330;
  font-size: 1.1em;
  cursor: pointer;
  transition: all 0.4s;
}

input[type="search"]:before {
  content: url("../img/svgs/magnifying-glass-solid.svg");
}

input[type="search"] {
   width: calc(100% - 4em);
  height: auto;
  padding: 0.6em 1.5em 0.6em 1em;
  transition: all 0.4s;
  font-family: "GeneralSans-Regular";
  border: solid 0px #0f1330;
  margin: 0.5em 0;
  background-color: #f5f5f5;
  color: #0f1330;
  font-size: 1em;
}

#search {
  height: 3em;
  position: relative;
}

#search i {
  font-size: 1em;
  display: block;
  float: left;
  clear: none;
  position: absolute;
  z-index: 10;
  left: 1.2em;
  top: 0.75em;
}

#search input[type="search"] {
  position: absolute;
  z-index: 0;
}



	input[type=search]:before{
		content:url("../img/svgs/magnifying-glass-solid.svg");
		
	}

	input[type=search]{
		margin-bottom: 2em;
		border-radius: 5em;
		padding: 1em 1.5em 1em 3em;
	}
	
	
	
	#search{
		height: 5em;
		position: relative;
	}
	
	#search i{
		font-size: 1em;
		display: block;
		float: left;
		clear: none;
		position: absolute;
		z-index: 10;
		left: 1.2em;
		top: .75em;
	}
	
	
	#search input[type=search]{
		position: absolute;
		z-index: 0;
	
	}
	
	
	
	
	
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    .footer{
        width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -5vh 5% 10vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/svgs/abdulsign-blue.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }


    .footer a{
        opacity: .7;
        cursor: pointer;
        transition: all .3s;
    }


    .footer a:hover{
        opacity: 1;
        font-family: "GeneralSans-Medium.";
    }


    .contact-page-footer{
         width: calc(90vw - 2em);
        height: auto;
        display: block;
        float: left;
        clear: none;
        margin: -25vh 5% 15vh;
		padding: 1em;
		position: relative;
		z-index: 0;
		bottom: 0;
		background-image: url("../img/svgs/abdulsign-blue.svg");
		background-position: top center;
		background-repeat: no-repeat;
		display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      background-color: white;
      border-radius: 2em;
      z-index: 100;
    }
    
    
    
    .footer-inner{
        width: 90%;
        height: auto;
        margin: 5vh 5%;
        float: left;
        clear: none;
        display: grid; 
	  grid-template-columns: 1fr 1fr 2fr; 
	  grid-template-rows: 1fr; 
	  gap: 2em 2em; 
	  grid-template-areas: 
		". . ."; 

    }
    
    
    .footer-left{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
    }

    .footer-left img{
        width: 7em;
        height: 7em;
        display: block;
        float: left;
        clear: none;
        display: flex;
      justify-content: center;
      align-items: center;
      margin: auto auto 2em auto;
      
    }


    .footer-call{
        display: block;
        width: auto;
        height: auto;
        float: left;
        clear: none;
        display: block;
        background-color: #F9F9F9;
        padding: 2em;
        border-radius: 1em;
    }

    .footer-call img{
        display: block;
        clear: none;
        width: 2em;
        height: 2em;
        float: left;
        margin-right: .5em;
    }


    .footer-call p{
        display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: left;
      justify-content: left;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
      
    }


    .footer-right{
        width: 100%;
        height: 100%;
        float: left;
        clear: none;
        display: grid; 
  grid-template-columns: 1fr; 
  grid-template-rows: 1fr 1fr 1fr; 
  gap: 2em 2em; 
  grid-template-areas: 
    "."
    "."
    "."; 
    }


    .footer-right-contactpage{
        display: grid; 
        grid-template-columns: 1fr; 
        grid-template-rows: 3.5fr 1fr; 
        gap: 0em 2em; 
        grid-template-areas: 
            "."
            "."; 
    }



    .footer-right-contactpage iframe{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear:none;
        border-radius: 2em;
        overflow: hidden;
        outline: 0;
        border: 0;
    }



    .fr-top{
        width: 100%;
        height: 100%;
        display: block;
        float: left;
        clear: none;
        margin: 1em auto 0em auto;
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: 1em 1em; 
        grid-template-areas: 
         ". ."; 
    }


    .fr-socials{
        display: grid; 
        grid-template-columns: 1fr 1fr 1fr 1fr; 
        grid-template-rows: 1fr; 
        gap: .5em .5em; 
        grid-template-areas: 
        ". . . ."; 
        width: auto;
        height: auto;
        float: left;
        text-align: center;
    }

    .fr-socials i{
        font-size: 1.5em;
        color: #3D4647;
        border-radius: 1em;
        background-color: #F9F9F9;
        padding: 1em;
        display: block;
        cursor: pointer;
        margin: 0;
        transition: .3s all;
    }

    .fr-socials i:hover{
        background-color: #E15822;
        color: #fff;
        transform: scale(1.1);
        transition: all .3s;
    }




    .fr-center{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
      margin: auto;
      border: solid #3D4647;
      border-width: .5px 0 .5px 0;
    }


    .fr-center ul{
        list-style: none;
        display: block;
        float: left;
        clear: none;
        width: auto;
        height: auto;
        margin: 1em auto;
        padding: 0;
    }

    .fr-center ul p{
        float: left;
        clear: none;
        font-family: "GeneralSans-Semibold";
        display: block;
    }

    .fr-center ul li{
        display: inline;
        float: left;
        clear: none;
        margin: 0 1em;
        font-family: "GeneralSans-Regular";
        font-size: 1em;
        cursor: pointer;
        color: #3D4647;
        transition: all .3s;
    }
    

    .fr-center ul li:hover{
        color: #E15822;
        transition: all .3s;
         font-family: "GeneralSans-Semibold";
    }

	
    
    .fr-bottom{
        width: 100%;
        height: auto;
        display: block;
        float: left;
        clear: none;
        
    }












	
    
    
}

    /* Desktop Layout:1080px to a max of 1440px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1440px) {
	
	
	
	
	
	
	
}
    
        /* Desktop Layout: 1440px to a max of 1920px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 1920px) {
	
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
  
    
    
    
}
            /* Desktop Layout: 1920px to a max of 2400px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 2400px) {
	

    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
		
}