@font-face {
  font-family: Huxtable;
  src: url("huxtable.ttf");
  }

  body{
    font-size: 20px;
  font-family: Huxtable, sans-serif; 
  }

html {
  min-height: 101%; }
  
.carousel-caption{
color: #895E34 !important;
text-shadow: none !important;}
  
@media (min-width:1200px){
.up-up {
margin-top: -140px;
}
}

#left-ear{
transform: rotate(45deg);}

#right-ear{
transform: rotate(-45deg);
}

@media (min-width: 768px){
    .navbar-nav{
        float:none;
        margin: 0 auto;
        display: table;
        table-layout: fixed;
    }
}

.navbar-inverse{
background-color: #E5AD2E !important;
border: none !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
background-color: #FFD95E !important;
color: black !important;
}

.navbar-inverse .navbar-nav > li > a {
color: white;
text-align: center;
}

.navbar-inverse .navbar-nav > li > a:hover {
color: #FFD95E !important;
}

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus {
background-color: #E5AD2E !important;
color: #FFD95E !important;
}

.dropdown-menu { 
background-color: #E5AD2E !important;
color: white !important;
}

.dropdown-menu > li > a {
color: white !important;
text-align: center;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
background-color: #E5AD2E !important;
color: #FFD95E !important;
}

.footer-style {
color: white !important;
font-weight: normal !important;
font-size: 14px;
}

.footer-style a{
color: #FFD95E !important;
}

.right-footer-fix {
line-height: 18px;
margin-top: 4px;
}

.text-muted{
font-size: 30px;
}

@media (max-width: 768px) {
.text-muted{
font-size: 20px;
}
}

.img-border{
border: 12px solid #fed85e;
border-radius: 50px;
max-width: 100%;
display: block;
margin-left: auto;
margin-right: auto;
}

td {
  padding-bottom: 0px !important;
  text-align: center; }

input {
  width: 300px;
  text-align: center; }

textarea {
  width: 600px;
  resize: vertical;
  min-height: 35px;
  text-align: center;
  margin-bottom: 20px; }

label {
  font-size: 15px; }

@media (max-width: 768px) {
  input {
    width: 150px;
    font-size: 14px; }

  textarea {
    width: 250px;
    font-size: 14px; } }
	
.footer {
position: fixed;
bottom: 0px;
width: 100% !important;
}

.lead {
text-align: justify;
}