body {
    background: white;
    padding: 0px;
    margin: 0px;
    font-family: 'Oswald', sans-serif;
    overflow-x: hidden;
}

nav {
    font-family: 'Roboto', sans-serif;
}

nav a {
    color: white;
    text-decoration: none;
    font-weight: bold;
    margin-right: 10px;
}

h1 {
    padding-bottom: 8px;
}

h2 {
    font-size: 2.3em;
    font-weight: normal;
    font-weight: 300;
}

h3 {
    padding-top: 5%;
    font-size: 2em;
}

h4 {
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
}

footer {
    display: inline-block;
    font-family: 'Roboto', sans-serif;
    padding: 32px;
    padding-bottom: 56px;
    background: #222222;
}

footer a {
    font-size: 0.9em;
    text-align: center;
    margin-right: 16px;
    text-decoration: none;
    color: white;
}

#creator {
    font-size: 0.7em;
    background: white;
    color: #333333;
    padding: 8px;
    border-radius: 16px;
    border: 1px solid #EEEEEE;
    margin-top: 24px;
    margin-bottom: 16px;
    text-decoration: none;
    font-weight: bold;
}

#search {
    height: 16px;
    width: 50%;
    font-size: 1em;
    padding: 8px;
    color: #000000;
    border: 1px solid #EEEEEE;
    border-radius: 16px;
    background: white;
    margin-right: 16px;
}

#search::-webkit-input-placeholder {
    color: #333333;
    opacity: 0.8;
}

.section {
    height: 260px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    white-space: nowrap;
    margin-bottom: 5%;
}

.section-header{
    font-size: 1.4em;
    border-bottom: 1px solid #eee;
    padding-bottom: 16px;
}

#navbar {
    width: 101.5% !important;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #3770FB;
    z-index: 100;
    font-size: 0.9em;
    left: 0px;
    top: 0px;
}

#links {
    padding-top: 8px;
}

#logo {
    width: 260px;
    height: auto;
    margin-right: 16px;
    margin-top: 60px;
}

#icon img{
    width: 30px;
    vertical-align: middle;
}

#submit {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-size: 0.9em;
    font-weight: bold;
    background: #333;
    border: 0px;
    border-radius: 16px;
    padding: 10px;
    margin-right: 60px;
    box-shadow: 2px 1px 1px #222222;
}

#submit:hover {
    background: #222222;
    box-shadow: 2px 1px 1px #000000;
}

#content {
    padding: 6%;
    padding-top: 2%;
}

#content a:link, #content a:visited {
    color: black;
}

#content-filled {
    background: #3770FB;
}

#nl-name {
    padding: 0px;
    margin: 0px;
    margin-top: 6%;
}

#nl-content {
    padding: 0px;
}

#newsletter-head {
    padding: 16px;
}

#name {
    font-size: 2em;
    font-weight: bold;
}

#image {
    width: 100%;
    margin-top: 5%;
    border: 1px solid #EEEEEE;
}

#options {
    margin-top: 16px;
}

.tag {
    background: gray;
    color: white;
    padding: 8px;
    border-radius: 3px;
    text-decoration: none;
    text-transform: capitalize;
}

#cost {
    font-weight: bold;
    padding-right: 24px;
}

#rate {
    color: red;
    border: 1px solid red;
    padding: 8px;
    border-radius: 3px;
}

#description {
    color: #444444;
    margin-top: 32px;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
}

#subscribe {
    background: red;
    padding-left: 16px;
    padding-right: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-top: 8px;
    border: 0px;
    border-radius: 3px;
    color: white;
    font-weight: bold;
    font-size: 1em;
    box-shadow: 1px 3px 5px #CCC;
}

#subscribe:hover {
    background: #E60000;
    cursor: pointer;
    box-shadow: 1px 3px 5px #DDD;
}

#header {
    padding-left: 80px;
    background: #3770FB;
    color: white;
}

#header h1 {
    padding-top: 60px;
    font-size: 3em;
}

#header h2 {
    padding-bottom: 5%;
    font-family: 'Roboto Condensed', sans-serif;
}

#header p {
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    padding-bottom: 5%;
}

.more {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1em;
    border: 1px solid #CCC;
    border-radius: 16px;
    font-size: 1em;
    color: #333;
    background: #DEDEDE;
    position: relative;
    left: 90%;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-right: 8px; 
    margin-bottom: 30px;
    text-align: right;
    width: 50px;
}

