/*
    Created on : July 1, 2018, 12:00:00 PM
    Author     : John Arvizu
*/
html {
	background: url(/img/background.jpg) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
body{
	background-color: transparent;
	font-size: 16px;
	color: #fff;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.5);
}
a {
    color: #9FC54E;
}
a:hover {
    color: #9FC54E;
	/* color: #fff; */
    text-decoration: none;
}
.borderMe-01 {
	border: 1px red solid;
	color: red;
}
.borderMe-02 {
	border: 1px blue solid;
	color: blue;
}
.borderMe-03 {
	border: 1px green solid;
	color: green;
}
.borderMe-04 {
	border: 1px white solid;
	color: white;
}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    background-color:#9FC54E;
}
.logo {
    width: 50px;
    margin: 0px;
}
.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: 3px #9FC54E solid;
}
.portfolio-img {
	border: 3px rgba(0, 0, 0, .5) solid;
	background-color: rgba(255, 255, 255, 0.3);
	height: 200px;
	padding: 5px;
}
.portfolio-desc {
	font-family: 'Encode Sans Expanded', sans-serif;
}
@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: 3px #9FC54E solid;
    }
}
#nav {
    margin-bottom: 40px;
    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);
}
.navbar-default {
    background-color: rgba(0, 0, 0, 1);
    border: none;
	min-height: 80px;
}
.navbar-nav {
	margin-top: 15px;
	min-height: 50px;
}
.toppad {
    height: 100px;
}
.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 {
    font-size: 1.5em;
    //text-decoration: none;
    //font-family: Segoe UI;
    //margin: 24px;
}
.content {
    //margin-top: 100%;
    //margin-bottom: 100%;
}
.small {
    //margin-left: 24px;
    //color: gray;
}


.spl-bg-01 {
/*    background-color: rgba(0, 0, 0, 0.1);*/
}
.spl-ft-01 {
    color: #ddd;
}
.tagline {
    font-size: 1.75em;
    /* text-shadow: 3px 3px 3px #000; */
}
.thumbnail {
    background-color: rgba(0, 0, 0, 0.5);
    border: 0px;
    width: 225px;
}
.thumbnail a:hover {
    color: #9FC54E;
}
ul {
    list-style-type: none;
}
