/*
Theme Name: hoopsforhd
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: hoopsforhd
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

hoopsforhd is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.

*/


* {
    margin: 0;
}
html, body {
    height: 100%;
	font-family: 'Archivo', sans-serif;
	font-weight:400;
}
.wrap {
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -3em;*/
}
footer, .push {
 /*   height: 3em;*/
}


body.home .wrap {
	position: relative;
}

body.home header {

	width: 100%;
}

body.home header .logo {
	background: #fff;
	text-align: center;
}

header .logo {
    padding:20px 0;
}

@media (max-width: 768px) {
    header .logo {
        text-align: center;
    }
}

header.entry-header {
    background: #232323;
    margin-bottom: 40px;
}

header.entry-header h2.entry-title {
    margin-bottom: 20px;
	color:#fff;
	font-weight:700;
	font-size:32px;
	text-transform:uppercase;
}

footer {
	background: #232323;
    color: #C7C7C7;
	padding:20px 0px;
}

footer .fa-facebook-official{
	color:#fff;
}

footer .fa-facebook-official:hover{
	color:#0746B5;
}



/* Bootstrap override */

@media (min-width: 768px) {
    .navbar-default {
        background-color: transparent;
        border-color: transparent;
        margin-top: 30px;
    }
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #333;
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover {
    color: #e17726;
    background-color: transparent;
}

.navbar-default .navbar-nav > li > a {
    color: #333;
    text-transform:uppercase;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #e17726;
    background-color: transparent;
}


.navbar-default .navbar-nav > li > a:focus, .navbar-default .navbar-nav > li > a:hover {
    border-bottom: solid 3px #e17726;
	color:#e17726;
}

@media (max-width: 768px) {
    body.home .navbar-default .navbar-nav > li > a {
        color:#333;
    }

    body.home .navbar-default .navbar-nav > .active > a, body.home .navbar-default .navbar-nav > .active > a:focus, body.home .navbar-default .navbar-nav > .active > a:hover {
        color: #e17726;
        background-color: #eee;
        border-bottom: none;
    }

    body.home .navbar-default .navbar-nav > li > a:focus, body.home .navbar-default .navbar-nav > li > a:hover {
    color: #e17726;
    background-color: transparent;
    border-bottom: none;
}
}

h1,h2,h4,h5{font-weight:700; color:#e17726;}

h2{font-size:18px;color:#e17726;}

h3{font-weight:700;color:#e17726;font-size:24px;}

.sidebar{
	border-left:1px solid #F1F1F1	
}

.sidebar h3{
	font-size:16px
}

.sidebar ul{
	margin:0;
	padding-left:10px;	
}

.sidebar ul li{
	list-style-type:none;
}


#gform_previous_button_1, #gform_previous_button_1_11 {
	background:#373737;	
	color:#fff;
	border:none;
	padding:10px 20px;
	font-weight:700;
	text-transform:uppercase;	
}

.gform_button, #gform_next_button_1_69, #gform_next_button_1_11, .gform_next_button, #gform_next_button_1_70{
	background:#e17726;	
	color:#fff;
	border:none;
	padding:10px 20px;
	font-weight:700;
	text-transform:uppercase;
}

.gform_button:hover{
	background:#0282a0;	
}



.sponsors{	
	text-align:center;
	border-top:1px solid #eee;
}

.sponsors img{
	margin:10px 0px;	
}

.sponsors h5{
	font-size:20px;
	font-weight:400;
	margin:20px 0px;
}


.honor{
	text-align:center;
	background-image:url(img/bgball.png);
	color:#fff;
	clear:both;
	padding:30px 0;
}	

.honor h4{
	font-size:30px;
	font-weight:400;
	color:#fff;
}

.honor h5{
	font-size:20px;
	font-weight:400;
	color:#fff;
}

.honor a{
	color:#fff;	
}

.honor a:hover{
	color:#000;	
}

.honor img{
	margin:0 25px;	
}

.panel {
    background-color:none;
    border: 1px solid #F1F1F1;
    border-radius: 0;
    -webkit-box-shadow:none;
    box-shadow:none;
}

.light-grey{
	background-color:#F1F1F1;
}

.p10{
	padding:10px;	
}

.p30{
	padding:30px;	
}

.m30{
	margin:30px;	
}

.mt30{margin-top:30px}

article .row{margin-top:30px;margin-bottom:30px;}

article{font-size:16px !important;}

article a{color:#e17726; text-decoration: underline}
article a:hover{color:#333;}
.col-sm-12{margin-bottom:15px}