@import url("https://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,700italic,400,300,700");


.h1, h1 {
    font-size: 30px;
}

.h3, h2 {
    font-size: 22px;
}

.h3, h3 {
    font-size: 18px;
}


.selected {
    font-weight: bold;
}

.divider {
    height: 20px;
    top: 90px;
    position: fixed;
    z-index: 2;
    background: #ffffff;
    width: 100%;
}

html {
    height: 100%;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}


body {
    margin: 10px
}

.content {
  position: relative;
  top: 40px;
  font-size: 15px;
  line-height: 1.4;
  font-weight: 300;
  color: #222222;
  background-color: #ffffff;
}

.navbar-header {
    height: 89px;
}

.navbar-brand {
    height: 100px;
    padding-left: 10px;
    padding-right: 10px;
}

.navbar-brand>span>img {

    z-index: 3;
    height: 90px;
    padding-bottom: 0;
    position: relative;

}


.navbar-nav {
    font-size: 18px;
    line-height: 20px;
    margin-top: 44px;
    margin-bottom: 10px;

}

.navbar-nav>li>a {

    padding-bottom: 0;

}

.container {

    margin-right: 10px;
    margin-left: 10px;
}

@media(max-width: 992px) {
  .navbar-nav {
    margin-top: 11px;
  }
  .content {
    top: 80px;
  }
  .divider {
    background-color: #f8f8f8;
  }
}


#splash_page {
    background: #ffffff url('Rockhopper_BG.jpg') repeat;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#teaser-headline{
    font-family:"Open Sans",sans-serif;
}

#teaser-headline{
    font-size:24px;
    font-weight:bold;
}

#teaser-description {
    font-size:16px;
    margin-top: 50px;
}

#splash{
    text-align: center;
    box-shadow: 10px 10px 20px #111111;
	width: 475px;	height:310px;
    
    background-color: rgba(255, 255, 255, 0.8);
	border-radius:10px;
	position: fixed;
	top:0; 	bottom: 0;	left: 0;	right: 0;	margin: auto;
    padding:10px;
}

#splash_footer {
    color: #DDD;
    font-size: 12px;
    font-weight: bolder;
    text-align: right;
    width: 100%;
    position: fixed;
    bottom: 3px;
    right:15px;
    float: right;
}

#splash_footer a{
    color:#ffffff;
}

@media only screen and (max-width: 475px) {
    #splash {
        width: 90%;
        height: 60%;
        margin: 180px auto auto auto;
    }
}


