/*!
 * Start Bootstrap - Scrolling Nav HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    /*font:14px/1.5 Lato, "Helvetica Neue", Helvetica, Arial, sans-serif;*/
  font-family: 'gentona'; /* Varela Round */
  color:#555555;
  font-weight:400;
  font-size: 160%;
  background: url(../ocp_wallpaper_light_op.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}

h1 {
    font-family: 'quadon';
    font-weight: 400;

}

html {
    width: 100%;
    height: 100%;
}

@media(min-width:767px) {
    .navbar {
        padding: 20px 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out;
        background-color: rgba(255,255,255,0.9);
        font-family: 'titling-gothic';  /* Yanone Kaffeesatz */
        font-weight: 200;
        font-size: 140%;

    }

    .top-nav-collapse {
        padding: 0;
    }
}

@media only screen and (max-width: 767px) {
  body {
    /* The file size of this background image is 93% smaller
       to improve page load speed on mobile internet connections */
    background-image: url(../ocp_phone.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    -webkit-background-size: cover;        
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
  }
  .lineup-hack {
    display: none;
  }
}

/* Demo Sections - You can use these as guides or delete them - the scroller will work with any sort of height, fixed, undefined, or percentage based.
The padding is very important to make sure the scrollspy picks up the right area when scrolled to. Adjust the margin and padding of sections and children 
of those sections to manage the look and feel of the site. */

.first-section {
    /*height: 40%;*/
    padding-top: 100px;
}

.generic-section {
    /*height: 40%;*/
    padding-top: 40px;
}

.copyright {
    padding-top: 40px;
    padding-bottom: 20px;
}


.container {
    background: rgba(255, 255, 255, 0);
    box-shadow: 0 0 0px #dedede;
}
