@charset "utf-8";

body {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
    font-size: 20px;
    line-height: 1.42857143;
    color: #fff;
    background-color: #fff;
}

.description {
    font-size: 18px;
	font-weight: 200;
	font-style: italic;
    color: #fff;
}

.description2 {
    font-size: 18px;
	font-weight: 200;
	font-style: normal;
    color: #fff;
}

.contact-us {
    font-size: 13px;
	font-weight: 300;
	font-style: normal;
    color: #fff;
}

.description-header {
    font-size: 22px;
	font-weight: 200;
	font-style: normal;
    color: #286d96;
}

.floor-text {
	font-size: 18px;
	font-weight: 200;
	font-style: italic;
    color: #286d96;
}

.big-links {
	font-size: 18px;
	font-weight: bold;
}

a {
	color: #fff;
	/*text-decoration: underline;*/
}
a:hover {
    color: #fff;
}

.underline {
	text-decoration: underline;
}



.voffset  { margin-top: 2px; }
.voffset1 { margin-top: 5px; }
.voffset2 { margin-top: 10px; }
.voffset3 { margin-top: 15px; }
.voffset4 { margin-top: 30px; }
.voffset5 { margin-top: 40px; }
.voffset6 { margin-top: 60px; }
.voffset7 { margin-top: 80px; }
.voffset8 { margin-top: 100px; }
.voffset9 { margin-top: 150px; }

.logo-offset {
	margin-top: 15px;
	margin-bottom: 15px;
}

.social-offset {
	margin-left:5px;
	margin-right:5px;
}

.center-cropped {
  object-fit: cover; 
  object-position: center;
  height: 290px;
  width: 100%;
}

.img-line {
	width: 100%;
	height: 2px;
	box-sizing: border-box;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 800px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1180px;
  }
}

.zoom {      
-webkit-transition: all 0.35s ease-in-out;    
-moz-transition: all 0.35s ease-in-out;    
transition: all 0.35s ease-in-out;     
cursor: -webkit-zoom-in;      
cursor: -moz-zoom-in;      
cursor: zoom-in;  
}     

.zoom:hover,  
.zoom:active,   
.zoom:focus {
/**adjust scale to desired size, 
add browser prefixes**/
-ms-transform: scale(2.5);    
-moz-transform: scale(2.5);  
-webkit-transform: scale(2.5);  
-o-transform: scale(2.5);  
transform: scale(2.5);    
position:relative;      
z-index:100;  
}