/*------------------------------------
 SCREENS 1000px OR LESS
-------------------------------------- */
@media (max-width: 1000px) {
    /*---Banner Section*/
    .banner-pic {
        height: 55vh;
    }
    .pic-title {
        top: 41%;
        font-size: 4.75rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples {
        gap: 2%;
        padding: 2vh 3rem;
    }
    /*---Captain Info Section---*/
    .fishing-charter-in-sunbury {
        margin: 4rem 2rem;
    }
    .fishing-charter-container {
        padding-bottom: 7vh;
    }
    .content-wrapper {
        gap: 40px;
    }
    .captain-image {
        width: min(320px);
        height: min(320px);
    }
    /* FISHING PARTNERS SECTION*/
    .partner-card div {
        height: 60vh;
    }
    .partner-btn {
        margin-top: 3.8vh;
        width: 85%;
        height: 7.25vh;
    }
}


/*------------------------------------
 SCREENS 920px OR LESS
-------------------------------------- */
@media (max-width: 920px) {
    /*---Banner Section*/
    .banner-pic {
        height: 45vh;
    }
    .pic-title {
        top: 42%;
        font-size: 3.9rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples {
        gap: 1%;
        padding: 2vh 0.75rem;
    }
    .top-fishing-examples img {
        width: 25%;
        height: 43vh;
    }
    /*---Captain Info Section---*/
    .fishing-charter-in-sunbury {
        margin: 2rem;
    }
    .fishing-charter-container {
        padding-bottom: 4vh;
        padding-left: 0.75rem;
        padding-right: 3rem;
    }
    .main-heading {
        font-size: 2.25rem;
        margin-bottom: 3vh;
        padding-left: 0rem;
    }
    .captain-image {
        width: min(280px);
        height: min(280px); 
    }
    .subheading {
        font-size: 1.4rem;
        margin-bottom: 2.5vh;
    }
    .description {
        font-size: 1.05rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 2.25rem;
    }
    .partner-card div {
        height: 56vh;
    }
    .partner-description {
        font-size: 1.05rem;
    }
    .partner-btn {
        margin-top: 7vh;
        width: 85%;
        height: 7.25vh;
    }
}


/*------------------------------------
 SCREENS 840px OR LESS
-------------------------------------- */
@media (max-width: 840px) {
    .pic-title {
        top: 42.5%;
        font-size: 3.8rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    .top-fishing-examples {
        gap: 1.3%;
        padding: 2.5vh 1rem;
    }
    /*---Captain Info Section---*/
    .fishing-charter-in-sunbury {
       margin: 1.75rem;
    }
    .fishing-charter-container {
        padding-left: 0.75rem;
        padding-right: 0.75rem;
    }
    .content-wrapper {
        flex-direction: column;
        text-align: center;
        margin-left: 1rem;
        margin-right: 1.25rem;
    }
    .description {
        font-size: 1.05rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partner-description {
        font-size: 1.05rem;
    }
    .partner-btn {
        font-size: 1.15rem;
    }
}


/*------------------------------------
 SCREENS 780px OR SMALLER
-------------------------------------- */
@media (max-width: 780px) {
    /*---Banner Section*/
    .pic-title {
        font-size: 3.6rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples img {
        height: 43vh;
    }
    /*---Captain Info Section---*/
    .main-heading {
        font-size: 2.055rem;
    }
    .captain-image {
        width: min(280px);
        height: min(280px);
    }
    .description {
        font-size: 1.075rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 2.055rem;
    }
    .partner-description {
        font-size: 1.075rem;
    }
}


/*------------------------------------
 SCREENS 700px OR SMALLER
-------------------------------------- */
@media (max-width: 700px) {
    .pic-title {
        top: 44%;
        font-size: 3.175rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples img {
        height: 38vh;
    }
    /*---Captain Info Section---*/
    .main-heading {
        font-size: 1.75rem;
    }
    .captain-image {
        width: min(280px);
        height: min(280px);
    }
    .description {
        font-size: 1.050rem;
    }
    .subheading {
        font-size: 1.5rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 1.75rem;
    }
    .partner-description {
        font-size: 1.050rem;
    }
}


/*------------------------------------
 SCREENS 620px OR SMALLER
-------------------------------------- */
@media (max-width: 620px) {
    .pic-title {
        font-size: 2.9rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples img {
        height: 35vh;
    }
    /*---Captain Info Section---*/
    .main-heading {
        font-size: 1.75rem;
    }
    .captain-image {
        width: min(270px);
        height: min(270px);
    }
    .description {
        font-size: 1.050rem;
    }
    .subheading {
        font-size: 1.4rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 1.75rem;
    }
    .partner-description {
        font-size: 1.050rem;
    }
}


/*------------------------------------
 SCREENS 560px AND SMALLER
-------------------------------------- */
@media (max-width: 560px) {
    .pic-title {
        top: 45.5%;
        font-size: 2.85rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples {
        padding: 1.6vh 0.65rem;
    }
    .top-fishing-examples img {
        height: 30vh;
    }
    /*---Captain Info Section---*/
    .main-heading {
        font-size: 1.625rem;
    }
    .captain-image {
        width: min(270px);
        height: min(270px);
    }
    .subheading {
        font-size: 1.4rem;
    }
    .description {
        font-size: 1.050rem;
    }
    .partners-title {
        font-size: 1.75rem;
    }
    .partner-description {
        font-size: 1.050rem;
    }
}


/*------------------------------------
 SCREENS 530px AND SMALLER
-------------------------------------- */
@media (max-width: 530px) {
        .pic-title {
        font-size: 2.55rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples {
        gap: 1%;
        padding: 1.5vh 0.8rem;
    }
    .top-fishing-examples img {
        width: 25.8%;
        height: 26vh;
    }
    /*---Captain Info Section---*/
    .main-heading {
        font-size: 1.45rem;
    }
    .captain-image {
        width: min(260px);
        height: min(260px);
    }
    .subheading {
        font-size: 1.3rem;
    }
    .description {
        font-size: 0.95rem;
    }
    .partners-title {
        font-size: 1.55rem;
    }
    .partner-description {
        font-size: 0.95rem;
    }
    .partner-card div {
        height: 53vh;
    }
}


/*------------------------------------
 SCREENS 480px AND SMALLER
-------------------------------------- */
@media (max-width: 480px) {
    /*---Banner Section*/
    .banner-pic {
        height: 40vh;
    }
    .pic-title {
        top: 46.5%;
        font-size: 2.3rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples {
        gap: 0.9%;
        padding: 1.5vh 0.8rem;
    }
    .top-fishing-examples img {
        width: 25.8%;
        height: 27vh;
    }
    /*---Captain Info Section---*/
    .fishing-charter-in-sunbury {
        margin: 1.15rem;
    }
    .main-heading {
        font-size: 1.4rem;
    }
    .captain-image {
        width: min(250px);
        height: min(250px);
    }
    .subheading {
        font-size: 1.2rem;
    }
    .description {
        font-size: 0.9rem;
    }
    .cta-button {
        font-size: 1rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 1.5rem;
    }
    .partner-description {
        font-size: 0.9rem;
    }
    .partner-card div {
        height: 52vh;
    }
    .partner-btn {
        margin-top: 6vh;
    }
}


/*------------------------------------
 SCREENS 440px AND SMALLER
-------------------------------------- */
@media (max-width: 440px) {
    .pic-title {
        font-size: 2.05rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    }
    /*---Fishing Images Section*/
    .top-fishing-examples {
        gap: 0.9%;
        padding: 1.5vh 0.8rem;
    }
    .top-fishing-examples img {
        width: 26.1%;
        height: 26vh;
    }
    /*---Captain Info Section---*/
    .fishing-charter-in-sunbury {
        margin: 1.15rem;
    }
    .main-heading {
        font-size: 1.23rem;
    }
    .captain-image {
        width: min(240px);
        height: min(240px);
    }
    .subheading {
        font-size: 1.1rem;
    }
    .description {
        font-size: 0.85rem;
    }
    .cta-button {
        font-size: 1rem;
    }
     /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 1.35rem;
    }
    .partner-description {
        font-size: 0.85rem;
    }
    .partner-card div {
        height: 50vh;
    }
}


/*------------------------------------
 SCREENS 400px AND SMALLER
-------------------------------------- */
@media (max-width: 400px) {
    .pic-title {
        top: 47%;
        font-size: 2rem;
    }
    .pic-title-date{
        width: "";
        height: "";
    } 
    /*---Captain Info Section---*/
    .fishing-charter-in-sunbury {
        margin: 1.15rem;
    }
    .main-heading {
        font-size: 1.2rem;
    }
    .subheading {
        font-size: 1.12rem;
    }
    .description {
        font-size: 0.85rem;
    }
    .cta-button {
        font-size: 1rem;
    }
    /* FISHING PARTNERS SECTION*/
    .partners-title {
        font-size: 1.3rem;
    }
    .partner-description {
        font-size: 0.85rem;
    }
    .partner-card div {
        height: 50.5vh;
    }
}