body {
    font-family: 'Open Sans', sans-serif;
    /* background-image: url("https://image.ibb.co/de6JzG/bitmap_1_1.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center; */
    font-weight: 500;
    margin: 0%;
}

#title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px;
    background-color: #EBEDF3;
}

h1 {
    /* padding-bottom: 1em; */
    text-align: center;
    color: #092435;
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: 0.1rem;
    line-height: 3rem;
    margin-bottom: 2vw;
}

#mainContainer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 2.5% 15%;
}

#InstructionsContainer {
    display: flex;
    flex-direction: row;
    /* margin: 0% 00% 0% 00%; */
}

/* .image {
    max-width: 33%;
    margin: 50px 30px 50px 30px;
}

.img {
    max-width: 100%;
} */

#intructions {
    margin: 1em 1em 0em 1em;
    flex-grow: 2;
    line-height: 150%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    margin-top: 0%;
}

#intructions h2 {
    font-size: 2.5rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
    line-height: 4rem;
    margin-bottom: 0vw;
    text-align: left;
}

#intructions p {
    font-family: 'Open Sans', sans-serif;
    color: #092435;
    font-size: 1.0rem;
    line-height: 2rem;
    /* margin-bottom: 4vw; */
    padding-right: 4rem;
    margin-bottom: 0em;
    margin-top: 6%;
}

.main {
    flex-direction: column;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.mainContainer:nth-child(1) {
    flex-basis: 45%;
    flex-grow: 1
}

.mainContainer:nth-child(2) {
    flex-grow: 3;
    min-width: 50%
}

h2 {
    margin-top: 3%;
    color: #092435;
    text-align: left;
}

h3 {
    font-size: 1.3rem;
    font-weight: 500;
    letter-spacing: 0.2rem;
    line-height: 1.5rem;
    margin-bottom: 1vw;
    text-align: center;
    color: #092435;
}

h4 {
    margin-bottom: 0.5%;
    color: whitesmoke;
}

/* .insText {
  
    font-size: 1%;
} */

/* --------------------------------------BUTTONS START-------------------------------------- */

.link {
    /* width: 300px; */
    height: 1.7em;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* font-family: Arial, "Helvetica", sans-serif; */
    font-size: 0.8rem;
    font-weight: bold;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    text-shadow: 1px 1px 0px #07526e;
    padding: 16px;
    /* padding-top: 28px; */
    margin: 10px 0px;
    /* position: relative; */
    cursor: pointer;
    border: none;
    /* background: #109bce; */
    border-radius: 5px;
    min-width: 100%;
    letter-spacing: 2.5px
}

#buttons {
    display: flex;
    flex-direction: column;

}

#fbBtn {
    background-color: #3b5998;
}

#fbBtn:hover {
    background-color: #293b64;
}

#igBtn {
    background-color: #C13584;
}

#igBtn:hover {
    background-color: #681e46;
}

#liBtn {
    background-color: #0e76a8;
}

#liBtn:hover {
    background-color: #094866;
}

#twBtn {
    background-color: #00acee;
}

#twBtn:hover {
    background-color: #015e83;
}

#goBtn {
    background-color: #DB4437;
}

#goBtn:hover {
    background-color: #913129;
}

.button {
    display: flex;
    flex-direction: row;
}

.link:hover {
    -webkit-box-shadow: 0px 0px 10px #34495e;
    box-shadow: 10px 10px 30px #34495e;
}

.fab {
    padding: 0px 12px 00px 00px;
}

/* --------------------------------------BUTTONS FINNISH-------------------------------------- */

/* --------------------------------------FAQ START-------------------------------------- */

#faqTitle {
    color: whitesmoke;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: 0.4rem;
    line-height: 4rem;
    margin-bottom: 0vw;
    text-align: left;
}

#faqContainer {
    width: 85%;
    display: flex;
    flex-direction: column;
    /* justify-content: center; */
    margin: 0% 10% 3% 10%;
}

#faq {
    display: flex;
    flex-direction: column;
    margin: 0% 0%;
    /* border-top: solid black 1px; */
    background-color: #2b5865e1;
    color: whitesmoke;
}

.far {
    color: #ffa700;
    margin-right: 1em;
    display: flex;
}

.faqElement p {
    letter-spacing: 0.06rem;
    line-height: 1.2rem;
    color: whitesmoke
}

.question {
    font-size: 120%;
    font-weight: bold;
    display: flex;
    align-items: center;
    flex-direction: row;
}

.answer {
    display: none;
    max-width: 90%;
}

/* .faqElement{
    display: flex;
    flex-direction: row;
    align-items: center; 
 } */

.fa{
    padding-left: 2.5em;
    color: #ffa700;
}
/* --------------------------------------FAQ FINNISH-------------------------------------- */

.arrow {
    width: 1.5em;
}

.question-answer__accordion>.answer {
    display: none;
}

.active>.answer {
    display: block;
    padding-bottom: 1.3rem;
    color: whitesmoke;
}

/* --------------------------------------MEDIA QUERY START-------------------------------------- */

@media(max-width:1100px) {
    h1 {
        /* padding-bottom: 1em; */
        /* text-align: center;
        color: #092435; */
        font-size: 2.5rem;
        /* font-weight: 700;
        letter-spacing: 0.1rem;
        line-height: 3rem;
        margin-bottom: 2vw; */
    }
    #InstructionsContainer {
        display: flex;
        flex-direction: column;
        /* margin: 0% 00% 0% 00%; */
    }
    #mainContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 2.5% 10%;
    }
    #buttons {
        margin: 2.5rem 0rem;
     align-items: center;
    }
    #intructions h2 {
        font-size: 2rem;
    }
    #intructions {
        align-items: center;
    }
    .question {
        font-size: 100%;
    }
    #intructions p {
        /* font-family: 'Open Sans', sans-serif;
        color: #092435;
        font-size: 1.0rem;
        line-height: 2rem;
        /* margin-bottom: 4vw; */
        /* padding-right: 4rem;
        margin-bottom: 0em; */
        margin-top: 2.5%;
    }
}

@media(max-width:800px) {
    h1 {
        /* padding-bottom: 1em; */
        /* text-align: center;
        color: #092435; */
        font-size: 1.5rem;
        /* font-weight: 700;
        letter-spacing: 0.1rem;
        line-height: 3rem;
        margin-bottom: 2vw; */
    }
    #InstructionsContainer {
        display: flex;
        flex-direction: column;
        /* margin: 0% 00% 0% 00%; */
    }
    #mainContainer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        margin: 2.5% 10%;
    }
    #buttons {
        margin: 2.5rem 0rem;
    }
    #intructions h2 {
        font-size: 2rem;
    }
    #intructions {
        align-items: center;
    }
    .question {
        font-size: 100%;
    }
    #intructions p {
        /* font-family: 'Open Sans', sans-serif;
        color: #092435; */
        font-size: 0.7rem;
        /* line-height: 2rem;
        margin-bottom: 4vw; */
        padding-right: 0rem;
        /* margin-bottom: 0em;
        margin-top: 2.5%; */
    }

    #intructions h2 {
        font-size: 1.5rem;
        /* font-weight: 600;
        letter-spacing: 0.4rem;
        line-height: 4rem;
        margin-bottom: 0vw;
        text-align: left; */
    }
}