
/* ==== Google font ==== */
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed:300,300i,400,400i,700,700i&amp;subset=latin-ext');
 html,body { height: 100%; margin: 0px; padding: 0px; }
body {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    font-size: 16px;
    color: #000;
    line-height: 1.6em;
    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 300;
    color: #fff;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}


a {
    color: #fff;
    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: #fff;
    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: 20px 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: bold;
  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-color: #fff;
  border: 1px solid #8d1618;
  border-radius: 0;
  color: #fff !important;
}

.btn:hover {
  background-color: #a11d1f;
  color: #8d1618;
}

/* wrapper */

#wrapper {
	text-align: center;
	width: 100%;	
    height: 100%;
    background-size: cover;
    padding: 5% 0 0 0;
}



#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: #000;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

h2.subtitle {
	color: #000;
	font-size: 42px;
  line-height: 45px;
  font-weight: 600;
}

h2.subtitle strong{
	color: #000;
}

h3.subtitle{
  font-size: 22px;
  line-height: 20px;
  font-weight: 100;
  margin-bottom: 30px;
}

h3.subtitle span{
  color: #abadb2;
}



/* social */
.social {
    padding: 30px 0;
}

.social a {
    font-size: 24px;
    color: #fff;
    padding: 0 5px;
    transition: all 0.3s;
}

.social a:hover {
    color: #fff;
}

/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
p.copyright {
	margin-top: 10px;
	color: #fff;
	text-align: center;
    padding: 0;
    margin-bottom: 5px;
    font-size: 14px;
}	

.credits, .credits a {
    color: #fff;
}

#bg {
  position: fixed;
  left: 0px;
  top: 0px;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  overflow: hidden;
  z-index: -1;
  opacity: 0.05;
  filter: alpha(opacity=5); /* For IE8 and earlier */
}

#logo {
  text-align: center;
  margin: 0 auto;
  width: 350px;
}

.contact {
  list-style-type: none;
  text-align: center;
  font-size: 18px;
  margin-top: 30px;
}

.contact strong{
	color: #000;
}

#footer {
  margin: 90px 0 20px 0;
  color: #abadb2;
  font-size: 15px;
}

#footer a{
  color: #abadb2;
  
  padding: 15px 30px;
  border: 1px solid #909298;
  border-radius: 5px;
}

#info1 {
  text-align: right;
}

#info2 {
  text-align: left;
}





/*============================================================
  Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {

#info1 {
  text-align: center;
}

#info2 {
  text-align: center;
}



}