@import url('https://fonts.googleapis.com/css?family=Lato|Muli');

* {
	margin: 0;
	padding: 0;
}
 iframe .st-c, iframe .st-s,iframe .st-bg{
	background-color: teal !important;
}
.navbar-light>.navbar-toggler {
	color: rgba(0,0,0,.5);
	border-color: rgba(0,0,0,0) !important;
	padding: 0px !important;
	margin-left: 10px;
	
}
.navbar-toggler-icon{
	transform: rotate(90deg) ;
	transition: transform 0.2s;
}
.navbar-toggler-icon{
	transform: rotate(90deg) !important;
	transition: transform 0.2s;
	
}

.collapsed .navbar-toggler-icon{
	transform: rotate(0deg) !important;
}
.navbar-light .navbar-toggler:focus {
	outline: 1px dotted;
    outline: 0px auto -webkit-focus-ring-color;
}



#bodyContainer{
	background-color: #fff;
	width: 80%;
	margin: 0px auto;
	height:auto;
	position: relative;
	padding: 60px 0;
	/* box-shadow: 0px 3px 10px 0px rgb(58, 58, 58); */
	max-width: 1500px;
	overflow: hidden;
	margin-bottom: -5px;
	min-height: 85vh;

	-webkit-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	-moz-box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);
	box-shadow: 0px 0px 8px -1px rgba(0,0,0,1);

}


@media screen and (max-width: 991px) {
	#header{
		font-size: 20pt;
	}
	
	.dropdown-menu label{
		font-size: 15pt;
	}
	body{
		width: 150%;	
	}

	.dropdown-item{
		width: fit-content;
		margin: auto;
	}


	#footer{
		font-size: 10pt;	
		
	}
	
	#header img:first-of-type{
		display: none;
	}
	#header img:last-of-type{
		display: block!important;
	}
	
	#bodyContainer{
		width: 90%;


	}
	.information>p{
		font-size: 26pt !important;

	}
	.information h2{
		font-size: 30pt !important;
	}

	.member {
		min-width: 100%;
	}

	.navbar-nav .nav-link,.navbar-toggler{
		width: 200px;
	}
	.navbar{
		position: relative ;
		right: -50px ;
	}
	
	.custom-switch .custom-control-label::before, .custom-switch .custom-control-label::after {
		margin-top: 3.5px;
	}
  }
  
.navbar{
	  display: inline-block;
  }
.nav-item,.navbar-nav,.navbar-collapse,.collapse,.navbar  {
	text-align: center;
}

.navbar-nav .nav-link{
	color: #635B48 !important; 
	
}

.navbar-nav .nav-link:hover,#activeHeader{
	color: white !important;
	border-radius: 5px;
}

.title,.navbar-nav .nav-link:hover,#activeHeader{
	background-image: linear-gradient(-158deg,#0E4C8F, #74CBF2);
}

#footer{
	height: 300px;
	/* background-image: url('../footer.svg');
	background-size: cover; */
	color: white;
background-image: linear-gradient(to right,#0E4C8F, #045696);
	position: relative;
	padding: 30px 0px;
	z-index: 0;
}
#footer p{
	text-align: center;
	font-size: auto;
	width: 33%;
}
#footer table{
	width: 80%;
	margin: auto;
	text-align: center;
}
#footer td{
	width: 33%;
	height: 240px;
}
#footer img{
	height: 40%;
	display: block;
	margin: 5px auto;
	max-width: 80%;
}

#footer-mid{
	margin-top: 15px;
	border-left: white 3px solid;
	border-right: white 3px solid;
	text-align: center;

}
#footer-mid p{
	margin:  10px auto;
	width: 80%;
}
#footer-nav{
	text-align: left;
}
#footer-nav ul{
	list-style: none;
	margin-left: 20%;
}

#footer li{
	margin: 5px 0px;
}
#footer-nav img{
	display: inline-block;
	width: 30px;
	height: 30px;
}
#lower-text{
	position: absolute;
	bottom: 0;
	margin-bottom: 30px;
	margin-left: 20px;
	width: 100%;
}

#footer a{
	color: white;
}
#footer a:hover{
	text-decoration: underline;
}



body{
	font-family: 'Muli', Verdana !important;
	color: #635B48;
	padding: 0;
	margin: 0;
	position: relative;
	min-height: 90vh;
	width: 100%;
	height: fit-content;
	background-color: #f0f2f5;
	z-index: -5;

}

.dark{
	background-color: #1c1e21;
	color: white;


}

 .dark .dropdown-menu {
	background-color: #1c1e21;
	
}
.dark .dropdown-menu label{
	color: white;
}
.dark #bodyContainer{
	background-color:#18191A;
}

.dark #header{
	background-color:#18191A;

}
.dark .navbar-nav .nav-link{
	color: white !important;
}
.dark .navbar-light .navbar-toggler-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.5%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.dark #logo{
	filter: brightness(100);
}
.dark #sliderGradient{
	background-image: linear-gradient(to top,#0E4C8F, transparent);
}
.dark .title,.dark .navbar-nav .nav-link:hover,.dark #activeHeader,.dark #header-border{
	/* background-image: linear-gradient(to right,#0E4C8F, #0E4CEE); */
		background-image: linear-gradient(15deg, #3A6073, #16222A);
		

}
.dark .textCenter ,.dark #title,.dark .listItem h3{ 
	color: white;
}
.dark .listItem{
	background-color: #1c1e21;
}

