Buttons, etc:	#726FB9 (blue)
hover color:	#fed136 (yellow)
Presidio logo star yellow #FFF100
Presidio Blue #0024F3
-------------------------------------------------------------------*/

/*--------------------
Import Google Fonts
--------------------*/
<!--
/* main font for menu. */
/*@import url(http://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900); */
/* font for headings, text, tags */
/*@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400,500,600,700,800);
@import url(http://fonts.googleapis.com/css?family=Playfair+Display:400italic&subset=latin,latin-ext); 
-->  */


/* style="font-family:'Fjalla One', sans-serif;color:#0024f3;" */

/*--------------------
1. General
--------------------*/

body {
   margin: 0px;
   font-family: "Open Sans", Sans-serif;
/* font-family: 'Roboto', sans-serif; 5/4 */
    
}

h1,
h2 {
    color: #0024F3;
    text-transform: uppercase;
     font-weight: 550;
   /*  font-size: 75px;
	line-height: 75px; */
	margin-top: 75px;
    margin-bottom: 20px;
    
}
h3,
h4,
h5,
h6 {
 font-weight: 300;
    letter-spacing: 0.4px;
    font-family: "Open Sans", Sans-serif;
    color: #232323;
}

p {
    /* font-family: 'Roboto', sans-serif; */
    font-size: 20px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #222;
}

a:hover, a:focus, a:active, a.active {
    color: #fec503;
}
a, a:hover, a:focus, a:active, a.active {
    outline: 0;
}

::selection {
    text-shadow: none;
    background: #fed136;
}

@media (min-width: 768px) {
	section {
	    /* padding: 150px 0; */
        /*padding: 400px 0; */
	}
}

section {
    /* padding: 0px 0; */
}

/*--------------------
2. Navigation
--------------------*/
.navbar-default {
	background-color: #fff;
	border-color: transparent;
    opacity:.95;
}
.navbar-default .navbar-brand {
	color: #0024F3;
	font-family: "Fjalla One",sans-serif;
    font-size: 1.5em;
}

@media only screen and (max-width:375px){
       /* styles for mobile browsers smaller than 480px; (iPhone) */
    .navbar-default .navbar-brand {
        font-size: 1em !important;
}

}

.navbar-default .navbar-brand:focus,.navbar-default .navbar-brand:active,.navbar-default .navbar-brand.active {
	/* color: #FFF100;  I like this version better, but difficult to remove focus */
    color: #0024F3;
}

.navbar-default .navbar-brand:hover {
	 color: #FFF100;
}

.navbar-default .navbar-collapse {
	border-color: rgba(255,255,255,.02);
}
.navbar-default .navbar-toggle {
	background-color: #fff;
	border-color: #0024F3;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #0024F3;
}

.navbar-default .navbar-toggle:hover {
	background-color: #FFF100;
}

.navbar-default .navbar-toggle:focus {
    background-color: #fff;
}

/*
.navbar-default .navbar-toggle:hover,.navbar-default .navbar-toggle:focus {
	/* background-color: #FFF100; */
    /* background-color: #600; */
/* }  */ 

.navbar-default .nav li a {
	font-family: "Roboto",sans-serif;
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 1px;
	color:#0024F3;
}

.navbar-default .nav li a:hover,.navbar-default .nav li a:focus {
	color: #FFF100;
	outline: 0;
}

/* NOT SURE WHAT THIS DOES - SO I CHANGED THE COLORS - REMOVE LATER */
.navbar-default .navbar-nav>.active>a {
	border-radius: 0;
	color: #600;
	background-color: #600;
}

/* NOT SURE WHAT THIS DOES - SO I CHANGED THE COLORS - REMOVE LATER */
.navbar-default .navbar-nav>.active>a:hover,.navbar-default .navbar-nav>.active>a:focus {
	color: #600;
	background-color: #600;
}

@media (min-width:768px) {
	.navbar-default
	{
         background-color: transparent;
         	/* padding: 25px 0; */
        	/* -webkit-transition:padding .3s; */
        	/* -moz-transition:padding .3s; */
        	/* transition:padding .3s; */
        	 border:0 
	}
	.navbar-default .navbar-brand {
		 /* font-size: 2em; */
         /* -webkit-transition:all .3s; */
		 /* -moz-transition:all .3s; */
         /*transition:all .3s */
	}
	.navbar-default .navbar-nav>.active>a {
		/* border-radius: 3px */
	}
	.navbar-default.navbar-shrink {
        background-color: #fff;
		/* padding: 10px 0 */
        border-color: transparent;
        opacity:.95;
	}
	.navbar-default.navbar-shrink .navbar-brand {
		/* font-size: 1.5em; */
	}
}



/*--------------------
3. Header
--------------------*/

header {
}



/*--------------------
4. Sections
--------------------*/
.hero {
    background:url(/images/Presidio.jpg) center no-repeat;
    background-size:cover;
    border:none
    text-align: center;
}
.jumbotron .container {
    text-align:center;
}

.vision-quote h2 {
    /* font-family: "Open Sans", Sans-serif; */
    font-family: 'Cedarville Cursive', cursive;
    padding: 5px;
    font-style: italic;
    font-size: 30px;
    font-weight: 400;
	line-height: 30px;
    letter-spacing: .5px;
    text-transform: none;
    text-align: center;
	/* color:#0024F3; */
    color: #3333cc;
}

