/* ==========================================================================
   Custom styles by Jordan Reed
   ========================================================================== */

html, body {
    height: 100%;
    background:#f2f2f2;
    color: #36454f;
    margin:0;
    overflow-x: hidden;
    font-family: 'Open Sans', sans-serif;
}

h1, h3 {
    font-weight: 300;
    letter-spacing: 1px;
}

h2 {
    font-weight: 600;
    letter-spacing: 3px;
}

p {
    font-size: 1em;
    font-weight: 300;
    letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
    p {
        font-size: 1.3em;
    }  
}

/**
.navbar-inverse {
    background: #36454f;
    color:#f2f2f2;
    border:none;
    height: 100px;
    opacity: .99;
}
.navbar-inverse a.navbar-brand.navbar-nav {
    position: relative;
    top:20px;
    font-size: 1.5em;
    color:#f2f2f2;
}
.navbar-nav {
    margin-right: 10px;
    margin-left:10px;
}
**/


.jumbotron {
    background: #fff;
    color:#36454f;
    margin-bottom: 0;
}

.brand-block {
    position: relative;
}

.poster {
    display: block;
    position: relative;

}

.blurb {
    display: block;
    position: relative;
}

   .brand-block  hr {
        display:none;
        visibility: hidden;
    }
    
@media screen and (max-width: 767px) {
    .brand-block  hr {
        display:block;
        visibility: visible;
    }

    .blurb {
        margin-top:25px;
    }
    .blurb p {
        margin-left:20px;
    }
}
    
@media screen and (min-width: 992px) {
    .blurb {
        top:45px;
    }
}

.brand-block .blurb p {
    font-size:1.75em;
}

@media screen and (min-width: 992px) {
    .brand-block .blurb p {
    font-size: 2em;
}
}


#vfv {
    max-width: 1920px;
}

.color-block {
    background:#36454f;
    color: #f2f2f2;
}

@media screen and (min-width: 768px) {
    .color-block {
    padding: 100px 0 100px 0;
    }
    
    .principle hr {
    display: none;
    visibility: hidden;
}
}
@media screen and (max-width: 767px) {
.principle {
    padding: 30px;
}
.principle hr {
    display: block;
    visibility: visible;
}
}
.color-block,
.grey-block {
    padding: 100px;
}
.color-block hr {
    opacity: 0.1;
    margin-top: 100px;
    margin-bottom: 100px;
}

.btn {
    border: none;
}
.btn-primary,
.btn-default {
   color:#36454f;
   text-shadow:none;
   font-weight: 600;
   border-radius: 0;
   box-shadow: 0 2px 6px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
   width: 180px;
   padding: 15px;
   letter-spacing: 1px;
}
.btn-default,
.btn-default:hover {
    background: #36454f;
    color: #fff;
}
.btn-primary,
.btn-primary:hover{
    background: #d4d26a;
    color: #36454f;
}

.color-block-alt {
    background: #c5dfec;
}
.grey-block {
    background:#eee;
}

.overlay-block {
    position: relative;
}
.overlay-block img {
    position: relative;
    display:block;
    z-index: 0;
    left:50%;
    transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
.overlay-block p {
    position: absolute;
    display: inline-block;
    z-index: 20;
    font-size: 2em;
    color: #36454f;
    background:rgba(242,242,242,.95);
    padding: 50px;
    bottom:25px;
    left:50%;
    transform: translateX(-50%);   
}

}
@media screen and (max-width: 767px) {
.overlay-block p {
    position: relative;
    display: inline-block;
    font-size: 1.2em;
    padding: 50px;   
}
}

.team-block {
    position: relative;
    background: #f2f2f2;
}

.team-overlay {
        display: none;
}
.team-block p {
    font-weight: 300;
}
.team-block p, .team-block span {
    position: relative;
    z-index: 20;
}
@media screen and (max-width: 767px) {
    
    .team-block.container {
        padding:0; 
        margin:0;
        width:100%;
    }
    
    .team-block {
        margin-bottom: 25px;
    }
    
    .team-overlay {
        display: inline-block;
        position: absolute;
        z-index: 1;
        height: 100%;
        width: 100%;
        background: rgba(54,69,79,0.75);
        
    }
  .team-block p, .team-block span {
    color: #36454f;
    position: relative;
    display: block;
    z-index: 20;
    color: #f2f2f2;
    padding: 50px;
    bottom:0;
    left:50%;
    transform: translateX(-50%);
}  
.team-block p {
    font-weight: 400;
    font-size: 1.25em;
}

.team-block span {
    font-weight: 600;
    font-size: 1em;
}
}


.vcenter {
    position: absolute;
    display: inline-block;
    top: 50%;
    transform: translateY(-50%)
}


.contact-block {
    position: relative;
    padding: 0;
}

.contact-block .container {
   background:#fff;
   box-shadow: 0 1px 3px rgba(0,0,0,0.12);
   padding: 5px;
}

.contact-block textarea,
.contact-block input.form-control,
.contact-block .form-control {
   border-color:#eee;
   border-radius: 0;
   box-shadow: none;
   background: #fff;
   color: #333;
   box-shadow:inset 0 1px 2px rgba(0,0,0,0.12);
   min-width: 320px;
   width:100%;
}

.contact-block label {
    margin:25px 0 5px 0;
}

.contact-block button {
    margin: 25px 0 25px 0;
}

@media screen and (min-width: 768px) {
.contact-block {
    padding: 50px;
}
.contact-block form {
    width: 100%;
}
.contact-block .contact-block {
     padding: 50px;
}
.contact-block textarea,
.contact-block input.form-control,
.contact-block .form-control {
   min-width: 500px;
   width:100%;
}
}

.contact-block textarea {
    min-height: 150px;
    resize: none;
}
.contact-block textarea.form-control {
    border: 1px solid #eee;
}










