/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&display=swap');

@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/titillium-regular-webfont.woff2') format('woff2'),
         url('../fonts/titillium-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'garamondregular';
    src: url('../fonts/ebgaramondsc12-regular-webfont.woff2') format('woff2'),
         url('../fonts/ebgaramondsc12-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'spaceage';
    src: url('../fonts/spaceage.woff2') format('woff2'),
    url('../fonts/spaceage.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

.thin-fonts {font-family: 'Oswald', sans-serif;}

.mr-1 {margin-right: 0.5rem;} .mr-2 {margin-right: 1rem;}
.mb-1 {margin-bottom: 0.5rem;} .mb-2 {margin-bottom: 1rem;} .mb-3 {margin-bottom: 2rem;} .mb-4 {margin-bottom: 5rem} .mb-5 {margin-bottom: 10rem}

body, html {
    padding: 0px;
    margin: 0px;
    font-family: 'titilliumregular';
    background-color: #461a0c;
}
.hrSpacer5 {margin-right: 5px;}
.hlSpacer5 {margin-left: 5px;}
.hrSpacer10 {margin-right: 10px;}
.hrSpacer15 {margin-right: 15px;}
.hbSpacer10 {margin-bottom: 10px;}
.htSpacer10 {margin-top: 10px}

.orange {
    color: darkorange;
}
.lightblue {
    color: #912200;
}
h6 {
    border-bottom: 1px solid #dcd;
    padding-bottom: 15px;
}

img {
/*        margin-bottom: 15px;*/
}
nav {
    /*font-family: 'Oswald', sans-serif;*/
    font-size: 18px;
}
.topbar {
    color: #fff;
    padding: 0px;
    background-image: url("../images/header-back.jpg");
    background-repeat: repeat-x;
    background-position: top;
}
.topbar a, .topbar .fa {
    color: #fff;
}
.co-name {
    font-size: 32px;
    color: #fff;
    line-height: 50px;
    margin-top: 20px;
    text-shadow: 0px 1px #333;
}
.co-slogan {
    font-size: 32px;
    color: orange;
    line-height: 50px;
    text-shadow: 0px 1px #333;
}
@media screen and (max-width: 991px) {
    .co-name {
        font-size: 22px;
    }
    .co-slogan {
        font-size: 22px;
    }
}
@media screen and (max-width: 767px) {
    .co-slogan {
        font-size: 16px;
        line-height: 20px;
        padding: 8px 10px;
        text-align: center;
    }
}
.sliderback {
    padding: 0px;
    background-image: url("../images/maasai-jewelry.jpg");
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
}
.slider {
    padding: 0;
    text-align: center;
}
.slider h2, .slider h4 {
    color: #fff;
}
.fullMain {
    background-image: url(../images/serengeti-wildebeest-migration.jpg);
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
    background-repeat: repeat-x;
    padding: 0;
    margin: 0;
}
.main {
    padding: 20px 15px;
    margin-top: 50px;
    border-radius: 6px 6px 0 0;
    background-color: rgba(255, 255, 255, 0.95);
}

@media screen and (max-width: 768px) {
    .main {
        margin-top: 0;
    }
}
.safari-top-pic {
    margin-bottom: 30px;
    border-radius: 6px 6px 0 0;
    clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 90%, 50% 100%, 0 90%);
}
.list-group .list-group-item {
    background: rgba(255,255,255,.70);
}
.list-group:hover .list-group-item:not(.list-group-item-heading) {
    background: white;
}
.list-group .list-group-item-heading {
    background: firebrick;
    color: white;
}
.list-group .list-group-item:not(.list-group-item-heading):hover {
    border-left: 4px solid firebrick;
    background: linear-gradient(to bottom, rgba(178, 34, 34, 0.005), rgba(178, 34, 34, 0.1));
    text-shadow: 0 1px 1px #ffffff;
    color: firebrick;
}
/*
@media only screen and (min-width: 769px) {
    .mainPages img.pic {
        max-width: 50%;
        margin: 0px 0px 10px 20px;
    }
}
*/
@media only screen and (max-width: 768px) {
    .mainPages img {
        max-width: 100%;
    }
}
.mainPages p {
    /* text-align: justify; */
}
@media only screen and (max-width: 767px) {
    .mainPages .btn {
        margin: 10px 0px;
    }
}
.price {
    color: darkred;
    font-size: 18px;
    font-family: 'garamondregular';
}
.priceValue {
    font-size: 24px;
    font-weight: bold;
}
@media only screen and (min-width: 992px) {
    .mainPages .safariPic {
        max-width: 48%;
        margin: 4px 30px 4px 0px;
    }
}
.myWell {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
}
.myWell {
    border: 2px solid green;
}

@media only screen and (max-width: 991px) {
    
    .myWell {
        margin: 0px 2%;
        width: 96%;
        padding: 2%;
        margin-bottom: 15px;
    }
    .featDestList {
        text-align: center;
    }
}
@media only screen and (min-width: 992px) {
    .myWell {
        margin: 0px 1%;
        width: 48%;
        padding: 1%
    }
}

.footer {
    color: #fff;
    background-color: #791a1a;
    /*background-image: url(../images/serengeti-wildebeest-migration.jpg);*/
}
.footer a {
    color: #ccc;
}
footer {
    margin-bottom: 20px;
    border-radius: 0 0 6px 6px;
    background-color: rgba(252, 252, 252, 0.15);
}
footer .media {
    position: fixed;
    right: 30px;
    bottom: 30px;
}
footer .media a img {
    max-height: 50px;
    max-width: 50px;
    filter: drop-shadow(0 0 3px #000);
}
.bottom1 {
    padding: 20px 0px;
}
.bottom2 {
    padding: 10px 0px;
}

@media only screen and (max-width: 767px) {
    .bottom2 {
        text-align: center;
    }
}
@media only screen and (min-width: 768px) {
    .powered {
        padding-left: 4%;
    }
}

.powered {
    color: rgba(204, 204, 204, 0.71);
}
.power a {
    font-family: spaceage;
    font-size: 18px;
    color: dodgerblue;
}
.power a:hover {
    color: hotpink;
    text-decoration: none;
}