@charset "UTF-8";

/* Add custom font */
@font-face {
  font-family: BonVivantSerifBold;
  src: url("BonVivantSerifBold.eot"); /* IE */
  src: local('BonVivantSerifBold'), url('BonVivantSerifBold.ttf') format('truetype'); /* others */
}
@font-face {
  font-family: Kepler Std Regular;
  src: url("Kepler Std Regular.eot"); /* IE */
  src: local('Kepler Std Regular'), url('Kepler Std Regular.otf') format('truetype'); /* others */
}
@font-face {
  font-family: SackersGothicStd-Medium;
  src: url("SackersGothicStd-Medium.eot"); /* IE */
  src: local('SackersGothicStd-Medium'), url('SackersGothicStd-Medium.otf') format('truetype'); /* others */
}

/* Set variables */
:root {
  --blue: #2950d5;
  --beige:#f8e0bf;
  --maroon:#870F4B;
  --pink: #F2DBD9;
  --white: #ffffff;
  --lightbeige: #fff9ef;
}

/* Reset variables */
*{
	box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html,body
{
	font-family: Kepler Std Regular;
	font-size: 18px;
    overflow-x: hidden; 
	width: 100vw;
	padding: 0;
	margin: 0;
}

h1 {
  font-family: "BonVivantSerifBold", serif;
  font-size: 16px;
  text-align: center;
}

a { 	text-decoration: none;}

ul {	list-style-type: none;}

/* <!-- Header  --> */

.header-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  width: 100vw;
  height: 60px;
  background: var(--blue);
  color: var(--beige);
}

.space {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  width: 19vw;
  background: var(--blue);
}	

.header-AS img {
  width: 58vw;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top:7px;
  left: 0;
  padding: 10px;
}

/* <!-- Navigation  --> */

.Navigation-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  width: 100vw;
  height: 50px;
  background: var(--blue);
}

/* Navigation bar */

.mobnav {  display: none; }

.nav {
  display: flex;
  background: var(--blue);
  height: 50px;
  width: 100vw;
  position: relative;
  top:0;
  left: 0;
}

.nav a {
	color: var(--beige);	
	text-align: center;
	justify-content: space evenly;
	padding: 10px 0px;
	width: 25vw;
	font-size: 12px;
	display: block;
	text-decoration: none;
	background: var(--blue);
}


/* The dropdown container */
.dropbtn-book {
	background: transparent;
	width: 25vw;
	color: var(--beige);
	padding: 10px 0px;
	border: none;
	cursor: pointer;
	font-family: Kepler Std Regular;
	font-size: 12px;
}

/* The dropdown container */
.dropbtn {
	background: transparent;
	color: var(--beige);
	padding: 10px 0px;
	width: 25vw;
	border: none;
	cursor: pointer;
	font-family: Kepler Std Regular;
	font-size: 12px;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  right: 0;
  background-color: #f9f9f9;
  width: 300px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
	color: black;
	padding: 5px 16px;
	width: 300px;
	text-decoration: none;
	display: block;
	background: white;
	font-size: 12px;
	text-align: left;
}

.dropdown-content a:hover {background-color: #f1f1f1;}
.dropdown:hover .dropdown-content {display: block;}
.dropdown:hover .dropbtn {background-color: transparent;}
.dropdown:hover .dropbtn-book {background-color: transparent;}

/*<!-- The VIDEO -->*/

.video-section {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	width: 100vw;
	height: auto;
	padding: 0px;
	background: transparent;
}

video {
  width: 100vw;
  height: auto;
  overflow: hidden;
  object-fit: cover;
  position: relative;
  top: 0; 
  left: 0;
  z-index: -1;
  text-align:center;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.6;
}

.video-overlay {   
  color: white;
  position: absolute;
  top: 0;
  left:0;
  width: 100vw;
  height: 5vh;
}

.video-overlay-header {
  font-family: SackersGothicStd-Medium;
  width: 100vw;
  height: 5vh;
  font-size: 12px;
  text-align: left;
  position: relative;
  top: 150px;
  left:0;
  padding: 20px 80px;
}

.video-overlay-text {
  font-family: Kepler Std Regular;
  width: 100vw;
  height: 5vh;
  font-size: 12px;
  text-align: left;
  position: relative;
  top: 120px;
  left:0;
  padding: 20px 80px;
}

/* <!-- ABOUT section --> */
.about-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  color: var(--beige);
  background: var(--blue);
  position: relative;
  top: 0px;
  outline: solid 4px var(--pink);
  outline-offset: -20px;
}

.about-header {
  font-family: SackersGothicStd-Medium;
  font-size: 12px;
  width: 90vw;
  text-align: center;
  position: relative;
  top: 20px;
  left:0;
  padding: 20px 40px;
}

.about-text {
  font-family: Kepler Std Regular;
  font-size: 12px;
  text-align: center;
  width: 90vw;
  position: relative;
  top: 0px;
  left:0;
  padding: 20px 40px 30px 50px;
}

/* <!-- MAP section --> */
.map-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  color: var(--pink);
  background: var(--lightbeige);
  position: relative;
  top: 0px;
  left: 0;
  justify-content: center;
}

