/* Core Stuff */
/* 38CB31_1_0*/

@font-face {
    font-family: 'geogrotesque';
    src: url('../fonts/38CB31_1_0.woff2') format('woff2'),
         url('../fonts/38CB31_1_0.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'geogrotesque';
    src: url('../fonts/38CB31_0_0.woff2') format('woff2'),
         url('../fonts/38CB31_0_0.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}

@font-face {
    font-family: 'pt_serifregular';
    src: url('../fonts/pt_serif-web-regular-webfont.woff2') format('woff2'),
         url('../fonts/pt_serif-web-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'pt_serifregular';
    font-size: 1rem;
    line-height: 1.7;
    color: #606d6e;
}

/* general styles */
html, body {
  height: 100%;
  width: 100%;
  color: black;
  font-size: 1.05em;
  line-height: 1.2;
}

body.default{
    padding: 70px 0px;
}

body.default p{
    padding: 0px 10px;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'geogrotesque';
  font-weight: bold;
}

blockquote {
    font-size: 13.5px;
    border-left: none;
}

.modular-row{
	margin-top: 50px;
}

.modular-row ~ .modular-row{
	margin-top: 0px;
	position: relative;
}

.text-container{
	background: rgba(255,255,255,0.8);
	position: absolute;
	top: 100px;
}

.text-content{
  max-width: 600px;
  margin: 0 auto;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {  
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.navbar.navbar-default.navbar-fixed-top, .footer{
  background-color: rgba(0,116,136,1) !important;
  background-image: none;
  border-width: 0px;
}

.footer{
  text-align: center;
}

.navbar-default .navbar-nav > li > a, .footer-links > a{
  font-family: 'geogrotesque';
  color: rgba(255,255,255,1);
}

.navbar-default .navbar-nav > li.active > a,
.navbar-default .navbar-nav > li > a:hover{
  font-weight: bold; 
  color: rgba(255,255,255,1) !important;
}


.navbar-brand, .navbar-nav>li>a {
  line-height: 1.2;
}

.navbar .container{
  padding-left: 0px;
}

.navbar-toggle{
    background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar{
    background-color: rgba(0,116,136,1);
}

.parallax-background{
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.parallax-window{
    position: relative;
    min-width: 100%;
    min-height: 100%;
    background: transparent;
}

@media (hover: hover) {
    background-attachment: initial;
}
