/* General styles */
body {background: #e0e0e0}
#logo .container{margin-bottom:15px;}

#navigation .container {
  background:#222;
  padding: 10px 0;
  border-bottom: #FFCF42 solid 3px;
}
#navigation a, #navigation span {color:#eee;}
#navigation .navbar-toggler {border-color: #eee;}
#navigation a:hover {background: #555;}
#navigation .navbar-nav .dropdown-menu {background:#222; border:1px #ccc solid}
#navigation .nav .dropdown .dropdown-item:hover, #navigation .nav .dropdown .dropdown-item:focus {background:#555;}

.ftac-header {margin-bottom:50px;}
.ftac-header .col {padding:0;}
h1 {
  color:#eee;
  background: #333;
  padding: 15px 15px 7px;
  margin-bottom:0px;
  border-top:#396494 solid 5px;
}


h2 {font-weight: 700;font-size:20px;text-transform:none;}
h3 {font-weight: 700; font-size: 16px;}

a.btn {white-space: normal;}

a.btn-primary, input[type="submit"] {
  width: 100%;
  padding: 20px 10px;
  background: #7C0101;
  color: #eee;
  border: 0px;
  border-radius: 5px;
  margin-bottom:10px;
}
a.btn-primary:hover {background: #600;}
input[type="submit"] {width: auto; padding:10px 15px;}

#navigation button {width: auto;}
.dk-box {background: #333;color: #eee;padding:15px;margin: 20px;text-align:center;}
.dk-box button {border: 1px solid #999;}

input, textarea {width:100%;}
.other-links-box {
  border: 1px dotted #333;
  padding: 25px 15px 5px;
}
.other-links-box h2 {
  background: #e0e0e0;
  margin-top: -37px;
  padding-bottom: 20px;
}

#footer {
  background: #333;
  padding: 15px;
  color: #eee;
  border-top: #FFCF42 7px solid;
  margin-top:25px;
}

/* Slideshow styles */
#slideshow .container {
  padding-right:0px;
  padding-left:0px;
  border-bottom:#396494 solid 5px;
}
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 4.5s;
    animation-name: fade;
    animation-duration: 4.5s;
  }
  
  @-webkit-keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }
  
  @keyframes fade {
    from {opacity: .4}
    to {opacity: 1}
  }

  @media (min-width: 768px){
    h1 .red-header{
      background: #7C0101;
      padding: 0px 12px 13px; 
    }
    input {width:50%;}
  }
  @media (max-width: 768px){
    .ftac-header {margin-bottom:20px;}
    h1 {text-align: center}
  }