.page-nav {
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 1em;
    color: #333;
    background: #DEDEDE;
    border: 1px solid #CCC;
    border-radius: 16px;
    width: auto;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    margin-right: 8px; 
}

.page-nav a:visited {
    color: #333;
    text-decoration: underline;
}

.sponsored {
    background: rgb(31, 235, 123);
    border-radius: 3px;
    font-family: 'Roboto', sans-serif;
    font-size: 0.8em;
    color: white;
    padding: 4px;
    float: right;
}

.nl {
    width: 22%;
    height: 280px;
    display: inline-block;
    margin-bottom: 16px;
    background-size: cover;
    background-position: center;
    position: relative;
    overflow: hidden;
    margin: 16px;
}

.nl-image {
    width: 99.5%;
    padding-bottom: 60%;
    background-size: cover;
    background-position: center;
    border: 1px solid #EEEEEE;
    border-radius: 3px;
}

.nl-info {
    margin: 8px;
}

.nl-name {
    padding: 0px;
    color: black;
    font-size: 1.2em;
    margin-top: 0px;
    margin-bottom: 0px;
}

.nl-description {
    font-size: 0.9em;
    font-weight: lighter;
    color: #888888;
    padding: 16px;
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 0px;
    padding: 0px;
    margin-bottom: 0px;
}

#disqus_thread{
    margin-top: 64px;
}

#topics li {
    background: #3770FB;
    display: inline-block;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 12px;
    padding-right: 12px;
    border-radius: 16px;
    margin-right: 8px;
    margin-bottom: 8px;
    box-shadow: 2px 1px 2px #EEEEEE;
}

#topics li:hover {
    background: #5d8bfc;
    cursor: pointer;
    box-shadow: 2px 1px 2px #CCC;
}

#topics li a {
    color: white !important;
}

#other-topics {
    margin-top: 64px;
}

#comments {
    background: #EEEEEE;
    border-top: 1px solid #cccccc;
    padding-bottom: 16px;
}

#empty {
    font-size: 2em;
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
}

#filters {
    padding-left: 8%;
    padding-top: 16px;
    padding-right: 10%;
}

#filters .dropdown{
    position: inherit;
}

#filters .dropdown-content {
    background-color: #ffffff;
    border: 1px solid #cccccc;
}

#filters .dropdown-content a:hover {
    color: black;
}

/* Dropdown */
.droptext {
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(91, 34, 34, 0.20);
    z-index: 100;
    border: 1px solid #cccccc;
}

/* Links inside the dropdown */
.dropdown-content a {
    color:#555;
    text-decoration: none;
    display: block;
    text-align: left;
    padding: 8px;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
    color: #3770FB;
    border-left: 3px solid #3770FB;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

#member_submit{
    background: #3770FB !important;
    font-weight: bold;
    height: 40px !important;
    text-transform: uppercase;
    border: 0px;
    border-radius: 3px;
    color: white;
    padding-left: 16px;
    padding-right: 16px;
    display: inline-block;
}

#revue-page {
    display: block;
    background: white;
    color: black;
    padding: 32px;
    border-radius: 16px;
    font-family: 'Roboto', sans-serif;
    font-size: 1.2em;
    margin-bottom: 128px;
}

#revue-page a {
    font-size: 0.8em;
    font-weight: bold;
}

#revue-page #revue-form {
    margin-top: 32px;
    margin-bottom: 16px;
}

#revue-page .revue-form-field {
    width: 80%;
    background: #FAFAFA;
    border: 1px solid #CCC;
    margin-right: 16px;
}

#revue-footer {
    background: #EEEEEE;
    border-top: 1px solid #CCC;
    padding-top: 64px;
    padding-bottom: 64px;
}

#revue-footer .revue-form-field {
    width: 30%;
}

#revue-footer .revue-form-actions {
    width: 100%;
}

#revue-box {
    background: black;
    padding: 32px;
    margin-top: 48px;
    margin-bottom: 64px; 
    border-radius: 8px;
    color: white;
}

#revue-embed {
    background: black;
    width: 100%;
    position: fixed;
    bottom: 0px;
    height: 30px;
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 8px;
    padding-bottom: 16px;
    color: white;
    z-index: 20;
    font-family: 'Roboto', sans-serif;
    /* transition: bottom 0.05s ease-in-out; */
}

