* {
    box-sizing: border-box
}

.mySlidesMrna,
.mySlidesComInd {
    display: none
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
    /*border-top: 2px solid #468189;*/
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -22px;
    color: #031926;
    font-weight: bold;
    font-size: 11px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
    background-color: rgba(157, 190, 187, 0.6);
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a grey background color */
.prev:hover,
.next:hover,
.prev:focus,
.next:focus {
    background-color: rgba(244, 233, 205, 0.7);
    color: black;
}

/* The dots/bullets/indicators Div */
.dotDiv {
    text-align: center;
    padding-bottom: 10px;
}

/* The dots/bullets/indicators */
.dot,
.dotMrna,
.dotRd,
.dotCanal,
.dotSpit,
.dotMarsh,
.dotMarsh2,
.dotBeach,
.dotGroins,
.dotFetch,
.dotGrade,
.dotLen,
.dotBank,
.dotBathy,
.dotDefend,
.dotR {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 6px;
    background-color: #F4E9CD;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active {
    background-color: #031926;
}

/* Fading animation */
.fade {
    -webkit-animation-name: fade;
    -webkit-animation-duration: 1.5s;
    animation-name: fade;
    animation-duration: 1.5s;
}

@-webkit-keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* Images and text for slideshow */
.help-imgSS {
    width: 280px;
    /*300px;*/
    height: auto;
    vertical-align: middle;
}

.descSS {
    padding: 5px;
    text-align: center;
}


figure.figClass {
    border: thin #031926 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    margin: auto;
    width: 290px;
    /*310px;*/
}


/* Style the tab container */
/* Style the tab */
.tab {
    overflow: hidden;
    border-bottom: 3px ridge #468189;
    width: 100%;
}

/* Style the buttons inside the tab */
.tablinks,
.tablinksSp,
.tablinksGrade {
    background-color: inherit;
    float: left;
    border: 1px solid #468189;
    outline: none;
    cursor: pointer;
    padding: 8px 12px;
    transition: 0.3s;
    font-size: 0.9rem;
    font-weight: bold;
    color: #031926;
    background-color: #9DBEBB;
    font-family: initial;
}

/* Change background color of buttons on hover */
.tablinks:hover,
.tablinksSp:hover,
.tablinksGrade:hover {
    background-color: #F4E9CD;
}

.tablinks:focus,
.tablinksSp:focus,
.tablinksGrade:focus {
    background-color: #F4E9CD;
}

/* Create an active/current tablink class */
.tablinks.active,
.tablinksSp.active,
.tablinksGrade.active {
    background-color: #468189;
    border-color: #F4E9CD #F4E9CD #468189;
    color: #F4E9CD;
}

/* Style the tab content */
.tabcontent,
.tabcontentSp,
.tabcontentGrade {
    display: none;
    padding: 6px 5px;
    /*padding: 6px 12px;*/
    border: 1px solid #ccc;
    border-top: none;
}

/* *********************************
     MEDIA QUERIES
************************************ */

@media only screen and (min-width: 600px) {

    .prev,
    .next {
        font-size: 18px;
        background-color: rgba(157, 190, 187, 1);
    }

    .prev:hover,
    .next:hover,
    .prev:focus,
    .next:focus {
        background-color: rgba(244, 233, 205, 1);
        padding-left: 21px;
        padding-right: 21px;
    }

    .help-imgSS {
        width: 500px;
    }

    figure.figClass {
        width: 510px;
    }

    .tablinks,
    .tablinksSp,
    .tablinksGrade {
        font-size: 1rem;
    }
}

@media only screen and (min-width: 800px) {

    .help-imgSS {
        width: 600px;
    }

    figure.figClass {
        width: 610px;
    }


}


@media only screen and (min-width: 1200px) {

    .dot,
    .dotMrna,
    .dotRd,
    .dotSpit,
    .dotCanal,
    .dotMarsh,
    .dotMarsh2,
    .dotBeach,
    .dotGroins,
    .dotFetch,
    .dotGrade,
    .dotLen,
    .dotBank,
    .dotBathy,
    .dotDefend,
    .dotR {
        margin: 0 2px;
    }
}
