/*
fonts
via https://fonts.googleapis.com/css?family=Proxima%20Nova
*/
@font-face {
    font-family: 'Proxima Nova Regular';
    src: url('/static/occipital/fonts/proximanova/proximanova-regular-webfont.eot');
    src: url('/static/occipital/fonts/proximanova/proximanova-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/occipital/fonts/proximanova/proximanova-regular-webfont.woff') format('woff'),
         url('/static/occipital/fonts/proximanova/proximanova-regular-webfont.ttf') format('truetype'),
         url('/static/occipital/fonts/proximanova/proximanova-regular-webfont.svg#proxima_nova_regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Light';
    src: url('/static/occipital/fonts/proximanova/proximanova-light-webfont.eot');
    src: url('/static/occipital/fonts/proximanova/proximanova-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/occipital/fonts/proximanova/proximanova-light-webfont.woff') format('woff'),
         url('/static/occipital/fonts/proximanova/proximanova-light-webfont.ttf') format('truetype'),
         url('/static/occipital/fonts/proximanova/proximanova-light-webfont.svg#proxima_nova_light') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Semibold';
    src: url('/static/occipital/fonts/proximanova/proximanova-semibold-webfont.eot');
    src: url('/static/occipital/fonts/proximanova/proximanova-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/occipital/fonts/proximanova/proximanova-semibold-webfont.woff') format('woff'),
         url('/static/occipital/fonts/proximanova/proximanova-semibold-webfont.ttf') format('truetype'),
         url('/static/occipital/fonts/proximanova/proximanova-semibold-webfont.svg#proxima_novasemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Extrabold';
    src: url('/static/occipital/fonts/proximanova/proximanova-extrabold-webfont.eot');
    src: url('/static/occipital/fonts/proximanova/proximanova-extrabold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/occipital/fonts/proximanova/proximanova-extrabold-webfont.woff') format('woff'),
         url('/static/occipital/fonts/proximanova/proximanova-extrabold-webfont.ttf') format('truetype'),
         url('/static/occipital/fonts/proximanova/proximanova-extrabold-webfont.svg#proxima_novaextrabold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Nova Regular Italic';
    src: url('/static/occipital/fonts/proximanova/proximanova-regularitalic-webfont.eot');
    src: url('/static/occipital/fonts/proximanova/proximanova-regularitalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/static/occipital/fonts/proximanova/proximanova-regularitalic-webfont.woff') format('woff'),
         url('/static/occipital/fonts/proximanova/proximanova-regularitalic-webfont.ttf') format('truetype'),
         url('/static/occipital/fonts/proximanova/proximanova-regularitalic-webfont.svg#proxima_novaregular_italic') format('svg');
    font-weight: normal;
    font-style: normal;
}


/* 
body 
*/

body {
  background-color: black;
  font-size: 1em;
  width: 100%;
}

p, li, h1, h2, h3, h4, h5, h6 {
  font-family: "Proxima Nova Regular", 'Helvetica Neue', Arial, Helvetica, sans-serif;

}

p, li {
  font-size: 1em;
  line-height: 1.9em;
}

.clear {
  border-color: #000; 
  clear:both; 
  height: 0; 
  margin: 0 auto 0 auto; 
  padding: 0;
  width: 80%; 
}

/* 
Common Elemennts
*/

.hidden {
  display: none;
}

.major-section{
  min-height: 10em;
  width: 100%;
  padding: 2em 0em;
}

.inner-section{
  min-width: 620px;
  margin: 0px auto;
  width: 60%;
}

/* 
Colors
*/

.grey {
  color: #383A3F;
}
.blue {
  color: #42AAFE;
}
.offwhite{
  color: #42AAFE;
}
a:hover {
  color: #D7E9F5;
}

/* 
Main Elemennts
*/



/* 
Nav 
*/

#main {
  width: 100% ;
  overflow-y: hidden;
}

#header {
  margin: 0px auto;
  min-width: 800px;
  max-width: 1000px;
}

#header #nav, #header #logo {
  padding: 1px 10px;
}

#header #nav {
  float:right;
  margin-top: 0.2em;
  font-size: 0.8em;
}

#header #nav ul li {
  display: inline;
  margin: 0em 1em;
}

#header #nav ul li a {
  color: #EDEEEF;
  text-transform: uppercase;
}

#header #logo {
  float:left;
}

#header #logo img{
  height: 60%;
  width: 60%;

}
a.button {
  border: #42AAFE solid 2px;
  border-radius: 0.3em;
  margin: 5em 0em;
  padding: 1em 2em;
  cursor: pointer;
}

/* 
Above the fold 
*/


#abovethefold{
  height: 33em;
  text-align: center;
}




/* 
Below the fold 
*/

#belowthefold {
  background-color: white;
  text-align: center;
}

/* 
Footer
*/


#footer {
  color: #42AAFE;
  height: 5em;  
  width: 100% ;
}

#footer .inner-section {
    width: 800px;
}

#footer .copyright {
  color: #42AAFE;
  float: right; 
}
#footer div, 
#footer a{
  font-size: 14px;
}


/* 
responsive designs
*/

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 1000px) {
  #header, #main {
    min-width: 767px !important;
    max-width: 999px;
  }
  .inner-section, #bottommost-section .listing_container, #bottommost-section  .body_container {
    min-width: 600px !important;
  }
  #footer .inner-section {
      width: 100% !important;
  }
  body, p, li, #footer {
    font-size: 1.2em;
  }
  .major-section{
    min-height: 37em;
  }

    html, body {
    }
    body {
      position: relative
    }
  }

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {

  #header, #main {
    min-width: 479px !important;
    max-width: 767px;
  }
  .inner-section, #bottommost-section .listing_container, #bottommost-section  .body_container {
    min-width: 450px !important;
  }
  body, p, li {
    font-size: 1.3em;
  }


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

  #header, #main {
    min-width: 400px !important;
    max-width: 479px;
    overflow-x: hidden;
  }
  .inner-section, #bottommost-section .listing_container, #bottommost-section  .body_container {
    min-width: 400px !important;
  }
  body, p, li {
    font-size: 1.3em;
  }
  #abovethefold{
    height: 40em;
  }


}

/* iPhone 5S */
@media only screen and (max-width: 320px) {

  body, #header, #main {
    min-width: 300px !important;
    max-width: 319px;
  }
  .inner-section, #bottommost-section .listing_container, #bottommost-section  .body_container {
    min-width: 300px !important;
  }
  body, p, li {
    font-size: 1.3em;
  }
  #abovethefold{
    height: 40em;
  }

}
