/* CSS Document */
body{	font-family: 'Droid Sans', sans-serif; text-align:left;}
h1{font-family: 'Share Tech', sans-serif; text-transform:uppercase;}
h2{
	font-size:20px;
	font-weight:700;
	text-transform:uppercase;
}
.container .row p{line-height:24px;}

/* ==== MENU ==== */

.navbar-default .nav>li>a {
	font-family: 'Share Tech', sans-serif;
	font-size:24px;
	line-height:32px;
	text-transform:uppercase;
	text-align:left;
}
.glyphicon.glyphicon-home{font-size:22px;line-height:50px;}

/* === DROPDOWN === */
.dropdown-menu {
	font-size: 14px;
	/*text-align:center;*/
}

.dropdown-menu>li>a{
	font-family: 'Share Tech', sans-serif;
	font-size:20px;
	text-transform:uppercase;
}

/* ==== Banner Home ==== */
#carousel-home .carousel-caption h3,
#carousel-home .carousel-caption h4{
	font-family: 'Droid Sans', sans-serif;
	text-transform:uppercase;
	text-align:left;
	text-shadow: 0 2px 5px rgba(0,0,0,.7);
}
#carousel-home .carousel-caption h3{
	font-weight:700;
	font-size:90px;
}
#carousel-home .carousel-caption h4{font-size:55px;}


#scrollDown{	
	font-family: 'Share Tech', sans-serif;
	font-size:26px;
	text-transform:uppercase;
	text-align:center;
}




/* ======= ALGEMEEN ==========*/


#sponsors .thumbnail p{font-size:18px; font-weight:700; text-align:center;}
#sponsors .thumbnail span.glyphicon{font-size:60px;  text-align:center; width:100%;}

/* ==== quicklinks ==== */

#quicklinks{text-align: center;}

#quicklinks h3 {
	font-family: 'Share Tech', sans-serif;
	text-transform:uppercase;
	font-size: 30px;
	font-weight: 300;
	line-height: 1;	
}

#quicklinks i {
	font-size: 60px;
	line-height: 1.2em !important;	
}
#details .icon-stack i:first-child {font-size: 3.1em;}

#details .icon-stack i:last-child {font-size: 1.4em;}


@media (min-width: 768px) and (max-width: 1200px) {

#carousel-home .carousel-caption h3{
	font-weight:700;
	font-size:70px;
}
#carousel-home .carousel-caption h4{font-size:35px;}

#scrollDown{font-size:20px;}



}

@media (max-width: 1024px) { #sponsors .thumbnail p{font-size:12px;} }

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

#carousel-home .carousel-caption h3{
	font-weight:700;
	font-size:400%;
}
#carousel-home .carousel-caption h4{font-size:200%;}

#scrollDown{font-size:20px;}
}