@charset "UTF-8";
/* CSS Document */

button {
  all: unset;
}



.burgercontainer {
    position: fixed;
    right: 15px;
    top: 10px;
    display: inline-block;
    cursor: pointer;
    float: right;
    z-index: 50;
    width: 80px;
    height: 80px;
	transform: scale(.8);
}


.circle {
    background: var(--title-text-color-2);
       width: 100%;
    height: 100%;
    border-radius: 50%;
    position: absolute;
	
}

.bar1, .bar2, .bar3 {
	    width: 35px;
    height: 5px;
  left: 23px;
    top: 20px;
    margin: 6px 0;
    transition: 0.4s;
    position: relative;
	  background-color:black;
  background-color: var(--main-text-color);

}


.change .bar1 {
  transform: rotate(-45deg) translate(-8px, 7px);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: rotate(45deg) translate(-8px, -8px);
}

.change .burgercontainer {
	right:30px;
}

.burgercontainer .change {
	background-color:blue;
}

.static {
	 overflow: visible;
    height: 100%;
}

.static2 {
	 overflow: hidden;
}

.static3 {
	right:30px;
}

.static4 {
	margin-left:-15px;
}



.menucontent {
  position: relative;
  left: 0;
  width: 100%; 
  text-align: center; 
  overflow: hidden;
   transform: translateY(-50%);
    top: 47%;
}

.menucontent .change {
	background-color:brown;
}


.menuoverlay {   
  height: 100vh;
  width: 100vw;
  position: fixed; 
  z-index: 1;
  left: 0;
  top: 0;
  background-color:hsl(264, 100%, 90%); 
	display: none;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a5b1ff+1,aa43f9+54,8200f4+98&0+0,1+24,1+100 */
background: -moz-linear-gradient(top,  var(--gradient1) 0%,  var(--gradient2) 24%,  var(--gradient3) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, var(--gradient1) 0%, var(--gradient2) 24%, var(--gradient3) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  var(--gradient1) 0%,  var(--gradient2) 24%, var(--gradient3) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='var(--gradient1)', endColorstr='var(--gradient3)',GradientType=0 ); /* IE6-9 */	
}



  
/* Mobile Landscape */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 812px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: landscape) {
	  
	  

  .menuoverlay {
		      overflow-y: scroll;
	        overflow-x: hidden;
	  height: 105vh;
    width: 100vw;
	  }
	  
	 .menucontent {
    position: relative;
    left: 0;
    width: 100%;
    text-align: center;
    overflow: hidden;
   transform: translateY(0%);
    top: 0;
    margin: 50px 0px 60px; 
	  }
	  
	  .menuoverlay, footer {
		 font-size: 110%;
}
	  
	  .menuoverlay li, .foot li {
		  font-size: 90%;
	  }
	  
	  html, .static, .static2 {
        overflow:auto;
    height: auto;	
		  width: 100%;
		  overflow-x: hidden;
}
	  
	footer  .spacer {
		  height: 40px;
	  }

	  
}



/* Mobile Portrait */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 480px)
  and (-webkit-min-device-pixel-ratio: 1)
  and (orientation: portrait) {	
	  
	  .burgercontainer {
   bottom: 10px;
    right: 10px;
    top: unset;
    transform: scale(.8);
	  }
	  
	  	  
	  html, .static, .static2 {
        overflow:auto;
    height: auto;	
		  width: 100%;
		  overflow-x: hidden;
}
	  
	  
  }

/*------------------------------------------menu*/





.menuoverlay a, footer a {
  text-decoration: none;
  display: block;
}

li{text-decoration: none;}


/*------------------------------------------homepage*/



	header {
		padding-bottom: 15%;
        height: 100vh;
		
	}
	
	
	.title {
	    text-align: left;
		display: inline;
		top:30%;
	
	}

	

/*------------------------------------------dropdown menu*/


.navbar {
  height:14vh ;
  width:100vw;
  background-color: var(--main-bg-color);
  position: fixed;
  z-index: 2;	
  top: 0vh;
  display:none;
/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a291e0+1,a291e0+100&1+47,0+100 */
background: -moz-linear-gradient(top,  rgba(162,145,224,1) 1%, rgba(162,145,224,1) 47%, rgba(162,145,224,0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  rgba(162,145,224,1) 1%,rgba(162,145,224,1) 47%,rgba(162,145,224,0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  rgba(162,145,224,1) 1%,rgba(162,145,224,1) 47%,rgba(162,145,224,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a291e0', endColorstr='#00a291e0',GradientType=0 ); /* IE6-9 */
}

.navbar a {
  float: left;
  text-decoration: none;
  text-align: center;
  display: contents;
 
}

.dropdown {
  float: left;
  overflow: hidden;
  height:7vh;
  transition: 5s;
  right: 1vw;

}

.dropdown .dropbtn {
  border: none;
  outline: none;
  text-decoration: none;
  margin: 0;
}


.dropdown-cntnt {
  display: none;
  position: absolute;
  min-width: 160px;
  z-index: 1;
  margin-left: 20px;
	margin-top: -30px;
}

.dropdown-cntnt a {
 text-decoration: none;
  display: block;
  text-align: left;
  float: none;
  background-color: var(--main-bg-color);
  padding: 12px 16px;
  
}

.dropdown-cntnt a:hover {
  background-color: var(--title-text-color-2);
	    color: var(--title-text-color);
}

.dropdown:hover .dropdown-cntnt {
  display: block;
}

.navbar h4, .navbar .dropdown h4 {
	margin-left: 30px;
	    margin-top: 20px;
	float: left;
}

/*------------------------------------------social footer menu*/
.sofo {
	text-align: center;
	margin-bottom: 2em;
}
.sofo a {
	display:inline-block;
	margin: 0px 6px;
	fill:#0d1163;
}
.sofo a img {
	height: 24px;
	width: 24px;
	fill:#0d1163;
}


	