.map  {
  width: 40vw;
  height:auto;
}

.map img {
  width: 40vw;
  height:auto;
  display: block;
  margin: auto;
  position: relative;
  top:0;
  left: 0;
  padding: 20px 0px;
}

.map-words  {
  width: 50vw;
  max-height:auto;
  text-align: center;
}
.map-header  {
  width: 50vw;
  height:auto;
}

.map-header img {
  width: 50vw;
  height: auto;
  display: block;
  position: relative;
  top:20px;
  left: 0px;
}

.map-text  {
  width: 50vw;
  height:auto;
  text-align: center;
}
.map-text img {
  width: 50vw;
  height: auto;
  position: relative;
  top:10px;
  left: 0px;
  padding: 0px;
  margin-right: 50px;
}

/* OUR PROPERTIES  */
.properties-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  color: var(--pink);
  background: var(--maroon);
  position: relative;
  top:0px;
  left:0;
}
	
.property {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  flex-direction: column;
  width: 100vw;
  height: auto;
  margin: auto;
  direction: row;
  justify-content: center;
}	

.prop-left{
	width: 90vw;
	height: auto;
	border: 5px solid var(--pink);
	margin: auto;
}
.prop-right{
	width: 90vw;
	height: auto;
	background: var(--beige);
	border: 5px solid var(--pink);
	margin: auto;
	padding: 0px 0px 20px 0px;
}
img.prop-image {
	height: auto;
	width: 90vw;
	padding: 0;	
}

.prop-image {
	height: auto;
	width: 90vw;
	opacity:1;
}

img.prop-logo {
	height: auto;
	width: 150px;
	opacity:1;
	padding:10px 0px;
	position: relative;
	top:0;
	left:-10px;
}

img.prop-qualmark {
	height: auto;
	width: 90px;
	opacity:1;
	margin: auto;
	padding: 10px 0px;
	position: relative;
	top: 0;
	left: 30px;
}

.prop-text {
	color: var(--blue);
	padding: 10px;
	width: 80vw;
	height: auto;
	margin: auto;
}

/* <!-- The button on property --> */
.goto-prop .btn {
  position: relative;
  top: 30px;
  left: 100px;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: var(--beige);
  font-family: Kepler Std Regular;
  font-size: 18px;
  padding: 8px 20px;
  cursor: pointer;
  border: 2px solid var(--blue);
  border-radius: 5px;
  background: var(--blue); 
  text-align: center;
}

.goto-prop .btn:hover {
  border: 2px solid #870F4B;
  color: white;
  background-color: black;
}

/******* ABOUT PAGE *******/
/* <!-- WHY AZURE section --> */
.why-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  color: var(--beige);
  background: var(--blue);
  position: relative;
  top: 0px;
  outline: solid 4px var(--pink);
  outline-offset: -20px;
}

.why-header {
  font-family: SackersGothicStd-Medium;
  font-size: 36px;
  width: 90vw;
  text-align: center;
  position: relative;
  top: 0px;
  left:0;
  padding: 50px 80px;
}

.why-subheader {
  font-family: Kepler Std Regular;
  font-size: 36px;
  text-align: center;
  width: 90vw;
  position: relative;
  top: 0px;
  left:0;
  padding: 20px 80px;
}

.why-row {
  font-family: Kepler Std Regular;
  font-size: 28px;
  text-align: center;
  width: 90vw;
  height: auto;
  position: relative;
  top: 0px;
  left:0;
  padding: 20px 50px 60px;
}

.why-col {
  width: 100%;
  padding: 0px 10px;
}

/* Clear floats after the columns */
.why-row:after {
  content: "";
  display: table;
  clear: both;
}

/* <!-- CONTACT section --> */
.contact-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  color: var(--beige);
  background: var(--maroon);
  position: relative;
  top: 0px;
  left: 0px;
  justify-content: center;
}

.contact-trade {
  width: 100vw;
  height: auto;
  background: var(--maroon);
  position: relative;
  top: 0px;
  left: 0px;
  outline: solid 4px var(--pink);
  outline-offset: -20px;
}

.send-message-container{
  width: 100vw;
  height: 900px;
  background: var(--maroon);
  position: relative;
  top: 0px;
  left: 0px;
  outline: solid 4px var(--pink);
  outline-offset: -20px;
}

.contact-trade-header, .contact-details-header {
  font-family: SackersGothicStd-Medium;
  margin-top: 50px;
  font-size: 30px;
  text-align: center;
  position: relative;
  top: 0;
  left:0;
}

.contact-trade-subheader, .contact-details-subheader {
  font-family: Kepler Std Regular;
  margin-top: 30px;
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 0;
  left:0;
  padding: 0px 50px;
}

.contact-trade-text, .contact-details-text {
  font-family: Kepler Std Regular;
  font-size: 24px;
  text-align: center;
  position: relative;
  top: 0px;
  left:0;
  padding: 50px;
}

.send-message {
  width: 79vw;
  height: auto;
  position: relative;
  top: 0px;
  left: 0px;
  padding: 50px;
}

