@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&family=Rye&display=swap');
  
@font-face {
    font-family: "CustomFont";
    src: url("../fonts/norwester.otf") format("opentype");
    font-weight: normal;
    font-style: normal;
}

.norwester-regular {
    font-family: "CustomFont", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.lato-regular {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.rye-regular {
    font-family: "Rye", serif;
    font-weight: 400;
    font-style: normal;
}

html {
    scroll-padding-top: 70px;
}

.scroll-lock {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    pointer-events: none;
}

.scroll-lock::before {
    content: '';
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
}

.login-modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
    transition: opacity 0.5s ease;
    opacity: 0;
}

.login-modal.show {
    display: block;
    opacity: 1;
}

.login-modal .modal-content {
    background-color: transparent;
    margin: auto;
    padding: 20px;
    width: 80%;
    max-width: 500px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: slide-in 0.5s forwards;
    box-shadow: none;
    border: none;
}

.login-modal .close {
    color: #402508;
    float: right;
    font-size: 28px;
    font-weight: bold;
    opacity: 1;
}

.login-modal .close:hover,
.login-modal .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.login-modal .panel-default .panel-heading {
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1),
                0 8px 10px rgba(0, 0, 0, 0.1), 
                0 16px 20px rgba(0, 0, 0, 0.1);
}

.login-modal .panel-default .panel-heading,
.login-modal .panel-default .panel-footer {
    background-image: url("../images/wood-panel-sm.png")!important;
    background-size: 100% 150%;
    background-repeat: no-repeat;
    background-position: top center;
    border: none !important;
    color: #fff7c5e6 !important;
    text-transform: uppercase;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
    height: 33px;
}

.login-modal .panel-default .panel-footer {
    background-color: transparent;
    rotate: 180deg;
    z-index: 2;
    position: relative;
}

.login-modal .panel-default .panel-body {
    background-color: none;
    color: #fff8cc !important;
    border: none;
    border-top: none;
    background-image: url("../images/pper4.png")!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 120%;
}

.login-modal .without-bg {
    background: none !important;
}

.login-modal .without-bg form { 
    width: 60%;
    margin: 0 auto;
    text-align: left;
    color: #ffe7c5;
    z-index: 2;
    position: relative;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
}

.login-modal .login-input {
    position: relative;
    height: 90px;
}

