/*  Dark Blue: #002147;
    blue: #008afc;
    Orange: #fe620f;
*/

.container {max-width: 1400px;}
body {
    color: white;
    font-size: 21px;
    line-height: 32px;
    background-color: #002147;
}
img {width: 100%;
height: auto;}

.oswald {
  font-family: "Oswald", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.orange-bot {
    border-bottom: 1px solid #fe620f;
}
.bg-blue {
    background-color: #002147;
}
.text-blue {
    color: #002147;
}
.committee-member {
    padding: 20px;
}
.com-title {
    text-align:center;
}
.com-pic {
    padding: 10px;
}
.com-pic img {
    border-radius: 200px;
}
.com-name {
    text-align:center;
}
.big-title {
    color: #fe620f;
}
.map-responsive{
    overflow: hidden;
    padding-bottom: 90%;
    position: relative;
    height:0;
}

.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}
.btn-secondary {
    background-color: #fe620f;
    padding: 20px 30px;
    font-size: 1.7rem;
}
.btn-secondary:hover {
    background-color: #008afc;
}
.pdfs img {
    max-width: 150px;
    padding: 20px;
}
/*VARSITY*/
.varsity-info {
    font-size: 1.3rem;
    line-height: 1.8rem;
}
.varsity-info h1 {
    font-weight: bold;
    text-decoration: underline;
}
.varsity-info h2 {
    font-weight: bold;
}
/*MOBILE NAV*/
.mobile-header {
    width: 100%;
    min-height: 60px;
    background-color: #fff;
}
.mobile-nav-logo {
  float: left;  
}
.icon-nav {
    float: right;
}
.icon-nav svg {
    padding: 10px;
    width: 60px;
    height: auto;
}
.icon-nav svg .icon-fill {
    fill: #002147;
}
.mob-nav-social svg .icon-fill {
    fill: #002147;
}
.mob-nav-social svg {
    width: 50px;
    height: auto;
}
#mobileNav {
    height: 100vh;
    width: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 30;
    display: none;
    background-color: #fff;
}
#mobileNav a {
    height: 7vh;
    color: #002147;
    padding: 7px;
    font-size: 32px;
    text-align: center;
    display: block;
}
.mob-nav-social svg {
    text-align: center;
    height: 100px;
}
.mob-nav-social svg .icon-fill {
    fill: #fff;
}
.nav-logo {
    float: left;
}
.nav-logo img {
    width: 200px;
}

.image-border img {
    border: 3px solid #cda882;
}

.logo {
    position: absolute;
    z-index: 10;
}
.logo img {
    width: 25vw;
    margin: 10px;
}

.banner-text {
    padding: 20px 0;
    line-height: 40px;
}
.social {
    padding-left: 20px;
    float: right;
}
.social .icon svg {
    width: 16px;
    height: auto;
}
.social .icon img {
    width: 16px;
    height: auto;
}

.bg-black {
    background-color: black;
}

/*Links----------------------------------------------------------------------------------------------------------------------*/
.selected {
	color: #000;
}
a {
	color: #fe620f;
}
a:hover {
	color: #000;
    text-decoration: none;
}
.nav-links a {
	font-size: .7rem;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
	color: #fff;
}
.nav-links a:hover {
	color: #fe620f;
	text-decoration: none;
}
.main-nav {
    background-color: #002147;
    color: white;
    padding-bottom: 5px;
    font-size: 1.2rem;
    font-weight:400;
}
.main-nav a {
    color: #fff;
}
.main-nav a:hover {
    color: #fe620f;
}
/*End Links----------------------------------------------------------------------------------------------------------------------*/

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}
.dropdown a {
    color: #fff;
}
.dropdown:hover {
    color: #fe620f;
}
/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    padding: 10px 0;
  display: none;
    margin-left: -10px;
  position: absolute;
  background-color: #fff;
  min-width: 180px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.1);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #002147;
  padding: 10px 0 5px 10px;
  text-decoration: none;
  display: block;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {background-color: #fe620f; color: #fff;}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {display: block;}

/*END CSS Dropdown */

/* FOOTER */
.footer {
    background-color: #fff;
    color: #4d3205;
    font-size: .9rem;
}
.footer a {
    color: #4d3205;
    text-decoration: underline;
}
.footer a:hover {
    color: #f0dfa1;
    text-decoration: none;
}
.footer-logo img {
    max-width: 200px;
}

.footer-bot-row {
    background-color: #111;
    color: white;
}
.footer-bot-row .social svg {
	width: 30px;
	height: 30px;
}
.footer-bot-row .social svg .icon-fill {
	fill: #fff;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.footer-bot-row .social svg:hover .icon-fill {	
	fill: #fe620f;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;	
}
/* END FOOTER */
.ouhac-holder {
    position: relative;
}
.ouhac-title {
    position: absolute;
    font-size: 2.5rem;  
    top: 45px;
    left: 200px;
}


/*Social Icon SVG Styling for Main Nav*/
.social svg {
	width: 24px;
	height: 24px;
}
.social svg .icon-fill {
	fill: #fff;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;
}
.social svg:hover .icon-fill {	
	fill: #fe620f;
	-webkit-transition: 0.3s ease;
	-moz-transition: 0.3s ease;
	transition: 0.3s ease;	
}

/*End Icon SVG Styling----------------------------------------------------------------------------------------------------------------------*/







