/* Move down content because we have a fixed navbar that is 50px tall */
@import url(https://fonts.googleapis.com/css?family=Bree+Serif);
@import url(https://fonts.googleapis.com/css?family=Handlee);
@import url(https://fonts.googleapis.com/css?family=PT+Sans);
@import url(https://fonts.googleapis.com/css?family=Alike);
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
 font-family: 'Handlee', cursive;
  font-weight: 500;
  line-height: 1.1;

}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2px;
  margin-bottom: 5px;
}
h3,
.h3 {
 font-family: 'Alike', serif;
 font-size: 20px;

 color: #E7E7E7;

 background-color: #777283;

 padding-top: 5px;
 padding-bottom: 5px;
 line-height: 28px;
 text-align: center
}

h5, .h5 {font-family: 'Handlee', cursive;
 font-size: 18px;
 text-align: center;
 color: #750000

}
h6, .h6 { font-family: 'Alike', serif;
 font-size: 18px;
 text-align: center;
 color: #750000

}
h2{
 font-family: 'Handlee', cursive;
 font-size: 30px;
 text-align: center;
 color: #750000;
 padding-top: 0px
}
.embed-responsive object h4{
 font-family: 'Handlee', cursive;
 font-size: 2px;
 text-align: center;
 color: #750000;
 margin-top: 0px;
 padding-top: 0px
}
h4, .h4{
 font-family: 'Handlee', cursive;
 font-size: 18px;
 text-align: center;
 color: #F8F8F8;
 margin-top: 2px;
 padding-top: 5px
}
.small{
    font-size: 13px;
    font-style: italic;
    font-weight: 700
}

body {
  min-height: 2000px;
  padding-top: 110px;
  padding-bottom: 20px;
  color: #333333
}
html,
body {
  height: 100%;
  width: 100%;
}
.navbar-collapse.collapse.in {
    display: block!important;
}
/*==================================================
=            Bootstrap 3 Media Queries             =
==================================================*/
/*==========  Mobile First Method  ==========*/

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
body {
  min-height: 2000px;
  padding-top: 140px;
  padding-bottom: 20px;
  color: #333333
}
}

/* Extra Small Devices, Phones */
@media only screen and (min-width : 480px) {
  select {
        border: 0 !important;  /*Removes border*/
        -webkit-appearance: none;  /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        background: #E7E7E7 url(../images/select-arrow.png) no-repeat right;
        width: 100%; /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        color: #5F5B68;
        border-radius: 5px;
        padding: 2px;
        box-shadow: inset 0 0 3px rgba(231, 231, 231, 1);
    }
body {
  min-height: 2000px;
  padding-top: 170px;
  padding-bottom: 20px;
  color: #333333
}
}

/* Small Devices, Tablets */
@media only screen and (min-width : 768px) {
body {
  min-height: 2000px;
  padding-top: 120px;
  padding-bottom: 20px;
  color: #333333
}
}

/* Medium Devices, Desktops */
@media only screen and (min-width : 992px) {
body {
  min-height: 2000px;
  padding-top: 130px;
  padding-bottom: 20px;
  color: #333333
}


}

/* Large Devices, Wide Screens */
@media only screen and (min-width : 1200px) {



}



/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {



}

/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {



}

/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

/* Custom, iPhone Retina */
@media only screen and (max-width : 320px) {

}

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
        border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}

 select {
        border: 0 !important;  /*Removes border*/
        -webkit-appearance: none;  /*Removes default chrome and safari style*/
        -moz-appearance: none; /* Removes Default Firefox style*/
        background: #E7E7E7 url(../images/select-arrow.png) no-repeat right;
        width: 150px; /*Width of select dropdown to give space for arrow image*/
        text-indent: 0.01px; /* Removes default arrow from firefox*/
        text-overflow: "";  /*Removes default arrow from firefox*/ /*My custom style for fonts*/
        color: #5F5B68;
        border-radius: 5px;
        padding: 2px;
        box-shadow: inset 0 0 3px rgba(231, 231, 231, 1);
    }

.demo select.option3 {
	border-radius: 10px 0;
}








