@charset "UTF-8";
/* CSS Document */

html {
  scroll-behavior: smooth;
}
h1
{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:18px;
	text-transform:uppercase;
	text-align:center;	
	color:#005984;
	margin-bottom:40px;
	margin-top:40px;
}
h3
{
	text-align:center;
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:22px;
	color:#43b4e7;
	
}
p
{
	font-family: 'Open Sans', sans-serif;
	color:#455560;
	font-size:14px;
}

.logoarea
{
	text-align:center;
	margin-top:20px;
	margin-bottom:40px;
}
.mm_nav
{
	font-family: 'Montserrat', sans-serif;
	font-weight:400;
	font-size:12px;
	text-transform:uppercase;
	text-align:center;	
	color:#005984;
	margin-bottom:40px;
}
.mm_nav li
{
	list-style-type: none;
	display:inline-block;
	
	margin-right:40px;
}

@media only screen and (max-width: 780px) {
  .mm_nav li {
	  display: list-item;
	  margin-bottom:20px;
  }
}

a:link
{
	color:#2caae1;
	text-decoration:none;
}
a:hover
{
	color:#2caae1;
	text-decoration: underline;
}
a:visited
{
	color:#2caae1;
	text-decoration:none;
}

.mm_nav li a:link
{
	color:#005984;
	text-decoration:none;
}
.mm_nav li a:hover
{
	color:#2caae1;
	text-decoration:none;
}
.mm_nav li a:visited
{
	color:#005984;
	text-decoration:none;
}
.carousel-inner
{
	margin:0 auto;
	width:850px;
}
.carousel-item
{
	width:850px;
	
}

@media only screen and (max-width: 700px) {
	
	.carousel-inner
{
	margin:0 auto;
	width:450px;
}
  .carousel-item
{
	width:450px;
	
}
}
.grey-section
{
	background-color:#f2f2f2;
	margin-top:-80px;
	padding-top:100px;
	padding-bottom:80px;
	
}
.grey-section2
{
	background-color:#f2f2f2;
	
	padding-bottom:40px;
	
}
.white-section
{
	padding-bottom:80px;
}
.white-section2
{
	text-align:center;
	padding-bottom:80px;
}

.card-body
{
	
	text-align:center;
	
}
.card
{
	border:none;
	border-radius:0;
	padding:20px;
}
.card-title
{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:22px;
	text-transform:uppercase;
	color:#005984;
}
.card-text
{
	font-family: 'Montserrat', sans-serif;
	font-weight:300;
	font-size:18px;
	color:#43b4e7;
}
.shop_layout
{
	margin:0 auto;
	text-align:center;
}

@media only screen and (max-width: 700px) {
	
	.shop_layout img
{
	width:500px;
}

}
.mediametrics_bullets
{
	font-family: 'Open Sans', sans-serif;
	color:#455560;
	font-size:16px;
	list-style-image:url(../img/bullet.svg);
    list-style-position:inside;
    margin:0; 
	padding:0 0 40px 0;
}
.mediametrics_bullets li
{
	 margin:0;
	 line-height:40px;
	 
}
.booking_module 
{
	text-align:center;	
}
.booking_module p strong
{
	font-size:16px;
	color:#005984;
}
.booking_module img
{
	margin-bottom:16px;
}
.logo_table
{
	margin:0 auto;
	border:1px solid #e4e5e6;
}
.logo_table td
{
	height:100px;
	padding-left:60px;
	padding-right:60px;
	
}

@media only screen and (max-width: 700px) {
	
	.logo_table td
{
	height:100px;
	padding-left:10px;
	padding-right:10px;
	
}

}

.pre-footer
{
	background:#005883;
	padding:100px;
	
}
.pre-footer h1, .pre-footer p
{
	color:#FFFFFF;
	text-align:center;
}
.contact_button
{
	border:1px solid #ffffff;
	padding:16px 16px 16px 16px;
	width:250px;
	text-transform:uppercase;
	border-radius:6px;
	margin:0 auto;
	}
	
.btn_contact:hover
{
	color:#66cef6;
	border:#66cef6;
	text-decoration:none;
}

.footer
{
	background:#0f2546;
	padding:100px;
	text-align:center;
	
}
.footer p
{
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
}
.footer img
{
	margin-bottom:40px;
}
.connector2
{
	z-index:1;
	margin-top:-64px;
	text-align:center;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
  border:1px solid #66cef6;
  width:60px;
}
.second_deck
{
	margin-bottom:60px;
}
.sys-features
{
	margin-bottom:60px;
	margin-top:60px;
}