/*
img {
	margin: 15px auto;
}
h3 {
	color: #5777d8;
}
.mg-15 {
	margin: 15px;
}
.logo {
	background-image: url('../images/pelican-system-logo.png');
	background-repeat: no-repeat;
}
.logo h1 {
	margin-top:50px;
	font-size:50px;
	font-weight:700;
	color:#7f0f0e;
}
h3 {
	color:#7f0f0e;
	border-bottom: 1px solid #7f0f0e;
}
.col-md-12 {
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width: 767px) {
	.logo h1{
		margin-top:200px;
	}
	.logo {
		background-position: center top;
	}
}
@media (min-width: 768px) {
	.logo {
		background-position: right top;
	}
}
footer {
	background-color: #292c2f;
	color:#fff;
}
.contact-row {
	margin: 10px 0;
	line-height: 32px;
}
.contact-row i, .social i {
	font-size: 24px;
	margin-right: 20px;
	background-color: #33383b;
	line-height: 32px;
	width: 32px;
    height: 32px;
	text-align: center;
	border: 1px solid #666;
}
.nav-item {
	font-size: 20px;
	margin-right: 20px;
	background-color: #7f0f0e;
	padding:10px;
	text-align: center;
	border: 1px solid #fff;
	color:#fff;
}
.nav-item:hover {
	color: #e2e2e2;
	text-decoration:none;
}
.contact-row a {
	color:#fff;
}
.social a {
	color: #40bedf;
}
*/

html,body{
    width: 100%;
    height: 100%;
}
.panorama{
  width: 100%;
  height: 100%;
  background-position: top center;
  background-size: cover;
  padding: 30px;
}
.img-1 {
	background-image:url('http://www.pixelstalk.net/wp-content/uploads/2016/03/Beautiful-Nature-Wallpaper-download.jpg');
}
.img-2 {
	background-image:url('http://www.pixelstalk.net/wp-content/uploads/2016/03/Beautiful-Nature-wallpaper-HD-free-download.jpg');
}
.img-3 {
	background-image:url('http://www.pixelstalk.net/wp-content/uploads/2016/03/Free-nature-wallpaper-beautiful.jpg');
}
.panorama h1,  .panorama h2{
	font-family: 'Habibi', serif; 
	margin-top:20px;
	padding:0;
	color: #FFF;
	text-shadow:2px 2px 2px #000;
}
.panorama h3 {
	font-family: 'Marck Script', cursive;
	margin: 0;
	padding:0;
    color: #50b737;
	text-shadow: 2px 2px 2px #000;
}
@media (max-width: 767px) {
	.panorama h1 {
		font-size: 3.2em;
	}
	.panorama h2 {
		font-size: 2.8em;
	}

	.panorama h3 {
		font-size: 2em;
	}
	.contact-box {
		width:100%;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	.panorama {
		padding:30px 5px;
	}
	.panorama h1 {
		font-size: 4em;
	}
	.panorama h2 {
		font-size: 3.6em;
	}

	.panorama h3 {
		font-size: 3em;
	}
	.contact-box {
		width:100%;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	.panorama h1 {
		font-size: 5em;
	}
	.panorama h2 {
		font-size: 4.6em;
	}

	.panorama h3 {
		font-size: 4em;
	}
	.contact-box {
		width:80%;
	}
}
@media (min-width: 1200px) {
	.panorama h1 {
		font-size: 5em;
	}
	.panorama h2 {
		font-size: 4.6em;
	}

	.panorama h3 {
		font-size: 4em;
	}
	.contact-box {
		width:80%;
	}
}
.top-menu {
	width:100%;
	padding:15px;
    background: rgba(0,0,0,0.3);
    color: #fff;
	position: fixed;
    top: 0;
    left: 0;
    z-index: 990;
}

.btn-lg.round {
	border-radius: 24px;
}
.social-icons {
	text-align: right;
}
.social-icons a {
	margin-left: 10px;
	background: rgba(167,167,167,0.5);
	display:inline-block;
	font-size:1.5em;
	padding: 1px 6px;
	color: #fff;
	border-radius:50%;
	width: 32px;
	height: 32px;
}
.social-icons a:hover {
	background: #fff;
	color: #50b737;
}
.mgt-6 {
	margin-top:6px;
}
.bg-blue {
	background-color: #1BBC9B;
}
#message{ 
	display: none;
}