@charset "utf-8";
/* CSS Document */

/*

GREEN: #006438
GOLD: #f9db2d
GREY: #282424

*/

/* PRELOADER AND PAGE CONTAINER */


#loader {
    z-index: -2; width: 100vw; height: 100vh;
    background-color: #282424;
}

#logo-container{
    position: absolute; top: 55%; left: 50%;
    height: 600px; width: 600px;
    margin: -300px 0px 0px -300px;
}

#spinner{
    -webkit-animation: spin 3s linear infinite;
    animation: spin 3s linear infinite;
    transform-origin: center;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0); }
    100% { transform: rotate(360deg); }
}

#page-container{
    overflow-x: hidden;
}

.button a{
    color: #fff;
}

.emphasis{
    color: #F8DC2D !important; text-decoration: none;
    font-weight: 600;
}

.button-text{
    padding: 0px 10px;
}

.button a:hover{
    text-decoration: none;
    color: #fff;
}

.c19-text{
    color: black;
    font-size: 22px;
    text-align: center;
    font-weight: 800;
}

.c19-btn{
    width: 500px !important;
    font-size: 24px !important;
}

#white-text{
    color: #ffffff !important;
}

#home-container{
    display: none;
    overflow-x: hidden;
}

.pageload{
    visibility: visible !important;
    animation: load 150ms ease-in-out forwards;
}

@keyframes load {
    from{
        opacity: 0;
    }to{
        opacity: 1;
    }
}

body{
    height: 100vh;
    width: 100vw;
    padding: 0px;
    margin: 0px;
    overflow-x: hidden;
}

.ease{
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}

.class-holder{
    opacity: 0;
}

/* CONTACT FORM */

#contactform{
    text-align: center;
    background-color: rgba(40, 40, 36, 0.6);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.form-title{
    color: #ffffff;
    font-size: 36px; 
    margin: 10px 0px 10px 0px;
    border-bottom: 2px solid #006438; 
    padding: 10px;
}

.form-button{
    background-color: #006438;
    color: #ffffff;
    border-style: none;
    padding: 10px 20px;
}

.form-input{
    width: 300px;
}

.form-label{
    margin-bottom: 0px;
    color: white;
    font-weight: 500;
    margin: 0px 0px 5px 0px;
}

.form-confirm{
    background-color: rgba(40, 40, 36, 0.6);
    padding: 20px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
}

.form-thanks{
    
    color: #ffffff;
    margin-bottom: 0px;
}

.form-thanks-text{
    color: #ffffff;
}

/* NAV BAR */

.nav-item:hover{
    cursor: pointer;
}

.nav-link{
    color: #ffffff !important; cursor: pointer;
}

.nav-link:hover{
    color: #F8DC2D !important;
}

.text-link{
    color: #F8DC2D !important;
}

.navbar-toggler-icon{
    color: #FFFFFF; margin-top: 8px;
}

.navbar{
    background-color: rgba(20, 20, 20, 0.9); z-index: 1000000000;
}

.nav-item{
    margin: 0px 5px; cursor: pointer;
}

.nav-active{
    color: #F8DC2D !important;
}

.nav-active.dropdown-item{
    color: #F8DC2D !important;
}

.dropdown-item{
    color: #FFFFFF !important;
}

.dropdown-item:hover{
    color: #F8DC2D !important;
    background-color: transparent!important;
}

.dropdown-menu{
    margin-top: 14px !important;
    background-color: rgba(20, 20, 20, 0.9) !important;
    border-radius: 0px;
}

#carousel{
    max-height: 860px;
}

#cont-cancel{
    width: 100%; height: 100%;
    position: fixed; z-index: 2000;
}

#cancel-bg{
    width: 100%; height: 100%;
    position: fixed;
    background-color: rgba(10,10,10,0.9);
}

#cancel-bg:hover{
    cursor: pointer;
}

#cancel-pop{
    background-color: white;
    height: 40vh; width: 40vw;
    position: relative; left: 50%; top: 50%;
    margin-top: -20vh; margin-left: -20vw;
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
}

#cancel-info{
    width: 100%; height: 90%;
    background-image: url("images/deer_page/header.jpg");
    background-position: center; background-size: cover;
    text-align: center;
}

#cancel-block{
    width: 100%; height: 90%;
    position: absolute;
    background-color: rgba(0,0,0,0.65);
}

#cancel-button{
    position: absolute; bottom: 0px;
    height: 110px; width: 100%;
    font-size: 36px; line-height: 110px;
}

#cancel-close{
    position: absolute; right: 0px;
    height: 70px; width: 70px;
    text-align: center; font-size: 40px; line-height: 70px;
    color: white; z-index: 4000;
}

.cancel-contact{
    color: white;
}

.cancel-contact:hover{
    color: white;
    text-decoration: none;
}

#cancel-close:hover{
    color: darkgray; cursor: pointer;
}

.cancel-caption{
    color: white; position: absolute; z-index: 400;
    top: 25%; width: 100%; text-align: center;
    font-size: 56px; font-family: 'Fjalla One', sans-serif;
    line-height: 56px;
}

.carousel-caption{
    background-color: rgba(0, 100, 56, 0.6); text-align: center;
    margin-bottom: 40px; height: 100px; line-height: 65px;
    font-family: 'Fjalla One', sans-serif;
    padding: 20px 0px !important; width: 1150px; 
    margin-left: auto; margin-right: auto;
}

.carousel-caption h1{
    font-size: 56px;
}

.slider{
    width: 100%; height: 600px;
    background-size: cover; background-position: center;
}

#slider1{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-s1.jpg");
    background-position: 0px -250px;
}

#slider2{
    background-image: url("images/homepage/saskatchewan-black-bear-hunting-s2.jpg");
}

#slider3{
    background-image: url("images/homepage/saskatchewan-whitetail-hunting-lodge-s3.jpg");
}

#welcome{
    padding: 80px 30px;
}

.parallax {
    /* The image used */
    background-image: url("images/homepage/home_background.jpg");
    height: auto; 
    background-attachment: fixed; background-position: center;
    background-repeat: no-repeat; background-size: cover;
}

