﻿


/*jakes help*/


.boxtitle {
    color: black;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    align-content: right;
    margin-top: 22px;
    margin-bottom: 1px;
}

.boxtext {
    color: dimgrey;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: lighter;
    align-content: right;
    margin-top: 10px;
    margin-bottom: 22px;
}

.boximage {
    width: 100%;
}

.threecards {
    border-radius: 8px;
    height: 4rem;
}

.threegrid {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1.1rem;
    margin-bottom: 14px;
}

@media (max-width: 768px) {
    .threegrid {
        margin-left: 10px;
        margin-right: 10px;
    }
}




.tiles {
    padding: 1rem;
    border-radius: 8px;
}

.gridrow {
    max-width: 1250px;
    margin: 0 auto;
    display: grid;
    grid-gap: 1.0rem;
    grid-template-columns: repeat(2, 1fr);
}

@media (max-width: 768px) {
    .gridrow {
        margin-left: 10px;
        margin-right: 10px;
    }
}






.rowtext {
    color: #1a1a1a;
    font-size: 16px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
    vertical-align: baseline;
}

.rowicons {
    margin-top: 0%;
    width: 25%;
}




.genericdrop {
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2), 0 3px 10px 0 rgba(0, 0, 0, 0.19);
}




.buttonanimbig {
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

    .buttonanimbig:hover {
        background: #e6e6e6;
    }

    .buttonanimbig:active {
        background: #c6c6c6;
    }



.buttonanimsmall {
    padding: 1rem;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

    .buttonanimsmall:hover {
        background: #e6e6e6;
    }

    .buttonanimsmall:active {
        background: #c6c6c6;
    }


a:hover, a:focus {
    color: black !important;
}

.FAQ-accordion {
    color: darkgrey;
    cursor: pointer;
    padding: 10px 10px;
    margin-top: 10px;
    width: 100%;
    background-color: #0000;
    border: 0;
    text-align: left;
    transition: 0.2s;
    font-size: 25px;
    font-family: Arial, sans-serif;
    font-weight: normal;
}

    .FAQ-accordion.active {
        color: #a30006;
        font-size: 28px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        border-bottom: 3px solid #a30006;
    }

    .FAQ-accordion:hover {
        color: #a30006;
        font-size: 28px;
        font-family: Arial, sans-serif;
        font-weight: bold;
        border-bottom: 3px solid #a30006;
    }


.panel {
    padding: 0 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    font-size: 20px;
    font-family: Arial, sans-serif;
    font-weight: normal;
    color: black;
}




html {
    scroll-behavior: smooth;
}




.answertitle {
    margin-top: 50px;
    margin-bottom: 30px;
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 40px;
}




* {
    box-sizing: border-box;
}

.questcontainer {
    display: flex;
    flex-direction: row;
    font-size: 40px;
    text-align: left;
    margin-top: 30px;
}

.questtext {
    padding-right: 10px;
    padding-top: 10px;
    flex: 60%;
    font-size: 18px;
}

.questillustration {
    padding-bottom: 20px;
    padding-top: 10px;
    flex: 40%;
}






.questtextgap {
    margin-top: 20px;
    width: auto;
    font-size: 18px;
}




.tempmarges {
    margin-left: 40px;
    margin-right: 40px;
}




.buttonanimsmall {
    padding: 1rem;
    border-radius: 6px;
    cursor: pointer;
    user-select: none;
    background-color: white;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1), 0 3px 10px 0 rgba(0, 0, 0, 0.05);
}

    .buttonanimsmall:hover {
        background: #e6e6e6;
    }

    .buttonanimsmall:active {
        background: #c6c6c6;
    }

/*Media stuff */

@media (min-width: 600px) {
    .threegrid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .threegrid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 600px) {
    .gridrow {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (min-width: 900px) {
    .gridrow {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 1500px) {
    .questcontainer {
        flex-direction: column;
    }
}


@media screen and (max-width: 1500px) {
    .tempmarges {
        margin-left: 0px;
        margin-right: 0px;
    }
}

.buttongridback {
    padding-top: 50px;
    padding-bottom: 50px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

@media (max-width: 600px) {
    .buttongridback {
        padding-top: 20px;
        padding-bottom: 20px;
    }
}


.answboxborder {
    margin-left: 15px;
    margin-right: 15px;
}
