/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 24/12/2016, 8:15:22 AM
    Author     : peter
*/

/*!
 * Start Bootstrap - Freelancer v3.3.7+1 (http://startbootstrap.com/template-overviews/freelancer)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

.divide-nav {
  height: 85px;  
}

.divide-text {
    color: #fff;
    line-height: 20px;
    font-size: 20px;
    padding: 15px 4px;
}

.affix {
  top: 85px;
  width: 100%;
}

a,a.active,a:active,a:focus,a:hover {
    color: black;
    outline: 0
}

.navbar-custom .navbar-brand, .navbar-custom .navbar-brand.active, .navbar-custom .navbar-brand:active, .navbar-custom .navbar-brand:focus, .navbar-custom .navbar-brand:hover, .navbar-custom .navbar-nav li a, header {
    color: #fff
}

.img-centered {
    margin:0 auto
}

.navbar-custom {
    background: #ec2029;
    font-weight: 700;
    border: none;
}

.navbar-custom a:focus {
    outline: 0;
}

.navbar-custom .navbar-nav {
    letter-spacing: 1px;
}

.navbar-custom .navbar-nav li a:hover {
    color: #ec2029;
    outline: 0;
}

.navbar-custom .navbar-nav li a:active,.navbar-custom .navbar-nav li a:focus {
    color: #fff;
}

.navbar-custom .navbar-nav li.active a,.navbar-custom .navbar-nav li.active a:active,.navbar-custom .navbar-nav li.active a:focus,.navbar-custom .navbar-nav li.active a:hover {
    color: #fff;
    background: #ec2029;
}

.navbar-custom .navbar-toggle {
    color:#fff;
    text-transform: uppercase;
    font-size: 10px;
    border-color: #fff;
}

.navbar-custom .navbar-toggle:focus, .navbar-custom .navbar-toggle:hover {
    background-color: #ec2029;
    color: #fff;
    border-bottom-color: black;
    border-bottom-width: 5px;
}
 
@media (min-width:768px){
    .navbar-custom {
        padding: 25px 0;
        /*
        -webkit-transition: padding .3s;
        -moz-transition: padding .3s;
        transition: padding .3s;
         */
    }
    
    .navbar-custom .navbar-brand {
        font-size: 2em;
        /*
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s;
         */
    }
    
    .navbar-custom.affix { 
        padding: 10px 0;
    }
    
    .navbar-custom.affix .navbar-brand {
        font-size: 1.5em;
    }
}

/*
section {
    padding: 100px 0
}

section h2 {
    margin: 0;    
    font-size: 3em;
}

section.success { 
    background: red;
    color: #fff;
}
 */
 

