body {
    font-family: 'Gothic A1', sans-serif;
}

h1,
h2,
h3,
h4 {
    font-family: 'Playfair Display', serif;
    font-weight: bold;
}

h1 {
    margin-top: 20px;
    padding: 10px;

}

h1 .brand-name {
    color: #DBAD30;
    font-size: 38px;
    font-family: 'Wire One', sans-serif;

}

h3 {
    font-size: 24px;
    padding-left: 15px;

}

h4 {
    font-size: 18px;
    padding: 10px 15px 0;

}

img {
    border-radius: 4px;
}

.logo {
    color: #DBAD30;
    font-size: 68px;
    font-family: 'Wire One', sans-serif;
    font-weight: bold;
}

.site-logo {
    height: 50px !important;
}

#brand-name {
    color: #f26d85;
    font-size: 68px;
    font-family: 'Wire One', sans-serif;
}

button {
    /* padding: 5px 5px; */
    border-radius: 15px;
    border: none;
    background: #DBAD30;
    color: #f0f0f2;
    letter-spacing: 2px;
    cursor: pointer;
}

.button {
    /* padding: 5px 5px; */
    border-radius: 15px;
    border: none;
    background: #DBAD30;
    color: #f0f0f2;
    letter-spacing: 2px;
    cursor: pointer;
}

.button:hover {
    background: #f0f0f2;
    color: #DBAD30;
}

button:hover {
    background: #f0f0f2;
    color: #DBAD30;

}

.join-button {
    padding: 10px 30px;

}

nav li {
    padding: 20px;

}

nav .log-in {
    color: black;
}

nav .brand-name {
    color: #DBAD30;
    font-family: 'Wire One', sans-serif;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
}

.app-wrapper {
    margin-top: 40px;
    padding: 30px;
    background: #465C3A;
    border-radius: 6px;
    color: white;

}

.app-wrapper img {
    width: 100%;
    height: auto;
    border-radius: 4px;
}

.app-wrapper p {
    padding: 20px;
}

.read-button,
.write-button {
    border: none;
    padding: 10px 30px;
    position: relative;
    left: 50px;
    margin-right: 20px;

}

.content-wrapper {
    margin-top: 100px;
}

.about-section {
    margin-top: 50px;
}

.about-section h2 {
    background: #465C3A;
    padding: 10px 10px;
    font-size: 20px;
    font-weight: bold;
}

.book-recomendations {
    margin-top: 100px;
    background: #a7ae7f;
    padding: 30px;
}

.book-recomendations p {
    padding-left: 15px;
}

.device-wrapper {
    margin-top: 100px;
    padding: 30px;
}

.join-section {
    margin-top: 100px;
    background-image: url("../images/woman\ on\ the\ laptop.jpg");
    background-size: cover;
    opacity: 0.8;
    margin-bottom: 100px;
}

.join-section-content {
    padding: 130px;
    text-align: center;
}

.join-section-content .tag-line {
    font-weight: bold;
    background: #465C3A;
    padding: 30px 100px;
    margin: 30px;
    border-radius: 6px;


}

.book-container {
    width: 100%;
    min-height: 100vh;
    background: linear-gradient(135deg, #DBAD30 #465C3A);
    color: white;
    padding-top: 4%;
    padding-left: 10%;

}

.inputbox {
    position: relative;
    width: 100%;
    max-width: 500px;
    min-height: 150px;
    background: #465C3A;
    color: white;
    padding: 20px;
    margin: 20px 0;
    outline: none;
    border-radius: 5px;

}

.inputbox img {
    width: 25px;
    position: absolute;
    bottom: 15px;
    right: 15px;
    cursor: pointer;
}


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

.footer-logo {
    background-color: #465C3A;
    color: #DBAD30;
    border-radius: 25px;
    width: 150px;
    font-family: 'Wire One', sans-serif;
}

footer h4 {
    padding: 0;
    margin-top: 60px;
    color: #01102b;
    font-size: 16px;
}



footer a {
    text-decoration: none;
    color: black;
    list-style: none;
}





footer ul {
    list-style: none;
    font-size: 13px;
    padding: 0;
}

footer a:hover {
    color: #DBAD30;
    text-decoration: none;
    padding: 5px 10px;
    background: #01102b;
    border-radius: 4px;
}

footer .social-links a {
    margin: 0 20px;
    padding: 10px 14px;
    font-size: 18px;
    transition: all 100ms ease-in-out;
}

footer .social-links a:hover {
    color: white;
    background: var(--primary-colour);
}

footer .terms {
    background: #465C3A;
}

footer .terms a {
    padding: 5px 10px;
    font-size: 12px;
    font-weight: bold;
    color: #f0f0f2;
}

@media(max-width: 750px) {
    h1 {
        font-size: 32px;
    }

    h3 {
        font-size: 25px;
    }

    .app-wrapper .write-button {
        display: none;

    }

    .app-wrapper .read-button {
        margin-bottom: 10px;
    }


    .btn {
        font-size: 16px;
        padding: 15px 60px;
    }

    nav {
        font-size: 12px;
    }

    .join-section {
        background-image: none;
        background: #465C3A;
    }

    .join-section-content {
        padding: 10px 50px;

    }

    .join-section-content .tag-line {
        background: #DBAD30;
        padding: 10px 50px;
        margin: 10px;
        border-radius: 6px;
        font-size: 20px;
    }

    .footer-logo {
        color: #DBAD30;
        background-color: #465C3A;
        border-radius: 25px;
        font-family: 'Wire One', sans-serif;

    }

 

}

;
