html {
    min-width: 320px;
}

body {
	margin: 0 0;
	padding: 0 0 50px 0;
	font-size: 16px;
    background-color: #2a2a2a;
    color: #fff;
    min-width: 320px;
}

a {
    color: #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(30,30,30,0.95);
    z-index: 10;
    height: 45px;
}

header .wrapper {
    height: 100%;
}

header ul {
    float: left;
    list-style: none;
    padding-left: 40px;
    margin: 0;
    height: 100%;
}

header ul li {
    padding: 2px 10px;
    line-height: 36px;
    float: left;
    color: white;
    font-family: 'Lato', sans-serif;
    font-size: 15px;
    cursor: hand;
    /*height: 100%;*/
    vertical-align: middle;
}

/*header ul li:hover, header ul li.active {
    background-color: rgba(0, 0, 0, 0.2);
    color: #fff;
}*/

header ul li.inactive:hover {
    background-color: #999;
    color: white;
    cursor: default;
}

header .header-logo li {
    font-family: 'Crimson', Georgia, serif;
    font-size: 20px;
    color: white;
    margin: 0 auto;
}

header li img {
    height: 30px;
    vertical-align: middle;
}

#intro {
	width: 100%;
	background-image: url('../img/group.jpg');
	background-size: cover;
	background-position: center;
	position: relative;
	text-align: center;
	margin-bottom: 50px;
}

#intro .arrow {
	position: absolute;
	z-index: 9;
	bottom: 50px;
	left: 50%;
    height: 50px;
    opacity: 0.5;
    cursor: pointer;
    display: none;
}

#intro .arrow:hover {
    opacity: 0.8;
}

.dark-cover {
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.4);
	z-index: 1;
	position: absolute;
}

.fader {
	background-color: rgba(0,0,0,1);
	z-index: 3;
}

#intro .intro-text {
	color: #fff;
	z-index: 4;
	margin: 0 auto;
	position: relative;
	font-family: 'Crimson', georgia;
	display: inline-block;
	opacity: 0.85;
}

#intro .first-line, #intro .second-line {
	text-align: center;
	line-height: 0.5em;
}

#intro .pre-line {
	font-size: 1.5em;
}

#intro .first-line {
	font-size: 4em;
	border-top: 1px solid #fff;
	padding-top: 16px;
	padding-bottom: 31px;
	text-transform: uppercase;
}

#intro .second-line {
	font-size: 6.8em;
	line-height: 0.5em;
	padding-bottom: 20px;
	border-bottom: 1px solid #fff;
	text-transform: uppercase;
}

.individuals {
    width: 90%;
    margin: 0 auto;
}

#blurb {
    width: 85%;
    margin: 0 auto 50px auto;
}

#blurb p {
    font-family: georgia;
    color: white;
    margin: 20px 0;
    text-align: center;
    font-size: 1em;
}

#blurb .dom {
    font-family: 'Crimson', georgia;
    font-size: 3em;
}

.individuals .frosh {
    float: left;
    width: 28%;
    margin-right: 2.5%;
    margin-left: 2.5%;
    margin-bottom: 5%;
}

.frosh a {
    position: relative;
    display: block;
    text-decoration: none;
}

.frosh img {
    width: 100%;
}

.frosh .bottom-info .name {
    position: relative;
    top: -50px;
    margin-top: 4px;
}

.frosh .bottom-info .extra {
    font-size: 0.5em;
    position: relative;
    top: -60px;
}

.frosh .bottom-info .extra p {
    margin: 0;
}

.frosh .bottom-info .extra p:nth-child(2) {
    margin: 0;
    margin-top: 3px;
}

.frosh .bottom-info {
    text-align: center;
    font-family: 'Colaborate Thin';
    font-size: 1.1em;
    position: absolute;
    bottom: 4px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 6;
    font-size: 2.8em;
    padding-top: 6px;
    height: 55px;
    overflow: hidden;
    /*position: absolute;
    margin: 0;
    padding: 5px;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;*/
}

