.body {
	font: 400 15px;
	line-height: 1.8;
	color: #818181;
}

h2,h3 {
	font-family: Anton, sans-serif;
}

h4 {
	font-family: 'Courgette', cursive;
	font-size: 24px;
	font-weight: bold;
}

.jumbotron {
	font-family: Merienda;
	background-color: #a56500;
	color: #fff;
	padding: 25px 25px;
}

.box-white1 {
	background:#fff;
	padding: 30px 30px 30px 80px;
	border-radius: 5px;
	overflow: auto;
	min-width: 150px;	
}

.box-white2 {
	background:#fff;
	padding: 30px 80px 30px 30px;
	border-radius: 5px;
	overflow: auto;
	min-width:150px
}

.cat-img1 {
	border-radius: 50%;	
	position: absolute;
	top: -20px;
	left: -50px;
}

.cat-img2 {
	border-radius: 50%;	
	position: absolute;
	top: -20px;
	right: -50px;
}

.bg-grey {
	background-color: #f6f6f6;
}

.bg-yellow {
	background-color: #feff99;
}

.bg-orange {
	background-color: #fde689;
}

.bg-green{
	background-color: #ceffaf;
}

.bg-novox {
	background-color: #07BBFF;
}

.bg-purple{
	background-color: #a88eea;
}

.container-fluid {
	padding: 70px 35px;
}
	
.logo {
	font-size: 100px;
	color: #a56500;
}

@media screen and (max-width: 768px) {
	.col-sm-4 {
		text-align: center;
		margin: 25px 0;
	}
}

.navbar {
	margin-bottom: 0;
	background-color: #00adee;
	z-index: 1;
	border: 0;
	font-size: 16px !important;
	line-height: 1.42857143 !important;
	border-radius: 0;
	font-family: Anton;
	<!--font-weight: bold;-->
}
.navbar li a, .navbar .navbar-brand {
	color: #fff !important;	
}

.navbar-brand {
  padding: 12px 8px;
}

.navbar-nav li a:hover, .navbar-nav li.active a {
	color: #fff !important;
	background-color: #33bef2 !important;
}
.navbar-default .navbar-toggle {
	border-color: transparent;
	color: #fff !important;
}

.navbar ul.nav ul.dropdown-menu {
	  border-radius: 0;
	  font-family: Montserrat;
	  background-color: #666666;
}		

.thumbnail {
	padding: 30px 30px;
}

.album {
	padding: 5px 5px;
	border: 1px solid #ccc;
	border-radius: 3px;
	background: #fff;
	cursor:zoom-in;
}

.overlay-text {
	float:right;
	width:100%; /*important*/
	bottom:210px; /*important*/
	padding: 25px;
}

.box-white {
	background:#fff;
	padding: 30px 30px;
}

hr {
	border: 0;
	width: 50%;
	border-top: 1px solid #8c8c8c;
	/*border-bottom: 1px solid #fff;*/
}