@charset "UTF-8";
/* CSS Document */

/* Navigation */

.navigation {
	color: #ccc;
font-size:16px;
	}

.navigation li {
	display: inline;
	padding-right: 30px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	}

.navigation a {color: #666;}

.navigation .active {color: #fff;}

.btn {margin:20px 0px 20px 0px;}



/* Home */

.logo {
	color: #666;
	padding: 70px 0px 20px 0px;
	}


/* Footer */

.footer {
	padding: 120px 0px 50px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#CCC;
	
	}


/* h1 h2 */

h1 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:100;}
h2 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:100;}
h3 { font-family:Georgia, "Times New Roman", Times, serif; font-weight:100;}


.row {padding-left:20px;}


/* 1200px plus */
@media (min-width: 1200px) {



}


/* min-width 980px and max-width:1199px */
@media (min-width:980px) and (max-width:1199px) {
	

	
}


/* min-width 768px and max-width:979px */
@media (min-width:768px) and (max-width:979px) {
	

	
}


/* max-width: 767px */
@media (max-width: 767px) {



}