.parallax-lake{
    /* The image used */
    background-image: url("images/fishing_page/lakeBackground.jpg");
    height: auto; 
    background-attachment: fixed; background-position: center;
    background-repeat: no-repeat; background-size: cover;
}

.lightrow{
    background-color: #FFFFFF;
}

.greenrow{
    background-color: #006438; color: #FFFFFF;
}

.darkrow{
    background-color: #282424;
}

.calendar-title-row{
    background-color: #282424;
}

.darkrow .row-title{
    color: #FFFFFF;
}

.lastdark{
    border-bottom: 2px solid white;
}

.left-title{
    border-bottom: 2px solid #006438; padding: 15px;
    font-family: 'Fjalla One', sans-serif; font-size: 36px;
}

.left-text{
    padding: 15px; font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.right-title{
    color: #FFFFFF; border-bottom: 2px solid #006438; padding: 15px;
    text-align: right; font-family: 'Fjalla One', sans-serif; font-size: 36px;
}

.right-text{
    padding: 15px; color: #FFFFFF; font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif; 
}

.center-title{
    text-align: center; border-bottom: 2px solid #006438; padding: 15px;
    font-family: 'Fjalla One', sans-serif; font-size: 36px;
}

.center-text{
    text-align: center; padding: 15px; font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.row-title{
    text-align: center; font-size: 48px;
    font-family: 'Fjalla One', sans-serif;
}

.book2021{
    text-align: center; font-size: 32px; color: #ffffff !important;
    font-family: 'Fjalla One', sans-serif; margin-top: 50px;
}

.row-text{
    text-align: center; font-size: 24px;
    font-family: 'PT Sans Narrow', sans-serif;
    margin-top: 20px;
}

.section{
    padding: 70px 120px;
}

.section-img{
    height: 500px;
}

.fishing-img{
    height: 500px;
}

.fishing-img-col{
    text-align: center;
}

.section-btn{
    width: 190px !important; font-size: 26px !important;
    height: 50px !important; line-height: 50px !important;
}

#deerhunts{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-home.jpg");
    background-position: center; background-size: cover;
}

#bearhunts{
    background-image: url("images/homepage/saskatchewan-black-bear-hunting-outfitter.jpg");
    background-position: center; background-size: cover;
}

#getaways{
    background-image: url("images/homepage/saskatchewan-whitetail-hunting-lodge.jpg");
    background-position: center; background-size: cover;
}

#fishing{
    background-image: url("images/fishing_page/fishingGallery_2.jpg");
    background-position: center; background-size: cover;
}

.triplesec{
    height: auto;
    text-align: center;
}

.tripleheight{
    height: 400px;
}

#gmap{
    width: 100%;
    text-align: center;
    margin: 60px 0px 0px 0px;
}

.hunts{
    position: absolute; top: 50%; left: 50%;
    width: 300px; height: 80px; padding: 5px 20px;
    margin-left: -150px; margin-top: -40px;
    font-size: 52px; color: #ffffff; background-color: rgba(0, 100, 56, 0.6);
    font-family: 'Fjalla One', sans-serif;
}

.hunts:hover{
    text-decoration: none; color: #FFFFFF; font-size: 60px;
    width: 350px; height: 94px;
    margin-left: -175px; margin-top: -46px;
}

.contactbook{
    padding: 70px 0px;
}

.parallax-title{
    color: #ffffff; background-color: rgba(40, 40, 36, 0.8); height: auto; width: 900px;
    padding: 10px 15px 6px 15px; font-size: 48px; margin-left: auto; margin-right: auto;
    margin-top: 20px; 
}

.btn-cntr{
    margin-top: 20px !important;
}

.double-buttons{
    width: 100vw; margin: 20px auto;
}

.cb-buttons{
    margin-top: 60px;
}

.btn-dark{
    background-color: #282424 !important; 
}

.download-btn{
    width: 300px !important;
}

.button{
    height: 65px; width: 250px; line-height: 65px;
    background-color: #006438; color: #FFFFFF !important;
    cursor: pointer; font-family: 'PT Sans Narrow', sans-serif; font-size: 36px;
    margin: 0px auto; text-align: center;
}

.button:hover{
    background-color: #003F23;
}

.btn-dark:hover{
    background-color: #000000 !important;
}

.btn-bs{
    margin-top: 20px;
}

#footer-info{
    background-color: #282424;
    padding: 20px; color: #fff;
}

#footer-info-mb{
    background-color: #282424;
    padding: 20px; color: #fff;
    display: none;
}

.footersec{
    text-align: left; font-family: 'PT Sans Narrow', sans-serif;
    font-size: 18px; margin-bottom: -10px;
}

.footer-title{
    font-family: 'Fjalla One', sans-serif;
    font-size: 24px; margin-bottom: 2px !important;
}

.footer-logo{
    height: 210px;
}

.f-soc{
    font-size: 32px; margin: 3px 7px 0px 7px;
    color: #FFFFFF;
}

.f-soc:hover{
    color: #F8DC2D;
}

.f-soc-title{
    margin-top: 15px !important;
}

.f-link{
    color: #ffffff;
}

.f-link:hover{
     color: #F8DC2D !important; text-decoration: none;
}

#footer-cr{
    background-color: #282424; border-top: solid 2px white;
    color: #A5A5A5; text-align: center; padding-top: 15px;
}

#footer-logo{
    max-height: 200px;
}

.bgboat{
    background-image: url("images/fishing_page/BOAT.jpg");
    background-size: cover; background-position: center; padding: 120px 0px;
}

.boat-box{
    padding: 60px 0px;
}

.banner{
    background-position: center;
}

#deer-banner{
    background-image: url("images/deer_page/header.jpg");
}

#bear-banner{
    background-image: url("images/bear_page/header.jpg");
}

#lodging-banner{
    background-image: url("images/lodging_page/header.jpg");
}

#fishing-banner{
    background-image: url("images/fishing_page/header.jpg");
}

#getaways-banner{
    background-image: url("images/getaway_page/header.jpg");
}

#book-banner{
    background-image: url("images/booking_page/header.jpg");
}

#about-banner{
    background-image: url("images/about_page/header.jpg");
}

