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

.sidebar {
    position: fixed;
    width: 25%;
    height: 100%;
    background-color: rgba(255,255,255,0.8);
	margin:0;
	padding:0;
	z-index: 999;
}

.sidebar .menu-footer{
	font-size: 11px;
    text-align: center;
    font-weight: 400;
    color:#003380;
	margin-left: 3.5vw;
    width: 80%; 
	font-family:'Source Sans Pro', sans-serif;
	position:absolute;
	}

.logo{
	width: 100%;
	display:block;
	position:relative;
	align-content: center;
	}

.logo img{
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:45%;
	height: auto;
}

.nav {
  position: relative;
  margin: 3 auto;
  top: 20%;
  transform: translateY(-50%);
  font-weight:500;
}

.nav ul {
	width:75%;
	margin-left: auto;
	margin-right: auto;
	padding: 0;

  list-style: none;
	}

.nav li a {
	width:100%;
	margin:0;
	padding: 0;
	display: block;
  color: rgba(0,51,128,0.50);
  text-decoration: none;
}

  
 .nav li {
	 width:100%;		 
    position: relative;
	 margin-left: auto;
	 margin-right: auto;
    margin-top:2.2em;
	list-style: none;
	}
    
  .nav a {
	  width:100%;
	  margin-left: auto;
	  margin-right: auto;
      line-height: 30px;
      text-transform: uppercase;
      text-decoration: none;
	  text-align: center;
      letter-spacing: 0.4em;
      color: rgba(0,51,128,0.50);
      display: block;
	  font-size: 1vw;
	  font-family: 'Source Sans Pro', sans-serif;
      transition: all ease-out .5s;
	  -moz-transition: all ease-out .5s;
  	  -webkit-transition: all ease-out .5s;
  	  -o-transition: all ease-out .5s;
      }
    
    .nav .active a {
      color: #003380;
    }
    
    :not(.active)::after {
      opacity: 0.2;
    }
    
    :not(.active):hover a {
      color: rgba(#FFF, 0.75);
    }

	 li a:hover{
	 background-color: rgba(180,226,252,0.34);
  	 color:#003380;
}
    
    .nav li::after{
      content:'';
      position: absolute;
      width: 100%;
      height: 0.11em;
	  align-content: center;
      bottom: 0;
      background-image: linear-gradient(to right, #003380, #30d5ff);
    } 



.menu-footer li{
	list-style: none;
}

 .sidebar .menu-footer {
     display: block;
	 width:100%;
	 margin-left: auto;
	 margin-right: auto;
	}

.menu-footer{
	  top: 45vh;
}
.menu-footer img{
	margin:auto;
	display:block;
	position:relative;
	align-content: center;
	width:40%;
	height: auto;	
}

.social ul{
	display: inline;
	width:100%;	
	padding: 0;
}


.social a{
	display: inline;
	padding:0px;
	color:#003380;
	margin: 8px;
}




@media screen and (min-width: 1480px){
	 .nav a {
      
	  font-size: .7vw;
      }
}


@media screen and (max-width: 1280px){
	.menu-footer{
	top:60vh;
}
}

@media screen and (min-width: 1024px){
	.sidebar{
		visibility:visible;
	}
	
	.sidebar .menu-footer{
		margin-top:70%;
	}
}
@media screen and (max-width: 1023px) {
	
	.sidebar {
		display:none;
}
	


}
@media screen and (max-width: 768px) {
	
	.sidebar {
		display:none;
}

}
@media screen and (max-width: 315px) {
	
		.sidebar {
			display:none;
}
	
}

