/*
Theme Name:     Stratus Child Theme
Theme URI:      http://demo.themovation.com/stratus/
Description:    Child theme for Stratus
Author:         Themovation
Author URI:     http://themovation.com
Template:       stratus
Version:        1.1
License:        Regular License
License URI:    http://themeforest.net/licenses/regular

*/


.site-footer {
  background: orange;
}

.navbar .navbar-nav > li > a {
    position:relative;
    color:#828282;
    font-size:15px;
    font-weight:300;
    padding:15px 0;
    margin:0 15px;
    -webkit-transition:all 0.1s linear;
    -moz-transition:all 0.1s linear;
    transition:all 0.1s linear;
}
