html {
    overflow-y: scroll;
}

header {
    display: flex;
    align-items: center;
    justify-content: center;
}

main {
    flex: 1;
}

body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background-color: rgb(240, 240, 215);
}

ul {
    background-color: rgb(237, 228, 184);
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
    border-radius: 10px;
}

ul li a img {
    display: block;
    padding: 0px;
}

ul li a {
    display: flex;
    flex-wrap: wrap;
    padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    text-align: center;
    text-decoration: none;
    color: grey;
    border: 1px;
}

li a:hover {
    background-color: #c7ae7a;
    color: white;
    border-radius: 10px;
}

.grid-container {
    display: grid;
    justify-content: space-evenly;
    grid-template-areas:
        'header header header header header header header';
    grid-gap: 1.3px;
    border: 1px;
    row-gap: 0px;
}

.grid-items {
    grid-area: header;
}

.grid-container li {
    margin: 10px;
    font-size: 22px;
}

.allgriditems {
    display: grid;
    grid-template-areas:
        'top'
        'main';
}

.header {
    display: flex;
    grid-area: top;
    border: 3px;
    justify-content: flex-start;
    align-items: flex-start;
}

.main {
    grid-area: main;
}

@media (max-width: 800px) {
    /* body {
        background-color: green;
    }
    img {border: 3px black solid;} */

    .allgriditems {
        /* display: flex; */
        grid-template-areas:
            'top main';
    }

    .grid-container {
        display: grid;
        justify-content: space-evenly;
        grid-template-areas:
            'header';
        grid-gap: 1.3px;
        border: 1px;
        row-gap: 0px;
        border: 3px;
    }
}

.logo {
    height: 50px;
    width: 55px;
    margin: 0px;
    padding: 0px;
}

.starthund {
    display: inline;
    width: 622px;
    height: 400px;
    margin-bottom: 20px;
    border-radius: 10px;
}

.småtext {
    color: rgb(102, 85, 47);
    font-family: 'poppins', sans-serif;
    text-align: center;
}

.hundar {
    display: flex;
    width: 450px;
    height: 400px;
    border: 2px solid rgb(102, 85, 47);
    border-radius: 10px;
    margin: 10px;
}

footer {
    display: flex;
    
    justify-content: center;
    background-color: rgb(237, 228, 184);
    width: 100%;
    padding: 0px;
    list-style-type: none;
    margin-top: 0px;
    margin-bottom: 0px;
    align-items: center;
    color: rgb(102, 85, 47);
    font-family: 'poppins', sans-serif;
    text-align: center;
    border-radius: 10px;
}

hr {
    width: 80%;
    border: none;
    height: 1px;
    background-color: #514024;
}

.review-container {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.review {
    background-color: rgba(235, 229, 195, 0.855);
    padding: 20px;
    border-radius: 10px;
    width: 250px;
    margin: 20px;
}

.dog-card {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px;
    margin-top: 20px;
}

.dog-card>div {
    display: flex;
    flex-direction: column;
}

.btn_container {
    display: flex;
    gap: 10px;
    margin-top: 10px;
    justify-content: center;
    align-items: baseline;
}

.btn {
    background-color: rgb(237, 228, 184);
    color: #514024;
    border: solid 1px burlywood;
    padding: 8px 12px;
    border-radius: 8px;
    cursor: pointer;
    margin: 2px;
}

.btn:hover {
    background-color: #e8d8a0;
}

.maindogs {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}

.hundar {
    display: flex;
    width: 350px;
    height: 370px;
}

.faq {
    color: #514024;
    text-align: center;
    padding: 40px 20px;
    font-family: 'poppins', sans-serif;
}

.faq-item {
    color:#514024;
    background-color:#c7ae7a;
    margin: 15px auto;
    padding: 15px;
    border-radius: 10px;
    width: 60%;
    font-family: 'poppins', sans-serif;
}

.faq h1 {
    text-align: center;
    /* margin-top: 10px; */
    /* margin: center; */
}

.faq-item h3 {
    margin-bottom: 1px;
    cursor: pointer;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition:0.35s ease;
}

.contact {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    background-color: #e8d8a0;
    color: #514024;
    font-family: 'poppins', sans-serif;
}

.contact-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.contact-form input,
.contact-form textarea {
    /* padding: 10px;
    border: 1px solid #c7ae7a;
    border-radius: 8px;
    /* color: #514024; */
    padding: 10px;
    border: 1px solid #c7ae7a;
    border-radius: 8px;
    color: #514024;
    background-color: #fff8e1;
}
label {
    color: #514024;
}
.contact-form textarea {
    resize: none;
    height: 120px;
}

.contact-form button:hover {
    background-color: #8a724f;
}

.contact-form button {
    padding: 10px;
    border: none;
    background-color: rgb(102, 85, 47);
    color:#c7ae7a;
    border-radius: 8px;
    cursor: pointer;
    font-family: 'poppins', sans-serif;
}

.order {
    max-width: 500px;
    margin: 50px auto;
    padding: 20px;
    text-align: center;
    background-color: #e8d8a0;
    color: #514024;
    font-family: 'poppins', sans-serif;
}

.order-items {
    margin-bottom: 20px;
}

.order-form {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.order-form input {
    padding: 10px;
    border: 1px solid #c7ae7a;
    border-radius: 8px;
}

.order-form button {
    padding: 10px;
    border: none;
    background-color: rgb(102, 85, 47);
    color: #c7ae7a;
    border-radius: 8px;
    cursor: pointer;
}

.compare {
    text-align: center;
    margin: 50px;
     color: rgb(102, 85, 47);
     font-family: 'poppins', sans-serif;
}

.compare-container {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-top: 20px;
}

.dog-box {
    background-color: #e8d8a0;
    padding: 20px;
    border-radius: 10px;
    width: 200px;
}

.selectors {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 20px;
}

select {
    padding: 8px;
    border-radius: 6px;
}

#dog1, #dog2 {
     color: rgb(102, 85, 47);
}
