/*
-----------------------------------------------
COLORS
	
	Gray: #58595b
	Lighter Gray: #636466
    Very Peri: #6667AB
    Paradise Pink: #E5445E
    Navy: #162E55
    Brown: #b18f6a
	Cyan: #00aeef
	Yellow: #FFF200
	Blue: #569FD2
----------------------------------------------- */

@import url(https://use.typekit.net/nam2pmw.css);
@import url(http://fonts.googleapis.com/css?family=Lato:400,300&subset=latin,latin-ext);


/* UTILITIES */

}
a {
 text-decoration: none;
}
li {
 list-style: none;
}

body {
	background: #000000; 
	font-family: Helvetica, Arial, sans-serif; 
	font-style: normal;
	font-weight: 400;
	color: #162E55; 
	position: relative; 
	-webkit-font-smoothing: antialiased; 
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	text-align:left;
	line-height: 1.5em;
	font-size: 20px;
	
	background: url("../img/backgrounds/poster-board-2000x1167.jpg")no-repeat center center fixed;
	 -webkit-background-size: cover;
     -moz-background-size: cover;
     -o-background-size: cover;
	background-size: cover;
	
}

/* TEXT STYLING */

.subheading-brown
{
    font-weight: 900;
    text-transform: uppercase;
    font-size: 24px;
    color: white;
    margin-bottom: 5px;
    margin-top: 5px;
}




h1 {
	font-family: elevon, sans-serif;
	font-display: auto;
	font-weight: 400;
	font-style: normal;
	font-size: 40px;
	line-height: 1em;
	color: #6667AB;
	text-align: left;
    text-transform: uppercase;
    
}

h1.sponsor{text-align: center; font-size: 35px;}
h2 {
	font-family: elevon, sans-serif;
    font-display: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 25px;
	line-height: 1em;
	color: #6667AB;
	text-align: center;
    text-transform: uppercase;
}

h3 {
	font-family: elevon, sans-serif;
    font-display: auto;
	font-size: 22px;
	line-height: 1em;
	font-weight: 400;
	color: #6667AB;
	text-align:left;
}

h4 {
	font-family: Helvetica, Arial, sans-serif;
    font-display: auto;
	font-size: 25px;
	line-height: 1em;
	font-weight: 400;
	color: #162E55;
	text-align:left;
    text-transform: uppercase;
}


a:link 		{text-decoration: underline; color: #E5445E; font-weight:400 }
a:visited 	{text-decoration: underline; color: #E5445E;}
a:hover 	{text-decoration: underline; color: #6667AB;}
a:active 	{text-decoration: underline; color: #6667AB;}


/* NAVBAR STYLING STARTS */

.navbar {
 display: flex;
 align-items: center;
 justify-content: space-between;
 padding: 10px;
 background-color: black;
 color: #fff;
 font-family: Helvetica, Arial, sans-serif; 
}
.nav-links a {
 color: #fff;
    text-decoration: none;
}
/* LOGO */
.logo {
 font-size: 32px;
}
/* NAVBAR MENU */
.menu {
 display: flex;
 gap: 1em;
 font-size: 16px;
}
.menu li:hover {
 background-color: #6667AB;
 border-radius: 0px;
 transition: 0.5s ease;
}
.menu li {
 padding: 5px 14px;
}
/* DROPDOWN MENU */
.services {
 position: relative; 
}
.dropdown {
 background-color: rgba(101, 104, 169, 0.8);
 padding: 2em 0;
 position: absolute; /*WITH RESPECT TO PARENT*/
 display: none;
 border-radius: 0px;
 top: 40px;
}
.dropdown li + li {
 margin-top: 5px;
    color: #6667AB;
}
.dropdown li {
 padding: 0.25em 0.25em;
 text-align: left;
 list-style: none;
    color: #6667AB;
}
.dropdown li:hover {
 background-color: #E5445E;
}
.services:hover .dropdown {
 display: block;
}


/*RESPONSIVE NAVBAR MENU STARTS*/
/* CHECKBOX HACK */
input[type=checkbox]{
 display: none;
} 
/*HAMBURGER MENU*/
.hamburger {
 display: none;
 font-size: 24px;
 user-select: none;
}
/* APPLYING MEDIA QUERIES */
@media (max-width: 768px) {
.menu { 
 display:none;
 position: absolute;
 background-color:#6667AB;
 right: 0;
 left: 0;
 text-align: center;
 padding: 16px 0;
}
.menu li:hover {
 display: inline-block;
 background-color:#E5445E;
 transition: 0.3s ease;
}
.menu li + li {
 margin-top: 12px;
    list-style: none;
}
input[type=checkbox]:checked ~ .menu{
 display: block;
}
.hamburger {
 display: block;
}
.dropdown {
 left: 0%;
 top: 30px;
 transform: translateX(35%);
}
.dropdown li:hover {
 background-color: #E5445E;
}
}

/* FOOTER */

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1.5em;
}

#footer a:link {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#footer a:hover {
	text-decoration:none;
	color:#ff0000;
}

/* Photo */

.responsive {
  width: 100%;
  max-width: 400px;
  height: auto;
}

.responsive-header {
  width: 100%;
  max-width: 1200px;
  height: auto;
}

.responsive-sponsor {
  width: 75%;
  max-width: 200px;
  height: auto;
}

.responsive-involved {
  width: 100%;
  max-width: 200px;
  height: auto;
}

/* Button */

.button {
    background-color:#6668AB;
	border: 0px solid #6668AB;
    color: white;
    padding: 20px 20px;
    text-align: center;
    text-decoration: none;
    font-weight: 900;
    display: inline-block;
    font-size: 25px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
	
}
.button:hover {color:#6668AB; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:focus {color:#6668AB; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:active {color:#58595b; background-color: #FFFFFF; text-decoration: none; outline: none;}
.button:link {color:#FFFFFF; background-color: #6668AB; text-decoration: none; outline: none;}
.button:visited {color:#FFFFFF; background-color: #6668AB; text-decoration: none; outline: none;}

/* List */

ul.square {
    list-style-type: square;
        
}
li.square {list-style-type: square}



/* ANCHORS */

#anchors {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #FFFFFF;
	line-height: 1.5em;
    text-transform: uppercase;
}

#anchors a:link {
	text-decoration:none;
	color:#FFFFFF;
}

#anchors a:visited {
	text-decoration:none;
	color:#FFFFFF;
}

#anchors a:hover {
	color:#E5445E;
    text-decoration: underline
}