#contact-banner{
    background-image: url("images/contact_page/header.jpg");
}

.banner{
    height: 500px; background-size: cover; background-position: center;
}

.img-caption{
    text-align: center; font-family: 'Fjalla One', sans-serif; font-size: 18px;
}

.banner-title{
    color: #FFFFFF;
    text-align: center;
    padding: 15px;
}

#bookstay{
    margin-top: 60px;
    margin-bottom: 10px;
}

.centertext{
    text-align: center;
    background-color: #C4C3C3;
    padding: 15px;
}

.centerbtn{
    text-align: center;
    margin-bottom: 60px;
}

.gr-title{
    text-align: center;
    margin: 50px 0px;
}

.staff-img{
    height: 400px;
}

.staff-name{
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    border-bottom: 2px solid #006438;
    line-height: 28px;
    padding-bottom: 10px;
}

.staff-title{
    font-size: 28px;
    font-family: 'PT Sans Narrow', sans-serif;
}

.staff-name-dark{
    font-family: 'Fjalla One', sans-serif; color: #FFFFFF;
    font-size: 40px;
    border-bottom: 2px solid #006438;
    line-height: 28px;
    padding-bottom: 10px;
}

.staff-title-dark{
    font-size: 28px;
    font-family: 'PT Sans Narrow', sans-serif;
}
.staff-bio{
    font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
}

.staff-bio-dark{
    color: #FFFFFF; font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px;
}

.contact-icon{
    color: #FFFFFF;
    font-size: 48px;
    margin-top: 20px;
    margin-left: 20px;
}

.contact-info{
    padding: 10px; 
    width: 95%;
    background-color: rgba(40, 40, 36, 0.6);
    height: 150px; 
    margin: 30px auto 0px auto;
}

.contact-btn:hover{
    text-decoration: none !important;
}

.block-address{
    font-size: 28px; color: #FFFFFF; line-height: 28px;
    font-family: 'PT Sans Narrow', sans-serif;
    text-align: center;
    margin-top: -45px;
}

.underline-title{
    border-bottom: 2px solid #006438; padding: 10px;
}

.book-text{
    color: #FFFFFF; font-family: 'PT Sans Narrow', sans-serif;
    font-size: 22px; padding: 10px 10px 0px 10px; text-align: center;
}

.calendar-row{
    padding: 35px 60px;
}

.calendar-title{
    color: #FFFFFF;
    font-family: 'Fjalla One', sans-serif; font-size: 36px;
    padding: 50px 0px 0px 30px;
}

.calendar{
    height: auto; width: 100vw;
    border: 1px solid #FFFFFF;
    padding: 50px;
}

.calender-btn{
    margin-top: 35px !important;
}

.huntblock{
    color: #707070; height: 300px; width: 500px;
    background-size: cover; margin: 20px auto; background-position: center; 
}

.hunt-date{
    margin-top: 20px;
    margin-bottom: 20px;
    line-height: 10px; color: #ffffff;
}

.hunt-available{
    font-size: 14px; color: #ffffff;
}

.huntinfo{
    position: absolute; bottom: 20px;
    background-color: rgba( 0, 0, 0, 0.6);
    width: 500px; padding: 2px 15px;
}

.huntcost{
    text-align: center;
    width: 100%; height: 55px; line-height: 55px;
    font-size: 36px; color: #FFFFFF;
    font-family: 'Fjalla One', sans-serif;
}

.huntpricing{
    width: 1000px; margin: 0px auto;
    background-color: #006438; height: 55px;
}

.fishpricing{
    width: 1000px; margin: 0px auto;
    background-color: #006438; height: 120px;
}

.bookpricing{
    width: 100%;
    margin: 0px !important;
}

.currency{
    font-size: 26px;
}

.dates{
    width: 100vw;
}

.book-year{
    text-align: center; 
    font-size: 24px;
    width: 200px;
}

.book-year a{
    color: #FFFFFF;
    text-decoration: none !important;
}

.book-year a:hover{
    color: #F8DC2D;
}

.book-active{
    background-color: #FFFFFF;
}

.book-active a{
    color: #000000;
}

.book-active a:hover{
    color: #006438;
}

.hidden{
    display: none !important;
}

.row-hotels{
    padding: 50px 30px;
}

.hotel-title{
    font-family: 'Fjalla One', sans-serif;
    margin-top: 15px; color: #000000;
    border-bottom: 2px solid #006438;
    padding-bottom: 5px; font-size: 36px;
}

.hotel{
    text-align: center;
    padding: 10px; width: 500px;
    background-color: rgba(40, 40, 36, 0.6);
    height: 250px; margin: 30px auto 0px auto;
}

.hotel-name{
    font-family: 'Fjalla One', sans-serif; font-size: 28px;
    color: #FFFFFF; padding-bottom: 5px;
    border-bottom: 2px solid #006438;
    padding: 8px;
    margin-bottom: 60px;
}

.block-btn{
    margin-left: auto;
    width: 200px; height: 40px;
    font-size: 24px; line-height: 40px;
    text-decoration: none;
}

.gear-btn a{
    color: #FFFFFF;
}

.gear-btn:hover > a{
    text-decoration: none; color: #FFFFFF !important;
}

.block-btn a{
    color: #FFFFFF !important;
}

.block-btn:hover > .hotel-link{
    text-decoration: none !important; color: #FFFFFF !important;
}

.block-btn:hover > .contact-btn{
    text-decoration: none !important; color: #FFFFFF !important;
}

.gallery-indicators li{
    background-color: #282424 !important;
    height: 20px !important; width: 20px !important;
    border-radius: 50%; margin: 0px 10px !important;
}

.gallery-indicators .active{
    background-color: #000000 !important;
}

.dark-indicators li{
    background-color: #D4D4D4 !important;
}

.dark-indicators .active{
    background-color: #ffffff !important;
}

.gallery{
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}

#gallerypage1, #gallerypage2, #gallerypage3, #gallerypage4, #gallerypage5, #gallerypage6, #gallerypage7, #gallerypage8, #gallerypage9, #gallerypage10, #fish-gallerypage1, #fish-gallerypage2{
    max-width: 2000px;
    margin: 0px auto;
    text-align: center;
}

