@charset "UTF-8";

/*********************
 COLORS

 brown:     #524028
 gold:      #B77D2F
 lt blue:   #98BFD9
 med blue:  #5C8096
 dk blue:   #1F2749
 gray:      #DDDDDB
 dk gold:   #BC580D

*********************/



/*********************
 TESTMODE HEADER 
*********************/

#testmode-header {
	display: none;
}


/*********************
 TYPE ELEMENTS 
*********************/

p, h1, h2, h3, h4, h5 {
	font-family: "brandon-grotesque";
}

h1 {
	margin-bottom: 30px;
	font-size: 3.8em;
	color: #27241F;
}

h2 {
	margin-top: 30px;
	color: #E7A34E;
}

h3 {
}

h4 {
}

h5 {
}

p {
	margin-bottom: 20px;
	font-size: 1.2em;
}


/*********************
 LISTS 
*********************/

ul,
ol {
	margin:0 0 1em 0;
}

ul li,
ol li {
	margin:0 0 .5em 0;
	padding:0;
}


/*********************
 LINKS 
*********************/

a:link, a:active, a:visited, a:hover, a:visited:hover {
	text-decoration: none;
	color: #BC580D;
}

a:hover, a:hover:visited {
	text-decoration:underline;
}

.btn-default {
	margin: 0 0 30px;
	padding: 10px 30px;
	border: 3px solid #BC580D;
	border-radius: 0;
	background: #BC580D;
	/*font-size: 1.3em;*/
	font-size: 18px;
	font-weight: 700;
	color: #FFF !important;
	text-transform: uppercase;
	-o-transition:.4s;
	-ms-transition:.4s;
	-moz-transition:.4s;
	-webkit-transition:.4s;
}

.btn-default:hover {
	border: 3px solid #B77D2F;
	background: #B77D2F !important;
	color: #FFF !important;
}


.btn-default.disabled {
	background: #CCC;
	color: #666 !important;
}


.btn-default.rev {
	border: 3px solid #BC580D;
	background: #FFF;
	color: #BC580D !important;
}

.btn-default.rev:hover {
	border: 3px solid #BC580D;
	background: #BC580D !important;
	color: #FFF !important;
}

.btn-default.alt1 {
	border: 3px solid #5C8096;
	background: #5C8096;
	color: #FFF !important;
}

.btn-default.alt1:hover {
	border: 3px solid #98BFD9;
	background: #98BFD9 !important;
}

.btn-default.alt1.rev {
	border: 3px solid #5C8096;
	background: #FFF;
	color: #5C8096 !important;
}

.btn-default.alt1.rev:hover {
	border: 3px solid #5C8096;
	background: #5C8096 !important;
	color: #FFF !important;
}

.btn-default.alt2 {
	border: 3px solid #FFF;
	background: transparent !important;
	color: #FFF !important;
}

.btn-default.alt2:hover {
	background: #B77D2F !important;
}

.btn-default.alt3 {
	border: 3px solid #1F2749;
	background: #1F2749;
	color: #FFF !important;
}

.btn-default.alt3.rev {
	border: 3px solid #1F2749;
	background: transparent;
	color: #1F2749 !important;
}

.btn-default.alt3.rev:hover {
	border: 3px solid #1F2749;
	background: #1F2749 !important;
	color: #FFF !important;
}

.btn-link {
	font-weight: 700;
	color: #BC580D;
}


/*********************
 LAYOUT 
*********************/

header {
	position: fixed;
	z-index: 1003;
	width: 100%;
	background: #27241F;
}

div#live-area {
	padding: 120px 0;
}

body.hp div#live-area {
	padding: 84px 0 0;
}

section#kablamo {
	background: #29284C;
}

body.hp section#kablamo h1,
body.hp section#kablamo h2,
body.hp section#kablamo p {
	color: #FFF;
}

body.hp section#kablamo h1 {
	margin-bottom: 5px;
	font-size: 1.1em;
	font-weight: 700;
	color: #B77D2F !important;
	text-transform: uppercase;
}

body.hp section#kablamo h2 {
	font-size: 2.2em;
	line-height: 1.1em;
}

body.hp section#kablamo p {
}

body.hp section#kablamo .col-md-5 img {
	margin-top: 70px;
}

section#doodles {
	/*background: #98BFD9;*/
}

section#doodles .responsimg {
	margin-bottom: 5px;
	/*-webkit-box-shadow: 0px 0px 8px 7px rgba(0,0,0,0.08);
	-moz-box-shadow: 0px 0px 8px 7px rgba(0,0,0,0.08);
	box-shadow: 0px 0px 8px 7px rgba(0,0,0,0.08);*/
}

section#doodles h3 {
	font-size: 1.6em;
	font-weight: 700;
}

section#doodles p {
	margin-bottom: 10px;
}

