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

html {
	background-color: rgba(240,237,238,1.00);
	height: 125%;
	top: -100px;
	margin: 0px;
	padding: 0px;
	scroll-behavior:smooth;
}


header {
	background-color:rgba(0,0,0,0.69);
	height:30px;
	width: 100%;
	margin: 0px;
	z-index: 99999;
	
}

#main {
	background-color: rgba(22,57,96,1.00);
	height: 100vh;
	width: 100%;
	margin: 0px auto 30px auto;
	position: relative;
	overflow: hidden;
	background-image:url("../working-graphics/bbb.jpg");
	background-position: bottom right;
	background-size:cover;
	background-repeat: no-repeat;
}

#blue {
	width:100%;
	height: 100vh;
	position:absolute;
	margin: 0 auto;
	padding: 0;
	background-color: rgba(0,40,86,0.85);
	z-index:0;
	
}

body {
	margin: 0px;
	padding: 0px;
	overflow-x: hidden;
}

ul {
	display: flex;
	margin: 0px;
	padding: 0px;
	height: 100px;
}
	
li {
	margin: 1.5% 5% 0px 5%;
	list-style-type: none;
	font-family: 'Josefin Sans', sans-serif;
	font-size: 1.30em;
	text-decoration: none;
	font-weight: 400;
	color: rgba(240,237,238,1.00);
	z-index: 1;
}

a {
	text-decoration: none;
	color: rgba(240,237,238,1.00);	
	z-index: 1;
	
}

.active-page {
	color: rgba(91,221,83,1.00);
}

#about {
	height: 100px;
	width: 100%;
	padding-left:60px;
	text-align: left;
	margin: 0px auto auto 0px;
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 700;
	font-size: 75pt;
	color: rgba(255,255,255,1.00);
	z-index:99999;
	position: relative;
}

#asub {
	margin: 0;
	font-family: 'Comfortaa', sans-serif;
	font-weight: 300;
	font-size: 40pt;
	color: rgba(91,255,97,1.00);
}

#about-b {
	width: 75%;
	color:rgba(22,57,96,1.00);
	font-family: 'Josefin Sans', sans-serif;
	margin: 0 auto;
	font-weight: 400;
	padding-top: 20px;
	font-size: 13pt;
	line-height: 15pt;

}

h2 {
padding-left: 50px;	
	font-family: 'Comfortaa', sans-serif;
	line-height: 24pt;

}

.down {
	width: 100px;
	height: 100px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	margin: 0 auto;
	font-size: 11pt;
	position: relative;
	top:300px;
	display: flex;
	flex-direction: column;

}

#banner {
	width:100%;
	margin: 30 auto 0;
	padding-top: 30px;
	position: absolute;
	z-index: 0;
	
}

#overlay {
	z-index: 2;
	position: relative;
	margin-left: -5px;
	padding-top:25px;
	top: 14px;
	width: 200%;
	background-repeat: repeat-x;
	height: 300px;
	background-image: url("../working-graphics/dots.png");
	background-size: contain;


	
}

#bb {
	opacity: .25;
	position: inherit;
	margin: 0;
	padding:0;
	z-index: 0;
	
}

.deg-cont {
	width: 95%;
	height: auto;
	margin: 0 auto;
	padding: 0 0 20px;
	border-radius: 12px;
}
.deg-about {
	font-family:'Josefin Sans', sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	color: rgba(240,237,238,1.00);
	width: 90%;
	padding-top: 20px;
	margin: 20px auto;
	
}

#assoc {
	background-color: rgba(0,40,86,1.00);
}

#adv-cert {
	background-color: rgba(0,40,86,1.00);
	
}

#bachelor {
	
	background-color: rgba(0,40,86,1.00);
	}

.down-multi {
	width: 100px;
	height: 100px;
	text-decoration: none;
	color: rgba(255,255,255,1.00);
	font-family: 'Comfortaa', sans-serif;
	margin: 0 auto;
	font-size: 14pt;
	bottom: 0;

}


#deg-wrap {
	margin: 100px auto 0px;
	padding: 0;
	display: flex;
	width:80%;
	flex-direction: row;
}

.instruct {
	
width: 35%;
	margin-bottom: 40px;
}

.instruct2 {
	margin-bottom: 40px;
width: 35%;
}

#profiles {
	font-family: 'Josefin Sans', sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px;
}

h2, h4 {
	margin:5px;
	padding:5px;
	
}
h3 {
	color:rgba(91,221,81,1.00);
}

#grc {
	columns: 2;
	
}

#class-ov {
	columns:2;
}

.class-cont {
	width: 90%;
	background-color: rgba(22,57,96,1.00);
	height: auto;
	padding: 15px;
	margin: 10px auto 30px;
	border-radius: 12px;
}

.class-about {
	font-family:'Josefin Sans', sans-serif;
	font-size: 13pt;
	line-height: 14pt;
	color: rgba(240,237,238,1.00);
	padding-left:20px;
}

#column {
	display: flex;
	flex-direction: row;
	width:90%;
	justify-content: space-between;

}
