/*
    Theme Name: WeBuild
    Theme URL: https://bootstrapmade.com/free-bootstrap-coming-soon-template-countdwon/
    Author: BootstrapMade
    Author URL: https://bootstrapmade.com
*/
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Lato:400,300,700,900');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
	background:#f5f5f5;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #555;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

.stream{
    width: 708px;
    height: 485px;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #e87400;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #4F92AF;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
  transition: background 0.3s;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #5cacce;
  border-color: #5cacce;
}
form.signup input  {
	height: 42px;
	width: 250px !important;
	border-radius: 0;
	border: none;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}



.info-table{
	width:100%;
}
.info-table .header{
	margin-top:15px;
	margin-bottom:15px;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color: #005096;
}
.info-table .row{
	margin:0px;
	padding:0px;
	text-align:left;
}
.info-table div{
	padding-top:5px;
}
a{
	color:#0e4473;
}
.info-table a:hover{
	text-decoration:underline;
}


.info-table1{
	width:100%;
}
.info-table1 .row{
	width:500px;
	margin:0px;
	padding:0px;
	margin-bottom:15px;
	text-align:center;
}
.info-table1 a:hover{
	text-decoration:underline;
}
h1, .h1, h2, .h2, h3, .h3{
	margin-top: 0px !important;
	
}



@media screen and (min-width: 600px){
.info-table1 div{
	padding-top:5px;
	color:#333;
	font-weight:bold;
	font-size:15px;
}
}

@media screen and (max-width: 600px){
.info-table1 div{
	padding-top:5px;
	color:#333;
	font-weight:bold;
	font-size:12px;
}
}

.footer{
	width:100%;
    min-width: 740px;
	bottom:0px;
	margin-top:40px;
	margin-bottom:15px;
	border-top: 1px solid #b9b9b9;
	padding-top:15px;
	padding-bottom:20px;
	font-size:14px;
    text-align: center;
}
.footer_row{
}

/* wrapper */

#wrapper {
	text-align: center;
	width: 100%;
    min-width: 740px;
    background-size: cover;
}


@media screen and (min-width: 600px ){
#wrapper h1 {
	margin-top: 10px;
	color: #000;
	font-size: 36px;
	font-weight: 900;
	letter-spacing: -1px;
}
h2.subtitle {
	color: #000;
	font-size: 18px;
  margin-bottom:14px;
}
}
@media screen and (max-width: 600px){
#wrapper h1 {
	margin-top: 20px;
	color: #000;
	font-size: 22px;
	font-weight: 900;
	letter-spacing: -1px;
}
h2.subtitle {
	color: #000;
	font-size: 14px;
  margin-bottom:6px;
}

}


/* social */
.social {
    padding: 30px 0 0 0;
}

.social a {
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #5cacce;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 30px;
	color: #fff;
	text-align: center;
    padding: 0;
    margin-bottom: 5px;
}	

.credits, .credits a {
    color: #fff;
}
