html  {
    position: relative;
    min-height: 100%;
}
header{ 
    padding-top: 5px;
    font-family: Arial; 
    font-size:25px;

    }

body{
    background-color: #F1F1F1;
    color: solid black;
    font: sans-serif;
    margin: 0 0 100px; /* bottom = footer height */
    padding: 25px;
}
}  
p{
  font: sans-serif;
} 
ul {
  list-style: none;
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}

ul li {
  display: block;
  position: relative;
  float: left;
  background: #f7f7f7;

}
li ul { display: none; }

ul li a {
  display: block;
  padding: 1em;
  text-decoration: none;
  white-space: nowrap;
  color: solid black;

}

ul li a:hover { background: #f7f7f7; 
    border-bottom: 1px solid black;

    }

li:hover > ul {
  display: block;
  position: absolute;

}

li:hover li { float: none; 
}

li:hover a { background: #f7f7f7;
    border-bottom: 1px solid black;
    box-shadow: 1px 1px 6px black;}

li:hover li a:hover { background: #f7f7f7; }

.main-navigation li ul li { border-top: 0; }

ul ul ul {
  left: 100%;
  top: 0;
}
ul:before,
ul:after {
  content: " "; /* 1 */
  display: table; /* 2 */
}

ul:after { clear: both; }
.carousel,
.item,
.active {
    height: 100%;
}
 
.carousel-inner {
    height: 100%;
}

.navbar {
    border-bottom: 1px solid black;
    box-shadow: 1px 1px 6px #f7f7f7;
}
.navbar li {
    top: 12px;
    font-size: 18px;
    margin-right: 10px;
}
.navbar-brand img {
    margin-top: -10px;
}
/* This style should explicitly set your navbar to a certain height */
.navbar, .navbar-brand, .navbar-header {
    min-height: 75px;
    max-height: 75px;
    height: 75px;
}
/* Additional styles to style some of your child elements */
.navbar .navbar-brand { 
    padding: 10px;  
}
.navbar .navbar-toggle { 
    padding: 10px 10px;
}
.boxed {
  margin-left: 150px;
  margin-right: 200px;  
  padding-left: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  border: 2px solid deeppink;
}


{
    #top, #bottom, #left, #right { display: none; }
}
.video-container {
    position:relative;
    padding-bottom:53.85%;
    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%;
}

.navbar {
    border-bottom: 1px solid black;
    box-shadow: 1px 1px 6px #333333;
}
.navbar li {
    top: 12px;
    font-size: 18px;
    margin-right: 10px;
}
.navbar-brand img {
    margin-top: -10px;
}
/* This style should explicitly set your navbar to a certain height */
.navbar, .navbar-brand, .navbar-header {
    min-height: 75px;
    max-height: 75px;
    height: 75px;
}
/* Additional styles to style some of your child elements */
.navbar .navbar-brand { 
    padding: 10px;  
}
.navbar .navbar-toggle { 
    padding: 10px 10px;
}
.actives {
    top: -1px;
    font-weight: bold;
}
 
.carousel,
.item,
.active {
    height: 100%;
}
 
.carousel-inner {
    height: 100%;
}
 
/* Background images are set within the HTML using inline CSS, not here */
 
.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}
 
 
.rowContent h2 {
    text-align: center;
}
footer {
    clear: both;
    margin: 0 0 0 0;
    height:100%;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 70px;
    width: 100%;
    overflow:hidden;
    border-top: 1px solid black;
    box-shadow: 1px 1px 6px #333333;
}
.rowFooter {
    color: solid black;
    background-color: #f5f5f5;
    border-top: 1px solid #777;
    padding: 0 0;
    box-shadow: 0 -1px 6px #333333;
}
.rowFooter a {
    text-decoration: none;
    color: solid black;
    padding-left:10px;
}
.fLogo {
    float: right;
    padding-left: 10%;
    position: absolute;
}
.fMid {
    padding-right: 20%;
    padding-left: 30%;
}
footer a:hover {
    color: #777;
}
.logos a:hover {
    color: #777;
}
 
 
 
.contactC {
    margin-bottom: 40px;
}
.rowContact h1 {
    font-size: 96px;
    color: black;
}
.box {
    width: 100%;
    font-weight: bold;
    font-size: 16px;
}
.box input {
    width: 100%;
}
.box textarea {
    width: 100%;
    height: 175px;
}
.submit {
    background-color: #555;
    color: white;
    border-radius: 5px;
    padding: 5px 15px;
    margin-right: 5%;
}
.submit:hover {
    background-color: #333;
}
/* Culture images */
.projs2 {
    display: inline-block;
    margin-bottom: 20px;
    width: 100%;
    height: 50%;
}
.projs2 img {
    border: 1px solid black;
    box-shadow: 1px 1px 1px #333;
    width: 80%;
}
.projs2 img:hover {
    transition: 0.7s ease;

}
#cf {
  position:relative;
  height:400px;
  width:100%;
  margin:0 auto;
}

#cf img {
  position:absolute;
  left:0;
  -webkit-transition: opacity 1s ease-in-out;
  -moz-transition: opacity 1s ease-in-out;
  -o-transition: opacity 1s ease-in-out;
  transition: opacity 1s ease-in-out;
}

#cf img.top:hover {
  opacity:0;
}
.culturePic {
    margin-left: 8%;
}
 
/* ABOUT PAGE */
/*CHANGE MARGINBOTTOM TO 40 WHEN CONTENT IS FILLED */
.AboutC {
    margin-bottom: 40px;
    width: 100%;
    background-color: #fff;
}
.rowAboutContent {
    margin-top: 80px; 
}
.rowMiddle h2 {
    color: black;
}
.rowMiddle {
    background-color: #333333;
    color: black; 
    padding-bottom: 20px;
}

.rowEnd {
    text-align: center;
}

.bullets {
    font-weight: bold; 
    color: black;
}


.CultureC {
    margin-bottom: 70px;
    width: 100%;
}
.rowAboutCulture {
    margin-top: 80px;
}

/* culture page */
.toapply {
    margin-left: 10%;
    margin-bottom: 40px;
}
.followus {
    margin-left: 15%;
}
.followus a:hover {
    color: black;
}
.rec{
  background-color: silver;
  border:2px solid black;
  color:black;
}
.hnw{
    background: rgb(79,58,173);
    background: rgba(79,58,173,.8);
    background-opacity:0%;
    border:3px solid orange;
    color:#f9f9f9;
    text-shadow:-1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;;

}
.hnw1{
    background: rgb(79,58,173);
    background: rgba(79,58,173,.0);
    background-opacity:0%;
    border:3px solid orange;
    color:#f9f9f9;
    text-shadow:-1px 0 black, 0 2px black, 2px 0 black, 0 -1px black;;

}
.border1{
	border:2px solid white;
	padding-left: 15px;
  padding-right: 15px;
}
}