/* ---------------------------------------------------
    HEADER STYLE
----------------------------------------------------- */

.nav-head {
    background-color: #ffffff;
    box-shadow: 0 0 5px 0 #48bccd;
}

.bg-light {
    background-color: white !important;
}

.img-responsive {
    max-width: 80%;
}

.navbar-light .navbar-nav .nav-link {
    color: black !important;
}

li.nav-item a:hover {
    color: black !important;
}


/* ---------------------------------------------------
    BODY STYLE
----------------------------------------------------- */

body {
    font-family: 'Nunito', sans-serif;
    color: #1a1a1a;
    font-size: 16px;
}

a {
    text-decoration: none !important;
    cursor: pointer;
}

.pad {
    padding: 10px;
}

.container-fluid {
    margin-top: 74px;
    padding-right: 0;
    padding-left: 0;
}

#content {
    width: 100%;
    padding: 35px 20px 20px 20px;
}

.product {
    padding: 0 0 5% 0;
}

.carousel-inner img {
    width: 100% !important;
    height: 100% !important;
}

.carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
}

.rounded {
    max-width: 70%;
}


/* Form CSS */

#login_area,
#signup_area,
#forgot_area,
#reset_area {
    margin-top: 8%;
    margin-bottom: 8%;
}

#login_form,
#signup_form,
#forgot_form,
#reset_form {
    padding: 5%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Nunito', sans-serif;
    font-weight: 400;
    margin: 15px 0;
}

form label {
    font-weight: bold;
}

.form-error {
    color: #ff0000;
}

.w3-input {
    background: transparent;
}

input:focus,
textarea:focus,
select:focus {
    outline: none;
}

/* ---------------------------------------------------
    SETUP ISTRUCTIONS
----------------------------------------------------- */
.step-by-step {
    padding-left: 20px;
}

img.screenshots {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding: 10px;
}

.step-by-step a {
    text-decoration: none;
    color: blue !important;
}

hr {
    border: 1px double;
}

/* ---------------------------------------------------
    FAQs
----------------------------------------------------- */


/* ---------------------------------------------------
    FOOTER
----------------------------------------------------- */

.footer {
    background-color: #f8f9fd;
    padding: 10px;
}

.jumbotron {
    margin-bottom: 0 !important;
    padding: 3rem 1rem !important;
    border-radius: 0;
}

.jumbotron ul li {
    list-style-type: none !important;
}

.jumbotron h5 {
    font-size: 16px;
}

.jumbotron p,
.jumbotron font {
    font-size: 14px;
}


/* ---------------------------------------------------
  MEDIAQUERIES
----------------------------------------------------- */

@media screen and (max-width: 767px) {
    .img-responsive {
        max-width: 200px;
    }
    .lines {
        display: none;
    }
    .container-fluid {
        margin-top: 60px;
    }
    .footer {
        text-align: center;
    }
}