/* Page Elements */
body {
    margin: 0;
    font-family: "Open Sans";
}

header {
    color: #ffffff;
}

footer {
    height: 160px;
    background: #112768;
    color: #fff;
}

a {
    color: #ffffff;
    text-decoration: none;
}

h1 {
    padding-top: 20px;
    padding-bottom: 20px
}

ul {
    list-style-type: none;
}


/* Class Attributes */
.a {
    color: #ffffff;
    text-decoration: none;
}

.a:hover {
    color: #ffffff;
    text-decoration: none;
}

.center {
    margin: auto;
    text-align: center;
    width: 50%;
    padding: 10px;
}

.bg-image {
    height: 480px;
    position: relative
}

/* .logo {
    background-image: url("../images/comparison-logo-white.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    width: 300px;
    height: 60px;
    display: inline-block
} */

.logo {
    font-weight: 700;
    font-size: 38px;
    display: inline-block;
    padding-bottom: 30px;
}

.navbar {
    padding-right: 0px;
}

.navbar li {
    color: #ffffff;
    font-weight: 600;
    padding-right: 20px;
    display: inline-block
}

.footer-bar {
    padding: 30px 15%;
}

.footbar li {
    color: #ffffff;
    font-weight: 400;
    font-size: 14px;
    padding-bottom: 10px;
    padding-right: 20px;
    text-decoration: none;
}

.header-text {
    padding: 0px 15%;
    width: 70%
}

.header-bar {
    padding: 10px 15%;
    font-size: 15;
}

.notification {
    font-size: 24;
}

.notification:before {
    content: "\f0f3";
}

.badge-s {
    display: inline-block;
    padding: 0.35em 0.65em;
    position: relative;
    right: 10px;
    bottom: 10px;
    font-size: .60em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
}

.badge-l {
    background-color: #59c865;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    top: -37px;
    left: 20px;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    word-break: break-word;
    text-align: center;
    padding: 5px;
}

.lg-item {
    padding: 5px;
}

.product-card {
    border-radius: 20px;
    box-shadow: 2px 2px 10px rgb(192, 192, 192);
    background: #f7f7f7;
    padding: 20px;
    margin: 0px 15%;
    font-size: 17;
    position: relative;
}

.checklist li {
    padding-bottom: 5px;
    display: flex;
}

.checklist li:before {
    content: '\2713';
    padding-right: 5px;
    color: rgb(3, 179, 3);
    font-size: 20;
    font-weight: 700;
}

.rating {
    color: rgb(235, 217, 59);
    font-size: 24;
}

.score {
    color: #2c98f0;
    font-size: 30;
    font-weight: 500;
    border-color: #2c98f0;
    border-style: solid;
    border-radius: 100%;
    padding: 10px
}

.link-button {
    color: rgb(255, 255, 255);
    font-size: 20;
    font-weight: 700;
    background: #2c98f0;
    border-radius: 5%;
    text-decoration: none;
}

.update:before {
    content: "\f1da";
    padding-right: 10px;
}

.disclosure {
    padding: 0px 15% 30px
}

.accordion-button:not(.collapsed) {
    background-color: #ffffff !important;
}


/* Position Attributes */
.info-text {
    padding: 75px 33%;
    font-size: 18px;
}

.center {
    text-align: center;
    width: 20%
}

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

.center-content {
    text-align: center;
    width: 40%;
    margin: auto;
}

.vert {
    position: relative;
    top: 50%;
    -ms-transform: translateY(30%);
    transform: translateY(35%);
}

.scale {
    transition: all .4s ease-in-out;
}

.scale:hover {
    transform: scale(1.02);
}

.pad-10 {
    padding: 10px;
    width: 40%
}


/* Size Attributes */
.size-12 {
    font-size: 8;
}

.size-15 {
    font-size: 15;
}

.size-24 {
    font-size: 24;
}

.bg-image:before {
    content: '';
    position: absolute;
    background-image: url('../images/new-back-med.jpeg');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    filter: brightness(40%);
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: -1;
}