/* General Demo Style */
@import url(http://fonts.googleapis.com/css?family=Lato:300,400,700);


/* fullscreen setup */
html, body {
    /* give this to all tags from html to .fullscreen */
    height:100%;
    margin:0;
    background-color: #060606;
}
.fullscreen,
.content-a {
    width:100%;
    min-height:100%;
}
.not-fullscreen,
.not-fullscreen .content-a,
.fullscreen.not-overflow,
.fullscreen.not-overflow .content-a {
    height:100%;
    overflow:hidden;
}
/* background setup */
.background {
    background-repeat:no-repeat;
    /* custom background-position */
    background-position:50% 50%;
    /* ie8- graceful degradation */
    background-position:50% 50%9 !important;
}
/* content centering styles */
.content-a {
    display:table;
}
.content-b {
    display:table-cell;
    position:relative;
    vertical-align:middle;
    text-align:center;
}
.content {
  text-transform: uppercase;
  color: white;
  line-height: 0.8;
  font-size: 3.4375em;  
  /*max-width: 900px;*/
}
.content-about {
  line-height: 1;
  color: white;
  font-size: 1.5em;
  max-width: 900px;
  padding: 0px 33px 20px 166px;
  text-align: justify;
  text-transform: uppercase;
}



/*------*/
body, html { 
    font-size: 100%;   
    padding: 0; 
    margin: 0;
    height: 100%;
}

body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    color: #666;
}

a {
    color: #f0f0f0;
    text-decoration: none;
}

a:hover {
    color: #000;
}


html { 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}



/* Portrait and Landscape */
@media only screen 
  and (max-device-width: 767px)
  and (-webkit-min-device-pixel-ratio: 2) {


  .content {
    font-size: 1.75em;
    line-height: 0.9;
    max-width: 900px;
  } 

  .content-about {
    line-height: 1.1;
    font-size: 1.1em;
    color: white;
    /*font-size: 1.5em;*/
    /*max-width: 900px;*/
    padding: 70px 20px 0px 20px;
    text-align: center;
    text-transform: uppercase;
  }  
  
}

