/* CSS Style Sheet */
body {
  background-color: #000000;
  margin: 0;
}

/* Typography */
h2 {
  font-family: 'Beau Rivage', cursive;
  font-size: 40px;
  font-weight: bold;
  color: #915844 !important;
  margin: 0;
}

h3 {
  background-color: #3a126b;
  width: auto;
  border: 1px solid #dbc9ad;
  color: #fff;
  padding: 13px;
  text-align: center;
  border-radius: 5px;
}

h4 {
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #f7b72e;
}

h5 {
  font-family: 'Oswald', sans-serif;
  text-transform: uppercase;
}

p {
  font-family: 'Raleway', sans-serif;
}

/*@media only screen and (max-width: 767px) {
    h2 {
        font-size: 38px;
        margin-bottom: 18px;
    }
}
.abt {
    margin: 0;
}
@media only screen and (max-width: 767px ) {
    .abt {
        margin-top: -250px;
    }
}
.about {
    max-width: 42%;
    font-size: calc(10px + .8vw);
    position:absolute;
    top: 7%;
    right: 10%;
}
@media only screen and (max-width: 570px) {
    .about {
        max-width: 50%;
        font-size: calc(9px + .8vw);
        top: 5%;
        right: 7%;
    }
}
@media only screen and (max-width: 480px) {
    .about {
        max-width: 55%;
        font-size: calc(9px + .7vw);
        top: 3%;
        right: 4%;
    }
}
@media only screen and (max-width: 406px) {
    .about {
        max-width: 60%;
        font-size: calc(9px + .6vw);
        top: 2%;
        right: 3%;
    }
}
@media only screen and (max-width: 364px) {
    .about {
        max-width: 90%;
        font-size: calc(9px + .6vw);
        top: 2%;
        right: 3%;
    }
}
@media only screen and (max-width: 310px) {
    .about {
        max-width: 97%;
        font-size: calc(9px + .4vw);
        top: 2%;
        right: 3%;
    }
}*/
/* Spacing */
.gap70 {
  padding: 20px 0;
}

.gap1 {
  padding-top: 185px;
}

.gap2 {
  padding-top: 295px;
}

.gap3 {
  padding-top: 220px;
}

.gap4 {
  padding-top: 250px;
}

/* Header */
.header {
  background-image: url(bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #796450 !important;
  border-bottom: 2px solid transparent !important;
  height: 170px;
  width: 100%;
  z-index: 1030;
  -webkit-box-shadow: -2px 1px 7px #000;
          box-shadow: -2px 1px 7px #000;
}

.logo {
  width: 33%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.mybrand {
  font-size: xx-large;
  font-weight: bold;
  color: #f7b72e;
  text-shadow: -2px 2px 3px #000;
}

/* Navbar Decoration */
.mynav {
  width: 100%;
  margin-top: -87px;
  background: #0000004d !important;
}

.mynav a {
  color: #f1e3cd90 !important;
  /* border-bottom: 2px solid transparent !important; */
  margin-left: 10px;
  margin-right: 10px;
}

.mynav a:hover {
  /* border-bottom: 2px solid #f1e3cd !important; */
  width: auto;
  color: #f1e3cd !important;
  -webkit-box-shadow: 0px 0px 11px #f7b72e;
          box-shadow: 0px 0px 11px #f7b72e;
}

.active1 a {
  /* border-bottom: 2px solid rgb(204, 141, 5) !important; */
  color: #cc8d05 !important;
  -webkit-box-shadow: 0px 0px 2px #f7b72e;
          box-shadow: 0px 0px 2px #f7b72e;
}

.navbar-nav {
  padding: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.dropdown-menu {
  background: #0000007e !important;
  width: auto;
  -webkit-box-shadow: -2px 1px 7px #000;
          box-shadow: -2px 1px 7px #000;
}

.dropdown-item {
  background: transparent !important;
}

/* Containers */
.ctnr-srvc {
  margin-bottom: 20px;
}

@media only screen and (max-width: 767px) {
  .ctnr-srvc {
    margin-top: -250px;
  }
}

/* cards */
.mycard {
  background-color: #41332d;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  -webkit-box-shadow: -2px 1px 7px #000;
          box-shadow: -2px 1px 7px #000;
}

/* Misc ?delete section*/
.p-text {
  min-height: auto;
}

@media only screen and (max-width: 1003px) {
  .p-text {
    min-height: 72px;
  }
}

@media only screen and (max-width: 767px) {
  .p-text {
    min-height: auto;
  }
}

/* Buttons */
.mybtn {
  background: #e7a619 !important;
  width: auto;
  text-align: center;
  color: #000;
  position: absolute;
  bottom: 16px;
  -webkit-box-shadow: -2px 1px 7px #000;
          box-shadow: -2px 1px 7px #000;
}

.mybtn:hover {
  background: #f8b930 !important;
}

.mybtn2 {
  background: #cc8d05 !important;
  width: auto;
  text-align: center;
  color: #000;
  margin-top: 20px;
  padding: 5px;
}

.mybtn2:hover {
  background: #f7b72e !important;
}

.mybtn3 {
  background: #cc8d05 !important;
  width: auto;
  text-align: center;
  color: #000;
  margin-top: 20px;
}

.mybtn3:hover {
  background: #f7b72e !important;
}

/* Footer */
footer {
  background: #796450;
  color: #f1e3cd90 !important;
}

/* Services */
.srvc {
  background: yellowgreen !important;
  height: 400px;
}

/* Style the Image Used to Trigger the Modal */
.myImg {
  margin-top: 0;
  border-radius: 0;
  -webkit-box-shadow: -2px 1px 7px #000;
          box-shadow: -2px 1px 7px #000;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.myImg:hover {
  opacity: 0.7;
}

/* The Modal (background) */
.modal {
  display: none;
  /* Hidden by default */
  position: fixed;
  /* Stay in place */
  z-index: 1;
  /* Sit on top */
  padding-top: 100px;
  /* Location of the box */
  left: 0;
  top: 0;
  width: 120%;
  /* Full width */
  height: 120%;
  /* Full height */
  overflow: auto;
  /* Enable scroll if needed */
  background-color: black;
  /* Fallback color */
  background-color: rgba(0, 0, 0, 0.9);
  /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1000px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 0;
  height: 50px;
  font-size: 30px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  to {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* The Close Button */
.close {
  position: absolute;
  top: 30px;
  right: 50px;
  color: #ffffff;
  font-size: 80px;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }
}
/*# sourceMappingURL=custom.css.map */