/* ----- universal ----- */

h1 {
    font-weight: 900;
    font-size: 50px;
}

hr {
    border: 2px solid #ffffff;
}

a:link, a:visited, a strong {
    text-decoration: none;
}

.primary-btn {
    border: 1.5px solid #4a8c5f;
    background-color: #4a8c5f;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.secondary-btn {
    border: 1.5px solid #4a8c5f;
    background-color: #4a8c5f;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.tertiary-btn {
    border: 1.5px solid #4a8c5f;
    color: #4a8c5f;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    width: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.easy-btn {
    border: 1.5px solid #a9f0bf;
    background-color: #a9f0bf;
    color: #0aaf3e;
    border-radius: 20px;
    font-size: 15px;
    height: 30px;
    width: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.medium-btn {
    border: 1.5px solid #fdefb8;
    background-color: #fdefb8;
    color: #e27803;
    border-radius: 20px;
    font-size: 15px;
    height: 30px;
    width: 100px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.hard-btn {
    border: 1.5px solid #fea39f;
    background-color: #fea39f;
    color: #ee1007;
    border-radius: 20px;
    font-size: 15px;
    height: 30px;
    width: 70px;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.cooking-btn {
    border: 1.5px solid #4a8c5f;
    background-color: #4a8c5f;
    color: #ffffff;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    width: 100%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
    cursor: pointer;
}

.ads-btn {
    border: 1.5px solid #f4f4f4;
    background-color: #f4f4f4;
    color: #4a8c5f;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 400;
    height: 55px;
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    cursor: pointer;
}

@media (max-width: 460px) {
    .ads-btn {
        width: 100%;
    }
}

/* ----- end universal ----- */

/* ----- navbar ----- */

.navbar-brand {
    width: 80px;
}

.navbar-collapse {
    justify-content: flex-end;
}

.container-fluid {
    background-color: #fbfaf5;
}

a {
    text-decoration: none;
}

@media (max-width: 768px) {
    .primary-btn {
        display: none;
    }
}

@media only screen and (min-width: 780px) {
    .navbar-expand-sm .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
    }
}

/* ----- end navbar ----- */


/* ----- hero ----- */

.masthead {
    background-color: #f4f3e9;
    min-height: 100vh;
}
    
/* ----- end hero ----- */


/* ----- feature ----- */

.feature {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.box {
    border-radius: 10px;
    border: 2px solid #d6d3c5;
    min-height: 27vh;
}

/* ----- end feature ----- */

/* ----- recipe ----- */

.recipe {
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

.box1 {
    border-radius: 10px;
    border: 2px solid #d6d3c5;
    background-color: #f6f5ee;
    min-height: 27vh;
}

/* ----- end recipe ----- */


/* ----- content ----- */

.content-name {
    background-color: #1a1a1a;
    height: 35px;
    padding: 10px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    align-items: center;
}

.play-icon {
    background-color: #1a1a1a;
    height: 50px;
    padding: 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
/* ----- end content ----- */

/* ----- ads ----- */

.ads {
    padding-top: 50px;
    padding-bottom: 50px;
}

/* ----- end ads ----- */

/* ----- login ----- */

.terms-privacy {
    color: #2e2e2e;
    height: auto;
}

.members-embed {
    height: 50vh;
    width: 100vh;
}

.members-embed iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 460px) {
    .members-embed {
        width: 50vh;
        
    }
}

/* ----- end login ----- */

/* ----- footer ----- */

.footer {
    padding-top: 50px;
    padding-bottom: 50px;
}

.footer-details {
    color: #ffffff;
}

/* ----- end footer ----- */

