/*  CSS Document for MIT Ridonkulous Website */
/*


Title:          style.css
Browser(s):     All

Author:         Aaron Suarez
Created:        5.30.2013

Edited:			Sarah Liu
				6.14.2015

Edited:     Nichole Clarke
        12.31.2015

*/

/* =Typography
-----------------------------------------------------------------------------*/
@font-face {
    font-family:'Raleway', sans-serif;
    font-weight: 400;
}

h1,h2,h3,h4,h5,h6,nav {
  	font-family: 'Raleway', sans-serif;
  	color: #7a7a7a;
}
h1 {
	color:#7a7a7a;
	font-size:3em;
	letter-spacing: 10px;
}
h2 {
	font-size:2em;
	letter-spacing: 10px;
}
h3 {
	font-size:1.4em;
	clear:both;
}
h4 {
	clear:both;
}
p {
	font-family:Helvetica, sans-serif;
	font-weight:100;
	line-height: 1.3em;
}

footer p {
	text-align:center;
	font-family:'Raleway', sans-serif;
}
a {
	text-decoration: none;
	color: #7a7a7a;
}
a:hover {
	color: #05A62D;
}

/* =Layout
-----------------------------------------------------------------------------*/
.container	{
	min-height:100%;
	position:relative;
	text-align: center;
}

body {
  	background-color: #FFFFFF;
  	color: #7a7a7a;
}

.panel {
	min-height: 550px;
	max-width: 800px;
	display: inline-block;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 30px;
}


img {
	max-width: 100%;
	height: auto;
	display: inline-block;
}

.contact_icon {
	display: block;
}

.spacer {
	clear: both;
	height: 50px;
}

/* =Header
-----------------------------------------------------------------------------*/
nav {
	text-align: center;
	background-color:#FFFFFF;
	position:fixed;
	float:right;
	top: 0px;
	height:30px;
	width:auto;
	border-bottom: dotted 1px;
}
nav ul{
	text-align: center;
	display:inline-block;
	bottom:0;
}
nav ul li {
	display:inline;
	font-size:1.3em;
	padding:0 10px;
	position: relative;
}
nav ul li a {
	text-decoration:none;
	color: #7a7a7a;
	vertical-align:middle;
}
nav ul li a:hover {
	color: #05A62D;
}
a.current{
	color: #05A62D;
}


/* =Home
-----------------------------------------------------------------------------*/
#home{
	text-align: center;
}
#banner {
}
#logo {
}
#banner-words {
	text-align: center;
	margin-top: 50px;
}


/* =About Us
-----------------------------------------------------------------------------*/
#about {
	text-align: center;
}


/* =Meet the Team
-----------------------------------------------------------------------------*/
.bio_image {
	width:100px;
	height:auto;
	float:left;
	margin:4px;
}
.bio_image_expanded {
	float:left;
	width:45%;
	overflow:hidden;
	max-width:500px;
}
.fancybox-inner {
	overflow:hidden;
}

/* =Footer
-----------------------------------------------------------------------------*/
footer {
	margin-top: 100px;
	background-color:#FFFFFF;
	float:right;
	width:auto;
	bottom:0;
}


/* =Contact
-----------------------------------------------------------------------------*/
#social {
	position: relative;
	margin: 8px 0 2px 0;
	text-align: center;
}
.contact_icon {
	margin: 0 10px;
	display: inline;
	position: relative;
}
#copyright {
	font-size: 0.9em;
}
