﻿/*
    Blue - #002b5b
    Gold - #dcb439
    Green - #009b48
*/

body{
    font-family: 'Josefin Sans', sans-serif;
    /*font-family: "Vollkorn", serif;*/
    padding-top: 52px;
}


.footer{
    padding-top: 30px;
    padding-bottom: 25px;
    color:#dcb439;
    background-color: #002b5b;
}

.footerContainer {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.footerImg {
    display:block; 
    margin:auto;
}

.footerUL {
    margin:10px; 
    padding: 0px;
    text-align:center;
}

.footerLI{
    list-style:none;
    font-size: medium;
}

.footerNavLI{
    display: inline-block;
    margin-left: 20px;
    margin-right: 20px;
}

.footerNavA{
    color: white;
    font-size: large;
}

.footerNavA:hover {
    color: #009b48;
}

.footerNavAIsActive{
    color: #009b48;
    font-size: large;
    text-decoration: underline;
}

.about {
    padding-top: 0px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 0px;
    background-color:white;
}

.about img {
    width:100%;
}

.about h1 {
    padding: 20px;
    text-align:center;
    font-size:60px;
}

.about ul {
    list-style-image: url('../Images/clover.png');
    font-size: 35px;
}

.about li{
    margin-left: 70px;
    padding-bottom: 5px;
}


.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
    width: 100%;
    margin: auto;
  }

.carousel-caption h3{
    /*text-shadow: 0 0 5px #dcb439;*/
    background-color:#002b5b;
    opacity: 0.8;
    filter: alpha(opacity=80);
    color: #dcb439;
}


.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus 
{
    color: #dcb439;  /*Sets the text hover color on navbar*/
    background-color: #009b48;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active >   
 a:hover, .navbar-default .navbar-nav > .active > a:focus 
{
    color: #009b48; /*BACKGROUND color for active*/
    background-color: #002b5b;
}

  .navbar-default {
    background-color: #002b5b;
    border-color: #002b5b;
    margin-bottom:0px;
}

  .dropdown-menu > li > a:hover,
   .dropdown-menu > li > a:focus {
    color: #262626;
   text-decoration: none;
  background-color: #66CCFF;  /*change color of links in drop down here*/
   }

 .nav > li > a:hover,
 .nav > li > a:focus {
    text-decoration: none;
    background-color: silver; /*Change rollover cell color here*/
  }

  .navbar-default .navbar-nav > li > a {
    color: white; /*Change active text color here*/
   }

  /* MARKETING CONTENT
-------------------------------------------------- */

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
  margin-bottom: 20px;
  text-align: center;
}

.marketing .col-lg-4 p {
  margin-right: 10px;
  margin-left: 10px;
}

.marketing .col-lg-4 {
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
  font-weight: bold;
}

.marketing p {
    font-weight: normal;
    font-size: medium;
    font-family: "Vollkorn", serif;
}

.marketingImg {
    width: 140px;
    height: 140px;
}

/* Featurettes
------------------------- */

.featurette-divider {
  margin: 80px 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 120px;
    }
}

@media (min-width: 768px) {
    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 768px) {
    .featurette-subheading {
        font-size: 35px;
        font-weight: 300;
        line-height: 1.3;
        letter-spacing: -1px;
    }
}

/*@media (min-width: 768px) {
    .panel-title {
        font-size: 9px;
    }
}*/

/*@media (max-width: @screen-xs) {
    body{font-size: 10px;}
}

@media (max-width: @screen-sm) {
    body{font-size: 14px;}
}*/

.jumbotron {
    text-align: center;
    /*background-color: transparent;*/
}

.jumbotron p {
    font-size: 25px;
}

.affiliate-h2 {
    font-size: 40px;
    font-weight: bold;
}

.affiliate-p {
    font-size: 20px;
    letter-spacing: -1px;
}

 .featurette-divider {
    margin: 20px 0; /* <hr> between each */
}

/*.panel-default > .panel-heading {
    background-color: #002b5b;
    border-color: #002b5b;
    color: white;
}*/