html,body{
	padding:0;
	margin:0;
	background:#fff;
font-family: "Roboto Condensed", sans-serif;
}

h5.banner-title {
	text-transform:uppercase;
	/*font-family: 'Racing Sans One', cursive;*/
	font-family: 'Archivo Black', sans-serif;
	font-size:50px;
	font-weight:normal;
	color:#FFF;
	text-shadow: 1px 1px #666;
	
}
h1, h2, h3, h4, h5 {
	/*text-transform:uppercase;*/
	/*font-family: 'Racing Sans One', cursive;
	color: #8CC63F;
	text-shadow: 1px 1px #666;*/
	font-weight: bold;
	color: #231F20;
	
}

a {
	color: #EF412E;
}
a:hover {
	color: #666;
}
a.box {
	color:#000;
	text-decoration:none;
}
.strike {
	text-decoration: line-through;
}
.jumbotron{
	background: url("../images/banner.jpg") no-repeat center center; 
	margin-bottom:0px;
	height:100vh!important;	
	background-size:cover;
}

.navbar-sunntrac {
	background-color:#231F20;
}

.border-yellow {
	height:5px; 
	border: 5px solid #F9E608;
}
/*.border-black {
	height:10px; 
	border-top: 10px solid #000;
}
.border-green {
	height:10px; 
	border-top: 10px solid #FCB026;
}
.border-blue {
	height:10px; 
	background-color: #3872C5;
}
.border-red {
	height:10px; 
	background-color: #EF412E;
}
.background-green {
	background-color: #FCB026;
}
.background-blue {
	background-color: #3254A5;
}
.background-red {
	background-color: #EF412E;
}
.background-white {
	background-color: #FFF;
}
.background-dark {
	background-color: #CCC;
}*/
.background-grey {
	background-color: #EAEAEA;
}
/*.border-round-green {
border: 10px solid #FCB026;
}
.border-round-red {
border: 10px solid #EF412E;
}*/
.btn-green {
    color: #fff;
    background-color: #FCB026;
    border-color: #FCB026;
		color:#000;
}
.btn-red {
    color: #fff;
    background-color: #EF412E;
    border-color: #EF412E;
}
.shoutout{
	background: url("../images/uploaded/footer-01.jpg") no-repeat center center; 
	margin-bottom:0px;
	height:220px!important;
	background-size:cover;
}
/* cookie policy over-ride */

.cc_container a, .cc_container a:visited {
    text-decoration: none;
    color: #FCB026;
    transition: 200ms color;
}
.cc_container a:hover, .cc_container a:active {
    color: #FCB026;
}
.joinButton {
	background-color: #FCB026;
	color: #000;
}
.bodyimg {
	float:right;
	margin:10px;
	border: 5px solid #CCC;
	padding:10px;
}

.logo {
	margin-left:10px;
}
h4.newstitle {
	color: #FCB026;
}

@media all and (max-width:1280px) {
.logo {
	width:100%;
	padding:10px;
	margin:0px;
}
}

@media all and (max-width:800px) {
.bodyimg {
	float:none;
	margin:0px;
	padding:10px;
	width:100%;
	border: 5px solid #CCC;
	
}
.logo {
	width:100%;
	padding:10px;
	margin:0px;
}
}
/* Basic styling for the popup */
.cookie-popup {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    background-color: #333;
    color: white;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    display: none; /* Hidden by default */
}

.popup-content {
    max-width: 500px;
    margin: 0 auto;
}

.cookie-popup a {
    color: #fff;
    text-decoration: underline;
}

.cookie-popup .btn {
    background-color: #4CAF50;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
}

.cookie-popup .btn:hover {
    background-color: #45a049;
}