body {
    width: 100%;
    height: 100%;
    font-family: Lora,"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #fff;
    background-color: #000;
    overflow-x: hidden;
}

html {
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 35px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:767px) {
    p {
        margin: 0 0 35px;
        font-size: 20px;
        line-height: 1.6;
    }
}

a {
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    color:#fff;
}

p a {
    color:#ddd;
    text-decoration:underline;
}

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

.light {
    font-weight: 400;
}

.navbar {
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
}

.navbar-brand {
    font-weight: 700;
}

.navbar-brand:focus {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus,
.navbar-custom .nav li.active {
    outline: 0;
    background-color: rgba(255,255,255,.2);
}

.navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-toggle:focus,
.navbar-toggle:active {
    outline: 0;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
    }

    .top-nav-collapse {
        padding: 0;
        display: block!important;
    }

.navbar-fixed-top {
	display: none;
}
	.navbar-custom.top-nav-collapse {
        border-bottom: 1px solid rgba(255,255,255,.3);
    }
}

.intro-mobile {
        display: none;
    }

.intro {
    display: table;
    width: 100%;
    min-height: 100%;
    padding: 100px 0 0 0;
    text-align: center;
    float:right;
    color: #ff0000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    position:relative;
    z-index:1000;
}

.intro-body {
    display: table-cell;
    vertical-align: middle;
}

.brand-heading {
    font-size: 40px;
}

.intro-text {
    font-size: 18px;
}

@media(min-width:767px) {

    .brand-heading {
        font-size: 100px;
    }

    .intro-text {
        font-size: 25px;
    }
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 35px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.9);
}

.btn-circle i:hover,
.btn-circle i:focus {
    color: #000;
}


.page-scroll .btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-scroll .btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0 {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0 {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.content-section {
    padding-top: 100px;
    width:100%;
    min-height:105%;
    display:inline-block;
    padding-left: 5%;
    padding-right: 5%;
    }
}


@media(min-width:767px) {
    .content-section {
        padding-top: 150px;
        width:100%;
        min-height:105%;
        display:inline-block;
        padding-left:100px;
        padding-left: 5%;
        padding-right: 5%;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #fff;
    color: #fff;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #ccc;
    outline: 0;
    color: #000;
    background-color: #fff;
}

.btn-huge {
    padding: 25px;
    font-size: 26px;
}

.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons>li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons>li:last-child {
        margin-bottom: 0;
    }
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}


@font-face {
    font-family: 'Sean';
    src: url('fonts/hand-of-sean-webfont.eot');
    src: url('fonts/hand-of-sean-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/hand-of-sean-webfont.woff') format('woff'),
         url('fonts/hand-of-sean-webfont.ttf') format('truetype'),
         url('fonts/hand-of-sean-webfont.svg#hand_of_seanregular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-smooth:always;
	-webkit-font-smoothing: antialiased;
}

.img-circle {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter ….3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	width:240px;
	position: relative;
	-webkit-filter:grayscale(100%);
}

.img-circle:hover {
	filter: none;
	-webkit-filter: grayscale(0%);
	transition: 1.5s;
}

h2 {
	position: absolute;
	top: 107px;
	font-size:25px;
	left: 0;
	width:100%;
	text-shadow: #000 2px 2px 2px;
}

h1 {
	font-size: 55px;
	letter-spacing: 3px;
	color: #fff;
}

h3 {
	font-size: 55px;
	font-family: 'Sean';
	color: #0BB5FF;
	text-transform: none;
	line-height: 1.7;
	letter-spacing: 2px;
	font-style: oblique;
	text-shadow: #333 1px 2px 4px;
}

h4 {
	font-size: 35px;
	font-family: 'Sean';
	color: #ED1C24;
	text-transform: none;
	line-height: 1.7;
	letter-spacing: 2px;
	text-align: right;
}

h5 {
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	line-height: 1.0;
	color:#666;
	font-weight: 100;
}

-col-sm-3 {
	padding: 0px;
}



#end {
    width: 100%;
    height: 100%;
    padding: 50px 0;
    color: #fff;
    background: url('../img/end.jpg') no-repeat right center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align:center;
    position:relative;
    z-index:500;
}


.navbar-nav>li>a{
	padding-top:29px;
	padding-bottom:29px;
	font-size:16px;
}

#quote {
    width: 100%;
    height: 100%;
    padding: 150px 0 150px 0;
    color: #fff;
    background: url('../img/downloads-bg.jpg') no-repeat right center scroll;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    text-align:center;
    position:relative;
    z-index:500;
}

