* {margin: 0; padding: 0;}

@import url('https://fonts.googleapis.com/css?family=Lobster|Neucha|Pattaya&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic');

html {
  position: relative;
  min-height: 100%;
  background: url(img/sea.png) 0 0 no-repeat; 
  background-color: #8ba6a7;
  background-size: 100%;
}
body {
	background-color: #516c6d;
	width: 80%;
	margin: auto;
	box-shadow:
	0 1px 4px #546565,
	-23px 0 20px -23px #546565,
	23px 0 20px -23px #546565,
	0 0 40px #546565 inset;
	}

.footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #91b6b7;
	box-shadow: inset 0 10px 10px #516c6d; 
	border-top: 1px solid #405556;
	margin: auto;
	width: 80%;
	font-size: 10px;
	padding-top: 10px;
	color: #ffffff;
    }
.footer  a{
	color: #ffffff;
	}

.navbar {
	background-color: #91b6b7!important;
	box-shadow: inset 0 -10px 10px #516c6d;
	border-bottom: 1px solid #405556;
	margin-bottom:0!important;
	}
.navbar a{
	font-family: 'Neucha', cursive;
	font-weight: bold;
	color: #ffffff!important;
	font-size: 16px;
	}

.navbar a:hover{
	color: #516c6d!important;
	transition: 1s ease; 
	-webkit-transition: 1s ease; 
	-o-transition: 1s ease; 
	-moz-transition: 1s ease;
	}

.active a {
	color: #516c6d!important;
	}

main {
	background-color: #516c6d;
	width: 70%;
	margin: auto;
	padding-top: 0;
	}
.body {
	padding-top: 30px;
	}
.card {
	background-color: #91b6b7;
	border-radius:0;
	}
.card-body{
	box-shadow:inset 0px -230px 80px -60px #ffffff;
	}
.map {
	padding-bottom: 150px!important;
	/* padding-top: 50px!important; */
	/* background-color: #658385;
	box-shadow: inset 0 0 10px #516c6d; */
	}

.map h2 {
	font-family: 'Neucha', cursive;
	font-weight: bold;
	color: #ffffff;
	font-size: 60px;
	padding-left: 20px;
	}

.mb-0  a{
	font-family: 'Neucha', cursive;
	font-weight: bold;
	color: #516c6d;
	}

.mb-0  a:hover{
	color: #ffffff;
	transition: 3s ease; 
	-webkit-transition: 3s ease; 
	-o-transition: 3s ease; 
	-moz-transition: 3s ease;
	text-decoration:none;
	}
.anons {
	font-family: 'Neucha', cursive;
	color: #ffffff;
	padding-bottom: 20px;
	}

.link {
	font-family: 'Neucha', cursive;
	font-weight: bold;
	color: #516c6d;
	}

.btn-secondary {
	background-color: #516c6d;
	}
.btn-secondary:hover {
	background-color: #7c9c9d;
	}
.card img {
width: 100%;
}
.card:hover  img{
	box-shadow: 5px 5px #7c9c9d, 10px 10px #405556;
	transition: 1s ease; 
	-webkit-transition: 1s ease; 
	-o-transition: 1s ease; 
	-moz-transition: 1s ease;
	text-decoration:none;
	}

.other   {
	padding-bottom: 80px;
	}

.text h1 {
	font-family: 'Neucha', cursive;
	color: #ffffff;
	font-size: 50px;
	}
.text h2 {
	font-family: 'Neucha', cursive;
	color: #ffffff;
	font-size: 30px;
	}
.text p {
	font-family: Arial, serif;
	color: #ffffff;
	font-size: 16px;
	}
.text a {
	font-family: Arial, serif;
	color: #ffffff;
	font-size: 16px;
	text-decoration: underline!important;
	}
.header h1 {
	background-color: #91b6b7!important;
	font-family: 'Neucha', cursive;
	color: #ffffff;
	font-size: 30px;
	font-weight:bold;
	margin: 20px 0px 20px 0px;
	letter-spacing:5px;
	box-shadow: inset 0 0 10px #516c6d;
	}
figure  {
	background-color: #91b6b7!important;
	font-family: Arial, serif;
	letter-spacing:2px;
	color: #ffffff;
	font-size: 12px;
	padding: 10px;
	text-align: left;
	}
.IE	{
 display:none;
}
@media (max-width: 1200px) {
.card-img-right {
display: none!important;
}
.card-body {
 box-shadow:inset 0px -150px 80px -60px #ffffff;
 background: url(img/bcg.png) right top no-repeat;
}
}

@media (max-width: 768px) {
body {
	width: 100%;
	}
.footer {
	width: 100%;
	}
.map h2 {
	font-size: 30px;
	padding-left: 5px;
	}
.card-body{
	box-shadow:inset 0px -150px 80px -60px #ffffff;
	}
.text h1 {
	font-size: 35px;
	}
.text h2 {
	font-size: 25px;
	}
.flex-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
.card {
	display:none;
	}
.IE	{
 display:block;
 color: #ffffff;
 font-size: 20px;
 text-align: center;
}
.IE	a{
 display:block;
 color: #ffffff;
 text-decoration: underline!important;
}
.header  {
display:none;
}		
}






