@charset "UTF-8";
/* CSS Document */
body {
	font-family: 'Nunito Sans', sans-serif;
}

/*
.home {
    background: #cae2e7;
	height: 100vh;
	background-size: 30%;
    background-repeat: no-repeat;
    background-image: url(../img/bg-bam.svg);
    background-position: right 20px bottom 20px;

}*/

.t-red {
  color: #fa636f;  
}

.home [class*=" col-"]{
      padding-top: 150px;
}

.jumbotron-fluid {
    background: url(../img/retina_wood.png); background-repeat: repeat; background-attachment: fixed;
}


/* Extra small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
    .jumbotron-fluid {
        padding-bottom: 75px;
    }
    .display-4 {
        font-size: 2.5rem;
    }
    
}

/* Small devices (landscape phones, less than 768px) */

@media (min-width: 576px) and (max-width: 767.98px) {
    .jumbotron-fluid {
        padding-bottom: 100px;
    }
    .display-4 {
        font-size: 2.5rem;
    }
}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px) {
    .jumbotron-fluid {
        padding-bottom: 130px;
    }
    .display-4 {
        font-size: 3.5rem;
    }
}

/* Large devices (desktops, less than 1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) { 
    .jumbotron-fluid {
        padding-bottom: 130px;
    }
    .display-4 {
        font-size: 3.5rem;
    }
}


/* Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) { 
    .display-4 {
        font-size: 3.5rem;
    }
}

.pt-150 {
    padding-top: 150px;
}

.pb-130 {
    padding-bottom: 130px;
}


.bg-esb {
    background-color: #107bb3;
    color: #ffffff;
}

.t-soft-black {
    color: #283235;
}

/* Navigation */

.navbar-light .navbar-brand, .navbar-light .navbar-nav .nav-link{
    color: #027bb3;
    text-transform: uppercase;
    font-size: .8rem;
    letter-spacing: 1px;
}

.btn-outline-primary {
    border-color: #027bb3;
    color: #027bb3;
}

.btn-outline-primary:hover {
    background-color: #027bb3;
    color: #ffffff;
}

.navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}


.custom-select {
    border-radius: 2rem;
}
/* EVERYTHING ELSE */

.States {
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}

.ESB {
	background-color: #FFFFFF;
	max-height: 200px;
	margin-top: 50px;
}

#indexContent {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
}
.subheading {
	height: 95px;
	padding-top: 25px;
	font-size: 30pt;
	color: #FFFFFF;
	font-weight: bold;
	text-shadow: 2px 2px 5px #000000;
}

/* Main */

.whiteBG{
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-shadow: 0px 0px 5px 0px #000000;
	box-shadow: 0px 0px 5px 0px #000000;
}

#post {
	/*background-color: #FFFFFF;*/
	margin-bottom: 15px;
}

#featured {
	margin-bottom: 15px;
}

#recent {
	background-color: #FFFFFF;
	margin-bottom: 15px;
	height: 200px;
}

#assoc {
	background-color: #FFFFFF;
	margin-bottom: 15px;
}

#mainContent>h2 {
	color: #F49031;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 19px;
}

.evenUp {
	min-height: 100px;
}

#scoring {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

#tournaments {
	padding-left: 15px;
	padding-right: 15px;
}

#stateSelect {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 30px;
    border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0.9;
}
#tournContent {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}
#stateSelect>h2 {
	color: #F49031;
	font-weight: bolder;
	margin-top: 0px;
	margin-bottom: 19px;
}
.lingo {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 170px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}
#tournaments>.whiteBG{
	opacity: 0.5;
}

#lingo {
	padding-left: 15px;
	padding-right: 15px;
}
#history {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}


#history {
	padding-left: 15px;
	padding-right: 15px;
}
/* Footer */

#footer {
	background-color: #FFFFFF;
	opacity: 0.9;
	padding-top: 20px;
	padding-bottom: 20px;
}

#footer li {
	list-style: none;
}

#copyright {
	height: 40px;
	background-color: #F49031;
	color: #FFFFFF;
	padding-top: 10px;
	text-align: right;
}

.panel {
	border-radius: 0px;
}
#results {
	margin-top: 20px;
	/*min-height: 400px;*/
}


.googleMaps iframe {
	width: 100% !important;
	/*min-height: 400px !important;*/
}


