/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */
body {
  /*background-color: #F2F5F6;*/
  background-repeat: repeat-x;
  background-size: cover;
  background-attachment: fixed;
  background-position: center;
  font-family: 'Lato', sans-serif;
}

a {
  color: #FFCC00;
  text-decoration: none;
}
a:hover {
    color: #17176E;
    text-decoration: none;
}
a:hover, a:focus {
    /*color: #23527c;*/
    color: white;
    text-decoration: none;
}
a.blue:focus {
  color: #202A7F;
}
a.blue:hover {
  color: #202A7F;
}
.downloads {
    color: black;
}
.downloads:hover {
  color:#1a80b6;
}

.black-border {
border: solid black 2px;
}
p {
  font-size: 1.2em;
  margin: 0px;
}
p.black {
    color: black;
}
p.white {
  color: white;
}
p.align-right {
    text-align: right;
}
.logo {
  margin: 25px;
}
tr {
  border: solid black 2px;
  color: white;
}
td {
  border: solid black 2px;
  color: #202A7F;
  padding: 10px;
}
ul {
  list-style: none; /* Remove list bullets */
  padding: 0;
  margin: 0;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid;
}
.home-text {
  font-size: 1.5em;
}

.home-image {
    /* background-repeat: no-repeat; */
    /* background-size: contain; */
    /* padding: 5%; */
    margin-top: 5%;
    border: solid #FFCC00 20px;
}
.home-image-blue {
  margin-top: 5%;
  border: solid #202A7F 20px;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
footer {
  padding: 30px;
  background-color: #202A7F;
  border-top: 25px solid #FFCC00;
  color: white;
  font-size: 1.2em;
}
ul.footer-nav {
    padding-bottom: 30px;
    font-size: 1.4em;
}
ul.social-nav {
    font-size: 19px;
    padding: 0px 30px 30px 0px;
    display: block;
    text-align: right; 
    font-size: 3.5em;
}
.center {
  text-align: center;
}
.right {
text-align: right;
}
.row.footer {
  padding-top: 10px;
  padding-bottom: 40px;
}

.contact-left {
  background-color: #FFCC00;
  height: 300px;
  padding: 8%;
  text-align: center;
  font-size: 5em;
  
}
.contact-left:hover {
  background-color: #FFCC00;
  height: 300px;
  padding: 8%;
  text-align: center;
  font-size: 7em;
}
.contact-right {
  background-color: #21287A;
  height: 300px;
  padding: 8%;
  text-align: center;
  font-size: 5em;
  overflow: hidden;
}
.contact-right:hover {
  background-color: #21287A;
  height: 300px;
  padding: 8%;
  text-align: center;
  font-size: 7em;
  overflow: hidden;
}
.glyphicon-upload:before {
  content: "\e027";
  font-size: 4em;
}
i.fa.fa-envelope.blue {
    color: #17176E;
}
i.fa.fa-envelope.blue:hover {
  color: white;
  height: 100px;
}
.home {
  padding: 2%;
}
.row.grey {
  background-color: #F7F7F7;
  color: black;
}
.row-grey {
  background-color: #F2F5F6;
}
.row.white {
  background-color: white;
  /* padding: 30px; */
}
.image-container {
  /* border: solid 1px blue; */
}
.image-center {
  margin: auto;
  padding: 2%;
}
.banner-text {
  font-size: 1.8em;
}
.fluid-image {
  width: 100%;
  padding: 0px;
  height: 400px;  
}
.donate {
  height: 150px;
  margin: auto;
}

.container-fluid {
  background-color: #21287A;
}
.container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.container p {
  color: black;
}
.container-fluid.white {
    background-color: white;
}
.container-fluid.grey {
    background: gainsboro;
}
.cover-box {
  padding: 20px;
}
.cover-box-bottom {
  margin-top: 250px;
}
.box-spacing {
  padding: 20px;
}
.white-background {
  background-color: white;
}
.white {
  color: white;
}
.blue {
  color: #21287A;
}
.yellow {
    color: #FFCC00;
}
.black {
    color: black;
}
.left {
  text-align: left;

}

.main-header {
  font-size: 6em;
}
h1 {
  font-size: 3.5em;
}
p {
  font-size: 1.3em;
}
.container h3  {
  color: #202A7F;
}
.container h4  {
  color: #FFCC00;
}
.container h5  {
  color: #FFCC00;
}
.container h6 {
    color: #FFCC00;
}


/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */

/* Special class on .container surrounding .navbar, used for positioning it into place. */
.navbar {
  position: relative; 
  min-height: 50px; 
  margin-bottom: 0px; 
  border: 1px solid transparent;
}
.navbar-default {
    font-family: 'Bevan', cursive;
    font-size: 15px;
    background-color: #202A7F;
    padding-top: 5px;
    padding-bottom: 5px;
}
.navbar-default .navbar-brand {
  color: white;    
}
.navbar-default .navbar-nav > li > a {
  color: #FFCC00;   
}
.navbar-default .navbar-nav > li > a:active {
  color: #FFCC00;
}
.navbar-default .navbar-nav > li > a:hover {
  color: whitesmoke;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a {
  color: yellow;
  background-color: transparent;
}

.navbar-default .navbar-nav > .active > a:hover {
  background-color: transparent;
}
.navbar-default .navbar-brand:hover {
  color: #FFCC00;
  background-color: transparent;
}
.dropdown-menu > li > a {
  display: block;
  padding: 2px 14px;
  clear: both;
  font-weight: normal;
  line-height: 1.42857143;
  color: #FFCC00;
  white-space: nowrap;
  font-size: 20px;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;  
  text-align: left;
  list-style: none;
  background-color: #21297C;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 4px;
  -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
  box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}
.dropdown-menu > li > a:hover {
  background-color: navy;
  color: white;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover {
  color: white;
  background-color: navy;
}
.navbar-default .navbar-toggle {
  border-color: black;
  color: white;
  background-color: #FFCC00;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background-color: #FFCC00;
  border-color: black;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  color: #202A7F;
  background-color: white;
}
ul.nav.navbar-nav a:hover {
  margin: 1px;
  background-color: #FFCC00;
  color: #202A7F;
}
 .navbar-default .navbar-nav > li > a:focus {
    color: white;  
}

/*
CUSTOM SLIDES
*/
/* fade slider */
#carousel {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-size: cover;
}

#slides {
overflow: hidden;
position: relative;
width: 100%;
height: 500px;
  
}

#slides ul {
list-style: none;
width:100%;
height:250px;
margin: 0;
padding: 0;
position: relative;
}

 #slides li {
