/* 
    Created on : Jan 29 2020, 2:45:54 PM
    Author     : John Arvizu
*/
@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 rgba(255,191,0, 1) ridge;
    }
	.navbar-brand {
	padding-left: 10px;
	}
}
a.thumbnail:hover, a.thumbnail:focus, a.thumbnail.active {
    border-color: rgba(255,191,0, 1);
}
.page-background-centered{
	background: url(/im/bg-01a.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
  }
.page-background-offcentered{
	background: url(/im/bg-01a.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	/* background-position: center; */
}
body{
    background-color: rgba(22, 29, 38, 1);
    color: rgba(255, 255, 255, 1);
    font-size: 16px;
	font-weight: 100;
}
body > .container {
    padding: 80px 15px 0;
}
.bg-primary {
    background-color: rgba(41, 44, 47, .5) !important;
}
.btn-default{
    background-color: rgba(0, 0, 0, .5);
    font-size: 24px;
	font-weight: 100;
	/* text-shadow: 3px 3px rgba(0, 0, 0, .75); */
	font-family: 'Open Sans Condensed', sans-serif;
	color: rgba(255, 255, 255, 1);
	border-color: rgba(0, 0, 0, .1);

}
.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default{
    background-color: rgba(0, 0, 0, 1);
    /* font-size: 24px; */
	/* font-weight: 100; */
	/* font-family: 'Open Sans Condensed', sans-serif; */
	/* font-family: 'Lobster', cursive; */
	color: rgba(252, 222, 113, 1);
	border-color: rgba(255, 255, 255, .1);

}
.footer {
    height: 20px;
    background-color: rgba(0, 0, 0, 0.6);
}
.footerText {
    color:  rgba(255, 255, 255, 1);
    font-size: .85em;
    background-color: rgba(0, 0, 0, 0.6);
}
.footerText a {
    color: rgba(255, 255, 255, 1);
}
.footerText a:hover {
    color: rgba(255,191,0, 1);
}
.form-control:focus {
    border-color: #9FC54E;
}
.google-maps {
    position: relative;
    padding-bottom: 85.5%; // This is the aspect ratio
    height: 0;
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}
html {
    /* background: url(/im/bg-04d.jpg) no-repeat center fixed; */
    /* background: url(/im/bg-02.jpg) no-repeat center fixed; */
	/* opacity: 0.5; */
    /* background-size: cover; */
}
.logo {
    margin: 0px;
}
.logo-txt {
    padding-left: 55px;
	color: rgba(252, 222, 113, 1);
	font-size: 5rem;
	/* font-family: 'Lobster', cursive; */
	font-family: 'Open Sans Condensed', sans-serif;
}
.navbar-default {
	background-color: rgba(18, 24, 32, .85);
    border: 0px;
	height: 85px !important;
	padding-top:20px;
}
.navbar-default .navbar-brand {
    color: #9FC54E;
    font-size: 24px;
}
.navbar-default .navbar-nav  li  a {
    color: #fff;
}
.navbar-default .navbar-nav  li  a:hover {
    color: rgba(255,191,0, 1);
}
.navbar-brand {
	padding: 0px;
}
.navbar-toggle collapsed {
	background-color: rgba(255, 0, 0, 1);
    border: 0px;
	height: 85px !important;
	padding-top:20px;
}
.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.modal-header {
	margin-bottom: 10px;
}
.navbar-brand a {
    color: #9FC54E;
	text-decoration: none;
}
.navbar-brand a:hover {
    color: #fff;
	text-decoration: none;
}
#nav {
    margin-bottom: 50px;
    background-color: rgba(0, 0, 255, 0.3);
}
.page-header {
    margin-top: 25px;
    font-size: 16px;
    color: rgba(252, 222, 113, 1);
    border-bottom: 1px rgba(252, 222, 113, 1) ridge;
}
.page-header .title {
    font-size: 24pt;
}
.page-header .subtitle {
    font-size: 21pt;
}
#section {
    height: 100%;
    padding: 0 25px 20px 25px;
    margin-bottom: 25px;
}
#sectionFooter {
    height: 100%;
    padding: 0 25px 20px 25px;
    margin-bottom: 25px;
    background-color: rgba(255, 255, 255, 0.3);
}
.spl-bg-01 {
/*    background-color: rgba(0, 0, 0, 0.1);*/
}
.spl-ft-01 {
    color: #ddd;
}
.subtitle a {
	background-color: rgba(0, 0, 0, .75);
	border-radius: 10px;
	padding: 10px;
}
.social-icons {
	height: 25px;
    fill: rgba(252, 222, 113, 1);
	padding: 0px;
	margin-bottom: 0px;
}
.tagline {
    font-size: 1.75em;
    text-shadow: 3px 3px 3px #000;
}
.thumbnail {
    background-color: rgba(0, 0, 0, .75);
    border: 0px;
	border-radius: 0px 0px 10px 10px;
	padding: 7px;
}
.thumbnail-02 {
    background-color: rgba(18, 24, 32, .75);
    border: 0px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 50px;
	font-size: 1.75rem;
	text-shadow: 3px 3px rgba(0, 0, 0, .75);
	padding: 20px;
}
.biog-03 {
    background-color: rgba(18, 24, 32, .75);
    border: 1px;
	border-radius: 0px 0px 10px 10px;
	margin-bottom: 50px;
	font-size: 1.75rem;
	text-shadow: 3px 3px rgba(0, 0, 0, .75);
	padding: 20px;
}
.thumbnail a:hover {
    color: #9FC54E;
}
.toppad {
    height: 70px;
}
.embed-responsive .embed-responsive-item, .embed-responsive iframe, .embed-responsive embed, .embed-responsive object, .embed-responsive video {
    height: 90%;
	width: 90%;
}