.revue-hide {
    /* bottom: -56px !important; */
    background: red;
  }

#revue-form {
    padding-left: 0px !important;
}

.revue-form-field {
    background: white;
    border-radius: 3px;
    padding: 8px;
    border: 1px solid #EEEEEE;
    display: inline-block;
    margin-left: 16px;
    height: 20px;
}

.revue-form-field::placeholder {
    color: #888888;
 }

.revue-form-group, .revue-form-actions {
    display: inline-block;
}

.email {
    width: 80px;
    display: block;
    padding: 8px;
    background: white;
    border: 1px solid #CCC;
    border-radius: 16px;
    text-align: center;
    margin-right: 32px;
    margin-bottom: 32px;
    box-shadow: 1px 2px 1px #CCC;
}

#submitForm {
    border: 1px solid #ABABAB;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 16px;
    margin-bottom: 32px;
    background: #F8F8F8;
    border-radius: 16px;
}

label {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    margin-top: 32px;
    margin-bottom: 8px;
    padding: 0px !important;
}

input, select, textarea {
    padding: 8px;
    border: 1.5px solid #CCC;
    border-radius: 4px;
}

#subscribeCheckBox {
    width: 32px;
    margin: 0px;
    background: #333;
}

textarea {
    height: 120px;
}

#nl-submit {
    margin-top: 32px;
    margin-bottom: 64px;
    background: #3770FB;
    font-weight: bold;
    padding: 16px;
    font-size: 1.1em;
    border: 0px;
    border-radius: 8px;
    color: white;
}

#nl-submit:hover {
    cursor: pointer;
    background: rgb(44, 90, 204);
}

.g-recaptcha {
    margin-top: 16px;
}

#benefits {
    font-family: 'Roboto', sans-serif;
    background: white;
    border-radius: 8px;
    color: black;
    margin-top: 80px;
    margin-bottom: 30px;
    height: auto !important;
}

#benefits span {
    display: block;
    margin-bottom: 8px;
}

.label {
    padding: 8px;
    font-weight: bold;
    border-bottom: 1.5px solid #ABABAB;
}

.info {
    font-family: 'Roboto', sans-serif;
}

.done {
    text-align: center;
    font-size: 6em;
    padding-bottom: 10%;
}

/* Smartphones (portrait and landscape) ----------- */
@media only screen 
and (min-device-width : 320px) 
and (max-device-width : 480px) {
    
    #search {
        height: 24px;
        width: 75%;
    }

    #header {
        padding-left: 32px;
    }
    
    #links {
        margin: 0 auto;
        width: 100%;
        padding-bottom: 12px;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .dropdown-content {
        position: fixed;
        top: 16px;
        left: 32px;
        z-index: 100;
        width: 90%;
        margin: 0 auto;
        font-size: 1.3em;
    }

    #links a {
        width: 60px;
    }

    #content-white {
        width: 100%;
    }

    #subscribe {
        float: none;
    }

    #submit {
        display: none;
    }

    .section-header {
        padding-right: 32px;
    }

    .nl {
        width: 100%;
        margin: 0px;
        margin-bottom: 24px;
        height: auto;
    }
    
    .nl-image {
        width: 120px;
        height: 80px;
        padding-bottom: 0px;
        display: inline-block;
    }
    
    .nl-info {
        width: 60%;
        display: inline-block;
    }

    .page-nav {
        text-align: center;
    }

    #page-nav-buttons {
        margin-left: 0px;
    }

    #subscribe-box {
        margin-top: 20px;
    }

    #navbar {
        position: inherit;
    }

    #search {
        width: 100%;
    }

    #logo {
        width: 200px;
        margin-top: 0px;
    }

    #header h1 {
        padding-top: 0px;
        margin-top: 0px;
    }

    #header h2 {
        font-size: 1.5em;
    }

    #revue-embed {
        position: inherit;
    }

    #revue-box .revue-form-field {
        width: 80%;
        margin-top:8px;
    }
    
    #revue-box .revue-form-actions {
        width: 100%;
        margin-top:8px;
    }

    #revue-page .revue-form-field {
        width: 100%;
    }

    #revue-page #member_submit{
        margin-left: 16px;
        margin-right: 16px;
        margin-top: 16px;
        width: 100%;
    }

    .more {
        border-radius: 3px;
        position: inherit;
        text-align: right;
        width: 98%;
    }

}