@media(max-width: 480px) {

	.navbar {
		border-radius: 0px;
		border-color: #FFFFFF;
		margin-bottom: 0px;
		/*font-weight: bold;*/
		font-size:16px;
	}
	.googleMaps iframe {
		width: 100% !important;
		max-height: 200px !important;
	}
	.secondary {
	margin-top: 0px;
	padding-top: 8px;
	width: 100%;
	height: 50px;
	background-color: #127BB4;
	color: #FFFFFF;
	clear: both;
	}
#mainContent {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 100px;
	margin-bottom: 30px;
    border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0.9;
	max-width: 400px;
}
#mainContent h2 {
	font-size: medium;
}
#subContent {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#subContent>.container>.row>.col-md-4>h3 {
	color: #F49031;
	font-weight: bold;
}
.welcome {
max-width: 400px;
text-align: justify;
}
.postevent {
max-width: 400px;
text-align: justify;
}
.featuredevent {
max-width: 400px;
text-align: justify;
}

}

@media (min-width: 481px) and (max-width: 767px) {

	.navbar {
		border-radius: 0px;
		border-color: #FFFFFF;
		margin-bottom: 0px;
		font-weight: bold;
		font-size:16px;
	}
.secondary {
	margin-top: 0px;
	width: 100%;
	height: 90px;
	background-color: #127BB4;
	color: #FFFFFF;
	clear: both;
}
#mainContent {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 100px;
	margin-bottom: 30px;
    border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0.9;
}
#mainContent h2 {
	font-size: medium;
}
#subContent {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#subContent>.container>.row>.col-md-4>h3 {
	color: #F49031;
	font-weight: bold;
}

.welcome {
max-width: 400px;
text-align: justify;
}
.postevent {
max-width: 400px;
text-align: justify;
}
.featuredevent {
max-width: 400px;
text-align: justify;
}
}

@media (min-width: 768px) and (max-width: 991px) {
	.container>.navbar-header, .container-fluid>.navbar-header, .container>.navbar-collapse, .container-fluid>.navbar-collapse {
margin-right: -4px;
margin-left: 0;
}

   	.navbar {
		border-radius: 0px;
		border-color: #FFFFFF;
		margin-bottom: 0px;
		height: auto;
		font-weight: bold;
		font-size:16px;
	}
.secondary {
	background-color: #127BB4;
	color: #FFFFFF;
	clear: both;
}
#mainContent {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 150px;
	margin-bottom: 80px;
    border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0.9;
}
#mainContent h2 {
	font-size: 22px;
	font-weight: bold;
}
#subContent {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 230px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#subContent>.container>.row>.col-md-4>h3 {
	color: #F49031;
	font-weight: bold;
}
.welcome {
max-width: 400px;n
text-align: justify;
}
.postevent {
max-width: 400px;
text-align: justify;
}
.featuredevent {
max-width: 400px;
text-align: justify;
}

}

@media (min-width: 992px) {

	.secondary {
		margin-top: 50px;
		background-color: #127BB4;
		color: #FFFFFF;
		clear: both;
	}
#mainContent {
	padding-left: 15px;
	padding-right: 15px;
	margin-top: 225px;
	margin-bottom: 120px;
    border-radius: 5px;
	background-color: #FFFFFF;
	opacity: 0.9;
}
#mainContent h2 {
	font-size: 22px;
	font-weight: bold;
}	
	#subContent {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	margin-top: 190px;
	padding-top: 25px;
	padding-bottom: 25px;
}

#subContent>.container>.row>.col-md-4>h3 {
	color: #F49031;
	font-weight: bold;
}
.welcome {
max-width: 400px;
text-align: justify;
}
.postevent {
max-width: 400px;
text-align: justify;
}
.featuredevent {
max-width: 400px;
text-align: justify;
}


}

#locations {
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

#centersContent {
	width: 100%;
	min-height: 400px;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

label {
	line-height: 33px;
}

.navbar-nav2 > li a {
	color: #FFFFFF;
}
.navbar-nav2 > li a:hover {
	color: #F49031;
}
.imagesHistoric {
	min-height: 150px;
	margin-bottom: 15px;
}
#ideas{
	width: 100%;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

.about {
	width: 100%;
	height: 600px;
	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 170px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

.btn-file {
    position: relative;
    /*overflow: hidden;*/
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}
input[readonly] {
  background-color: white !important;
  cursor: text !important;
}
#postevent {
	width: 100%;
		min-height: 400px;

	background-color: #FFFFFF;
	clear: both;
	/*margin-top: 250px;*/
	padding-top: 25px;
	padding-bottom: 25px;
}

.btn-default {
color: #333;
background-color: #FCE6D1;
border-color: #F49031;
}

.btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
color: #333;
background-color: #ABD0E4;
border-color: #0E6392;
}