.galleryimg a{
    width: 365px; float: left;
}

.galleryimg{
    display: inline-block;
}

.gallery-title{
    margin-top: 30px;
}

.gallery-images{
    height: 490px;
}

/* GALLERY IMAGES */
.gallery-imgs{
    background-position: center; background-size: cover;
    height: 400px; border: 2px solid #000000; margin: 15px;
}

.gallery{
    margin-bottom: 20px;
}

/* HOMEPAGE GALLERY */
#hp-gallery-1{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg8.jpg");
}

#hp-gallery-2{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg3.jpg");
}

#hp-gallery-3{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg5.jpg");
}

#hp-gallery-4{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg6.jpg");
}

#hp-gallery-5{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg.jpg");
}

#hp-gallery-6{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg2.jpg");
}

#hp-gallery-7{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg4.jpg");
}

#hp-gallery-8{
    background-image: url("images/homepage/saskatchewan-whitetail-hunts-hg7.jpg");
}

/* DEER PAGE GALLERY */

#deer-gallery-1{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-1.jpg");
}

#deer-gallery-2{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-2.jpg");
}

#deer-gallery-3{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-3.jpg");
}

#deer-gallery-4{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-4.jpg");
}

#deer-gallery-5{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-5.jpg");
}

#deer-gallery-6{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-6.jpg");
}

#deer-gallery-7{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-7.jpg");
}

#deer-gallery-8{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-8.jpg");
}

#deer-gallery-9{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-1.jpg");
}

#deer-gallery-10{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-10.jpg");
}

#deer-gallery-11{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-11.jpg");
}

#deer-gallery-12{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-12.jpg");
}

#deer-gallery-13{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-13.jpg");
}

#deer-gallery-14{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-14.jpg");
}

#deer-gallery-15{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-15.jpg");
}

#deer-gallery-16{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-16.jpg");
}

#deer-gallery-17{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-17.jpg");
}

#deer-gallery-18{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-18.jpg");
}

#deer-gallery-19{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-19.jpg");
}

#deer-gallery-20{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-20.jpg");
}

#deer-gallery-21{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-21.jpg");
}

#deer-gallery-22{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-22.jpg");
}

#deer-gallery-23{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-23.jpg");
}

#deer-gallery-24{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-24.jpg");
}

#deer-gallery-25{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-25.jpg");
}

#deer-gallery-26{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-26.jpg");
}

#deer-gallery-27{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-27.jpg");
}

#deer-gallery-28{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-28.jpg");
}

#deer-gallery-29{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-29.jpg");
}

#deer-gallery-30{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-30.jpg");
}

#deer-gallery-31{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-31.jpg");
}

#deer-gallery-32{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-32.jpg");
}

#deer-gallery-33{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-33.jpg");
}

#deer-gallery-34{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-34.jpg");
}

#deer-gallery-35{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-35.jpg");
}

#deer-gallery-36{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-36.jpg");
}

#deer-gallery-37{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-37.jpg");
}

#deer-gallery-38{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-38.jpg");
}

#deer-gallery-39{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-39.jpg");
}

#deer-gallery-40{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-40.jpg");
}

/* FISHING GALLERY */

#fish-gallery-1{
    background-image: url("images/bear_page/fishing1.jpg");
}
#fish-gallery-2{
    background-image: url("images/bear_page/fishing2.jpg");
}
#fish-gallery-3{
    background-image: url("images/bear_page/fishing3.jpg");
}
#fish-gallery-4{
    background-image: url("images/bear_page/fishing4.jpg");
}
#fish-gallery-5{
    background-image: url("images/bear_page/fishing5.jpg");
}
#fish-gallery-6{
    background-image: url("images/bear_page/fishing6.jpg");
}
#fish-gallery-7{
    background-image: url("images/bear_page/fishing7.jpg");
}
#fish-gallery-8{
    background-image: url("images/bear_page/fishing8.jpg");
}

/* BEAR GALELRY */

#bear-gallery-1{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-1.jpg");
}

#bear-gallery-2{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-2.jpg");
}

#bear-gallery-3{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-3.jpg");
}

#bear-gallery-4{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-4.jpg");
}

#bear-gallery-5{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-5.jpg");
    background-position: -250px;
}

#bear-gallery-6{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-6.jpg");
    background-position: -60px;
}

#bear-gallery-7{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-7.jpg");
}

#bear-gallery-8{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-8.jpg");
}

#bear-gallery-9{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-9.jpg");
}

#bear-gallery-10{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-10.jpg");
    background-position: -1500px;
}

#bear-gallery-11{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-11.jpg");
}

#bear-gallery-12{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-12.jpg");
    background-position: -1380px;
}

#bear-gallery-13{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-13.jpg");
}

#bear-gallery-14{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-14.jpg");
}

#bear-gallery-15{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-15.jpg");
}

#bear-gallery-16{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-16.jpg");
}

#lodging-gallery-1{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-1.jpg");
}

#lodging-gallery-2{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-2.jpg");
}

#lodging-gallery-3{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-3.jpg");
}

#lodging-gallery-4{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-4.jpg");
}

#lodging-gallery-5{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-5.jpg");
}

#lodging-gallery-6{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-6.jpg");
}

#lodging-gallery-7{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-7.jpg");
}

#lodging-gallery-8{
    background-image: url("images/lodging_page/canada-whitetail-hunting-lodge-8.jpg");
}

#deerhunt1{
    background-image: url("images/booking_page/deer_calendar1.jpg");
}

#deerhunt2{
    background-image: url("images/booking_page/deer_calendar2.jpg");
}

#deerhunt3{
    background-image: url("images/booking_page/deer_calendar3.jpg");
}

#deerhunt4, #deerhunt19{
    background-image: url("images/booking_page/deer_calendar4.jpg");
}

#deerhunt5{
    background-image: url("images/booking_page/deer_calendar5.jpg");
}

#deerhunt6{
    background-image: url("images/booking_page/deer_calendar6.jpg");
}

#deerhunt7{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-4.jpg");
}

#deerhunt8{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-5.jpg");
}

#deerhunt9{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-6.jpg");
}