section#follow {
	background: #98BFD9;
}

section#follow p {
	font-size: 2em;
	color: #FFF;
	line-height: 1.2em;
}

section#follow .btn-default {
	margin-bottom: 0 !important;
}

footer {
	background: #27241F;
}

footer p,
footer p a {
	color: #DDDDDB !important;
}

@media (max-width: 480px) {
	section#doodles .col {
		margin-bottom: 75px;
	}
	section#follow p {
		font-size: 1.4em;
	}
	section#doodles .responsimg {
		margin-bottom: 2px;
	}
	footer {
		padding: 30px 0 !important;
	}
}

@media (max-width: 1023px) {
	#live-area {
		padding: 90px 0 60px !important;
	}
	body.hp div#live-area {
		padding: 60px 0 0 !important;
	}
}


/*********************
 IMAGES / RESPONSIMG
*********************/

.img-left {
	float: left;
	margin: 0 2% 2% 0;
}
.img-right {
	float: right;
	margin: 0 0 2% 2%;
}

.responsimg>img,
img.responsimg,
img.respons-12 {
	width: 100%;
}

img.respons-8 {
	width: 66%;
}

img.respons-6 {
	width: 50%;
}

img.respons-3 {
	width: 25%;
}

img.respons-4 {
	width: 33%;
}

@media (max-width: 480px) {
	.responsimg>img,
	img.responsimg,
	img.respons-12,
	img.respons-6,
	img.respons-4,
	img.respons-3 {
		margin-bottom: 15px;
		width:100%;
	}
	.img-left,
	.img-right {
		float: none;
		margin:2% 0;
	}
}


/*********************
 MOBILE SHOW/HIDE
*********************/

.mobile-show {
	display: none;
}
.mobile-hide {
	display: block;
}

@media only screen and (max-width : 992px) {
	.mobile-show {
		display: block;
	}
	.mobile-hide {
		display: none !important;
	}

	.mobile-center {
		text-align: center;
	}
}


/*********************
 CLASSES 
*********************/

.hr {
	height: .0001em;
	border-top:1px solid #000;
}

.clear {
	display: block;
	height: .000001em;
	clear: both;
}

.pad-15 {
	padding: 60px 0;
}

.pad-30 {
	padding: 60px 0;
}

.pad-45 {
	padding: 60px 0;
}

.pad-60 {
	padding: 60px 0;
}

.pad-90 {
	padding: 90px 0;
}

@media (max-width: 480px) {
	.pad-30 {
		padding: 15px 0;
	}

	.pad-60 {
		padding: 30px 0;
	}

	.pad-90 {
		padding: 45px 0;
	}
}


/*********************
 NAVGROUPS
*********************/

ul.navgroup {
}

ul.navgroup li {
	list-style: none;
	display: inline-block;
	margin: 0 2% 0;
}

ul.navgroup li a {
	font-size: 1.2em;
	color: #B77D2F;
}

ul.navgroup li a:hover, ul.navgroup li a:visited:hover {
	color: #DDDDDB;
	text-decoration: underline;
}

#navgroup2 {
	margin: 0 0 90px;
}


/*********************
 PARALLAX 
*********************/

section.parallax {
    margin: 0;
    padding: 0;
    background: transparent;
}

.parallax-window {
    min-height: 700px;
    background: transparent;
}

@media (max-width: 480px) {
	section.parallax {
		padding-top: 0 !important;
	}
	.parallax-window {
	    min-height: 320px;
	}
}


/*********************
 GLORY 
*********************/

#glory .content {
	display: none;
	position: relative;
	z-index: 2;
	margin: 0 auto;
	padding: 30px;
	width: 60%;
	background: transparent url(/core/structure/alpha_tiles/black_20.png);
}

#glory .content h2 {
	margin: 0;
	font-size: 5em;
	font-weight: 700;
	color: #FFF;
	text-transform: uppercase;
	-webkit-transition: all 1.5s ease;
    -moz-transition: all 1.5s ease;
    -o-transition: all 1.5s ease;
    transition: all 1.5s ease;
}

#glory .content h2 span.strike {
	background: transparent url(/templates/doodlenation/skins/v1/structure/strike.png) center center;
	background-size: cover;
}

#glory .content p {
	font-size: 1.75em;
	color: #FFF;
	line-height: 140%;
}

#glory .content .btn-default.alt2 {
	margin-bottom: 0;
	font-size: .8em;
}

@media (max-width: 767px){
	#glory .content {
		/*top: 15px !important;*/
		padding: 15px;
		width: 90%;
	}
	#glory .content h2 {
		font-size: 3em;
	}
	#glory .content p {
		line-height: 120%;
	}
	#glory .content .btn-default.alt2 {
		padding: 8px 15px;
		font-size: .5em;
	}
}






