.navbar-inverse{
    background-color: #336699;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ededed;
}

/*!
 * Start Bootstrap - Small Business HTML Template (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    padding-top: 70px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    font-size: 18px;
}

.navbar-fixed-top .nav {
    padding: 15px 0;
}

.navbar-fixed-top .navbar-brand {
    padding: 0 15px;
}

footer {
    padding: 30px 0;
}

.rounded-corners {
    border: 1px solid #fff;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

#heading-name{
    font-style: italic;
    font-size:250%;
    margin: 0px 0px 30px 0px;
    padding: 0px;
}

.tagline{
    border: 3px solid #999;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;

    padding: 8px 5px 15px 5px;
    background: #336699;
    text-align: center;
    color:#f5f5f5;
}

.tagline a {
    text-decoration: none!important;
    color:#00ffff;
}

.tagline a:hover, .tagline a:active, .tagline a:focus {
    text-decoration: none!important;
    color:#33ccff;
}


.brand-font{
    font-family: Fugaz One;
}

.services-images{
    width: 100%;
    margin-bottom: 10px;
}

.red{
    color: #770000;
}

.blue{
    color: #003399;
}

.text-huge{
    font-size: 175%;
}

.text-large{
    font-size: 125%;
}

.text-small{
    font-size: 85%;
}

#mai1{
   font-size:125%;
}



/*small*/
@media screen and (max-width:769px) {
    #mai1{
        font-size: 14px!important;
    }
#heading-name{
    font-size: 180%;
}

}

@media(min-width:768px) {
    body {
        padding-top: 100px; /* Required padding for .navbar-fixed-top. Change if height of navigation changes. */
    }

    .navbar-fixed-top .navbar-brand {
        padding: 15px 0;
    }



}