.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.countries {
  padding-top: 10px;
  padding-bottom: 10px;

  background-color: #595562;


    text-align: center;
    color: #403E47;
    margin-top: 0px


}
.jumbotron {
  padding-top: 0px;
  padding-bottom: 0px;
  margin-bottom: 0px;
  color: inherit;
  background-color: transparent;
  margin-top: 60px
}

.ft-affix {
  width: 200px;
}
#container{
z-index:2
}
.navbar-brand {
  float: left;
  padding: 5px 4px;

  height: 20px;
  padding-bottom: 0px
}
.navbar-default {
  background-color: #f8f8f8;

  border: none;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 5px solid #403E47
}
 .navbar-right > li > a {
     padding-top: 10px;    padding-left: 2px;
  padding-right: 2px;
padding-bottom: 0px;
margin-bottom: 0px;
font-family: 'Bree Serif', serif;
  color: #EEEEEE;
  font-size: 16px;

  text-transform: uppercase;
 }
.navbar-right > li > a:hover,
.navbar-right > li > a:focus {
  color: #333333;
  background-color: #E7E7E7;
}

.navbar-default .navbar-brand {
color: #5F5B68;
}
.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus {
  color: #5e5e5e;
  background-color: transparent;
}
.navbar-default .navbar-text {
color: #5F5B68;
}
.navbar-default .navbar-nav > li > a { font-family: 'Bree Serif', serif;
  color: #5F5B68;
  font-size: 24px;

  text-transform: uppercase;
  padding-top: 0px;
  padding-bottom: 10px;

}

 .navbar-nav > li > a { padding-top: 10px; margin-top: 10px; padding-left:30px; padding-right: 30px }
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #333333;
  background-color: transparent;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #555555;
  background-color: #e7e7e7;
}
#nav.affix { z-index:1;
  position: fixed;
  top: 0px;
  width: 100%;
  background-color: #A09DA4
}
#nav {
  background: #B7B3B6;
}
#nav > .navbar-collapse > ul > li > a {
  color: #5F5B68;;
}
#nav.affix > .navbar-collapse > ul > li > a {
  color: #D3D1D7;;
}
#nav > .navbar-collapse > ul > .active > a {
  background: #cacaca;
  color: #24c9eb;
}
#nav > .navbar-collapse > ul > li > a:focus {
  background: #cacaca;
  color: #24c9eb;
}
#nav > .navbar-header > .navbar-brand {
  color: white;
}
#nav > .navbar-header > .navbar-toggle {
  border-color: white;
}
#nav > .navbar-header > .navbar-toggle:hover {
 background-color: blue;
}
.label-danger {
  background-color: #A09DA4;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
  padding-bottom: 5px;
  padding-top: 5px;
  line-height: 1.5;
}
.label-danger a{

  font-size: 14px;
  color: #F6F6EE;

}
#programs{background-color:#F6F6EE ;
height:100%;
padding-bottom: 400px
}
#blog{background-color:#EAE8E1 ;
height:100%;
padding-bottom: 400px
}

.img-responsive,
.thumbnail > img,
.thumbnail a > img,
.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  display: block;
  max-width: 100%;
  height: auto;
}
p.text {
  margin-top: 0px;
  padding-top: 10px
}
.media:first-child {
  margin-top: 0;
}
.media,
.media-body {
  zoom: 1;
  overflow: hidden;
}
.media-body {
  width: 10000px;
}
.wrapper {
  position: relative;
}
.buttons {
  height: 250px;
  background: transparent;

}

@media screen and (min-width: 48em) {
  .wrapper:after {
    content: '';
    float: left;
    display: block;
    width: 320px;
    height: 250px;
    margin: 0 0 2px 2px;
  }
  .buttons {
    position: absolute;
    top: 0;
    right: 0;
    width: 320px;

  }
}
img.floatLeft { width:50%
    float: left;
    margin: 4px;
}
img.floatRight {
    float: right;
    margin: 4px;
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-left,
.media > .pull-left {
  padding-right: 10px;
  width: 250px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
.media-middle {
  vertical-align: middle;
}
.media-bottom {
  vertical-align: bottom;
}
.media-heading {
  margin-top: 0;
  margin-bottom: 5px;
}

td.videos {
    text-align: center;
}