.frosh .innards {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    bottom: 4px;
    top: 0;
    opacity: 0;
    transition: opacity 0.8s;
    -webkit-transition: opacity 0.8s;
    z-index: 5;
    background-color: rgba(255, 255, 255, 0.2);
}

.frosh .info {
    display: none;
    text-align: center;
    font-family: 'Colaborate Thin';
    font-size: 1.1em;
    position: absolute;
    bottom: 4px;
    color: #fff;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1;
    z-index: 6;
}

.frosh:hover .innards {
    opacity: 1;
}

.info p {
    margin: 10px 5px;
}

.info .full-name {
    font-size: 2em;
}

#updated-line, #multi-attrib, #design-attrib {
    width: 90%;
    max-width: 1000px;
    margin: 0 auto 15px;
    font-size: 0.8em;
    font-style: italic;
    font-family: 'Georgia', serif;
}

#design-attrib {
    margin: 0 auto 40px;
}

#updated-line {
    font-style: normal;
}

#comments {
    width: 90%;
    margin: 50px auto 10px auto;
}

#vid {
    width: 100%;
    margin: 0 auto 25px auto;
    background-color: #1A1A1A;
    padding-bottom: 40px;
}

#vid .dom {
    color: white;
    font-family: 'Crimson', georgia, serif;
    font-size: 3em;
    text-align: center;
    margin-bottom: 20px;
}

#vid .vid-wrapper {
    float: left;
    width: 48%;
    margin-left: 6.5%;
}

#vid #vid_ad_wrapper {
    float: left;
    width: 43.5%;
    margin: 0 1% 1% 1%;
}

#vid .vid_ad_inner {
    width: 300px;
    height: 250px;
    margin: 0 auto;
}

.bottomwrapper{
    background-color: red;
    width: 90%;
    height: 150px;
    margin: 0 auto;
}

/* thanks,  http://avexdesigns.com/responsive-youtube-embed/ */
.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%;
}

.leader-ad {
    margin: 0 auto;
    width: 728px;
}

@media (max-width: 728px) {
    .leader-ad {
        display: none;
    }
}

/* http://nicolasgallagher.com/micro-clearfix-hack/ */
.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}

.cf {
    *zoom: 1;
}

@media (min-width: 1201px) {
    .frosh:nth-child(3n+1) {
        clear: left;
    }
}

@media (max-width: 1200px) and (min-width: 701px) {
    .frosh .bottom-info {
        height: 39px;
        font-size: 2em;
    }
    .frosh .bottom-info .name {
        position: relative;
        top: -39px;
        margin-top: 4px;
    }

    .frosh .bottom-info .extra {
        font-size: 0.5em;
        position: relative;
        top: -45px;
    }

    .individuals .frosh {
        /*width: 31%;*/
    }
}

@media (max-width: 700px) {
    .frosh .bottom-info {
        /*height: 55px;
        font-size: 2.8em;*/
    }
    .frosh .bottom-info .name {
        /*position: relative;
        top: -39px;
        margin-top: 4px;*/
    }

    .frosh .bottom-info .extra {
        /*font-size: 0.5em;
        position: relative;
        top: -45px;*/
    }

    .individuals .frosh {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
    }
}

@media (max-width: 400px) {
    .frosh .bottom-info {
        height: 39px;
        font-size: 2em;
    }
    .frosh .bottom-info .name {
        position: relative;
        top: -39px;
        margin-top: 4px;
    }

    .frosh .bottom-info .extra {
        font-size: 0.5em;
        position: relative;
        top: -45px;
    }
}

@media (max-width: 860px) {
    #vid {
        text-align: center;
        padding: 0;
    }
    #vid .vid-wrapper {
        margin: 0 7%;
        width: 86%;
        display: inline-block;
    }
    #vid #vid_ad_wrapper {
        margin: 50px auto;
        width: 320px;
    }
}

@media (max-width: 570px) {
	#intro {
		font-size: 10px;
	}
	.arrow {
		height: 30px;
	}
    #blurb .dom {
        font-size: 2em;
    }
    #blurb p {
        font-size: 0.9em;
        line-height: 1.3em;
    }
}

@media (max-width: 350px) {
	#intro {
		font-size: 8px;
	}
}
