/*

CONTENTS
- Overwrite

*/


/* OVERWRITE */
/* -------------------------------------------------------------------------- */
.row {
    margin: 0;
}

section {
    padding: 90px 0;
}

.index {
    padding-top: 78px;
}

@media(min-width:768px) and (max-width:991px) {
.index {
    padding-top: 85px;
}
}



/* FONTS */
/* -------------------------------------------------------------------------- */
p {
    font: 400 15px 'Oxygen', sans-serif;    
    line-height: 1.7em;
    margin: 2em 0;
}

@media(min-width:768px) {
p {
    font: 400 14px 'Oxygen', sans-serif; 
    line-height: 2em;
    padding-left: .5em;
    padding-right: 1em;
}
}

h1 {
    font: 700 2.9em 'Montserrat', sans-serif; 
    text-transform: uppercase;
    margin: .2em 0 .4em;
    letter-spacing: -.05em;
}

@media(min-width:768px) {
h1 {
    font: 700 2.9em 'Montserrat', sans-serif; 
    text-transform: uppercase;
    margin: .8em 0 .4em;
    letter-spacing: -.05em;
}
}

h2 {
    font: 700 1.9em 'Montserrat', sans-serif; 
    margin: .4em 0;
    letter-spacing: -.05em;
    color: #999;
}

h3 {
    font: 300 1.3em 'Roboto Slab', sans-serif; 
    margin: .9em 0 1.2em;
    line-height: 1.3em;
}

@media(min-width:768px) {
h3 {
    font: 400 1.2em 'Roboto Slab', sans-serif; 
    line-height: 1.6em;
}
}


h4 {
    font: 400 1.5em 'Roboto Slab', sans-serif; 
    margin: .5em 0 .1em;
    letter-spacing: -.02em;
    line-height: 1.3em;
}

p a {
    color: #ff0000;
    text-decoration: underline;
}



/* NAVBAR */
/* -------------------------------------------------------------------------- */
.navbar-default {
    border: none;
    background: #fff;
}

@media(min-width:768px) {
.navbar-default {
    padding: 25px 0;
}    
}

.navbar-default .navbar-collapse {
    border: none;
    margin-top: 30px;
}
@media(min-width:768px) {
.navbar-default .navbar-collapse {
    margin-top: 0;
}
}
.mainlogo {
    height: 50px;
}

@media(min-width:768px) {
.mainlogo {
    height: 70px;
    margin-left: 30px;
}
}

.navbar-default {
    min-height: 70px;
}
@media(min-width:768px) {
.navbar-default {
    min-height: 90px;
}
}    

.navbar-brand {
    padding: 10px;
}
@media(min-width:768px) {
.navbar-brand {
    padding: 3px 15px 15px;
}
}
    
.navbar-collapse.in {
    border-bottom: 5px solid #c0202d;    
    padding-bottom: 30px;
}

.navbar-collapse {
    padding-left: 30px;
}

.navbar-default .nav li a {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    letter-spacing: 1px;
    color: #222;
}
    
@media(min-width:768px) {
.navbar-default .nav li a {
    text-transform: uppercase;
    font: 400 .94em 'Montserrat', sans-serif; 
    letter-spacing: .15;
    color: #222;
}
}    

.navbar-default .navbar-nav>.active>a {
    border-radius: 0;
    color: #fff;
    background-color: #ff0000;
}
    
@media (min-width: 768px){
.navbar-default .navbar-nav>.active>a {
border-radius: 3px;  
}
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    color: #fff;
    background-color: #ff0000;
}

@media(min-width:768px) {
.navbar-default.navbar-shrink {
    padding: 10px 0;
}
}

@media(min-width:768px) {
.navbar-shrink {
    height: 100px;
}
}
    

/* HEADER SECTION */
/* -------------------------------------------------------------------------- */
#container
{
    position:relative;
}

#image
{    
    position:relative;
    left:0;
    top:0;
}

#text
{
    z-index:100;
    position:absolute;    
    color:white;
    font: 700 .8em 'Montserrat', sans-serif; 
    top: 27%;
    padding: 0 20px;
    text-align: center;
}

#text h1 {
    line-height: .9em;
    margin-bottom: -20px;
}

@media(min-width:768px) {
#text
{
    z-index:100;
    position:absolute;    
    color:white;
    font: 700 .9em 'Montserrat', sans-serif; 
    top:39%;
    left: 10%;
    right: 10%;
    padding: 20px 20px 5px;
    text-align: center;
}
    
#text h1 {
    line-height: 1.2em;
    margin-bottom: -20px;
}    
}

@media(min-width:768px) and (max-width:991px) {
#text {
    top: 30%;
    left: 5%;
    right: 5%;
}
    
#text h1 {
    font-size: 4em;
}
}



/* ABOUT SECTION */
/* -------------------------------------------------------------------------- */
.aboutsec {
    background: #0e111d;
    border-bottom: 5px solid #c0202d;    
    color: #fff;
}

@media(min-width:768px) and (max-width:991px) {
.aboutsec {
    padding: 0 20px;
}
}



/* INSIGHTS SECTION */
/* -------------------------------------------------------------------------- */
.insightssec {
    background: #fff;
    border-bottom: 5px solid #c0202d;    
    padding: 0;
}

@media(min-width:768px) and (max-width:991px) {
.insightssec {
    padding: 0 20px;
}
}

.insightssec h3 {
    font-weight: 400;
}

.iconbox {
    margin-bottom: 2em;
    text-align: center;
}

@media(min-width:768px) {
.iconbox img {
    width: 110px;
}
}

.iconlabel {
    font: 400 1em 'Roboto Slab', sans-serif;
    color: #999;
    margin: .3em auto 0;
    line-height: 1.1em;
}



/* ACTIONS SECTION */
/* -------------------------------------------------------------------------- */
.actionssec {
    background: #0e111d;
    border-bottom: 5px solid #c0202d;    
    color: #fff;
    padding: 0;
}

@media(min-width:768px) and (max-width:991px) {
.actionssec {
    padding: 0 20px;
}
}

.stepicons p {
    margin-top: 0;
}


/* OUTCOMES SECTION */
/* -------------------------------------------------------------------------- */
.outcomessec section {
    padding-bottom: 0;
}

@media(min-width:768px) and (max-width:991px) {
.outcomessec {
    padding: 0 20px;
}
}

.outcomessec h3 {
    font-weight: 400;
}

.outback {
    background: #333;
}


/* CONNECT SECTION */
/* -------------------------------------------------------------------------- */
.contactssec {
    background: #333;
    border-bottom: 5px solid #c0202d;    
    color: #fff;
    padding: 0;
}

@media(min-width:768px) and (max-width:991px) {
.contactssec {
    padding: 0 20px;
}
}

@media(min-width:768px) {
.contactssec {
    padding-bottom: 390px;
}    
}

.contactssec h2 {
    font: 400 2em 'Montserrat', sans-serif; 
    margin: .9em 0 0;
}

.contactssec p {
    margin: .2em 0 1.5em;    
}


/* FOOTER SECTION */
/* -------------------------------------------------------------------------- */
.footer p {
    font: 300 .6em 'Oxygen', sans-serif;    
}
