@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Roboto+Condensed:300,400,700');

/* GENERAL 
============================== */

.row {
	padding: 0 20px;
}

.row .row {
	padding: 0;
}

.top {
	position: fixed;
	height: 15px;
	width: 100%;
	top: 0;
	background: white;
	left: 0;
	right: 0;
	z-index: 9999;
}

.left {
	position: fixed;
	width: 15px;
	height: 100%;
	top: 0;
	background: white;
	left: 0;
	bottom: 0;
	z-index: 9999999;
}

.right {
	position: fixed;
	width: 15px;
	height: 100%;
	top: 0;
	background: white;
	right: 0;
	bottom: 0;
	z-index: 9999999;
}

.bottom {
	position: fixed;
	height: 15px;
	width: 100%;
	bottom: 0;
	background: white;
	left: 0;
	right: 0;
	z-index: 9999999;
}

body {
	overflow-x: hidden;
	padding: 15px 0;
}

.row {
	max-width: 1366px;
}

p,
li {
	font-family: 'SeroPro', sans-serif;
	font-weight: 300;
	color: #706f6f;
}

td,
th {
	font-family: 'SeroPro', sans-serif;
	font-weight: 300;
	font-size: 14px;
	color: white;
}

html,
body {
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

a {
	color: #75b730;
}

a:active,
a:visited {
	color: white;
}

img {
	width: 100%;
}


/* HEADER/NAV 
============================== */

header {
	padding: 50px 0 0;
	background: transparent;
	position: fixed;
	width: 100%;
	z-index: 9999;
	transition: all .3s ease;
}

header.sticky {
	background: white;
	position: fixed;
	z-index: 9999;
	padding: 0px 0 15px;
	border-bottom: 2px solid #90c144
}

header.sticky ul li a {
	color: #232451;
}

header.sticky ul li a:hover,
header.sticky ul li a.active {
	color: #232451;
}

header.sticky nav ul {
	border-color: #232451;
}

header.sticky .whitelogo,
.normalogo {
	display: none;
}

header.sticky .normalogo {
	display: block;
}

nav ul {
	text-align: right;
	margin: 8px 15px 0 0;
	list-style: none;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	padding: 10px 0;
	display: inline-block;
}

nav ul li {
	display: inline-block;
}

nav ul li:first-child a {
	padding-left: 0;
}

nav ul li:last-child a {
	padding-right: 0;
}

nav ul li a {
	color: white;
	transition: all .3s ease;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 16px;
	padding: 0 20px 11px;
	border-bottom: 5px solid transparent;
}

nav ul li a:hover,
nav ul li a.active {
	border-bottom: 5px solid #90c144;
	color: white;
}

.slicknav_menu {
	display: none;
	background: none;
	text-align: center;
	padding: 0;
}

.slicknav_btn {
	float: none;
	display: inline-block;
	background: #232451;
	margin-bottom: 9px
}

.slicknav_menu .slicknav_menutxt {
	text-shadow: none;
	font-family: 'Avenir', sans-serif;
	font-weight: 700;
	color: #90c144;
}

.slicknav_nav {
	background: #232451;
	padding: 10px 0;
	border-bottom: 2px solid white;
}

.slicknav_nav li {
	margin: 10px 0;
}

.slicknav_nav a {
	text-transform: uppercase;
	font-size: 16px;
	letter-spacing: 0;
	color: white;
	font-weight: 500;
	font-family: 'Roboto Condensed', sans-serif;
}


/* HOME PAGE 
============================== */

.hero {
	height: 100vh;
	min-height: 550px;
	background-image: url('../img/hero.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	background-attachment: fixed;
}

.heroContent {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 65px;
	width: 100%;
}

.headline {
	background: #232451;
	border-left: 5px solid #90c144;
	padding: 15px 20px;
	z-index: 99;
	position: relative;
}

.side {
	background: #232451;
	width: 50%;
	position: absolute;
	right: 0;
	top: 0;
	height: 145px;
}

.headline h2 {
	margin: 0 0 5px;
	font-family: 'Lato';
	color: white;
	font-size: 24px;
}

.headline h3 {
	color: #90c144;
	font-weight: 700;
	font-family: 'Lato';
}


/* DESCRIPTION 
============================== */

#description {
	background-color: #232451;
	padding: 25px 15px 50px;
}

.main-content h2 {
	color: white;
	font-family: 'Lato';
	font-size: 28px;
	border-top: 10px solid #90c144;
	padding-top: 20px;
}

.main-content h2 span {
	color: #90c144;
}

.main-content p {
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 300;
	font-size: 16px;
}

:focus {
	outline: none;
}

.slick-prev {
	left: 25px;
	z-index: 999999;
}

.slick-next {
	right: 25px;
	z-index: 9999999;
}

.slick-prev:before,
.slick-next:before {
	color: #75b730;
	opacity: 1;
	font-size: 24px;
}

.slick-slide {
	padding: 0 10px;
}

.window-img {
	height: 400px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	position: relative;
	background-attachment: fixed;
}


/* Specifcation +
============================== */

#specification {
	background-color: #232451;
	padding: 25px 15px 50px;
}

