@font-face {
  font-family: GothamBold;
  src: url("../fonts/GothamBold.ttf");
}
@font-face {
  font-family: Gotham;
  src: url("../fonts/GothamLight.ttf");
}

body{
  color: #1d5193;
  font-family: Gotham, Arial, Helvetica, sans-serif;
  font-size: 1.3em;
}

h2{
  font-family: GothamBold, Verdana, Geneva, Tahoma, sans-serif;
  color: #1d5193;
  font-size: 1.8em;
  text-transform: uppercase;
}
h3{
  color: #1d5193;
  font-size: 1.5em;
  font-family: GothamBold, Arial, Helvetica, sans-serif;
}

#countdown{
  font-family: GothamBold, Verdana, Geneva, Tahoma, sans-serif;
  font-size: 75px;
  text-align: center;
}

.bg-cusotm{
  background-color: #0057a4!important;
}

.form-control {
  border: #20589e solid 1px;
  border-radius: 10px;
}

.col-form-label{
  font-family: GothamBold, Verdana, Geneva, Tahoma, sans-serif;
}

.daytext{
    position: absolute;
    font-size: 20px;
    top: 90px;
    font-family: Gotham, Verdana, Geneva, Tahoma, sans-serif;
}

.btn-secondary{
  background-color: #20589e;
  font-family: GothamBold, Verdana, Geneva, Tahoma, sans-serif;
  border:transparent;
}

p span{
  color: #1d5193;
}

.video{
	margin-bottom:30px;
}

.embed-chat iframe{	
	padding: 0;
}

.embed-container {
  --video--width: 1200;
  --video--height: 700;

  position: relative;
  padding-bottom: calc(var(--video--height) / var(--video--width) * 100%); /* 41.66666667% */
  overflow: hidden;
  max-width: 100%;
  background: black;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#nave {
  position: absolute;
    z-index: 1;
    right: -20px;
    width: 121px;
    top: -11px;
}

@media screen and (max-width: 960px) and (orientation: portrait){

	.embed-chat{
		width: 90%;
		margin: 0 auto;
	}
	.embed-chat iframe{
		height: 350px;
		padding: 0 0 35px 0;
		margin-bottom: 55px;
	}

  #countdown {
    font-size: 40px;
  }

  .daytext{
    font-size: 10px;
    top: 60px;
  }

  h2{
    font-size:1.2em;
  }
 h3 {
    font-size: 1em;
  }

  #nave {
      display:none;
  }
}
@media screen and (max-width: 359px) and (orientation: portrait){

  #countdown {
    font-size: 28px;
  }

  .daytext{
    font-size: 10px;
    top: 40px;
  }
}

@media screen and (min-width: 360px) and (max-width: 960px) and (orientation: landscape){
	
	.embed-chat {
		width: 65%;
		margin: 0 auto;
	}
	
	.embed-chat iframe{
		margin-bottom: 55px;
	}
  
  #countdown {
    font-size: 48px;
  }

  #nave{
    display:none;
  }

  .daytext{
    font-size: 20px;
    top: 60px;
  }
}

@media screen and (min-width: 961px) and (max-width: 1280px){
  
  #countdown {
    font-size: 60px;
  }

  
  .daytext{
    font-size: 20px;
    top: 80px;
  }

}


@media only screen and (max-width: 600px) {
	.embed-chat iframe {
		height: 350px;
		padding: 0 0 35px 0;
		margin-bottom: 0;
		margin-top: 25px;
	}
	.video {
		margin-bottom: 0;
	}
}