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

body {
  font-size:18px;
  font-family: "Gudea", sans-serif;
}

.flexfirst {
	display: -webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap: wrap;
}

#planet {
  background:#fff;
  padding:20px 20px 0px 20px;
}

#planet img {
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
  max-width: 500px;
}

#planet a {
  color:#c34500;
  text-decoration:none;
}

#planet a:hover, #planet a:focus {
  text-decoration:none;
  color:#9e3800;
  
}

#planet ul {
	padding:0px;
}

#planet ul li:before {    
font-family: 'FontAwesome';
content: '\f105';
    color: #c34500;
    margin-right: 10px;
}

#student {
  background: #232323 url('../images/viewbook/jeannie-tour.jpg?v=1') no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 15px;
  color:#fff;
}

.studentcopy {
  padding: 50px 0px 0px 20px;
  width:73%;
}

.studentcopy p a {
  color:#fff;
  text-decoration:underline;
}

.studentcopy p a:hover, .studentcopy a:focus {
  color:#fff;
  text-decoration:none;
}

#student button {
  background: #c34500;
  color:#fff;
  font-weight:900;
  border:none;
  padding: 10px 30px;
  margin: 25px auto;
}

.studentcopy button a {
  text-decoration:none;
  color:#fff;
}

#student button:hover, #student button:focus, #student button:hover a, #student button:focus a {
  background:#252525;
  color:#fff;
}

#msi {
  background: #232323 url('../images/viewbook/msi.jpg?v=1') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  color:#fff;
  min-height:500px;
}

.msi {
  padding:30px;
  background: rgba(0,0,0,.7);
}

.msi a {
  color:#fff;
  text-decoration:underline;
}

.msi a:hover, .msi a:focus {
  color:#fff;
  text-decoration:none;
}

#corvallis {
  background: url('../images/viewbook/corvallis.jpg?v=1') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:600px;
  color:#fff;
}

#corvallis a {
  color:#fff;
  text-decoration:underline;
  font-weight:900;
}

#corvallis a:hover, #corvallis a:focus {
  color:#fff;
  text-decoration:none;
}

.corvallis {
  padding:25px;
}

.corvallis .col-md-1 {
  min-width:105px;
}

.corvallis .col-md-1 img {
  display:block;
  margin:0 auto;
}

.location {
  text-align:center;
  margin-top:20px;
}

.location img {
  width:100%;
  height:auto;
  max-width:200px;
}

#campaign {
  background: #232323 url('../images/viewbook/jessup.jpg?v=1') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height:500px;
  color:#fff;
}

#campaign a {
  color:#fff;
  text-decoration:underline;
}

#campaign a:hover, #campaign a:focus {
  color:#fff;
  text-decoration:none;
}

.campaign {
  padding:25px;
  background: rgba(0,0,0,.7);
}

.campaign img {
	width:60%;
	height:auto;
}

#campaignvideo {
  height:0px;
  overflow:hidden;
  max-height:300px;
}

#vidframe {
  padding: 10px 10px 75px 10px;
}

#playvid {
	cursor:pointer;
}

#playvid img {
  margin-right:15px;
  width:80px;
  height:78px;
}

#playvid a {
  font-size:20px;
  color:#fff;
  text-decoration:none;
}

#closevid {
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  background: #fff;
  color: #252525;
  border: none;
}

#closevid:hover, #closevid:focus {
  color:#c34500;
}

#closevid i {
  margin-right:5px;
}

#outreach {
  background: #fff;
  color:#333;
}

#outreach a {
  color:#c34500;
  text-decoration:none;
}

#outreach a:hover, #outreach a:focus {
  text-decoration:none;
  color:#9e3800;
}

#outreach ul {
	padding:0px;
}

#outreach ul li:before {    
font-family: 'FontAwesome';
content: '\f105';
    color: #c34500;
    margin-right: 10px;
}

.outreach {
	padding:20px;
}

.outreach img{
	height: auto;
    margin: 0 auto;
    display: block;
    max-width: 500px;
	width:100%;
}

#history {
  color:#fff;
}

#history a {
	color:#c34500;
	text-decoration:underline;
}

#history a:hover, #history a:focus {
  text-decoration:none;
}

#historycarousel img {
  width:100%;
}

#history .carousel-caption {
  position: relative;
  top: 0px;
  left: 0px;
  padding: 10px;
  color: #333;
  text-shadow: none;
  width: 100%;
  text-align:left;
}

#history .carousel-control {
  background: none;
  top: 50px;
  bottom: inherit;
}

@media (min-width:768px) {
	
.flexfirst {
	-webkit-flex-wrap:inherit;
	-ms-flex-wrap:inherit;
	flex-wrap:inherit;
}

.studentcopy {
  position: absolute;
  top: 00px;
  left: 10%;
  width: 70%;
}

#msi {
  min-height:700px;
}

.msi {
  padding:50px;
  background:none;
}

#campaignvideo {
  max-height:550px;
}

.campaign {
  padding:55px;
  background: none;
}

#vidframe {
  padding: 10px 100px 100px 100px;
}

#outreach {
  background: #fff
}


}

@media (min-width:990px) {
#planet {
  padding: 50px 50px 0px 50px;
}

.studentcopy {
  position: absolute;
  bottom: 150px;
  left: 10%;
  width: 50%;
}

.campaign {
      position: absolute;
    top: 100px;
    left: 151px;
    padding: 0px;
    margin-right: 25px;
}

#campaignvideo {
  max-height:625px;
}

#history .carousel-caption {
  position:absolute;
  top: 50px;
  left: 15%;
  width: 500px;
  text-align: left;
  color:#fff;
}

#history .carousel-control {
  bottom:0px;
  top:0px;
}

#history a {
	color:#fff;
	text-decoration:underline;
}

}

@media (min-width:1200px) {
.studentcopy {
  position: absolute;
  bottom: 200px;
  left: 10%;
  width: 44%;
}

#campaignvideo {
  max-height:700px;
}

.outreach {
	padding:75px;
}


#msi {
  background-attachment:fixed;
}

.msi {
  padding:100px;
}

#campaign {
  background-attachment: fixed;
}

}

