@import url(http://fonts.googleapis.com/css?family=Niconne);

.parallax {
-webkit-background-size: 100%; 
-moz-background-size: 100%; 
-o-background-size: 100%; 
background-size: 100%; 
-webkit-background-size: cover; 
-moz-background-size: cover; 
-o-background-size: cover; 
background-size: cover; 
}
.pid1  {
background-color: #002800;
color: #f9f9f9;
}
.pid1  .parallax {
background-image: url(img/02.jpg);
height: 500px;
}

.pid3 {
background-color: #333333;
color: #ECF0F1;
}
.pid3  .parallax {
background-image: url(img/04.jpg);
height: 400px;
}

.pid5 {
background-color: #C0392B;
}
.pid5 .parallax {
background-image: url(img/06.jpg);
height: 200px;
}

.pid7 {
background-color: #A58A30;
}
.pid7 .parallax {
background-image: url(img/05.jpg);
height: 300px;
}

.pid9 {
background-color: #513813;
color: #FFFFFF;
}
.pid9 .parallax {
background-image: url(img/03.jpg);
height: 600px;
}

.pid12 {
background-color: #777515;
}
.pid12 .parallax {
background-image: url(img/01.jpg);
height: 400px;
}

.pid14 {
background-color: #0E6352;
}
.pid14 .parallax {
background-image: url(img/05.jpg);
height: 300px;
}

/* custom */
hr {
border: 0;
height: 1px;
background: -moz-linear-gradient(left center , transparent 0%, #A8CCE4 50%, transparent 100%) repeat scroll 0% 0% transparent;
background-color: transparent;
background-image: -moz-linear-gradient(left center , transparent 0%, rgba(168, 204, 228, 0.75) 50%, transparent 100%);
background-repeat: repeat;
background-attachment: scroll;
background-position: 0% 0%;
background-clip: border-box;
background-origin: padding-box;
background-size: auto auto;
}

.links {
display:inline;
}
.fa-twitter, .fa-youtube {
color:#CEB597;
padding-top:20px;
}
.fa-youtube-square {
color: #E22B27;
}
.nav > li > a {
    padding: 15px 10px 0;
}
.navbar-inverse .navbar-brand {
color: #CEB597;
font-family: 'Niconne', cursive;
letter-spacing:1px;
}
.navbar-inverse {
background: none repeat scroll 0% 0% #151515;
border-color: #151515;
}
.navbar-inverse .navbar-nav > li > a.selected {
border-bottom: 1px solid #CEB597;
}
/*
.navbar-inverse .navbar-nav > li > a.external {
color: #aaa;
}
.navbar-inverse .navbar-nav > li > a.levelup {
color: #aaa;
}
*/
h1 {
color:#56565F;
text-shadow: 1px 0px 0px #f9f9f9, 1px 1px 0px #f9f9f9, 0px 1px 0px #f9f9f9, 
-1px 1px 0px #f9f9f9, -1px 0px 0px #f9f9f9, -1px -1px 0px #f9f9f9, 
0px -1px 0px #f9f9f9, 1px -1px 0px #f9f9f9, 1px 4px 5px #f9f9f9;
 }
h2 {
color:#252525;
}
h2 big {
color:#6A5248;
font-family: 'Niconne', cursive;
text-shadow: 1px 0px 0px #f9f9f9, 1px 1px 0px #f9f9f9, 0px 1px 0px #f9f9f9, 
-1px 1px 0px #f9f9f9, -1px 0px 0px #f9f9f9, -1px -1px 0px #f9f9f9, 
0px -1px 0px #f9f9f9, 1px -1px 0px #f9f9f9, 1px 4px 5px #f9f9f9;
 }
h3 {
color:#fff;
font-family: 'Niconne', cursive;
font-size:36px;
}
input, textarea, button {border-radius: 0!important;
}
#footer {
color:#aaa;
font-size:12px;
}
.new_design_colors_examples {
/* found here: http://flatuicolors.com/ */
background: #1ABC9C;/* turquoise */
background: #16A085;/* green-sea */
background: #2ECC71;/* emerland */
background: #27AE60;/* nephritis */
background: #3498DB;/* peter-river */
background: #2980B9;/* belize-hole */
background: #9B59B6;/* amethyst */
background: #8E44AD;/* wisteria */
background: #34495E;/* wet-asphalt */
background: #2C3E50;/* midnight-blue */
background: #F1C40F;/* sun-flower */
background: #F39C12;/* orange */
background: #E67E22;/* carrot */
background: #D35400;/* pumpkin */
background: #E74C3C;/* alizarin */
background: #C0392B;/* pomegranate */
background: #ECF0F1;/* clouds */
background: #BDC3C7;/* silver */
background: #95A5A6;/* concrete */
background: #7F8C8D;/* asbestos */
}
@import url(http://fonts.googleapis.com/css?family=Homemade+Apple);