a,
a:focus,
a:hover {
  color: #fff;
}

.nav-masthead a:hover {
  background-color: #d9534f;
  border-radius: 5px;
}

html,
body {
  min-height: 100%;
}

body {
  background-size: cover;
  color: #fff;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-size:18px !important;
}

.cover-copy{
    color:#fff !important;
}

.site-wrapper {
  display: table;
  width: 100%;
  height: 100%;
  min-height: 100%;
  background: rgba(48, 53, 70, 0.7);
  box-shadow: inset 0 0 100px rgba(0, 0, 0, 0.5);
}

.site-wrapper-inner {
  display: table-cell;
  vertical-align: top;
}

.cover-container {
  margin-right: auto;
  margin-left: auto;
}

.inner {
  padding: 30px;
}

.masthead-brand {
  color: #FFF !important;
  font-size: 18px;
  font-weight: 550;
  text-shadow: 1px 1px #303546;
}

.nav-masthead {
  text-align: center;
  display: block;
  color:#fff !important;
}

.nav-masthead .nav-link {
  display: inline-block;
  color:#fff !important;
}

/*
.organich-link:hover .organich-img {
  border-image: linear-gradient(to right, purple, lightgreen, orange); 
  border-image-slice: 1;
}
*/

.organich-link {
  text-decoration: none !important;
}

.organich-link:hover .sub-header {
  text-shadow: 1px 1px #fff;
}

.organich-img {
  padding: 12px;
  /*
  border-bottom: 5px solid transparent; 
  border-image: linear-gradient(to right, orange, lightgreen, purple); 
  border-image-slice: 1;
  */
}

@media (min-width: 768px) {
  .masthead-brand {
    float: left;
  }
  .nav-masthead {
    float: right;
  }
}

.cover {
  padding: 0 20px;
}

.cover .btn-notify {
  padding: 10px 60px;
  font-weight: 500;
  border-radius: 40px;
  font-size: 15px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  color: #FFF;
}

.cover-heading {
  font-weight: 500;
  letter-spacing: 10px;
  font-size: 2rem;
  margin-bottom: 15px !important;
}

.sub-header{
    font-size: 23px;
    letter-spacing: 6px;
    color:#fff !important;
}

.cover-copy {
  font-size: 15px;
}

.cover-heading
{
    color:#fff !important;
}

@media (min-width: 768px) {
  .cover-heading {
    font-size: 3.4rem;
    letter-spacing: 15px;
  }
}

.cover-copy {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
}

.mails {
  margin-top: 6rem;
}

.mastfoot {
  color: #999;
  color: rgba(255, 255, 255, 0.5);
}

#subscribeModal .modal-content {
  background-color: #303546;
  color: #fff;
  text-align: left;
}

#subscribeModal .modal-header, #subscribeModal .modal-footer {
  border: 0;
}

#subscribeModal .close {
  color: #fff;
}

#subscribeModal .form-control {
  margin-top: 1rem;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}

#subscribeModal .form-control:focus {
  border-color: #49506a;
}

@media only screen and (max-width: 768px) {
  nav {
    margin-top: 35px !important;
  }
  .mails {
    margin-top: 5rem;
  }
  .mails .col-auto {
    margin-bottom: 15px !important;
  }
}

@media only screen and (min-width: 768px) {
  .mails-2 {
    margin-top: 2rem;
  }
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  .site-wrapper-inner {
    vertical-align: middle;
  }
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    width: 1060px;
  }
}
