@import url('https://fonts.googleapis.com/css?family=Roboto');
body {
    margin:0;
    font-family: 'Roboto', sans-serif;
    padding-top:15px;

    background-image: url("../images/background.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; 
}

p{
    font-weight: 100;
    font-size:  25px;
}
h1
{
    font-weight: 900;
}
h2
{
    font-weight: 900;
}
h3
{
    font-weight: 900;
}
h4
{
    font-weight: 900;
}

.fa:hover {
    text-decoration: none;
    background-color: #efefef;
}

.navbar .navbar-nav {
    display: inline-block;
    float: none;
    vertical-align: top;
}

.navbar .navbar-collapse {
    text-align: center;
}

/* menuBar settings  */

.navBarCustom{
    background-color: white;
}

li.menuBar{
    font-size:30px;
}

li.menuBar a{

    width: 200px;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

li.menuBar:hover a{
    width: 250px;
}

.active{
    text-decoration:  none;
    font-style: oblique;
}
/*collapse the navar at 1200px*/
@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

.roundedImage {
    border-radius: 5px;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    max-width: 100%;
    height: auto;
    /*max-height: 3000px;*/
}
.roundedImageThumbnail {
    border-radius: 5px;
    padding: 4px;
    line-height: 1.42857;
    background-color: #fff;
    border: 1px solid #ddd;
    display: inline-block;
    height:300px;
    width: 300px;
    /*max-height: 3000px;*/
}

.pageHeader{
    background-color: #60bb46;
    padding: 10px 0px 10px 0px
}