.dark .button{
	background-color: #065c79;
}
.dark #footer{
	background-image: linear-gradient(59deg, #3A6073, #16222A);

}
.dark .button:hover{
	background-color: #008CBA;
}

.dark #particles-js{
	filter: invert(100) brightness(100);
}

body *,body {

	transition: background-color .8s ease-in-out;
	-webkit-transition: background-color 800ms ease-in-out;
    -ms-transition: background-color 800ms ease-in-out;
	transition: background-color 800ms ease-in-out;
	

}


#particles-js,canvas{
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}


#header h1{
	font-family: 'Lato', Verdana;
}





.title {
	
	border-radius: 15px;
	width: 80%;
	max-width: 500px;
	padding: 15px 20px;
	min-width: 250px;
	font-size: 20pt;
	text-align: center;
	margin: 50px auto;
  color: white;
}


a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;

}
a>li{
	cursor: pointer;
	text-decoration: none;
	color: #635B48;
}

a>li:hover,a>li:active{
	color: white;
	border-radius: 5px;
}


#header li{
	display: inline;
	padding: 10px 8px;
}


/* input[type='text'], input[type='email'], input[type='password'], input[type='number'], input[type='datetime-local'], select{

  border-radius: 3px;

  border:   none;

  padding:  7px;

  width:  380px;

  height:   fit-content;
  min-height: 40px;
  border: 2px solid black;
} */


textarea{

  border-radius: 3px;

  border: none;

  padding: 10px;

  resize: none;
  border: 2px solid black;

}

/* input[type="submit"], button{

  margin: 10px;

  margin-left: 0;

  width: 100px;

  height: 30px;

  border: none;

  border-radius: 5px;

  background: #2569a1;

  color: white;

  cursor: pointer;

} */

#header{
	
	z-index: 1000;
	box-shadow:0px 3px 10px 5px rgb(0, 0, 0 ,40%);
	background-color: white;
}

#header img{
	height: 70px;
}

#header-border{
	z-index: 999;
	height: 8px;
	background-image: linear-gradient(to right,#0E4C8F, #74CBF2);
}


#login{

	position: absolute;

	right: 0;

	margin: 50px;

    margin-top: 110px;

	width: 420px;

	height: 70px;

	padding: 5px;

	padding-top: 20px;

	padding-left: 20px;

	border-radius: 5px;

	background: #11305d;

}

/* #login input[type='text'], #login input[type='password']{

	width: 150px;

	height: 20px;

	margin: 5px;

}

#login input[type='submit']{

	width: 35px;

	border-radius: 150px;

} */


#header h1{

	float: left;

    margin-top: 30px;

    margin-left: 10px;

}





.mainDiv{

	width:85%;

	margin: auto;

}



.div100{

    overflow: hidden;

	padding: 40px;

	background-color: #09416f;

	border-radius: 7px;

	min-width: 560px;

	min-height: 60vh;

}





.div80{

	overflow: hidden;

	padding: 40px;

	background-color: #09416f;

	border-radius: 7px;

	min-width: 560px;

	min-height: 60vh;

	margin: auto;

	width: 80%;

}



.div60{

	overflow: hidden;

	padding: 40px;

	background-color: #09416f;

	border-radius: 7px;

	min-width: 560px;

	min-height: 60vh;

	margin: auto;

	width: 60%;

}



.div40{

	overflow: hidden;

	padding: 40px;

	background-color: #09416f;

	border-radius: 7px;

	min-width: 560px;

	min-height: 60vh;

	margin: auto;

	width: 40%;

}



.column{

	display: inline-block;

	text-align: left;

	margin: 0px 30px;

	vertical-align: top;

}



.valignMiddle {

	vertical-align: middle;

}



.textLeft {

	text-align: left;

}



.textCenter {
	color: #0a043c;
	text-align: center;

}

.button{
    background-color: #008CBA;
    color: white;
    padding: 7px 15px;
    border-radius: 5px;
    display: block;
    width: fit-content;
	transition: background-color 0.5;
	-webkit-transition: background-color 200ms linear;
    -ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	text-align: center;
}

.button:hover{
    background-color: #065c79;;
	cursor: pointer;
	color: white;
	display: block;

}

.center{
	margin: auto;
}

.pattern{
	background-image: url(../imgs/utility/Pattern.svg);
}

#footer .pattern{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .05;
	z-index: -1;
}


.dropdown-menu{
	padding: 20px !important;

    margin: auto;
}
.dropdown-menu label{
	padding: 0 !important;
	
}
.dropdown-item:active{
	background-color: rgba(0,0,0,0) !important;
	color: #212529 !important;
}
.dropdown-item:hover{
	background-color: rgba(0,0,0,0) !important;
}