.login-modal .login-input input {
    color: #000000;
    border: 2px solid #482e1d;
    border-radius: 10px;
    background-color: #e6cc9ea0;
    padding: 10px;
    box-sizing: border-box;    
    position: relative;
    z-index: 1; 
    box-shadow: 
        0 0 0 2px #3b1d0aa9,
        inset 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.login-modal .login-input input:hover {
    color: #222222;
    border: 2px solid #6b442b;
    border-radius: 10px;
    background-color: #f5deb8a0;
    padding: 10px;
    box-sizing: border-box;    
    position: relative;
    z-index: 1; 
    box-shadow: 
        0 0 0 2px #6b3e17a9,
        inset 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.login-modal .login-input input:focus,
.login-modal .login-input input:-webkit-autofill {
    color: #000000;
    outline: none;
    border: 2px solid #6b442b;
    box-shadow: 
        0 0 0 4px #6b442b,
        inset 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.login-modal .login-input input::placeholder {
    color: #000000;
}

.login-modal .invalid-feedback {
    color: #2b1708;
    text-shadow: none;
    font-weight: 700;
}

.login-modal .login-button {    
    color: #000000;
    border: 2px solid #482e1d; 
    border-radius: 10px;
    background-color: #e6cc9ea0;
    padding: 5px 10px;
    box-shadow: 
        0 0 0 2px #3b1d0aa9, 
        inset 2px 2px 4px rgba(0, 0, 0, 0.5); 
}

.login-modal .login-button:active,
.login-modal .login-button:focus,
.login-modal .login-button:hover {    
    color: #222222;
    border: 2px solid #6b442b;
    border-radius: 10px;
    background-color: #f5deb8a0;
    padding: 5px 10px;
    box-shadow: 
        0 0 0 2px #5a2c10a9, 
        inset 2px 2px 4px rgba(75, 75, 75, 0.5); 
}

.login-modal .login-button:active {    
    color: #272727;
    border: 2px solid #7c543a; 
    background-color: #ffe5b7a0;
    box-shadow: 
        0 0 0 2px #653b21a9,
        inset 2px 2px 4px rgba(75, 75, 75, 0.5); 
}

.login-modal .barrel {
    position: absolute !important;
    bottom: 0px !important;
    right: -30px !important;
    z-index: 3;
}

.login-modal .barrel img {
    height: 250px;
}

.login-modal .cactus {
    position: absolute !important;
    bottom: 45px !important;
    left: -10px !important;
    z-index: 1;
}

.login-modal .cactus img {
    height: 200px;

}

.login-modal .tumbleweed {
    position: absolute !important;
    bottom: 30px !important;
    left: 30px !important;
    z-index: 1;
}

.login-modal .tumbleweed img {
    height: 100px;
}

.landing header {
    min-height: 90px;
    width: 100%;
    background: #36211d;
    color: #b46434;
    padding-top: 10px;
    padding-bottom: 20px;
    text-transform: uppercase;
    font-size: 10px;
}

.landing .header-navbar {
    background: #36211d;
    color: #b46434;
    padding-top: 20px;
    text-transform: uppercase;
}

.landing .header-navbar .western-button {
    background: #b76533;
    color: #ffffff;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 11px;
    border: 4px solid #36211d;
    position: relative;
    box-sizing: border-box; 
    border-radius: 0px;
}

.landing .header-navbar .western-button::after {
    content: "";
    position: absolute;
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    border: 1px solid #b76533;
    pointer-events: none; 
    box-sizing: border-box; 
    border-radius: 5px;
}

.landing .header-nav {
    color: #feebcd;
    padding: 10px;
    padding-right: 0px;
    font-weight: 700;
}

.landing .header-nav a {
    padding-left: 20px;
    padding-right: 20px;
}

.landing .header-nav a:last-child {
    padding-right: 0px;
}

.landing .header-nav .header-nav-button {    
    background: #fdd697;
    color: #36211d;
    padding: 7px 20px !important;
    text-transform: capitalize;
    border: none;
}

.landing .feature-image {
    height: 800px;
    width: 100%;
    background: url("../images/ft422.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.landing .feature-image img {
    margin-top: 20px;
    margin-bottom: -20px;
}

.landing .feature-content p {
    color: #36211d;
    width: 300px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.landing .feature-content .subscribe-button {    
    background: #feebcd9d;
    color: #36211d;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 14px;
    border: 1px solid #36211d;
    position: relative;
    box-sizing: border-box; 
    border-radius: 0px;
    margin-top: 10px;
}

.landing .subscribe-section {
    height: 1080px;
    width: 100%;
    background: url("../images/2222.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
}

.landing .subscribe-section img {
    margin-top: 120px;
}

.landing .subscribe-section h3 {
    color: #3f2f36;
    margin-top: 140px;
}

.landing .subscribe-section p {
    color: #3f2f36;
    margin-top: 30px;
}

.landing .subscribe-section form {
    margin-top: 20px;
}

.landing .subscribe-section input {
    width: 50%;
    background-color: #3f2f3642;
    border: 1px solid #3f2f36;
    color: #3f2f36;
}

.landing .subscribe-section input::placeholder {
    color: #3f2f36;
}

.landing .subscribe-section label {
    color: #3f2f36;
 }

.landing .subscribe-section button {
    background: transparent;
    color: #36211d;
    padding: 7px 20px;
    text-transform: uppercase;
    font-size: 12px;
    border: 1px solid #36211d;
    position: relative;
    box-sizing: border-box; 
    border-radius: 0px;
    margin-top: 10px;
}

.landing footer {
    text-align: left;
    font-size: 13px;
    color: #ffd48e;
    padding: 30px;
    width: 100%;
    background: #582515;
    text-transform: uppercase;
}
 
.landing .footer-links {
    float: inline-end;
}

.landing .alert {
    width: 100%;
    margin: 0 auto;
    margin-top: 20px;
}

.landing .alert.alert-danger {
    background: #36211d !important;
    border: 4px solid transparent !important;
    color: #fdd697;
}

.landing .alert.alert-danger::after {
    content: "";
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    border: 2px solid #fdd697;
    pointer-events: none; 
    box-sizing: border-box; 
    border-radius: 5px;
}

@keyframes slide-in {
    from {
        top: -100px;
        opacity: 0;
        transform: translate(-50%, -100px);
    }
    to {
        top: 50%;
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

@media (max-width: 1600px) {        
    .landing .subscribe-section {
        height: 800px;
    }
}

@media (max-width: 767px) {
    .cactus {
        bottom: 70px !important;
    }
    .barrel {
        bottom: 30px !important;
    }
    .login-modal .without-bg form { 
        width: 60%;
    }
}

@media (max-width: 600px) {
    .landing .subscribe-section h3 {
        margin-top: 70px;
    }
    .landing .feature-image img {
        margin-top: 10px!important;
        margin-bottom: -20px;
    }
    .login-modal .panel {
        margin-top: 50px !important;
    } 
    .login-modal .modal-content {
        width: 100%; 
        padding: 10px; 
        background-size: 100% 80%;
        margin-top: 20px;
    }
    .login-modal .cactus {
        bottom: 35px !important;
        left: -21px !important;
    }
    .login-modal .barrel {
        bottom: 0px !important;
        right: -40px !important;
    }
    .login-modal .without-bg form { 
        width: 80%;
    }
    .login-modal {
        overflow: hidden;
    }
    .landing footer, 
    .landing .footer-links {
        font-size: 12px;
        text-align: center;
        float: none;
    }    
    .landing .footer-links {
        float: none;
        display: block;
    }
}