/*  
Theme Name: Integral-Pro Child
Theme URI: http://www.themely.com/themes/integral/
Author: Themely
Author URI: http://www.themely.com/
Description: Integral Child Theme
Template: integral-pro
*/

@import url("../integral-pro/style.css");

/** Theme customization starts here
================================================**/
.hero.masterslider {

    padding: 60px 0 0 0;

}

.navbar-default .navbar-nav > .active > a {
    color: #161616;
    text-transform: lowercase;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    background: none;
    transition: all 0.25s ease 0s;
    border-bottom: 2px solid transparent;
}

@media screen and (max-width: 640px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 0;
    }
    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 0;
    }
    .flex-direction-nav {display:none;}
}

.content ul,
.content li,
.content blockquote {
    font-size: 2rem;
    line-height: 24px;
}

body {
margin-top: 35px;
}