*,
*:before,
*:after {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.cf:before,
.cf:after {
    content: " ";
    display: table;
}

.cf:after {
    clear: both;
}
html {
    font-family: 'Roboto', sans-serif;
    font-size: 62.5%;
    line-height: 1.5;
    max-width: 960px;
    border: 1px solid black;
    margin: 0 auto;
    background-color: black;
}
body {
    font-size: 1.5em;
    background-color: white;
}
h2 {
    font-size: 2.5em;
    padding-bottom: 10px;
}
h3 {
    font-size: 1.5em;
    margin-bottom: 0;
    margin-top: 0;
    line-height: 1.25em;
}
a {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-decoration: none;
    color: black;
    background-color: white;
    text-align: left;
}
p {
    margin-top: 0;
}
a {
    list-style-type: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1em;
    background-color: white;
    color: black;
}
a:hover {
    color: deepskyblue;
    background-color: white;
    text-decoration: none;
}

/*!!!!  HEADER  !!!!!*/

header {
    width: 100%;
    background-color: rgb(0,0,0);
    Padding: 20px;
}

header img {
    width: 70%;
    float: left;
}
.nav {
    float: left;
    width: 30%;
    margin-top: 0;
    z-index: 1000;
}

.menu ul {
    list-style-type: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1em;
    background-color: black;
    color: white;
    text-align: right;
    padding: 0;
}
.menu ul, li {
    list-style-type: none;
    text-decoration: none;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 1em;
    background-color: black;
    color: white;
    text-align: right;
}
.menu a {
    padding: 5px;
}
.menu ul, li, a:hover {
    color: deepskyblue;
}
.menu > li {
    display: block;
}
.menu ul {
    position: relative;
    display: none;
}
.fa.fa-bars {
    margin-top: 10px;
    font-size: 2.5em;
    color: white;
    text-align: center;
}
.menu .visible {
    display: block;
}



/* ----- LEFT HAND SIDE main content area ---------------*/

.main-content-area {
    max-width: 65%;
    border-right: 1px solid black;
    padding: 10px;
    display: inline-block;
    background-color: white;
}
.main-content-area img {
    width: 100%;
}
.third img {
    float:left;
    width: 33%
}

.carousel {
    max-width: 100%;
    margin: 0 auto;
    position: relative;
}
.slick-prev:before,
.slick-next:before {
    color: #fff;
}
.slick-prev {
    top: 230px;
    left: 10px;
    position: absolute;
    z-index: 1000;
}
.slick-next {
    top: 230px;
    left: 565px;
    position: absolute;
    z-index: 1000;
}
.carousel, .portrait {
    border-bottom: 1px solid black;
}
.carousel h2 {
    margin-top: 10px;
    margin-bottom: -10px;
}
.carousel p {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    text-align: left;
}
.carousel p {
    font-size: 1em;
    font-weight: 500;
}
.carousel a {
    text-decoration: none;
    color: black
}

/* !!! Navigation pages !!! */

.navigation-item {
    border-bottom: 1px solid black;
    margin-top: 5px;
    position: relative;
}
.navigation-item-2 {
    border-bottom: 1px solid black;
    margin-top: 5px;
    position: relative;
    display: none;
}
div.navigation-item {
    opacity: .9;
}
a.divLink {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-decoration: none;
    z-index: 10;
    background-color: white;
    opacity: 0;
}
.navigation-item img {
    display: inline-block;
    width: 58%;
    margin-right: 0%;
}
.navigation-text {
    float: right;
    max-width: 40%;
    height: 210px;
    overflow: hidden;
}
.navigation-text h3 {
    margin-bottom: 25px;
}
.navigation-text p {
    margin-top:-20px;
}

/* !!!! Longer Stories Body !!! */

.introduction h2 {
    font-size: 2.5em;
    font-weight: 900;
    margin-top: 0;
    margin-bottom: -10px;
}
.intro {
    font-family: 'Merriweather', serif;
    font-size: 1.25em;
    font-weight: 400;
    color: black;
    text-transform: none;
}
.Long-text h2 {
    line-height: 2rem;
    margin-bottom: 5px;
    margin-top: 5px;
}
.Long-text p {
    margin-bottom: 5px;
}
.Long-text h2 {
    margin-top: 15px;
    margin-bottom: 5px;
}
.Long-text h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
.Long-text img {
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
.Long-text h6 {
    margin-top: 1em;
    margin-bottom: 5px;
}
.more-info h6 {
    margin-bottom: 0;
}
.contact {
    margin-bottom: 3%;
}
.contact p {
    margin: 0;
    text-align: center;
}
.contact h3 {
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
}
.portrait {
    margin-top: 0;
    padding-bottom: 7px;
}
.portrait img {
    max-width: 50%;
    margin: 0 auto;
    float: left;
    margin-bottom: 2%;
}
.portrait-2 img {
    max-width: 50%;
    margin: 0 auto;
    float: right;
    margin-bottom: 2%;
    margin-left: 2%;
}
.portrait p {
    text-align: left;
}
.portrait a {
    text-decoration: none;
    color: black;
}


/* Longer Stories Comment area */
.previous-comments p {
    color: gray;
}
.previous-comments p small {
    font-weight: 700;
    color: black;
    font-style: italic;
    font-size: 1em;
}
.comment input {
    display: inline-block;
}
.comment h4, h6 {
    display: inline-block;
}
.comment h6 {
    color: black;
    margin-right: 10px;
}
.comment {
    margin-top: -25px;
}

/* --------------------PRODUCT AND SUBS PAGES ------------------------------*/

.small-product{
    width: 46%;
    display: inline-block;
    margin-right: 3.5%;
    line-height: 1em;
}
.small-product img {
    margin-bottom: 3.5%;
}
.small-product p {
    margin-top: 3.5%;
    font-size: 0.9em;
    line-height: 1.5em;
}
.small-product a {
    text-decoration: none;
    color: inherit;
    font-weight: 700;
}
.small-product a:hover {
    color: deepskyblue;
}

.win {
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.subs-product {
    width: 46%;
    display: inline-block;
    margin-right: 3.5%;
    margin-bottom: 5%;
    line-height: 1em;
}
.subs-product:last-of-type {
    margin-right: 0%;
}
.subs-product img {
    width: 85%;
    margin-bottom: 3.5%;
}
.subs-product p {
    margin-top: 3.5%;
    line-height: 1.25em;
    font-size: 1em;
    font-weight: 600;
}
.subs-product a {
    text-decoration: none;
    color: black;
}

/*------------------------SIDEBAR AREA----------------------------*/
h4 {
    font-family: Georgia, serif;
    font-size: 2em;
    width: 1.5em;
    height: 1.52em;
    border-radius: 50%;
    color: white;
    background-color: black;
    text-align: center;
    margin-top: 20px;
}
a:hover h4 {
    font-family: Georgia, serif;
    font-size: 2em;
    width: 1.5em;
    height: 1.5em;
    border-radius: 50%;
    color: white;
    background-color: deepskyblue;
    text-align: center;
    text-decoration:none;
    margin-top: 20px;
}
h6 {
    margin-top: -4.25px;
    font-family: Georgia, serif;
    font-size: 1em;
    text-transform: uppercase;
    color: darkgray;
}
.sidebar {
    width: 32.25%;
    float: right;
    margin-top: 2%;
    padding-right: 3.5%;
    margin-left: 1%;
}
.sidebar-cover {
    border-top: 1px solid black;
    margin-top: 15px;
}
.sidebar-links {
    width: 90%;
    float: left;
    display: block;
    border-bottom: 1px solid black;
}
.sidebar-links ul {
    list-style-type: none;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}
.sidebar-links li{
    text-decoration: none;
    color: darkgray;
}
.sidebar-links h4 {
    margin-bottom: 10px;
}
.sidebar-links h6 {
    margin-bottom: 20px;
}
.sidebar p {
    font-size: 0.9em;
    line-height: 1.5em;
    margin-top: -20px;
}
.sidebar-cover img {
    width: 83%;
    margin-top: 8px;
}
.mrec img {
    width: 100%;
    margin-top: 4%;
    margin-bottom: 2%;
}


/*------------------------Social Media Stuff and Login Rgister----------------------------*/


.fa.fa-facebook-official {
    font-size: 1.5em;
    margin-right: 8px;
}
a h5 {
    font-family: 'Roboto', sans-serif;
    font-size: 1.5rem;
    font-weight: 900;
    text-transform: uppercase;
    background-color: #354c8c;
    color: white;
    padding: 5px;
    height: 2em;
    text-align: center;
}
.social {
    margin-top: -20px;
}
.Share-social {
    margin-top: -15px;
}
.Register, .Sign-in {
    float: left;
    width: 50%;
}
.Register h5 {
    background-color: deepskyblue;
    width: 100%;
    margin-top: 0;
    border-right: 10px solid white;
}
.Sign-in h5 {
    background-color: deepskyblue;
    width: 100%;
    margin-top: 0;
    border-left: 10px solid white;
}
.CompLogin h5 {
    margin-top: 13px;
}
.CompRegister h5 {
    background-color: deepskyblue;
    width: 100%;
    margin-top: 0;
}
.Register h5:hover {
    background-color: white;
    color: deepskyblue;
}
.Sign-in h5:hover {
    background-color: white;
    color: deepskyblue;
}
.social a {
    background-color: transparent;
}


/*---------------------FORMS--------------------------------*/

form {
    width: 100%;
    /*background-color: rgba(0,0,0,0.5);*/
    background-color: slategrey;
    padding: 2%;
    margin: 0 auto;
}
input {
    display: block;
    width: 50%;
    line-height: 2.5rem;
    margin-bottom: 20px;
    margin-right: 10px;
}
.button {
    border-style: hidden;
    height: 3rem;
    width: 12%;
    background-color: deepskyblue;
    border-radius: 50px;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 1em;
    color: white;
}
form p, h1 {
    color: white;
    font-weight: 900;
}
form p {
    font-size: 1.25em;
}
.form {
    margin: 0 auto;
    /* background: url('../Img/Section-Pics/Eye-candy.jpg') no-repeat;
     background-size: cover; */
}



/* --------------------FOOTER ------------------------------*/
footer {
    width: 100%;
    height: 40px;
    background-color: rgb(0,0,0);
    Padding: 20px;
    clear: both;
    padding-bottom: 10px;
    margin-top: 0;
}
footer p {
    font-size: 1.2em;
    color: white;
    display: block;
    clear: both;
}


@media screen and (max-width: 800px) {

    .navigation-item-2 {
        border-bottom: 1px solid black;
        margin-top: 5px;
        position: relative;
        display: block;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #fff;
        display: none;
    }
    .slick-prev {
        display: none;
    }

    .slick-next {
        display: none;
    }

    .navigation-item img, .navigation-item-2 img {
        display: inline-block;
        width: 40%;
        margin-right: 0%;
    }
    .navigation-text {
        float: right;
        max-width: 57%;
        max-height: 120px;
        overflow: hidden;
    }
}


@media screen and (max-width: 700px) {

   .nav {
       float: right;
       width: 50%;
       margin-top: -25px;
       z-index: 1000
   }
    header img {
        max-width: 49%;
    }
    h2 {
        font-size: 1.75em;
        padding-bottom: 10px;
        line-height: 4rem;
    }
    h3 {
        font-size: 1.25em;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.25em;
    }
    .fa.fa-bars {
        margin-top: 10px;
        font-size: 1.5em;
        color: white;
        text-align: right;
    }
    .menu .visible {
        display: block;
    }

    .main-content-area {
        max-width: initial;
        width: 100%;
        border: 0;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #fff;
        display: none;
    }
    .slick-prev {
        display: none;
    }

    .slick-next {
        display: none;
    }

    .navigation-item img  {
        display: inline-block;
        width: 40%;
        margin-right: 0%;
    }

    .sidebar {
        width: 98%;
        margin-bottom: 13px;
    }

    .sidebar-links {
        width: 80%;
        display: block;
    }

    .navigation-text {
        float: right;
        max-width: 57%;
        max-height: 100px;
        overflow: hidden;
    }
    .footer {
        margin-top: 10px;
    }
}
@media screen and (max-width: 650px) {
    p {
        font-size: 1.25rem;
        line-height: 1.5em;
    }
    .slick-prev:before,
    .slick-next:before {
        color: #fff;
        display: none;
    }
    .slick-prev {
        display: none;
    }
    .slick-next {
        display: none;
    }
    h2 {
        font-size: 1.75em;
        padding-bottom: 10px;
        line-height: 4rem;
    }
    h3 {
        font-size: 1.25em;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.25em;
    }
    .subs-product {
        width: 44%;
        display: inline-block;
        margin-right: 3.5%;
        margin-bottom: 5%;
        line-height: 1em;
    }
    .small-product{
        width: 90%;
        display: inline-block;
        margin-right: 3.5%;
        line-height: 1em;
    }
}

@media screen and (max-width: 480px) {

    .carousel {
        display: none;
    }
    .Long-text h3 {
        margin-top: 15px;
    }
    .introduction h2 {
        font-size: 2em;
        padding-bottom: 10px;
        line-height: 4.25rem;
    }
    h2 {
        font-size: 1.75em;
        padding-bottom: 10px;
        line-height: 4rem;
    }
    h3 {
        font-size: 1.25em;
        margin-bottom: 0;
        margin-top: 0;
        line-height: 1.25rem;

    }
    .subs-product {
        width: 44%;
        display: inline-block;
        margin-right: 3.5%;
        margin-bottom: 5%;
        line-height: 1em;
    }
    .small-product{
        width: 95%;
        display: inline-block;
        margin-right: 3.5%;
        line-height: 1em;
    }
    p {
        font-size: 1.25rem;
        line-height: 1.75em;
    }

    .navigation-item-2 {
        border-bottom: 1px solid black;
        margin-top: 5px;
        position: relative;
        display: block;
    }

    .navigation-item img, .navigation-item-2 img {
        display: inline-block;
        width: 40%;
        margin-right: 0;
    }

    .navigation-text h3 {
        font-size: 1.5rem;
        line-height: 1.65rem;
    }

    .navigation-text p {
        font-size: 1.1rem;
        line-height: 1.5rem;
    }

    .slick-prev:before,
    .slick-next:before {
        color: #fff;
        display: none;
    }
    .slick-prev {
        display: none;
    }
    .slick-next {
        display: none;
    }
}