width:100%;
height:100%;
float:left;
text-align: center;
position: relative;
font-family:lato, sans-serif;
}
/* Styling for prev and next buttons */
.btn-bar{
margin:0 auto;
display:block;
position:relative;
top: 150px;
}

#buttons {
padding:0 0 5px 0;
float:right;
}

#buttons a {
text-align:center;
display:block;
font-size:50px;
float:left;
outline:0;
margin:0 35px;
color:white;
text-decoration:none;
display:block;
padding:9px;
width:35px;
}

a#prev:hover, a#next:hover {
color:#202A7F;
text-shadow:.5px 0px #b14943;  
}

.quote-phrase {
  height: 200px;
  font-size: 3em;
  color: whitesmoke;
  font-style: italic;
  text-shadow: .5px 0px #b14943;
  padding: 8% 5% 5% 5%;
}
.quote-marks {
font-size:30px;
padding:0 3px 3px;
position:inherit;
}

.quote-author {
font-style:normal;
font-size:20px;
color:#b14943;
font-weight:400;
height: 30px;
}

.quoteContainer, .authorContainer {
display: table;
width: 100%;

}



/* RESPONSIVE CSS
-------------------------------------------------- */
@media (max-width: 415px) {

.container h1 {
    color: #202A7F;
    font-size: 2.5em;
}
.lighthouse {
  margin: 1%;
  width: 30%;
}
.header {
  margin: 1%;
  max-width: 85%;
}
.contact {
  display: none;
}
.home-image {
  display: none;
}
.image-container {
  padding-top: 0px;
  /* border: solid 1px blue; */
}
.quote-phrase {
    height: 200px;
    font-size: 2em;
    color: whitesmoke;
    font-style: italic;
    text-shadow: .5px 0px #b14943;
    padding: 8% 5% 5% 5%;
}

.row.home {
  text-align: center;
  padding: 5%;
}
.blue-border {
  border: solid #21287A 20px; 
}
#donate {
  display: none;
}
.row-contact {
  margin-right: -15px;
  margin-left: -15px;
  width: 100%;
}
.contact-left {
    background-color: #FFCC00;
    height: 200px;
    padding: 12%;
    text-align: center;
    font-size: 5em;
}
.contact-right {
    background-color: #21287A;
    height: 200px;
    padding: 12%;
    text-align: center;
    font-size: 5em;
}
.footer-box {
  max-width: 170px;
}
span.glyphicon.glyphicon-upload {
  display: none;
}
&middot; {
  display: none;
}

}
@media (max-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper {
    margin-top: 20px;
  }
  .navbar-wrapper .container {
    padding-right: 15px;
    padding-left: 15px;
    background-color: lightblue;
  }
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #FFCC00;
}
  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .featurette-heading {
    font-size: 50px;
  }
}

@media (min-width: 992px) {
  
  .featurette-heading {
    margin-top: 120px;
  }
  .main-image {
    margin-bottom: 50px;
}

}
