
body{
	background-color: #f2f2f2;
	font-family: Poppins !important;
}

.bg-white {
	background-color: #ffffff;
}
.bg-dark {
	background-color: #305049;
}
.bg-active {
	background-color: #efd1a9;
}

.text-col-1{
	color: #305049;
}
.text-col-2{
	color: #000000;
}
.text-col-3{
	color: #ffffff;
}

.my-logo{
	width: 100px;
	height: 100px;
	background: url(img/logo.png) no-repeat center center;
	background-size: auto 90px;
	position: absolute;
	top: 10px;
	right: 10px;
}
h1{
	font-weight: 100;
}
h2{
	/*display: table-cell;
	vertical-align: middle;*/
}
h3{
	font-weight: 200;
	/*display: table-cell;
	vertical-align: middle;*/
}
p{
	font-style: italic;
	font-weight: 200;
}

.display-tbl{
	display: table;
}
.display-tbl a{
	display: table-cell;
	vertical-align: middle;
	text-decoration: none;
	color: inherit;
}



/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
	.container{
		padding: 0;
		background-color: black;
	}
	.my-logo{
		width: 60px;
		height: 60px;
		background-size: auto 50px;
	}
	.my-logo-text{
		height: 35px;
		margin-top: 10px;
	}
	h1{
		font-size: 14px;
	}
	h2{
		font-size: 14px;
	}
	h3{
		font-size: 14px;
	}
	p{
		font-size: 10px;
		padding: 25px;
		margin-top: 20px;
	}
	.bnr-top{
		display: block;
	}
	.bnr-btm{
		display: none;
	}
	.bg0 {
		background-color: #6b6b6b;
		height: 37vh;
		min-height: 155px;

		padding-top: 12%;
	}
	.bg1 {
		background: url(img/menu/bg1-p.png) repeat center center;
		background-size: 100% auto;
		height: 25vh;
		max-height: 200px;
		min-height: 115px;
	}
	.bg4 {
		background: url(img/menu/bg4-p.png) repeat center center;
		background-size: 100% auto;
		height: 25vh;
		max-height: 200px;
		min-height: 115px;
	}
	.bg3 {
		background: url(img/menu/bg3-p.png) repeat center center;
		background-size: auto 100%;
		height: 10vh;
		min-height: 55px;
	}
	.bg3b{
		height: 10vh;
		background-color: #85a58d;
		min-height: 55px;
	}
	.bg5 {
		background: url(img/menu/bg5-p.png) repeat center center;
		background-size: auto 100%;
		height: 10vh;
		min-height: 55px;
	}
	.bg5b{
		height: 10vh;
		background-color: #4d4d4d;
		min-height: 55px;
	}
	.bg2 {
		background: url(img/menu/bg2-p.png) no-repeat center center;
		background-size: 100% auto;
		height: 23vh;
		max-height: 143px;
		min-height: 100px;
	}
	.bg2b{
		height: 23vh;
		background-color: #00a99e;
		max-height: 143px;
		min-height: 100px;
	}
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 601px) {
	.container{
		padding: 0;
		background-color: red;
	}
	.bnr-top{
		display: none;
	}
	.bnr-btm{
		display: block;
	}

}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.container{
		padding: 0;
		background-color: green;
	}
	.my-logo-text{
		height: 45px;
		margin-top: 5px;
	}
	h1{
		font-size: 17px;
	}
	h2{
		font-size: 17px;
	}
	h3{
		font-size: 17px;
	}
	p{
		font-size: 10px;
		padding: 25px 50px;
		margin-top: 10px;
	}
	.bnr-top{
		display: none;
	}
	.bnr-btm{
		display: block;
	}
	.bg0 {
		background-color: #6b6b6b;
		height: 32vh;
		min-height: 250px;

		padding-top: 12vh;
	}
	.bg1 {
		background: url(img/menu/bg1-p.png) repeat center center;
		background-size: 100% auto;
		height: 25vh;
		max-height: 280px;
		min-height: 200px;
	}
	.bg4 {
		background: url(img/menu/bg4-p.png) repeat center center;
		background-size: 100% auto;
		height: 25vh;
		max-height: 280px;
		min-height: 200px;
	}
	.bg3 {
		background: url(img/menu/bg3-p.png) repeat center center;
		background-size: auto 100%;
		height: 10vh;
		min-height: 55px;
	}
	.bg3b{
		height: 10vh;
		background-color: #85a58d;
		min-height: 55px;
	}
	.bg5 {
		background: url(img/menu/bg5-p.png) repeat center center;
		background-size: auto 100%;
		height: 10vh;
		min-height: 55px;
	}
	.bg5b{
		height: 10vh;
		background-color: #4d4d4d;
		min-height: 55px;
	}
	.bg2 {
		background: url(img/menu/bg2-p.png) no-repeat center center;
		background-size: 100% auto;
		height: 23vh;
		max-height: 250px;
		min-height: 200px;
	}
	.bg2b{
		height: 23vh;
		background-color: #00a99e;
		max-height: 250px;
		min-height: 200px;
	}
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.container{
		padding: 0;
		background-color: blue;
	}
	.my-logo-text{
		height: 50px;
		margin-top: 10px;
	}
	h1{
		font-size: 17px;
	}
	h2{
		font-size: 18px;
	}
	h3{
		font-size: 18px;
	}
	p{
		font-size: 11px;
		padding: 40px;
		margin-top: 40px;
	}
	.bnr-top{
		display: none;
	}
	.bnr-btm{
		display: block;
	}
	.bg0 {
		background-color: #6b6b6b;
		height: 67vh;

		padding-top: 18vh;
	}
	.bg1 {
		background: url(img/menu/bg1-l.png) repeat left center;
		background-size: auto 100%;
		height: 33vh;
	}
	.bg2 {
		background: url(img/menu/bg2-l.png) repeat left center;
		background-size: auto 100%;
		height: 67vh;
		max-height: 550px;
		min-height: 400px;
	}
	.bg3 {
		background: url(img/menu/bg3-l.png) repeat left center;
		background-size: auto 100%;
		height: 17vh;
	}
	.bg4 {
		background: url(img/menu/bg4-l.png) repeat center center;
		background-size: auto 100%;
		height: 33vh;
	}
	.bg5 {
		background: url(img/menu/bg5-l.png) repeat left center;
		background-size: auto 100%;
		height: 17vh;
	}
	.bg2b{
		height: 33vh;
		background-color: #00a99e;
		max-height: 300px;
		min-height: 200px;
	}
	.bg3b{
		height: 16.5vh;
		background-color: #85a58d;
	}
	.bg5b{
		height: 16.5vh;
		background-color: #4d4d4d;
	}
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.container{
		padding: 0;
		background-color: white;
	}
	.bnr-top{
		display: none;
	}
	.bnr-btm{
		display: block;
	}
	.bg0 {
		background-color: #6b6b6b;
		height: 67vh;
	}
	.bg1 {
		background: url(img/menu/bg1-l.png) repeat left center;
		background-size: 100% auto;
		height: 33vh;
	}
	.bg2 {
		background: url(img/menu/bg2-l.png) repeat left center;
		background-size: 100% auto;
		height: 67vh;
		max-height: 600px;
		min-height: 400px;
	}
	.bg3 {
		background: url(img/menu/bg3-l.png) repeat left center;
		background-size: 100% auto;
		height: 17vh;
	}
	.bg4 {
		background: url(img/menu/bg4-l.png) repeat left center;
		background-size: 100% auto;
		height: 33vh;
	}
	.bg5 {
		background: url(img/menu/bg5-l.png) repeat left center;
		background-size: 100% auto;
		height: 17vh;
	}
	.bg2b{
		height: 33vh;
		background-color: #00a99e;
	}
	.bg3b{
		height: 16.5vh;
		background-color: #85a58d;
	}
	.bg5b{
		height: 16.5vh;
		background-color: #4d4d4d;
	}
} 