#deerhunt10{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-7.jpg");
}

#deerhunt11{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-12.jpg");
}

#deerhunt12{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-9.jpg");
}

#deerhunt13{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-16.jpg");
}

#deerhunt14{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-20.jpg");
}

#deerhunt15{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-11.jpg");
}

#deerhunt16{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-21.jpg");
}

#deerhunt17{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-2.jpg");
}

#deerhunt18{
    background-image: url("images/deer_page/saskatchewan-whitetail-hunts-3.jpg");
}

#bearhunt1{
    background-image: url("images/booking_page/bear_calendar1.jpg");
}

#bearhunt2{
    background-image: url("images/booking_page/bear_calendar2.jpg");
}

#bearhunt3{
    background-image: url("images/booking_page/bear_calendar3.jpg");
}

#bearhunt4{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-2.jpg");
}

#bearhunt5{
    background-image: url("images/bear_page/saskatchewan-black-bear-hunting-3.jpg");
}

#bearhunt6{
    background-image: url("images/booking_page/bear_calendar3.jpg");
}

#bearhunt7{
    background-image: url("images/booking_page/bear_calendar1.jpg");
}

#bearhunt8{
    background-image: url(images/booking_page/bear_calendar4.jpg);
}

.preload-images{
    display: none; 
    width: 0;
    height: 0;
    background: 
      
        /* HOMEPAGE IMAGES */
        url("images/homepage/saskatchewan-black-bear-hunting-outfitter.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-home.jpg"), 
        url("images/homepage/saskatchewan-whitetail-hunting-lodge.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-s1.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-sm1.jpg"),
        url("images/homepage/saskatchewan-bear-hunting-s2.jpg"), url("images/homepage/saskatchewan-bear-hunting-sm2.jpg"), url("images/homepage/saskatchewan-whitetail-hunting-lodge-s3.jpg"), url("images/homepage/saskatchewan-whitetail-hunting-lodge-sm3.jpg"), url("images/homepage/home_background.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-hg.jpg"),
        url("images/homepage/saskatchewan-whitetail-hunts-hg2.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-hg3.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-hg4.jpg"), 
        url("images/homepage/saskatchewan-whitetail-hunts-hg5.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-hg6.jpg"), url("images/homepage/saskatchewan-whitetail-hunts-hg7.jpg"), 
        url("images/homepage/saskatchewan-whitetail-hunts-hg8.jpg"),

        /* DEER PAGE */
        url("images/deer_page/header.jpg"), url("images/deer_page/section1.jpg"), url("images/deer_page/section2.jpg"),
        url("images/deer_page/saskatchewan-whitetail-hunts-1.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-2.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-3.jpg"),
        url("images/deer_page/saskatchewan-whitetail-hunts-4.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-5.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-6.jpg"),
        url("images/deer_page/saskatchewan-whitetail-hunts-7.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-8.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-9.jpg"),
        url("images/deer_page/saskatchewan-whitetail-hunts-10.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-11.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-12.jpg"),
        url("images/deer_page/saskatchewan-whitetail-hunts-13.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-14.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-15.jpg"),
        url("images/deer_page/saskatchewan-whitetail-hunts-16.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-17.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-18.jpg"), 
        url("images/deer_page/saskatchewan-whitetail-hunts-19.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-20.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-21.jpg"), 
        url("images/deer_page/saskatchewan-whitetail-hunts-22.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-23.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-24.jpg"), 
        url("images/deer_page/saskatchewan-whitetail-hunts-25.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-26.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-27.jpg"), 
        url("images/deer_page/saskatchewan-whitetail-hunts-28.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-29.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-30.jpg"),
         url("images/deer_page/saskatchewan-whitetail-hunts-31.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-32.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-33.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-34.jpg"), url("images/deer_page/saskatchewan-whitetail-hunts-31.jpg"), 

        /* BEAR PAGE */
        url("images/bear_page/header.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-s1.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-s2.jpg"),
        url("images/bear_page/saskatchewan-black-bear-hunting-1.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-2.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-3.jpg"),
        url("images/bear_page/saskatchewan-black-bear-hunting-4.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-5.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-6.jpg"),
        url("images/bear_page/saskatchewan-black-bear-hunting-7.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-8.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-9.jpg"),
        url("images/bear_page/saskatchewan-black-bear-hunting-10.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-11.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-12.jpg"),
        url("images/bear_page/saskatchewan-black-bear-hunting-13.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-14.jpg"), url("images/bear_page/saskatchewan-black-bear-hunting-15.jpg"),
        url("images/bear_page/fishing1.jpg"), url("images/bear_page/fishing2.jpg"), url("images/bear_page/fishing3.jpg"), url("images/bear_page/fishing4.jpg"),
        url("images/bear_page/fishing5.jpg"), url("images/bear_page/fishing6.jpg"), url("images/bear_page/fishing7.jpg"), url("images/bear_page/fishing8.jpg"),

        /* LODGING PAGE */
        url("images/lodging_page/header.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-s1.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-s2.jpg"),
        url("images/lodging_page/lodge_outside.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-1.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-2.jpg"),
        url("images/lodging_page/canada-whitetail-hunting-lodge-3.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-4.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-5.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-6.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-7.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-8.jpg"), url("images/lodging_page/canada-whitetail-hunting-lodge-s3.jpg"),
        
        /* GETAWAYS PAGE */
        url("images/getaway_page/header.jpg"), url("images/getaway_page/section1.jpg"), url("images/getaway_page/fishing.jpg"),
        url("images/getaway_page/boat_rental.jpg"), url("images/getaway_page/lodge_gallery7.jpg"), url("images/getaway_page/lodge_gallery6.jpg"),
        
        /* BOOKING PAGE */
        url("images/booking_page/header.jpg"), url("images/booking_page/bear_calendar1.jpg"), url("images/booking_page/bear_calendar2.jpg"),
        url("images/booking_page/bear_calendar3.jpg"),
        url("images/booking_page/deer_calendar1.jpg"), url("images/booking_page/deer_calendar2.jpg"), url("images/booking_page/deer_calendar3.jpg"),
        url("images/booking_page/deer_calendar4.jpg"), url("images/booking_page/deer_calendar5.jpg"), url("images/booking_page/deer_calendar6.jpg"),
        
        /* ABOUT PAGE */
        url("images/about_page/header.jpg"), url("images/about_page/greg.jpeg"), url("images/about_page/troy.jpg"),
        url("images/about_page/calvin.jpg"), url("images/about_page/chelsey.jpg"), url("images/about_page/archie.jpg"), url("images/about_page/barry.jpg"),
        
        /* CONTACT PAGE */
        url("images/contact_page/header.jpg");
}

