/* Navbar */
.topnav {
    overflow: hidden;
    background-color: #51723b;
    text-align: center;
    z-index: 6;}
 
.topnav a {
    display: inline-block;
    margin-right: -4px;  /* inline-block gap fix */
    color: #fff;
    padding: 15px 50px;
    text-decoration: none;
    font-family: obliqua, sans-serif;
    font-weight: bolder;
    font-size: 20px;
    -webkit-transition: background 0.3s linear;
    -moz-transition: background 0.3s linear;
    -ms-transition: background 0.3s linear;
    -o-transition: background 0.3s linear;
    transition: background 0.3s linear;
    z-index: 9;}
.topnav a:hover {
    background-color: #EB692E;
    color: black;
}  
.topnav .icon {
    display: none;
}
/* Body */
.py-5 {
    background-color: #FAEAE3;
}
.logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    width: 100%;
}
body, html {
    min-height: 100%;
}
.bg {  
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
body {
    background-color: #FAEAE3;
}
.heading {
    text-align: center;
}
h1 {
    font-family: cheap-pine, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 700%;
    text-shadow: -3px -3px 0 #fff, 0 -3px 0 #fff, 3px -3px 0 #fff, 3px  0 0 #fff, 3px 3px 0 #fff, 0 3px 0 #fff, -3px 3px 0 #fff, -3px 0 0 #fff;    
    margin-top: 25px;
    color: #8B3424;
    display: inline
}
h2 {
    font-family: cheap-pine, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 400%;
    text-shadow: -3px -3px 0 #fff, 0 -3px 0 #fff, 3px -3px 0 #fff, 3px  0 0 #fff, 3px 3px 0 #fff, 0 3px 0 #fff, -3px 3px 0 #fff, -3px 0 0 #fff;    
    color: #8B3424;
    display: inline
}
h3 {
    font-family: obliqua, sans-serif;
    font-weight: bolder;
    margin-left: 5%;
    margin-right: 5%;
    margin-top: 5%;
}
h4 {
    font-family: obliqua, sans-serif;
    font-size: 125%;
    font-weight: 750;
}
h5 {
    font-family: obliqua, sans-serif;
    font-weight: bolder;
}
.body {
    font-family: Arial, Helvetica, sans-serif;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 5%;
}
/* Accordian */
#accordion {
    width: 75%;
    margin: 50px auto;
}
#accordion .ui-accordion-content {
    width: 100%;
    background-color: #FCF3EB;
    color: #777;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12pt;
    line-height: 17pt;
    border-radius: 5pt;
}
html {
    height: 100%;
    background: #e3e3e0;
  }
  a {
    text-decoration: none;
  }
  :focus, :active {
    outline: 0;
}
#accordion .ui-accordion-content > * {
    margin: 0;
    padding: 20px;
}
#accordion .ui-accordion-header a {
    color: #fff;
    font-family: obliqua, sans-serif;
    line-height: 42px;
    display: block;
    font-size: 18pt;
    width: 100%;
    text-indent: 10px;
}
#accordion .ui-accordion-header {
    background-color: #ccc;
    margin: 0px;
}
#accordion .ui-accordion-header:first-of-type {
    background-color: #51723b;
    background-image: -moz-linear-gradient(top,  #51723b 0%, #6D9150 100%); /* FF3.6+ */
    background-image: -webkit-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #51723b 0%,#6D9150 100%); /* W3C */
    border-radius: 5px;
}
#accordion .ui-accordion-header:nth-of-type(2) {
    background-color: #51723b;
    background-image: -moz-linear-gradient(top,  #51723b 0%, #6D9150 100%); /* FF3.6+ */
    background-image: -webkit-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #51723b 0%,#6D9150 100%); /* W3C */
    border-radius: 5px;
}
#accordion .ui-accordion-header:nth-of-type(3) {
    background-color: #51723b;
    background-image: -moz-linear-gradient(top,  #51723b 0%, #6D9150 100%); /* FF3.6+ */
    background-image: -webkit-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #51723b 0%,#6D9150 100%); /* W3C */
    border-radius: 5px;
}
#accordion .ui-accordion-header:last-of-type {
    background-color: #51723b;
    background-image: -moz-linear-gradient(top,  #51723b 0%, #6D9150 100%); /* FF3.6+ */
    background-image: -webkit-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Chrome10+,Safari5.1+ */
    background-image: -o-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* Opera 11.10+ */
    background-image: -ms-linear-gradient(top,  #51723b 0%,#6D9150 100%); /* IE10+ */
    background-image: linear-gradient(to bottom,  #51723b 0%,#6D9150 100%); /* W3C */
    border-radius: 5px;
}
#accordion .ui-accordion-header a {
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    text-shadow: 1px 1px 0px rgba(0,0,0,0.2);
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-left: 1px solid rgba(0, 0, 0, .2);
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    border-top: 1px solid rgba(250, 250, 250, .2);
}
/* Form */
.contactForm {
    padding-bottom: 100px;
    background-color: #FAEAE3;
}
.form-label {
    color: #000000;
    font-family: obliqua, sans-serif;
    font-weight: bold;
}
.btnForm {
    background-color: #51723B;
    font-family: obliqua, sans-serif;
    font-weight: bold;
    width: 25%;
    border: oldlace 5px;
    display: block;
    margin: auto;
}
/* Cards */
.card-img-wrap {
    overflow: hidden;
    position: relative;
}
.card-img-wrap:after {
    content: '';
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    background: rgba(255,255,255,0.3);
    opacity: 0;
    transition: opacity .25s;
}
.card-img-wrap img {
    transition: transform .25s;
    width: 100%;
}
.card-img-wrap:hover img {
    transform: scale(1.2);
}
.card-img-wrap:hover:after {
    opacity: 1;
}
/* Footer */
footer {
    background-color: #51723B;
    padding-top: 5px;
    padding-bottom: 5px;
}
.socials {
    float: center;
    text-align: center;
}
p.copyright {
    color: #000;
    font-size: 80%;
    font-weight: bold;
    font-family: obliqua, sans-serif;
    position: absolute;
    width: 100%;
    text-align: left;
    bottom: 0;
    padding-left: 10px;
}
/* Media */
@media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: right;
      display: block;
    }
  }
 
@media screen and (max-width: 600px) {
    .topnav.responsive {position: relative;}
    .topnav.responsive .icon {
      position: fixed;
      right: 0;
      top: 0;
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: center;
    }
}