.send-message-text  {
  position: relative;
  top: 0px;
  left: 0px;
  text-align: left;
  color: var(--beige);
  font-family: Kepler Std Regular;
  font-size:30px;
}

.send-message-desc  {
  position: relative;
  top:0px;
  left: 0;
  text-align: left;
  color: var(--beige);
  font-family: Kepler Std Regular;
  font-size:24px;
}

.send-message-submitted {
  position: relative;
  top:0px;
  left: 0;
  text-align: left;
  color: var(--beige);
  font-family: Kepler Std Regular;
  font-size:24px;
}

.form  {
  position: relative;
  top:-50px;
  left: 50px;
  text-align: left;
  color: var(--beige);
  font-family: Kepler Std Regular;
  font-size:18px;
}

input[type="text"], textarea {
  width: 300px;
  padding: 8px;
  border: 1px solid #eeeeee;
  border-radius: 4px;
  text-align: left;
  box-sizing: border-box;
  margin-top: 8px;
  margin-bottom: 16px;
  resize: vertical;
  font-family: Kepler Std Regular;
  font-size:16px;
  color: #c0c0c0;
}

input[type=submit] {
  background: var(--maroon);
  font-family: Kepler Std Regular;
  font-size:24px;
  color: var(--beige);
  padding: 12px 20px;
  border: 2px solid var(--beige);
  border-radius: 7px;
  cursor: pointer;
  position: relative;
  top:50px;
  left: 100px;
}

input[type=submit]:hover {
  border: 2px solid #870F4B;
  color: white;
  background-color: black;
}

/* <!-- TIAKI section --> */
.tiaki-section {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  background: var(--blue);
  position: relative;
  top:0px;
  left:0;
justify-content: center;
}

.tiaki-left{
	width: 90vw;
	height: auto;
	background: var(--white);
	border: 5px solid var(--pink);
}
.tiaki-right{
	width: 90vw;
	height: auto;
	border: 5px solid var(--pink);
	background: var(--pink);
}

img.tiaki-image {
	height: 200px;
	width: auto;
	object-fit: cover;
	padding: 50px;	
}

.tiaki-header {
  font-family: SackersGothicStd-Medium;
  font-size: 28px;
  color: var(--blue);
  padding: 50px 20px 10px ;
  margin: auto;
}

.tiaki-subheader {
  font-family: Kepler Std Regular;
  font-size: 26px;
  color: var(--blue);
  padding: 20px 20px;
  margin: auto;
}

.tiaki-text {
  font-family: Kepler Std Regular;
  font-size: 24px;
  color: var(--blue);
  padding: 10px 20px 50px;
  margin: auto;
}



/* <!-- The FOOTER --> */
.footer-section {
	display: -ms-flexbox; /* IE10 */
	display: flex;
	-ms-flex-wrap: wrap; /* IE10 */
	flex-wrap: wrap;
	width: 100vw;
	height: auto;
	padding: 0px;
	position: relative;
	top: 0px;
	left: 0;
}

/* <!-- AS Group  --> */
.footer-AS {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  width: 100vw;
  height: 60px;
  justify-content: space-evenly;
  background: var(--blue);
}

.footer-AS img {
  width: 60vw;
  height: auto;
  padding: 10px;
  position: relative;
  top: 10px;
  left: 0;
}

.footer-group {
  background: var(--pink);
  width: 100vw;
  height: auto;
  padding: 20px;
  position: relative;
  top: 0px;
  left: 0px;
}

.group-logos {
  width: 100vw;
}

.group-logo-item img {
  width: 13vw;
  height: auto;
  object-fit: contain;
  mix-blend-mode: multiply;
  display: inline;
  float: left;
  position: relative;
  left: 5px;
  justify-content: space-evenly;
}		

.group-logo-item a {
  justify-content: space-evenly;
  align-items: center;
}

/* <!-- Trade membership --> */
.group-trade-logo {
  display: -ms-flexbox; /* IE10 */
  display: flex;
  -ms-flex-wrap: wrap; /* IE10 */
  flex-wrap: wrap;
  text-align: center;
  height: auto;
  width: 100vw;
  color: var(--pink);
  position: relative;
  background: var(--blue);
  top:0px;
  left:0;
}

.logos {
  width: 50vw;
  margin: auto;
  display: flex;
  justify-content: center;
  flex-direction: row;
  position: relative;
  top: 0;
  left: 0;
}

.trade-logo-item  {
  width: 60vw;
  margin: auto;
  display: flex;
  justify-content: space-evenly;
}		

.trade-logo-item img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  mix-blend-mode: normal;
  padding: 0px 0px;
  position: relative;
  background: var(--blue);
}

/* <!-- Footer copyright - Responsive flexbox --> */
.footer-copyright p{
  text-align: center;
  color: blue;
  width: 100vw;
  height: 50px;
  font-family: SackersGothicStd-Medium;
  font-size:10px;
  background: var(--white);
  position: relative;
  top: 10px;
  left: 0;
}

.btn-top {
  background-color: var(--blue);
  border: none;
  color: var(--beige);
  padding: 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  position: relative;
  top: -50px;
  right: 20px;
float: right;
  font-size: 12px;
border-radius: 50%;
}
