/* Presentational style rules only
 * Not required
 */

html, body, .container {
  height: 100%;
}

/* Reset */
html, body, h1, p, a, div, section {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
}

/* Basic */
body { 
  font: 18px/23px "Cantarell", sans-serif;
  color: #fff;
  text-shadow: 2px 2px 0 rgba(0,0,0,5);
}

.main_container{
	background-color: rgba(0, 0, 0, 0.5);
	height: 100%;
	overflow: hidden;
}

.logo{
	width:100px;
	height: 100px;
	/*margin: 50px 0 0 50px;*/
	display: inline;
	position: relative;
	float: left;
	z-index: 100;
	background-image: url(../images/logo.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.footer{
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	padding: 1rem;
	text-align: center;	
}

.navbar {
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  height: 100px;
  z-index: 9999;
  position: fixed;
}

  .inner {
    float: left;
  }

.navbar h1 {
  /*display: inline-block;*/
  padding: 15px 15px;
  margin-top: 5px;
  font-size: 50px;
  line-height: 50px;
  font-weight: 400;
}

h1 {
  color: #efecec;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 50px;
  font-weight: 400;
  margin-top: 20px;
}

a {
  color: #ffffff;
}

p {
  margin: 0 0 15px 0;
}

strong {
  font-weight: 700;
}

blockquote {
  display: block;
  max-width: 480px;
  margin: 15px auto;
  padding: 15px;
  background-color: rgba(0, 0, 0, 0.3);  
  color: #e1e1e1;
  font-family: "Kotta One", serif;
  font-size: 22px;
  line-height: 28px;
}

blockquote cite {
  display: block;
  font: 18px/23px "Cantarell", sans-serif;
  font-size: 16px;
  margin-top: 16px;
  color: #cccccc;
  text-transform: uppercase;
}

/* Layout */

  .inner {
    position: relative;
    margin: 0 auto;
    text-align: center;
  }

.container {
  display: table;
  width: 100%;
  margin-top: 8%; 
  position: fixed;
}

.content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  float: left;
  z-index; 1;
}

/* Special */
.sub-title {
  margin: 50px auto;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}

.button {
  display: inline-block;
  padding: 6px 10px;
  color: #cafaea;
  border: 1px solid #cafaea;
  border-radius: 3px;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}

#more-content {
  display: none;
}
.subtitle2{
	padding-top: 20px;
}
.main_info{
	padding-top: 30px;
  	width: 40%;
  	margin: 0 auto;
  }
.inner_mobile{
	display:none;	
}

/* Media Queries */
@media only screen and (max-width: 980px) {
	.main_container{
		padding-top: 40px;
	}
}

@media only screen and (max-width: 640px) {
  .footer{
  	display: none;  
  }
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  } 

  .inner_mobile{
  	display: inline;
  	float:left;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  	width: 500px;
  }
  
  .inner_mobile h1{
  	  font-size: 35px;
  	  padding: 0 0 0 0;
  	  margin: 25px 0 0 30px;
  }
  
  .inner{
    display:none;
  }
  
  .main_container h1{
  	  font-size: 36px;
  }
  
  .main_info{
  	width: 80%;  
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  html, body, .container {
    height: auto;
}

@media only screen and (max-width: 480px) {
  .footer{
  	display: none;  
  }
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  } 

  .inner_mobile{
  	display: inline;
  	float:left;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  	width: 300px;
  }
  
  .inner_mobile h1{
  	  font-size: 35px;
  	  padding: 0 0 0 0;
  	  margin: 0px 0 0 30px;
  }
  
  .inner{
    display:none;
  }
  
  .main_container h1{
  	  font-size: 36px;
  }
  
  .main_info{
  	width: 80%;  
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  html, body, .container {
    height: auto;
}

@media only screen and (max-width: 360px) {
  .footer{
  	display: none;  
  }
  .container {
    position: relative;
    display: block;
    float: left;
    vertical-align: baseline;
    margin: 0 auto;
    padding: 80px 0 0 0;
  } 

  .inner_mobile{
  	display: inline;
  	float:left;
  	margin: 0 0 0 0;
  	padding: 0 0 0 0;
  	width: 200px;
  }
  
  .inner_mobile h1{
  	  font-size: 25px;
  	  padding: 0 0 0 0;
  	  margin: -5px 0 0 25px;
  }
  
  .inner{
    display:none;
  }
  
  .main_container h1{
  	  font-size: 36px;
  }
  
  .main_info{
  	width: 80%;  
  }

  .sub-title {
    font-size: 14px;
    line-height: 21px;
  }

  html, body, .container {
    height: auto;
  }
}