.spec-list {
	list-style: square;
}

.spec-list li,
.icon-list li {
	color: #90c144;
	font-family: 'Roboto Condensed', sans-serif;
	margin-bottom: 10px;
}

.spec-list li span,
.icon-list li {
	color: white;
}

.icon-list li .fa {
	color: #90c144;
}

.icon-list li {
	font-weight: 500;
}


/* Accommodation +
============================== */

#accommodation {
	background-color: #232451;
	padding: 25px 15px 50px;
}

table tbody tr td,
table thead tr th {
	text-transform: uppercase;
}

table thead tr {
	border-bottom: 1px solid white
}

table tbody tr td {
	padding: 5px 0;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px
}

table tr th {
	padding: 0 0 5px;
}

table thead,
table tbody {
	background: transparent;
	border: none;
}

table thead,
table tbody tr:nth-child(even) {
	background: none;
}

table thead th {
	color: white;
	text-align: right;
	font-weight: normal;
	font-weight: 700;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
}

table tbody tr td:nth-child(1),
table thead tr th:nth-child(1) {
	text-align: left;
}

table thead tr th:nth-child(1) {
	color: #90c144;
}

table {
	margin-bottom: 35px;
	text-align: right;
}


/* LOCATION 
============================== */

#location {
	background-color: #232451;
	padding: 25px 15px 50px;
}

h3 {
	color: #90c144;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 700;
	font-size: 21px;
	text-transform: uppercase;
	margin-bottom: 15px;
}

table.connectivity tr td {
	text-transform: none;
}

table.connectivity tr {
	border-bottom: 1px solid white;
}

table.connectivity tbody tr:last-child {
	border-bottom: none;
}

table.connectivity thead tr th {
	color: white;
	text-transform: none;
	font-weight: 500;
}


/* OCCUPIERS  
============================== */

#occupierlogos {
	background-color: #232451;
	padding: 25px 15px 50px;
}


/* Contact  
============================== */

#contact {
	background-color: #232451;
	padding: 25px 15px 50px;
}

.row.contact {
	margin-top: 20px;
}

#contact p {
	font-weight: 500;
}

#contact p a {
	color: #90c144;
}

p.misrep {
	font-size: 12px;
	margin-bottom: 0;
}


/* FOOTER 
============================== */

footer {
	background: #90c144;
	padding: 10px 0 7px;
	margin-bottom: 15px;
}

footer p,
footer a {
	font-size: 12px;
	color: white;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 500;
	margin: 0;
	text-transform: uppercase;
}

footer a {
	display: block;
}


/* QUERIES 
============================== */

@media screen and (max-width: 1280px) {
	nav ul li a {
		padding-left: 12px;
		padding-right: 12px;
	}
}

@media screen and (max-width: 1125px) {
	nav ul li a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1023px) {
	#contact .columns {
		margin-bottom: 20px;
	}
	header {
		padding-top: 25px;
	}
	nav ul {
		display: block;
		text-align: center
	}
	nav ul li a {
		font-size: 16px;
	}
	header h1 a img {
		max-width: 430px;
		width: 430px;
	}
	
	.side {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	nav ul li a {
		font-size: 14px;
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media screen and (max-width: 639px) {
	.left,
	.right,
	.top,
	.bottom {
		display: none;
	}
	.row,
	body {
		padding: 0px;
	}
	footer .columns {
		text-align: center!important;
	}
	#menu {
		display: none;
	}
	.slicknav_menu {
		display: block;
	}
	header h1 a img {
		max-width: none;
		width: 100%;
	}
	header {
		background: white;
			padding: 25px 0 15px;
	border-bottom: 2px solid #90c144
	}
	.whitelogo {
		display: none;
	}
	header .normalogo {
		display: block;
	}
	
	header.sticky {
		padding-top: 25px;
	}
	
	.fa-ul {
		margin-left: 20px;
	}
	
	header.sticky ul li a {
		color: white;
	}
	
	header.sticky ul li a:hover, header.sticky ul li a.active {
		color: #90c144;
	}
	
	.headline {
		margin-top: 25px;
		text-align: center;
		padding: 10px 0;
	}
	
	.headline h2 {
		font-size: 21px;
	}
	
	.hero {
		min-height: 500px;
	}
	
	.heroContent {
		bottom: 25px;
	}
	
	.heroContent img {
		-webkit-filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.75));
  filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.75));
	}
	
	.main-content h2 {
		font-size: 22px;
	}
	
	footer {
		margin: 0;
	}
}