/* 1900 FIX */
@media only screen and (max-width: 1900px) {
    .form-title{
        font-size: 30px;
    }
    
    .form-comments{
        width: 300px;
    }
    
    .contact-icon{
        font-size: 32px;
        margin: 10px 0px 0px 10px;
    }
    
    .block-address{
        margin: -10px;
    }
    
    .block-btn{
        margin-top: 20px !important;
         margin-left: auto !important;
        width: 200px !important; height: 40px !important;
        font-size: 24px !important; line-height: 40px !important;
        text-decoration: none;
    }
    
    .c19-text{
        color: black;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        padding: 0px 10px;
    }

    .c19-btn{
        width: 500px !important;
        font-size: 18px !important;
        height: 60px !important;
        line-height: 18px !important;
        padding-top: 13px;
    }
    .dropdown-menu{
        margin-top: 14px !important;
        background-color: rgba(20, 20, 20, 0.9);
    }
    .carousel-caption{
        margin-bottom: 20px; height: 90px; width: 960px; line-height: 75px;
        font-size: 48px; padding: 10px 5px !important;
    }
    .carousel-caption h1{
        font-size: 48px;
    }
    .button{
        font-size: 36px; width: 200px; height: 70px; line-height: 70px;
    }
    .section-btn{
        font-size: 36px !important; width: 280px !important; height: 70px !important; line-height: 70px !important;
    }
    .gallery-title{
        margin-top: 30px; 
    }
    #gallerypage1, #gallerypage2{
        width: 100vw;
        margin: 0px auto;
    }
    .underline-title{
        font-size: 48px;
    }
    .book-text{
        font-size: 30px;
    }
    .galleryimg a{
        width: 278px; float: left;
    }
    .gallery-imgs{
        background-position: center; background-size: cover;
        height: 350px; border: 2px solid #000000; margin: 10px; 
    }
    .gallery-images{
        height: 435px;
    }
    .row-title{
        font-size: 45px;
    }
    .greenrow{
        padding: 30px 0px;
    }
    .section, .darkrow{
        padding: 70px 50px;
    }
    .calendar-title-row{
        padding-bottom: 30px;
    }
    .gr-title{
        margin: 0px auto;
        font-size: 32px;
    }
    .huntblock{
        width: 420px;
    }
    .huntinfo{
        width: 420px;
    }
    .calendar-row{
        padding: 0px 50px;
    }
    .calendar{
        padding: 10px;
    }
    .calendar-title{
        font-size: 56px;
        border: hidden; margin: 0px;
    }
    #welcome{
        padding-left:40px;
        padding-right:40px;
    }
    .hotel{
        width: 440px;
    }
    .parallax-title{
        font-size: 56px; 
    }
    .staff-img{
        margin-bottom: 50px;
    }
    .contact-info{
        width: 400px;
    }
    .section-img{
        height: 400px;
    }
    .section-btn-mb{
        margin-bottom: 30px !important;
    }
    .fishing-img{
        height: 410px;
    }
    .btn-cntr{
        width: 270px !important; height: 70px !important;
        font-size: 35px !important; line-height: 65px !important;
    }
}

/* LAPTOPS */
@media only screen and (max-width: 1300px) {
    .form-title{
        font-size: 30px;
    }
    
    .form-comments{
        width: 300px;
    }
    
    .contact-icon{
        font-size: 32px;
        margin: 10px 0px 0px 10px;
    }
    
    .block-address{
        margin: -10px;
    }
    
    .block-btn{
        margin-top: 20px !important;
         margin-left: auto !important;
        width: 200px !important; height: 40px !important;
        font-size: 24px !important; line-height: 40px !important;
        text-decoration: none;
    }
    
    .c19-text{
        color: black;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        padding: 0px 10px;
    }

    .c19-btn{
        width: 500px !important;
        font-size: 18px !important;
        height: 60px !important;
        line-height: 18px !important;
        padding-top: 13px;
    }
    .dropdown-menu{
        margin-top: 14px !important;
        background-color: rgba(20, 20, 20, 0.9);
    }
    .carousel-caption{
        margin-bottom: 20px; height: 90px; width: 960px; line-height: 75px;
        padding: 10px 5px !important;
    }
    .carousel-caption h1{
        font-size: 48px;
    }
    .button{
        font-size: 28px; width: 150px; height: 70px; line-height: 70px;
    }
    .section-btn{
        font-size: 36px !important; width: 280px !important; height: 70px !important; line-height: 70px !important;
    }
    .gallery-title{
        margin-top: 30px; 
    }
    #gallerypage1, #gallerypage2{
        width: 100vw;
        margin: 0px auto;
    }
    .underline-title{
        font-size: 48px;
    }
    .book-text{
        font-size: 30px;
    }
    .galleryimg a{
        width: 228px; float: left;
    }
    .gallery-imgs{
        background-position: center; background-size: cover;
        height: 300px; border: 2px sol id #000000; margin: 10px; 
    }
    .gallery-images{
        height: 390px;
    }
    .row-title{
        font-size: 45px;
    }
    .greenrow{
        padding: 30px 0px;
    }
    .section, .darkrow{
        padding: 70px 50px;
    }
    .calendar-title-row{
        padding-bottom: 30px;
    }
    .gr-title{
        margin: 0px auto;
        font-size: 32px;
    }
    .huntblock{
        width: 285px;
    }
    .huntinfo{
        width: 285px;
    }
    .calendar-row{
        padding: 0px 50px;
    }
    .calendar{
        padding: 10px;
    }
    .calendar-title{
        font-size: 56px;
        border: hidden; margin: 0px;
    }
    #welcome{
        padding-left:40px;
        padding-right:40px;
    }
    .hotel{
        width: 300px;
        height: 300px;
    }
    .parallax-title{
        font-size: 56px; width: 1000px;
    }
    .staff-img{
        margin-bottom: 50px;
    }
    .contact-info{
        width: 400px;
    }
    .section-img{
        height: 330px;
    }
    .section-btn-mb{
        margin-bottom: 30px !important;
    }
    .fishing-img{
        height: 362px;
    }
    .btn-cntr{
        width: 270px !important; height: 70px !important;
        font-size: 35px !important; line-height: 65px !important;
    }
}

