@charset "UTF-8";

/* CSS Document */

html, body, p, ul, figure, img {
	
	margin: 0px;
	padding: 0px;
	
}

html { }
	

title { 
	 background-color: antiquewhite; }


body {
	background-image: url("../links/background.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.students {
	background-image: url("../links/typeclass.jpeg");
	height: 100%;
	background-position: center;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size:80%;
}

.frog {
	background-image: url("../links/frog .jpeg");
	height: 100%;
	background-position: center;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size:80%;
	

}


.studentcenter {
	background-image: url("../links/student center.jpeg");
	height: 100%;
	background-position: center;
	margin: 0px auto;
	background-repeat: no-repeat;
	background-size:80%;
	
}


.bodyblue {
	
	background-image: url("../links/background-blue.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


.bodypurple {
	
	background-image: url("../links/background-purple.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bodyorange {
	
	background-image: url("../links/background-orange.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}

.bodypink{
	
	background-image: url("../links/background-pink.png");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
}


main {
	
	min-height: 20px;
	width: 100%;
	display: flex;
	padding: 170px 0px 90px 0px;	
	
	
}

.input {
	
	float: right;
	border: none;
	padding: 20px 20px 20px;
	font-size: 17px;
	
}


.search-container {
  float: right;
}
.search-container button {
  float: right;
  padding: 6px 10px;
  margin-top: 8px;
  margin-right: 16px;
  background: #ddd;
  font-size: 17px;
  border: none;
  cursor: pointer;
}


.search-container button:hover {
  background: #ccc;
}

.white {
    background-color:rgba(254,254,254,0.44);
    width: 1090px;
    height: 100px;
    margin-bottom: 300px;
	margin-top: 15px;
    position: absolute;
    top: 187px;
    left: 280px;
    font-family: 'Black Ops One', cursive;
    font-style: normal;
    font-size: 56px;
    color: black;
    font-weight: 500;
	text-align: center;
	padding: 38px 19px 0px 19px

	}




/* Box styles */
.myBox {
    border: none;
    padding: 50px;
    font: 24px/36px sans-serif;
    background-color: rgba(219,249,247,0.51);
    width: 1025px;
    height: 490px;
    overflow: scroll;
    margin: 0 auto;
}

/* Scrollbar styles */
::-webkit-scrollbar {
width: 12px;
height: 12px;
}

::-webkit-scrollbar-track {
border: 1px solid yellowgreen;
border-radius: 10px;
}

::-webkit-scrollbar-thumb {
background: yellowgreen;  
border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
background: #88ba1c;  
}

header {
    background-color: rgba(6,5,5,0.63);
    height: 201px;
    font-family: 'Bilbo Swash Caps', cursive;
    font-style: italic;
    font-size: 8em;
    color: rgba(253,248,248,1.00);
    text-shadow: 0px 0px rgba(218,218,218,1.00);
}

.headerlogo{
	
	
	position: absolute;
	left: 720px;

}

img {
	
	display: block;
	max-width: 100%;
	max-height:100%;
	
}

nav {
	height: 115px;
	background-color: rgba(6,5,5,0.63);
	position: relative;
	top: 139px;
	width:100%;


}


nav ul{
	
	list-style-type: none;
	display: flex;
	padding: 0px 50px 0px 312px;

}

nav ul li a {
	display: block;
	padding: 40px 40px 40px 40px;
	color: White;
	font-size: 30px;
	font-weight:normal;
	font-family: 'Spinnaker', sans-serif;

	

}

nav ul li a:hover {
	background-color: rgba(0,0,0,0.62);

}
	


article {
	
	padding: 5px 40px;
	text-align: justify;
	color:rgba(251,251,251,1.00);
	text-shadow: 0px 5px 10px black;
	font-size: 20px;
}

.programs {
   font-family: asap;
    font-style: normal;
    font-weight: 900;
	font-size: 40px;
	padding: 70px 90px 40px 0px

}

.instructor {
   font-family: asap;
    font-style: normal;
    font-weight: 900;
	font-size: 40px;
	padding: 70px 90px 40px 364px
}

ul {
	
	padding: 40px;
}


.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: 30px;
  width: 50%;
  padding: 0px;
  border: 8px solid #555;
  border-style:groove;
  background-color: rgba(233,233,233,0.57);
}


.frame {
  width: 300px;
  height: 250px;
  border: 3px solid #ccc;
  background: #eee;
  margin: auto;
  padding: 15px 10px;
}


footer {
    background-color: rgba(13,14,12,1.00);
    padding-top: 10px;
    height: 50px;
    font-style: normal;
    font-weight: 400;
}

footer {
	
	width: 100%;
	font-family: 'Spinnaker', sans-serif;
	color: white;
	display: flex;
	justify-content: space-around;
	margin: 0 auto;
	font-size: 13px;
	padding: 6px 0px 10px 0px;
	
}


