html {
  box-sizing: border-box;
  overflow-x: hidden;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  max-width: 100%;
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  font-family: Roboto, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: normal;
  font-weight: 300;
  color: #efe9e2;
  background-color: #101010;
}

a {
  color: inherit;
  text-decoration: none;
}

h1 {
  margin: 10px 8px;
  font-size: 30px;
  font-weight: bold;
}

h2 {
  margin: 10px 0px;
  font-size: 24px;
  font-weight: bold;
}

h3 {
  margin: 0px 0px 10px 0px;
  font-size: 16px;
  font-weight: bold;
}

ul {
  margin: 0px 0px 10px -20px;
}

li {
  ;
}

.topnav {
  position: fixed;
  z-index: 10;
  top: 0;
  width: 100%;
  background-color: #202020;
}

.topnav-inner,.content-container {
  position: relative;
  box-sizing: border-box;
  max-width: 990px;
}

.topnav-logo {
  float: left;
  margin: 10px 0px 10px 10px;
  background-color: transparent;
}

.topnav-btnbar {
  float: right;
  margin: 10px 0px 10px 10px;
  background-color: transparent;
}

.topnav-btn {
  padding: 12px 16px;
  border-radius: 3px;
  display: block;
  outline: 0;
  line-height: 30px;
  font-size: 18px;
  text-decoration: none;
}

.topnav-btn:hover {
  background-color: #b58e3f;
}

.topnav-dropdwn-hide {
  display: none !important;
}

.topnav-dropdwn-show {
  display: inline-block !important;
}

.topnav_btnblock {
  display: block;
  width: 100%;
  text-align: right;
}

.slideshow-container {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.slideshow-first-slide {
  position: relative;
  top: 0px;
  left: 0px;
  display: block;
}

.slideshow-other-slides {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
}

.slideshow-text {
  color: #b58e3f;
  position: absolute;
  text-align: left;
  background-color: #101010;
  text-decoration: none;
}

.slideshow-text:hover {
  color: #101010;
  background-color: #b58e3f;
}

.slideshow-fade {
  -webkit-transition-property: opacity;
  -webkit-transition-duration: 1.5s;
  transition-property: opacity;
  transition-duration: 1.5s;
}

.content-container {
  padding: 80px 0px;
}

.content-container::after {
  content: "";
  clear: both;
  display: table;
}

.content-one-quarter {
  float: left;
  box-sizing: border-box;
  padding: 0px 8px;
  text-align: justify;
}

.content-three-quarter {
  float: left;
  box-sizing: border-box;
  padding: 0px 8px;
  text-align: justify;
}

.content-one-third {
  float: left;
  box-sizing: border-box;
  padding: 0px 8px;
  text-align: left;
}

.content-card {
  color: #404040;
  background-color: #efe9e2;
}

.content-card-text {
  box-sizing: border-box;
  padding: 0px 8px;
}

.content-card-image {
  ;
}

.content-border {
  box-sizing: border-box;
  padding: 12px 8px;
  border: 1px solid;
  border-color: #b58e3f;
}

.footer-button {
  box-sizing: border-box;
  padding: 3px 5px 5px 5px;
  border: none;
  display: inline-block;
  font-size: inherit;
  color: inherit;
  background-color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.modal-container {
  z-index: 8;
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7)
}

.modal-content {
  margin: auto;
  background-color: #101010;
  position: relative;

  height: 75%;
  overflow: auto;
}

.modal-header-text {
  box-sizing: border-box;
  padding: 0px 8px;
  background-color: #b58e3f;
}

.modal-content-text {
  box-sizing: border-box;
  padding: 0px 16px;
  text-align: justify;
}

.modal-footer-text {
  box-sizing: border-box;
  padding: 1px 16px;
  background-color: #b58e3f;
}

.modal-button {
  position: absolute;
  right: 8px;
  top: 6px;
  box-sizing: border-box;
  padding: 3px 5px 5px 5px;
  border: none;
  display: inline-block;
  font-size: inherit;
  color: #101010;
  background-color: inherit;
  text-decoration: none;
  cursor: pointer;
}

.modal-button:hover {
  border-radius: 3px;
  color: #b58e3f;
  background-color: #101010;
}

@media (min-width:993px) {
  .topnav-inner {
    margin: 0px auto;
  }

  .topnav-btn {
    float: left;
  }

  .topnav-hide-large {
    display: none !important;
  }
  
  .slideshow-image {
    width: 100%;
    overflow: hidden;
  }

  .slideshow-text {
    font-size: 24px;
    padding: 6px 18px;
    left: 16px;
    bottom: 16px;
  }
  
  .content-container {
    margin: 0px auto;
  }

  .content-one-quarter {
    width: 24.99999%;
  }

  .content-three-quarter {
    width: 74.99999%;
  }

  .content-one-third {
    width: 33.33332%;
  }

  .content-card-image {
    width: 100%;
  }

  .modal-content {
    width: 620px;
  }
}

@media (max-width:992px) and (min-width: 761px) {
  .topnav-inner {
    margin: 0px 0px;
  }

  .topnav-btn {
    float: left;
  }

  .topnav-hide-medium {
    display: none !important;
  }
  
  .slideshow-image {
    width: 100%;
    overflow: hidden;
  }

  .slideshow-text {
    font-size: 18px;
    padding: 3px 12px;
    left: 12px;
    bottom: 16px;
  }
  
  .content-container {
    margin: 0px 10px;
  }

  .content-one-quarter {
    width: 24.99999%;
  }

  .content-three-quarter {
    width: 74.99999%;
  }
  
  .content-one-third {
    width: 33.33332%;
  }

  .content-card-image {
    width: 100%;
  }

  .modal-content {
    width: 620px;
  }
}

@media (max-width: 760px) {
  .topnav-inner {
    margin: 0px 0px;
  }

  .topnav-btn {
    ;
  }

  .topnav-hide-small {
    display: none !important;
  }
  
  .slideshow-image {
    height: 214px;
    overflow: hidden;
  }

  .slideshow-text {
    font-size: 16px;
    padding: 2px 12px;
    left: 8px;
    bottom: 12px;
  }
  
  .content-container {
    margin: 0px 10px;
  }

  .content-one-quarter {
    width: 100%;
  }

  .content-three-quarter {
    width: 100%;
  }

  .content-one-third {
    width: 100%;
  }

  .content-card-image {
    height: 100px;
  }

  .modal-content {
    width: 100%;
  }
}

@media (min-height:993px) {
  .modal-container {
    padding-top: 150px;
  }
}

@media (max-height:992px) and (min-height: 401px) {
  .modal-container {
    padding-top: 120px;
  }
}

@media (max-height:400px) {
  .modal-container {
    padding-top: 80px;
  }
}