/* IPAD PRO */
@media only screen and (max-width: 1024px) {
    .form-title{
        font-size: 30px;
    }
    
    .form-comments{
        width: 300px;
    }
    
    .contact-icon{
        font-size: 32px;
        margin: 10px 0px 0px 10px;
    }
    
    .block-address{
        margin: -10px;
    }
    
    .block-btn{
        margin-top: 20px !important;
         margin-left: auto !important;
        width: 200px !important; height: 40px !important;
        font-size: 24px !important; line-height: 40px !important;
        text-decoration: none;
    }
    
    .c19-text{
        color: black;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        padding: 0px 10px;
    }

    .c19-btn{
        width: 320px !important;
        font-size: 22px !important;
        line-height: 18px !important;
        padding-top: 13px;
    }
    .cancel-caption{
        top: 30%;
        font-size: 72px; line-height: 72px;
    }
        #slider1{
        background-image: url("images/homepage/saskatchewan-whitetail-hunts-s1.jpg");
        background-position: 0px 0px;
    }
    #cancel-pop{
        background-color: white;
        height: 40vh; width: 80vw;
        position: relative; left: 50%; top: 50%;
        margin-top: -20vh; margin-left: -40vw;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    }
    .dropdown-menu{
        background-color: transparent !important;
        margin-top: 0px !important;
    }
    .carousel-caption{
        margin-bottom: 20px; height: 60px; width: 680px; line-height: 42px;
        font-size: 34px; padding: 10px 5px !important;
    }
    .carousel-caption h1{
        font-size: 34px;
    }
    .huntblock, .huntinfo{
        width: 290px;
        background-position: center;
    }
    .nav-item, .dropdown-item{
        font-size: 18px !important;
    }
    .hotel{
        width: 300px; height: 300px;
    }
    .calendar{
        padding: 10px;
    }
    .button{
        font-size: 28px; width: 155px; height: 60px; line-height: 55px;
    }
    .button-text{
        padding: 10px;
    }
    .section-btn{
         font-size: 28px !important; width: 150px !important; height: 60px !important; line-height: 55px !important;
    }
    #welcome{
        padding-left:80px;
        padding-right:80px;
    }
    .parallax-title{
        width: 700px;
        font-size: 48px;
    }
    .nav-item{
        font-size: 15px;
    }
    #footer-info{
        display: none;
    }
    #footer-info-mb{
        display: flex;
    }
    .footersec{
        text-align: center;
    }
    .footer-logo{
        display: block;
        height: 150px;
        margin: 10px auto 20px auto;
    }
    .calendar-title{
        font-size: 45px;
    }
    .parallax-title{
        font-size: 36px;
    }
    .left-title, .right-title, .center-title{
        font-size: 56px;
    }
    .left-text, .right-text, .center-text{
        font-size: 32px;
    }
    .staff-img{
        margin-bottom: 50px;
    }
    #gallerypage1, #gallerypage2{
        width: 100vw;
        margin: 0px auto;
    }
    .galleryimg a{
        width: 404px; float: left;
    }
    .gallery-imgs{
        background-position: center; background-size: cover;
        height: 500px; border: 2px solid #000000; margin: 10px; 
    }
    .gallery-images{
        height: 1110px;
    }
    .section-img{
        height: 450px;
    }
}

/* IPAD */
@media only screen and (max-width: 768px) {
    
    .c19-text{
        color: black;
        font-size: 18px;
        text-align: center;
        font-weight: 600;
        padding: 0px 10px;
    }

    .c19-btn{
        width: 250px !important;
        font-size: 18px !important;
        height: 60px !important;
        line-height: 18px !important;
        padding-top: 13px;
    }
    .carousel-caption{
        margin-bottom: 20px; height: 60px; width: 530px; line-height: 42px;
        font-size: 28px; padding: 10px 5px !important;
    }
    .carousel-caption h1{
        font-size: 28px;
    }
    .button{
        font-size: 22px; width: 120px; height: 50px; line-height: 50px;
    }
    .book2021{
        font-size: 24px;
    }
    .huntblock{
        width: 210px;
    }
    .huntinfo{
        width: 210px;
    }
    .hunt-date{
        font-size: 20px;
    }
    .gallery-title{
        margin-top: 30px; 
    }
    #gallerypage1, #gallerypage2{
        width: 100vw;
        margin: 0px auto;
    }
    .galleryimg a{
        width: 297px; float: left;
    }
    .book-year{
        width: 100%;
    }
    .gallery-imgs{
        background-position: center; background-size: cover;
        height: 350px; border: 2px solid #000000; margin: 10px; 
    }
    .gallery-images{
        height: 805px;
    }
    .row-title{
        font-size: 38px;
    }
    .greenrow{
        padding: 30px 0px;
    }
    .section, .darkrow{
        padding: 70px 50px;
    }
    .gr-title{
        margin: 0px auto;
        font-size: 26px;
    }
    #welcome{
        padding-left:40px;
        padding-right:40px;
    }
    .parallax-title{
        font-size: 32px; width: 700px;
    }
    .staff-img{
        margin-bottom: 50px;
    }
    .contact-info{
        width: 400px;
    }
    .section-img{
        height: 400px;
    }
    .section-btn-mb{
        margin-bottom: 30px !important;
    }
    .fishing-img{
        height: 400px;
    }
    .hotel{
        width: 350px; height: 25 0px;
    }
}