.glyphicon {
    font-size: 30px;
}


.section-title h2 {
    font-size: 34px;
    text-transform: uppercase;
}

.section-title p {
    font-size: 15px;
    font-weight: 300;
    line-height: 25px;
    margin: 20px 1px 30px 1px;
}

/*--------------------
4.1. About
--------------------*/

.about-item h3 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-top: 10px; /* 10 */
    margin-bottom: 15px;
}

.about-item p {
font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
    /* margin: auto; */
    margin-bottom: 40px;
}


/*--------------------
4.2. Donate
--------------------*/
.donate-item h3 {
    font-weight: 700;
    font-size: 17px;
    text-transform: uppercase;
    color: #3A3A3A;
    letter-spacing: 2px;
    margin-bottom: 20px;
}

.donate-item p {
    font-size: 14px;
    font-weight: 300;
    line-height: 22px;
    color: #969696;
    margin-bottom: 10px;
}

.donate-QR-code {
    /* height: 80px; */
    /* text-align: center; */
}

.donate-QR-code img {
    /*height: 100px; */
   /* width: auto !important; */
}

.donate-address {
    color:#0024F3;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 70px;
}
/*--------------------
4.4. Misc
--------------------*/

.light-bg {
	background-color: #f8f8f8;
    /* color: #fff; */
}

/*--------------------
4.6. Board
--------------------*/

.board-item {
    text-align: center;
    background-color: #fff;
}

.board-item h3 {
    font-size: 16px;
    font-weight: 500;
}

.board-item .board-location {
    color: #C5C5C5;
    font-size: 13px;
    margin-bottom: 20px;    
}

/* .board-item .board-location {
    color: #C5C5C5;
    font-size: 12px;
    margin-bottom: 20px;    
}
*/ 

.board-item .board-position {
    color: #000;
    font-size: 12px;
}

.board-item p {
    font-size: 13px;
    font-weight: 300;
    color: #9C9C9C;
    padding: 5px 10px 20px 10px;
}

.carousel-caption {
     /* max-width: 550px;
      padding: 0 0px;
      margin:0; */
     /* margin-top: 1px; */
     /* text-align:center; */
    max-width: 100%;
    width: 100%;
    left: 0;
}
/*
.carousel-caption h3 {
    color: white;
    text-align: left;
} */

/* style for small screens */
.carousel-caption p {
    color: white;
    font-size: 12px;
    font-weight: 300;
	line-height: 14px;
    letter-spacing: 0.2px;
    text-align: left;
    padding: 0px;
    padding-left: 20px;
    padding-right: 20px;
}

/* style for larger screens */
@media (min-width:768px){
    .carousel-caption p {
        color: white;
        font-size: 15px;
        font-weight: 300;
        line-height: 23px;
        letter-spacing: 0.2px;
        text-align: left;
        padding: 10px;
        padding-left: 50px;
        padding-right: 50px;
    }
}


.carousel-caption .carousel-inner {
    /* padding: 0px, 0px, 0px, 0px;
    margin: 0px, 0px; */
}
/*--------------------
4.7. Contact
--------------------*/

.contact-item h3 {
    margin-bottom: 30px;
}

.contact-item p {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    font-weight: 300;
	line-height: 23px;
    letter-spacing: 0.2px;
    color: #797979;
    margin: auto;
    width: 300px;
}


.contact-item i {
    margin-left: 5px;
}

.mapouter {
    text-align: center;
    margin: auto;
    width: 400px;
}

/*

.site-footer{padding:20px 0}

@media (min-width:768px){
    .site-footer h5{text-align:left}}

.site-footer h5{color:inherit;font-size:20px}
.site-footer .social-icons a:hover{opacity:1}
.site-footer .social-icons a{display:inline-block;width:32px;border:none;font-size:20px;border-radius:50%;margin:4px;color:#fff;text-align:center;background-color:#798FA5;height:32px;opacity:.8;line-height:32px}

@media (min-width:768px){
    .site-footer .social-icons{text-align:right}}

*/

/*--------------------
5. Footer
--------------------*/

footer {
    padding: 30px;
    background-color: #000;   
}

footer p {
    color: #fff;
    margin: 0;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1.6px;
}

/*--------------------
7. Components
--------------------*/

/*
.mobileHoverFix:hover,
.mobileHoverFix.hover{
    background-position: 0 0px;
}
*/

/*
.btn-xl:hover, .btn-xl:focus, .btn-xl:active, .btn-xl.active, .open .dropdown-toggle.btn-xl {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn:hover, .btn:focus, .btn:active, .btn.active, .open .dropdown-toggle.btn {
    color: #fff;
    background-color: #fec503;
    border-color: #f6bf01;
}

.btn {
    display: inline-block;
    padding: 8px 20px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.btn-xl {
    color: #fff;
     background-color: #726FB9;
    border-color: #726FB9;
    font-family: "Robot",sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    border-radius: 3px;
    font-size: 18px;
    padding: 20px 40px;
}
*/
/*
@media only screen
and (min-width : 320px)
and (max-width : 480px) {
#back-top {
    position: fixed;
    bottom: 10px;
    right: 30px;
}
}

*/