
body{
    background-color: #f0f8ff;
    font-family: "Lato";

}


footer{
    padding-top: 60px !important;

}

.user-statement{
    font-size: 0.85em;
}

.no-border{
    border-color: transparent !important;
    background: transparent !important;
}

.innercontent img{
    border: white 6px solid;
    background: white;
}
.innercontent{
    font-weight: lighter;
}

.row{
    padding-bottom: 15px;
}

.copyright{
    font-family: 'Economica', sans-serif;
    color: #999;
    font-weight: normal;
    font-size: 1em;

}

.innercontent a, .innercontent a:visited,.innercontent a:link {
    font-weight: bold;
    color: #0e90d2;
}

.article h4{
    font-weight: bold;
}

.small{
    font-weight: lighter;
}

li{
    font-size: 1em;
}

h1{
    padding-top: 10px;
    font-family: "Lato";
    font-size: 1.6em;
    font-weight: lighter;
}
h2{
    padding-top: 10px;
    font-family: "Lato";
    font-size: 1.2em;
    font-weight: lighter;
}
h3{
    padding-top: 10px;
    font-family: "Lato";
    font-size: 1.2em;
    font-weight: lighter;
}

h4{
    padding-top: 8px;
    font-family: "Lato";
    font-size: 1em;
    font-weight: lighter;
}

p{
    /*padding-bottom: 4px;*/
}

textarea {
    resize:none;
    min-height:100px;
    max-height:300px;

}

.navbar{
    background-image: url("../img/navbg2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 90%;
}

.navbar-toggler-icon{
    background-color: white;
    height: 2em;
    width: 2em;
}

#navbar a span{
    padding-top: 6px;
    display: block;
    font-size: 1.6em;
}

.nav-small span{
    /*padding-top: 8px !important;*/
    font-size: 1em !important;
    margin-top: 0.7em;

    color:  #333333;
}

.bluewhite{
    background-color: #0e90d2;
    color: white;
    padding-left: 4px;
    padding-right: 4px;
}

/* Create a sticky/fixed navbar */
#navbar {
    overflow: hidden;
    /*background-color: #0f94d6;*/
    padding: 90px 10px; /* Large padding which will shrink on scroll (using JS) */
    transition: 0.4s; /* Adds a transition effect when the padding is decreased */
    position: fixed; /* Sticky/fixed navbar */
    width: 100%;
    top: 0; /* At the top */
    z-index: 99;
}

/* Style the navbar links */
#navbar a {
    float: left;
    color: black;
    text-align: center;
    padding-right: 8px;
    padding-left: 8px;
    text-decoration: none;
    /*font-size: 1em;*/
    /*line-height: 25px;*/
    border-radius: 4px;
}

/* Style the logo */
#navbar #logo {
    font-size: 32px;
    font-weight: bold;
    transition: 0.4s;
}

/* Links on mouse-over */
#navbar a:hover {
    background-color: #0f94d6;
    color: black;
}

/* Style the active/current link */
#navbar a.active {
    background-color: #0f94d6;
    color: white;
}

/* Display some links to the right */
#navbar-right {
    float: right;
}

/* Add responsiveness - on screens less than 580px wide, display the navbar vertically instead of horizontally */
@media screen and (max-width: 580px) {
    #navbar {
        padding: 0px 10px !important; /* Use !important to make sure that JavaScript doesn't override the padding on small screens */
        font-size: 1.1em;
    }
    #navbar a {
        float: none;
        display: block;
        text-align: left;
    }
    #navbar-right {
        float: none;
    }
}