/* CELLULAR DEVICES */
@media only screen and (max-width: 600px) {
    .form-title{
        font-size: 30px;
    }
    
    .form-comments{
        width: 300px;
    }
    
    .contact-icon{
        font-size: 22px;
        margin: 10px 0px 0px 10px;
    }
    
    .block-address{
        margin: 0px;
    }
    
    .block-btn{
        margin-top: 10px !important;
         margin-left: auto !important;
        width: 200px !important; height: 40px !important;
        font-size: 24px !important; line-height: 40px !important;
        text-decoration: none;
    }
    
    .c19-text{
        color: black;
        font-size: 16px;
        text-align: center;
        font-weight: 600;
        padding: 0px 10px;
    }

    .c19-btn{
        width: 290px !important;
        font-size: 18px !important;
        height: 60px !important;
        line-height: 18px !important;
        padding-top: 13px;
    }
    
    #fishing-banner{
        background-position: -560px 0px;
    }
    .button-text{
        padding: 8px 8px;
        font-size: 20px;
    }
    .triplesec{
        height: 300px;
    }
    .cancel-caption{
        top: 30%;
        font-size: 42px;
        line-height: 42px;
    }
    #cancel-pop{
        background-color: white;
        height: 40vh; width: 90vw;
        position: relative; left: 50%; top: 50%;
        margin-top: -20vh; margin-left: -45vw;
        box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.6);
    }
    #cancel-button{
        width: 100% !important; margin: 0px !important;
        height: 80px !important; line-height: 80px !important;
        font-size: 32px !important;
    }
    .slider{
        width: 100%; height: 400px;
        background-size: cover;
    }
    .cb-buttons{
        margin: 0px;
    }
    .carousel-caption{
        margin-bottom: 20px; height: auto !important; width: 300px;
        padding: 10px 5px 0px 5px !important;
    }
    .carousel-caption h1{
        font-size: 24px;
    }
    .contactbook{
        padding: 70px 0px;
    }
    .parallax-title{
        font-size: 28px !important; width: 350px;
    }
    .button{
        font-size: 22px; 
        width: 200px; 
        height: 45px; 
        line-height: 45px; 
        margin: 5px auto;
    }
    .double-buttons{
        width: 100vw; margin: 20px auto !important;
    } 
    .tripleheight{
        height: 200px;
    }
    .btn-bs{
        margin-top: 20px;
    }
    .fishing-img{
        height: 200px;
    }
    .staff-img{
        height: 280px;
        margin-bottom: 50px;
    }
    .staff-bio, .staff-bio-dark{
        font-size: 20px !important;
    }
    .gallery-images{
        height: 890px;
    }
    .row-title{
        font-size: 32px;
    }
    .row-text{
        font-size: 22px;
    }
    .darkrowtitle{
        padding: 30px 0px !important;
    }
    #welcome{
        padding-left:8px;
        padding-right:8px;
    }
    .section, .darkrow{
        padding: 70px 20px !important;
    }
    .section-img{
        height: 200px;
    }
    .section-btn-mb{
        margin-bottom: 30px !important;
    }
    .left-text, .right-text, .center-text{
        font-size: 20px;
    }
    .left-title, .right-title, .center-title{
        font-size: 32px;
    }
    .right-title{
        text-align: left;
    }
    .banner{
        height: 400px;
    }
    #logo-container{
        height: 300px; width: 300px;
        margin: -150px 0px 0px -150px;
    }
    .footer-logo{
        height: 120px;
        margin: 10px auto 10px auto;
    }
    .footer-title{
        font-size: 24px;
    }
    #footer-cr{
        font-size: 14px;
    }
    .f-soc{
        font-size: 24px;
        margin: 0px 4px;
    }
    .footer-logo{
        height: 120px;
    }
    .footersec{
        margin-bottom: 25px;
        font-size: 15px;
    }
    .greenrow{
        padding: 30px 0px !important;
    }
    .gr-title{
        margin: 0px auto !important;
        font-size: 26px !important;
    }
    .cc-sm{
        font-size: 20px;  
    }
    .contact-info{
        width: 300px;
    }
    .calendar-title-row{
        padding-bottom: 30px;
    }
    .calendar-title{
        font-size: 28px;
    }
    .calendar-row{
        padding: 0px 30px !important;
    }
    .calendar{
        width: 100vw;
        padding: 20px 0px;
    }
    .huntblock, .huntinfo{
        width: 300px;
    }

    .hotel-title{
        font-size: 32px; text-align: center;
    }

    .hotel{
        text-align: center;
        padding: 10px; width: 300px;
        background-color: rgba(40, 40, 36, 0.6);
        height: 300px; margin: 30px auto 0px auto;
    }

    .hotel-name{
        font-family: 'Fjalla One', sans-serif; font-size: 28px;
        color: #FFFFFF; padding-bottom: 5px;
        border-bottom: 2px solid #006438;
        padding: 8px;
    }

    /* IMAGES */
    #gallerypage1, #gallerypage2{
        width: 100vw;
        margin: 0px auto;
    }
    .galleryimg a{
        width: 100vw; float: left;
    }
    .gallery-imgs{
        background-position: center; background-size: cover;
        height: 200px; border: 2px solid #000000; margin: 2px 0px;
    }
    #slider1{
        background-image: url("images/homepage/saskatchewan-whitetail-hunts-sm1.jpg");
        background-position: -200px 0px;
    }
    #slider2{
        background-image: url("images/homepage/saskatchewan-black-bear-hunting-sm2.jpg");
    }
    #slider3{
        background-image: url("images/homepage/saskatchewan-whitetail-hunt-lodge-sm3.jpg");
    }
    #deerhunt1{
         background-position: -100px 0px;
    }
    #deerhunt2{
         background-position: -100px 0px;
    }
    #deerhunt3{
         background-position: -100px 0px;
    }
    #deerhunt4{
         background-position: -130px 0px;
    }
    #deerhunt5{
         background-position: -100px 0px;
    }
    #deerhunt6{
         background-position: -120px 0px;
    }
    #bearhunt1{
         background-position: -110px 0px;
    }
    #bearhunt2{
         background-position: -100px 0px;
    }
    #bear-banner{
        background-position: -25px 0px;
    }
    #book-banner{
        background-position: 0px 0px;
    }
}