/* Global */

body {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 1em;
	color: #8a8683;
	background-color:#ffffff;
}

html,body{
 font-family: 'Open Sans', sans-serif;
	width:100%;
	height:100%;
}

img {
	max-width: 100%;
}

a:link {
	color: #f68f67;
	text-decoration: none;
}

a:hover {
	color: #bde2df !important; 
	text-decoration: none;
}

a:visited {
	color: #f68f67;
	text-decoration: none;
}

ul li {
	line-height: 1em;
}

/* Navigation */

.menu {
	position:fixed;
	top:0px;
	width:100%; 
	height:auto; 
	background-color:#ffffff;
	z-index:100;
}
#logo {
	text-align: center;
	margin: 10px 0;
}
#nav {
	text-align: right;
	margin: 30px 0 10px 0;
}
.navigation{
	float: right;
	list-style: none;
	margin: 0;
}
.navigation li{
	float: left;
	padding:0 0 0 50px;
}
.navigation li:hover{
	cursor:pointer;
	color: #a9d3d0;
}

.navigation .active{
	cursor:pointer;
	color: #f68f67;
}

#profpic {
  width: 250px;
  height: 250px;
  border-radius: 125px;
  -webkit-border-radius: 125px;
  -moz-border-radius: 125px;
  margin-left: auto;
  margin-right: auto;
}

#oxford h1, #oxford h2, #oxford p {
	text-align: right;
}

/* General Slides */ 

.slide{
	background-attachment: fixed;
	width:100%;
	height:auto;
	position: relative;
	padding:140px 0;
}

/*
.wrapper{
	width: 100%;
	height: 100%;
	margin: 0 auto;
	position: relative;
}
*/


/* Slide 1 */ 

#slide1{
	background-color:#ffffff;
	text-align: center;
}
#slide1 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#8a8683;
	font-weight: 700;
}
#slide1 h2 {
	font-size: 2em;
	color: #8a8683;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}


/* Slide 2 */ 

#slide2{
	background-image:url('../images/mit_final.gif');
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	overflow: hidden;
	/*background-color:#f68f67;*/
	color:#ffffff;
}
#slide2 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide2 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

#oxford h1, #oxford h2, #oxford p {
	text-align: right;
}

/* Slide 3 */ 

#slide3{
	background-color:#ffffff;
}

#experiences {
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 100%;
	margin: 0;
}

.experience {
	display: table-row;
	table-layout: fixed;
	height: 20%;
	width: 100%;
}

.experience_title, .experience_description {
	display: table-cell;
	vertical-align: middle;
	height: 100%;
	line-height: 2rem;
	width: 49%;
	padding: 1em;
}

.experience_divider {
	width: 100%;
	height: 100%;
	background-color: #164450;
}

.experience_title {
	text-align: right;
}



/*
#slide3 img:first-child{
	position:absolute;
	left: -25%;
}
#slide3 img:nth-child(2){
	position:absolute;
	top: -30%;
	left: 10%;
}
#slide3 img:nth-child(3){
	position:absolute;
	top: 10%;
	left: 40%;
}
#slide3 img:nth-child(4){
	position:absolute;
	top: -20%;
	left: 65%;
}
*/



/* Slide 4 */

#slide4{
	background-color:#164450;
	color:#ffffff;
}

#slide4 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}

#slide4 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 5 */

#slide5{
	background-color:#ffffff;
	color:#ffffff;
}
#slide5 h1 {
	font-size: 3.8em;
	letter-spacing: -3px;
	line-height: 0px;
	color:#ffffff;
	font-weight: 700;
}
#slide5 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 0px;
	padding-bottom:20px;
	font-weight: 400;
}

/* Slide 5 */

#slide6{
	background-color:#0B2228;
	color:#ffffff;
	text-align: center;
}

#slide6 h2 {
	font-size: 2em;
	color: #ffffff;
	line-height: 1em;
	padding-bottom: 20px;
	font-weight: 400;
}

#footer {
	height: 50%;
	background-image:url('../images/foot_final.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}






/* Tablet */
@media screen and (max-width: 1024px) {

#logo {
	width: 100%;
	text-align: center;
}

/*
#nav {
	width:100%;
	text-align:center;
	margin:10px 0;
}
*/

#nav {
	display: none;
}

.navigation{
	width: 100%;
	float: center;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
	padding:0;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}

#decorative {
	display:none;
}

#leadership, #interests, #projects {
	text-align:center;
	width:100%;
}

#slide2 {
	background-image: none;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: 100%;
	-moz-background-size: 100%;
	-o-background-size: 100%;
	background-size: 100%;
	overflow: hidden;
	background-color:#f68f67;
	color:#ffffff;
}

#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

#footer {
	height: 30%;
	background-image:url('../images/foot_final.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}

}




/* Mobile */
@media screen and (max-width: 480px) {

#logo {
	width: 100%;
	text-align: center;
}

#nav {
	display: none;
}

/*
#nav {
	width:100%;
	margin:5px 0;
}
*/

.navigation{
	width: 100%;
	float: left;
	list-style: none;
	margin: 0;
	padding:0;
}

.navigation li{
	float: left;
	width:25%;
}

.slide{
	background-attachment: fixed;
	width:100%;
	position: relative;
	padding:150px 0;
}


#slide1 h1 {
	line-height: 1em;
}
#slide1 h2 {
	line-height: 1em;
}
#slide2 h1 {
	line-height: 1em;
}
#slide2 h2 {
	line-height: 1em;
}
#slide3 h1 {
	line-height: 1em;
}
#slide3 h2 {
	line-height: 1em;
}
#slide4 h1 {
	line-height: 1em;
}
#slide4 h2 {
	line-height: 1em;
}

#footer {
	height: 20%;
	background-image:url('../images/foot_final.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
}

}



