/*
Theme Name: Nama Project
Theme URI: http://JerseyBali.com/
Description: Theme and design present by JerseyBali team, Designer and Developer : Korniawan.p
Author: Korniawan P
Version: 1.2
 */

html, body {
  overflow-x: hidden;
}

body {
	background: url(images/bg.png);
	font-family: 'Open Sans', sans-serif; 
}

p {
	font-family: 'Open Sans', sans-serif; 
	font-size: 16px;
	line-height: 26px;
	color: #242424;
}

h2 {
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
	color: #0D9146;
}

.btn-primary {
	background: #0D9146;
	border: 1px solid #09833D;
	font-size: 16px;
}

.btn-primary:hover {
	background: #09833D;
	border: 1px solid #09833D;
}

.bgwhite {
	background: #fff;
}

.buka {
	width: 100%;
	padding: 20px;
	background: #0D9146;
	color: #fff;
	font-family: 'Roboto Slab', serif;
	font-weight: 500;
}

.header {
	background: #F5EA14;
	padding: 20px 0;
}

.menu {
	background: #0D9146;
	padding: 10px 0;
}

.menumobile {
	display: none;
}

.list-inline {
	margin-bottom: 3px;
}

.banner-ig {
	background: #D62976;
	width: 100%;
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	font-family: 'Roboto Slab', serif;
}

a:hover .banner-ig {
	text-decoration: none;
}

ul.list-inline li {
	vertical-align: middle;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 500;
}

ul.list-inline li a {
	color: #fff;
}

ul.list-inline li a:hover {
	color: #FFFDD2;
	text-decoration: none;
}

.about {
	padding: 40px 30px 30px 30px;
	background: #FFFDD2;
}

.testimonial {
	padding: 50px 50px 30px 50px;
	background: #fff;
}

.footer {
	background: #0D9146;
	border-top: 10px solid #F5EA14;
	padding: 30px 30px 10px 30px;
}

.footer p, .footer p a {
	color: #fff;
}

a.list-menumobile {
	width: 100%;
	padding: 10px 20px;
	display: block;
	vertical-align: middle;
	font-family: 'Roboto Slab', serif;
	font-size: 16px;
	font-weight: 500;
	color: #fff;
}

a.list-menumobile:hover {
	text-decoration: none;
	color: #FFFDD2;
}

@media(max-width:1200px) {
   
}

@media(max-width:991px) {
    
}

@media(max-width:768px) {
   .logo img {
   		width: 100px;
   		height: 83px;
   }

   .banner-ig {
   	font-size: 16px;
   }

   .menu {
   		display: none;
   }

   .menumobile {
   		display: block;
   		background: #0D9146;
   }
}

@media(max-width:668px) {
   
}

@media(max-width:640px) {
   
}

@media(max-width:375px) {
   
}