#leftnav1 {
    position: fixed;
    top: 0;
    z-index: 400;
}
#leftnav2.stick {
    position: fixed;
    top: 0;
    z-index: 500;
}


.round-icon {
    width: 200px;
    height: 200px;
	padding: 7px 16px;
    border-radius: 100px;
    margin-bottom:25px;
    margin-left:auto;
    margin-right:auto;
    font-size: 40px;
    background-color:#fff;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.round-icon:hover,
.round-icon:focus {
    color: #fff;
    background: rgba(255,255,255,.5);
}

#navigation {
	width: 100%;
	line-height:  60px;
	background: #ff6633;
	font-size: 14px;
	color: #fff;
	position: absolute;
	top:550px;
	left: 0px;
}

#mapbox {
     width:90%;
     min-width:400px;
     margin-left:5%;
}
    .lastname {
     font-style: normal;
    }


#introHello {
	font-family:'Helvetica';
	width: 495px;
	margin-top: 5px;
	line-height: 1.0;
	font-size: 40pt;
	font-weight: 800;
	display: block;
	color: #fff;
}

#introName {
	font-size: 23pt;
	display: block;
	color: #fff;
	font-weight: 100;
	letter-spacing: 1px;
}

#introCory {
	font-family:'Sean';
	transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	/* IE 9 */ -webkit-transform: rotate(-3deg);
	/* Opera, Chrome, and Safari */;
	color: #000;
	margin-left: 250px;
	width: 495px;
	font-size: 55px;
	margin-top: 10px;
	letter-spacing: 3px;
}
#links {
	width:375px;
	float:right;
}

@media(max-width:510px) {
    .intro {
        display: none;
    }
    .intro-mobile {
        display: table;
        width: 100%;
        min-height: 100%;
        padding: 0px;
        text-align: center;
        color: #ff0000;
        background-color: #f6d5a6;
        position:relative;
        z-index:1000;
        background: url('../img/woodbg.png'); 
    }
    #mapbox {
     width:100%;
     margin:0px;
	 min-width:0px;
	}
    #northeastern h1, #masschallenge h1 {
	font-size: 28px;
	}
	#pastwork h1, #resume h1 {
	font-size: 40px;
	}
	a.btn.btn-circle {
	width: 50px;
	height: 50px;
	
	}
    .btn-circle {
    font-size: 25px;
    padding-left: 13px;
    }
    i.fa.fa-envelope.animated {
	font-size: 25px!important;
	margin-left: -2px;
	margin-top: 7px;
	}
	#newsle {
	width: 25px;
	margin-left: -4px;
	}
	#links {
	max-width:375px;
	width:auto;
	font-size:18px!important;
	float:left;
	}
	h4 {
	font-size: 25px;
	text-align: center;
	}
	#startups h1 {
	font-size: 50px;
	}
	#end {
	padding: 50px 0;
	height:125%;
	background: url('../img/end.jpg') no-repeat left bottom scroll;
	text-align: center;
	background-size: 650px!important;
	background-color: #e3e7e3;
	padding-bottom: 300px;
	}
	div.col-lg-9 {
	padding: 0px;
	}
}

@media(max-width:398px) {	
	#headHello {
		font-size: 17pt!important;
	}
	
	#headName {
		font-size: 10pt!important;
	}
	
	#headCory {
		font-size: 23px!important;
		margin-top:5px!important;
	}
	.navbar-brand {
		padding:10px!important;
	}

}

