@import url('https://fonts.googleapis.com/css?family=Lato:300&display=swap');
body {
  margin:0;
  font-family: 'Lato', sans-serif;
  color:#BC9045;
  background:black;
  color:white;
  overflow-x:hidden;
  overflow-y:hidden;
}
.container {
  width:100vw;
  height:100vh;
}
p.temp-intro {
  font-size:1.4em;
  padding-top:15%;
}
.sep-fly-right, .sep-fly-left {
  display:inline-block;
  position:absolute;
  height:100%;
}
.sep-fly-right {
  float:right;
  width:100%;
  right:0;
  top:0;
  bottom:0;
  z-index:1;
      height: 112vh !important;
}
.sep-fly-left {
  left:20px;
  z-index:999;
  padding:2% 0% 0% 2%;
}
.logo { background:url(logo.png);
  width:600px;
  background-size:cover;
  height:200px;
  margin:auto;
}
.hp-bg {
  height: 100% !Important;
    background: url(temp-bg.png);
background-size:cover;
}
span.alt-color {
  color:#FFCF1B;
}
.temp-contact {
  padding-top:10%;
}
.soonText {
	text-transform:uppercase;
	color:#BC9045;
	font-size:3em;
	text-align:center;
	margin-top:2%;
	letter-spacing:0.3em;
}
#player {
    max-height: 60vh;
    max-width: 80%;
    margin: auto;
    text-align: center;
    float: none;
    display: flex;
}
.ytp-chrome-top.ytp-show-cards-title {
    display: none;
}

.popup {
	background: rgba(100, 100, 100, 0.5);
	position: fixed;
	display: none;
	z-index: 5000;
	left: 0;
	top: 0;
	width: 40%;
	position: fixed;
	transform: translate(-50%, -50%);
  	left: 50%;
	top: 50%;
	background: #FFFFFF;
	padding: 30px;
	z-index: 5001;
	text-align: center;
	box-shadow: 0px 0px 15px 0px rgba(#000000, 0.4);
}
input[type="text"] {
    width: 100%;
    margin-bottom: 2%;
    border: 2px solid lightgrey;
    padding: 1% 0%;
    border-radius: 1%;
    font-size: 0.9em;
	padding-left:1%;
}
input#submit {
    color: #BC9045;
    border: 1px solid #BC9045;
    background: none;
    font-size: 1.2em;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    padding: 1% 10%;
}
input#submit:hover {
	background:#BC9045;
	color:white !Important;
	border:1px solid white;
}
#enquire:hover {
	background:white !Important;
}







@media only screen and (max-width:1300px) {
	iframe {
		width:1000px  !Important;
		height: 563px !Important;
	}
}
@media only screen and (max-width:1100px) {
	iframe {
		width:800px  !Important;
		height: 450px !Important;
	}
}
@media only screen and (max-width:900px) {
	iframe {
		width:600px  !Important;
		height: 338px !Important;
	}
}
@media only screen and (max-width:700px) {
	iframe {
		width:400px  !Important;
		height: 225px !Important;
	} 
}
@media only screen and (max-width:500px) {
	iframe {
		width:300px  !Important;
		height: 169px !Important;
	}
}




@media only screen and (max-height:960px) {
	iframe {
		width:600px  !Important;
		height: 338px !Important;
	}
}
@media only screen and (max-height:860px) {
	iframe {
		width:500px  !Important;
		height: 281px !Important;
	}
}
@media only screen and (max-height:760px) {
	iframe {
		width:400px  !Important;
		height: 225px !Important;
	}
	.popup {
		width:90% !Important;
	}
}
@media only screen and (max-height:660px) {
	iframe {
		width:300px  !Important;
		height: 169px !Important;
	}
}
@media only screen and (max-height:560px) {
	iframe {
		width:200px  !Important;
		height: 113px !Important;
	}
}