/*
    Created on : Mar 28, 2015, 2:45:54 PM
    Author     : John Arvizu
*/
html {
    background: url(/img/background.jpg) no-repeat center fixed;
    background-size: cover;
}
body{
    background-color: transparent;
    font-size: 16px;
    color: #fff;
}
a {
    color: #9FC54E;
}
a:hover {
    color: #fff;
    text-decoration: none;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
}
.navbar-default .navbar-brand {
    color: #9FC54E;
    font-size: 24px;
}
.navbar-default .navbar-brand a a:hover a:visited a:active {
    color: #9FC54E;
    font-size: 24px;
    text-decoration: none;
}
.page-header {
    margin-top: 25px;
    font-size: 36px;
    color: #fff;
    border-bottom: 1px #9FC54E ridge;
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (-webkit-min-device-pixel-ratio: 1){
    .page-header {
        margin-top: 25px;
        font-size: 16px;
        color: #fff;
        border-bottom: 1px #9FC54E ridge;
    }
}
#nav {
    margin-bottom: 50px;
    background-color: rgba(0, 0, 255, 0.3);
}
#section {
    height: 100%;
    padding: 0 25px 20px 25px;
    margin-bottom: 25px;
    background-color: rgba(0, 0, 0, 0.3);
/*    background-color: rgba(255, 255, 255, 0.3);*/
/*    padding-top: 100px;*/
}
.navbar-default {
/*    background-color: rgba(0, 0, 0, 0.3);*/
    background-color: rgba(0, 0, 0, 1);
    border: 0px;
}
.toppad {
    height: 70px;
}
.specialfont-a {
    font-family: 'Lato', sans-serif;
    font-size: 250%;
    font-weight:bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    text-align: left;
    padding-top: 40px;
    margin-bottom: 55px;
}
.specialfont-b {
    font-family: 'Lato', sans-serif;
    font-size: 120%;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
    margin-bottom: 25px;
}
.specialfont-c {
    font-family: 'Lato', sans-serif;
    font-size: 120%;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.5);
    text-align: left;
    margin-left: 25px;
    margin-right: 25px;
}
.smoothScroll {
    text-decoration: none;
    //font-family: Segoe UI;
    //margin: 24px;
}
.title {
    //text-decoration: none;
    //font-family: Segoe UI;
    //margin: 24px;
}
.content {
    //margin-top: 100%;
    //margin-bottom: 100%;
}
small {
    //margin-left: 24px;
    //color: gray;
}