/* CSS Document */

html, body {
  height: 100%;
  width: 100%;
}

/* Menu Formatting */

.navbar {
  background-color: #285f69;
  padding: 1% 0;
  font-size: 1.2em;
}

.navbar-default .navbar-nav li a {
  color: #d5d5d5;
}

.navbar-default .navbar-nav li a:hover {
  color: #ffffff;
}

/* End of Menu Formatting */

#home {
  background: url(../images/index_blue_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  width: 100%;
  background-size: cover;
}

#fixed {
  /* background: url(../images/flute_splash.jpg) no-repeat center center fixed; */
  background: url(../images/blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 40%;
  position: relative;
  width: 100%;
  background-size: cover;
}

#rec {
  /* background: url(../images/index_splash.jpg) no-repeat center center fixed; */
  background: url(../images/blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 40%;
  position: relative;
  width: 100%;
  background-size: cover;
}

#student {
  /* background: url(../images/student_splash.jpg) no-repeat center center fixed; */
  background: url(../images/blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 40%;
  position: relative;
  width: 100%;
  background-size: cover;
}

.landing-text {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: #ffffff;
}

.landing-text h1 {
  font-size: 500%;
  font-weight: 700;
}

.padding {
  padding: 30px 0;
}

p {
  text-align: justify;
  font-size: 18px;
}

H1 {
  color: #4b1552;
}

.greenLink, .greenLink:hover{
  color: #0a3d42;
  text-decoration: underline;
}

ul li {
  font-size: 18px;
}

.listPadding {
  padding: 25px;
}

.formPadding {
  padding: 25px;
}

.icon {
  height: 212px;
  width: 150px;
}

/* Embedded Video scaling formatting */

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

/* Footer styling */

.myFooter {
  width: 100%;
  background-color: #285f69;
  padding: 1% 1% 1% 1%;
  color: #ffffff;
}

.myFixedFooter {
  width: 100%;
  background-color: #285f69;
  padding: 1% 1% 1% 1%;
  color: #ffffff;
  position: fixed;
  bottom: 0;
  left: 0;
}

.fa {
  padding: 30px;
  font-size: 50px;
  color: #ffffff;
}

.fa:hover {
  color: #d5d5d5;
  text-decoration: none;
}

.ism_small {
  width: 124px;
  height: 90px;
}

.dbs_small {
  width: 230px;
  height: 90px;
}

/* -------- Mobile Screen Formatting -------- */

@media (max-width: 768px) {

#home {
  background: url(../images/mob_blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 100%;
  position: relative;
  background-attachment: scroll;
  width: 100%;
  background-size: cover;
}

#fixed {
  background: url(../images/mob_blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 50%;
  position: relative;
  background-attachment: scroll;
  width: 100%;
  background-size: cover;
}

#student {
  background: url(../images/mob_blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 50%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
}

#rec {
  background: url(../images/mob_blank_splash.jpg) no-repeat center center fixed;
  display: table;
  height: 50%;
  position: relative;
  width: 100%;
  background-size: cover;
  background-attachment: scroll;
}

.landing-text h1 {
  font-size: 300%
}

.icon {
  width: 150px;
  height: 212px;
}

.myFooter {
  padding: 5% 0% 0% 0%;
}

.fa {
  padding: 25px;
  font-size: 30px;
  color: #ffffff;
}

.ism_small {
  width: 124px;
  height: 90px;
}

.dbs_small {
  width: 230px;
  height: 90px;
}

} /* -------- End of Mobile Screen Formatting -------- */