html {
    scroll-behavior: smooth;
}

body {
    background: url(../img/bgs/page-bg.png) no-repeat bottom left;
    background-size: 200px;
    color: #222;
    font-family: 'Roboto', Arial, san-serif;
    min-height: 100vh;
}

@media (min-width: 768px) {
    body {
        background-size: 400px;
    }
}


@media (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}

header {
    max-height: 110px;
}

header img {
    max-width: 110px;
    height: auto;
}

@media (min-width: 768px) {
    header img {
        max-width: 180px;
    }
}

.hero {
    background: url(../img/bgs/hero-bg-sm.jpg) no-repeat;
    background-size: cover;
}

@media (min-width: 768px) {
    .hero {
        background: url(../img/bgs/hero-bg-md.jpg) no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1100px) {
    .hero {
        background: url(../img/bgs/hero-bg.jpg) no-repeat;
        background-size: cover;
    }
}

.hero img {
    width: 70%;
    max-width: 24rem;
}

h1, h2, h3 {
    color: #3DBCDF;
    font-weight: 600;
    text-transform: uppercase;
}

h1 {
    font-size: 1.6rem;
}
@media (min-width: 768px) {
    h1 {
        font-size: 2.2rem;
    }
}

h2 {
    color: #222;
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
@media (min-width: 768px) {
    h2 {
        font-size: 1.8rem;
    }
}

h3 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
    margin-top: 1.8rem;
}
@media (min-width: 768px) {
    h3 {
        font-size: 1.3rem;
    }
}

p {
    font-size: 1.1rem;
    line-height: 1.8rem;
}

.btn-primary {
    background-color: #3DBCDF!important;
    font-size: 1rem;
}

.btn.download {
    padding-right: 50px!important;
    background: #3DBCDF url(../img/download.svg) no-repeat right 18px center !important;
    background-size: 16px 16px!important;
}

.content-panel {
    background: url(../img/bgs/panel-bg.png) no-repeat right bottom;
    background-size: 200px 115px;
    border-radius: 10px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(170,170,170,0.5);
    -moz-box-shadow: 0px 3px 5px 0px rgba(170,170,170,0.5);
    box-shadow: 0px 3px 5px 0px rgba(170,170,170,0.5);
}

.score-badge {
    max-width: 150px;
}
@media (min-width: 1100px) {
    .score-badge {
        width: 80%;
    }
}

ul li {
    font-size: 1.1rem;
    padding-bottom: 1rem;
}

strong {
    font-weight: 700;
}

table th, table td {
    font-size: 1.1rem;
}

thead tr th {
    background-color: #00B82B;
    color: #fff;
}

tr th {
    font-weight: 700;
}

tr:nth-child(even) {
    background: rgba(235,235,235,0.2);
}

tr:nth-child(odd) {
    background: #fff
}

table td {
    color: #3DBCDF;
    font-weight: 400;
}

.logo-container {
    min-height: 9em;
}

.featured-employers img {
    margin-top: 2rem;
    max-width: 200px;
    width: 80%;

}

a.return {
    background: url(../img/back-arrow.svg) no-repeat center left;
    background-size: 14px 14px!important;
    color: #888;
    font-weight: 700;
    padding-left: 28px;
}

.company-logo {
    max-width: 500px;
    max-height: 350px;
}

.blockquote p {
    font-size: 1.1em!important;
}

.profile-image {
    border: 1px solid #00B82B;
    border-radius: 4px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(170,170,170,0.7);
    -moz-box-shadow: 0px 3px 5px 0px rgba(170,170,170,0.7);
    box-shadow: 0px 3px 5px 0px rgba(170,170,170,0.7);
    height: auto; 

}

@media (min-width: 768px) {
    .profile-image {
        width: 30%; 
    }
}

.icons-row .col {
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 768px) {
    .icons-row .col {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.negative-rating, .neutral-rating, .positive-rating {
 color: #fff;
 font-size: 0.85em;
 font-weight: 700;
}
@media (min-width: 992px) {
    .negative-rating, .neutral-rating, .positive-rating {
        font-size: 1.2em;
    }
}

.negative-rating {
    background: #e02227;
}
.neutral-rating {
    background: #fbb042;
}
.positive-rating {
    background: #00B82B;
}

.score-badge {
    width: 120px;
}

footer img {
    width: 50%;
    max-width: 200px;
}

