/*
Theme Name: Fuji Financial Responsive HTML
Author:Sephora Design
Author URI:http://sephoradesign.com
Version:1.0.0
Created:November 2014
License: Creative Commons Attribution 3.0 License (https://creativecommons.org/licenses/by/3.0/)
File Description: Place here your custom CSS styles
*/

.header {
    color: #ffffff;
    background-image: url(../images/body-bg.jpg);
    background-repeat: repeat;
}

h2 {
    font-size: 38px;
	font-weight: 700;
	margin-bottom: 20px;
}

.main-navigation .navbar-default .navbar-nav > li > a {
    color: #000000;
}

@media (min-width:768px) {
    .main-navigation .navbar-default .navbar-nav > li > a {
        padding-top: 55px;
    }
}

@media (min-width: 768px) {
    .fixed-header-on .navbar-default .navbar-nav > li > a {
        padding-top: 45px;
    }
}

.fixed-header-on .logo {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
    margin-top: 0;
    margin-bottom: 0;
}

@media (max-width:768px) {
    .header-left {}
}

#copyright-foot {
    font-size: 12px;
    text-align: center;
}

blockquote {
    font-size: 22px;
    font-style: italic;
    font-weight: 400;   
}

.principal {
    background-color: #f1f1f1;
}
.overlay i {
    margin-top: -20px;
    margin-left: -22px;
    font-size: 3em;
}
.no-indent li{
    list-style-position: outside;
}
.no-indent {
    padding-left:20px;
}
.expertise {
    background-color: #f1f1f1;
}

.bg-image-1 {
	background: url("../images/bg-image-3.jpg") 50% 0px no-repeat;
}
.bg-image-2 {
	background: url("../images/bg-image-2.jpg") 50% 0px no-repeat;
}
