/* ============================== */
/* FONTS */
/* ============================== */

@font-face {
    font-family: 'Nevis';
    src: url('fonts/nevis.eot');
    src: url('fonts/nevis.eot') format('embedded-opentype'),
         url('fonts/nevis.woff') format('woff'),
         url('fonts/nevis.ttf') format('truetype'),
         url('fonts/nevis.svg#Nevis') format('svg');
}


@font-face {
  font-family: 'Junction';
    src: url('fonts/Junction.eot');
    src: url('fonts/Junction.eot') format('embedded-opentype'),
         url('fonts/Junction.woff') format('woff'),
         url('fonts/Junction.ttf') format('truetype'),
         url('fonts/Junction.svg#Junction') format('svg');
}



/* ============================== */
/* UNIVERSAL STYLES  */
/* ============================== */


.lead, h2 {
	padding: 0 10px;
}

.white {
	color: white;
	text-shadow: 2px 2px 3px #000;
	text-align: center;
}

.blue {
	color: #2980b9;
	text-align: center
}

.dkblue {
	color: #15415e;
	text-align: center
}

.gray {
	color: #dfdfdf;
	text-align: center
}

html {
    font-family: 'Junction';
}

body {
    font-family: 'Junction', Helvetica, Arial, sans-serif;
    font-size: 18px;
    -webkit-text-size-adjust: 100%;
}

.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    display: inline-block;
    width: 100% \9;
    max-width: 100%;
    height: auto;
	  margin-bottom: 0px;
	  bottom: 0px;
}

.aronson {
  margin-top: 5px;
  margin-bottom: 30px;
  border: 1px solid #000;
}
.visible-md .aronson, .visible-sm .aronson, .visible-xs .aronson {
  margin-bottom:50px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Nevis', Helvetica, Arial, sans-serif;
	  font-weight: bold;
}

h1, .h1 {
    font-size: 60px
}

h2, .h2 {
    font-size: 44px
}

p2 {
	font-size: 16px;
	text-align: center;
}

navbar-header
@media (min-width:992px) {
    .container {
        width: 970px
    }
}

@media (min-width:992px) {
	.col-md-12 {
		width: 100%;
		text-align: center;
	}
}

.btn {
    padding: 12px 24px;
	font-family: 'Nevis', Arial, sans-serif;
}

.btn-default {
    color: #fff;
    background: none;
    border-color: #fff
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open>.dropdown-toggle.btn-default {
    color: #fff;
    background-color: #15415e;
    border-color: #15415e
}

.btn-primary {
    color: #fff;
    background-color: #2980b9;
    border-color: #2980b9;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open>.dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #15415e;
    border-color: #15415e
}

.navbar {
	min-height: 74px;
}

.navbar-brand {
	padding: 15px 75px 0px 20px;
}

.navbar-toggle {
	margin-top: 18px;
	margin-right: 18px;
}


.navbar-collapse{
	float: right;
}

.head-container {
	max-width: 1250px;
	margin-left:auto;
	margin-right:auto;
}

@media (min-width:768px) {
	.navbar-nav>li>a {
		padding-top: 30px;
	}
}

.navbar-btn {
    margin-top: 20px;
}

.navbar-inverse {
    background-color: #000;
	opacity: 0.9;
}

.navbar-inverse .navbar-text {
    color: #FFF;

}

.navbar-inverse .navbar-nav>li>a {
    color: #fff;
	font-family: Nevis, Helvetica, Arial, sans-serif;
	font-size:14px
}

.adsdiv {
  padding-bottom: 45px;
  text-align: center;
}

.adsdiv:after {
  content:'advertisement';
  font-size:10px;
  position:absolute;
  right: calc(50% - 35px);
}

@media (min-width:900px) {
	.navbar-nav>li>a {
		padding-left: 15px;
	}
}


@media (min-width: 1200px) {
	.navbar-inverse .navbar-nav>li>a {
	    color: #fff;
		font-family: Nevis, Helvetica, Arial, sans-serif;
		font-size:14px
	}
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #40b8f5;
	background-color: transparent;

}

.jumbotron {
    background-color: #150505;
	min-height: 100px;
}

/* David's changes to header */
@media (max-width: 768px) {
	.hc2 {
		padding-top: 60px;
	}
}

@media (min-width: 768px ) {

	.hc2 {
		padding-top: 60px;
	}
}

/* Steve's Changes to dropdown menu */
@media only screen and (max-width: 767px) {
ul.nav {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}

.navbar-collapse {
	width: 100%;
}

.nav > li {
	position: relative;
	display: block;
	background: url('Puzzle_Lt.svg') no-repeat scroll 0% 9px / 20px auto transparent;
	padding-left: 12px;
	margin-left: 57px;
}

.navbar-inverse .navbar-nav>li>a:hover, .navbar-inverse .navbar-nav>li>a:focus {
	color: #59b0f9;
}
}

/* Hack to get Safari Desktop to not mess up menu */
@media only screen and (min-device-width: 1000px) {
ul.nav {
	-webkit-column-count: 1;
}
}


@media only screen and (max-width: 540px) {
	ul.nav {
        	-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
	}
}

@media (min-width: 768px) and (max-width: 1199px) {

	.navbar-wrapper .navbar {
		opacity: 1;
	}

}


/*

	email:
	I'm not sure who came up with the idea of pushing down the menu at mid-narrow widths, but I think that would be a better solution if we could simply push the rest of the page content down with it instead of overlaying the menu, which has the effect of covering up the top marge of the first section.
768 - 961
	42 pixels
*/
@media (min-width: 768px) and (max-width: 960px) {

	body {
		padding-top: 42px !important;
	}

}


/*
	Prevent jumping


*/
@media (min-width: 967px) and (max-width: 1030px) {
	.navbar-inverse .navbar-nav>li>a {
		font-size: 13px;
	}
}


/* Collapse at 950px */

/*@media (max-width: 1000px) {
    .navbar-header {
        float: none;
}
    .navbar-left,.navbar-right {
        float: none !important;
}
    .navbar-toggle {
        display: block;
}
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
}
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
}
    .navbar-collapse.collapse {
        display: none!important;
}
    .navbar-nav {
        float: none!important;
		margin-top: 7.5px;
}
	.navbar-nav>li {
		float: none;
}
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
}
    .collapse.in{
  display:block !important;
}
}
*/
