/* ///////////////////////////////////////////// */
/* Header Desktop */
/* ///////////////////////////////////////////// */
.header {
    line-height: 60px;
    background: rgba(30, 30, 30, 0.95);
}

/* ///////////////////////////////////////////// */
/* Burger Menu */
/* ///////////////////////////////////////////// */
.burgernav {
    background: rgba(30, 30, 30, 0.95);
}

/* ///////////////////////////////////////////// */
/* Slider */
/* ///////////////////////////////////////////// */
.section .slider{
    background-image: url("../images/faqedit.jpg");
    height:600px;
}

/* ///////////////////////////////////////////// */
/* Misc */
/* ///////////////////////////////////////////// */
.section.black h2{
   color:white;
}

/* ///////////////////////////////////////////// */
/* FAQ Section */
/* ///////////////////////////////////////////// */
@import url(https://fonts.googleapis.com/css?family=Roboto:400,300,500);

.section.FAQ {
    font-family: 'Roboto', 'Open Sans', Arial, sans-serif;
    background: rgb(30, 30, 30);
    color: #027889;
    padding: 50px 0px;
}

#texth2{
    margin: 0% 15% 5%;
    text-align: center;
    color:black;
}

.section.FAQ h2{
    margin: .9em;
    text-align: left;
}

main {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    width: 100%;
    max-width: 920px;
    background-color: #f4f0ec;
    margin: 0 auto;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.1);
}

main h1 {
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 5em;
}

main h2{
    text-align: left;
}

.topic {
    padding: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
    border-bottom: solid 1px rgba(2, 120, 137, .5);
}

.open {
    cursor: pointer;
    display: block;
    padding: 0px;
}

.question:hover {
    opacity: 0.7;
}

.expanded {
    background-color: #dadada;
    transition: all .3s ease-in-out;
}

.question {
    padding-top: 30px;
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.answer {
    color:black;
    font-size: 16px;
    line-height: 26px;
    display: none;
    margin-bottom: 30px;
    /* text-align: justify; */
    padding-left: 20px;
    padding-right: 20px;
}

.faq-t {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    display: inline-block;
    float: right;
    position: relative;
    top: -55px;
    right: 10px;
    width: 10px;
    height: 10px;
    background: transparent;
    border-left: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    transition: all .3s ease-in-out;
}

.faq-o {
    top: -50px;
    -moz-transform: rotate(-224deg);
    -ms-transform: rotate(-224deg);
    -webkit-transform: rotate(-224deg);
    transform: rotate(-224deg);
}

@media only screen and (max-width: 900px) {
    main h1 {
        font-size: 4.5em;
    }
}

@media only screen and (max-width: 480px) {
    .faq-t {
        display: none;
    }

    .question {
        padding-right: 0px;
    }

    #texth2{
        margin: 0% 5% 5%;
    }

    main {
        padding: 10px;
    }

    .answer {
        margin-bottom: 30px;
        padding-left: 0px;
        padding-right: 0px;
    }

    h1{
        font-size: 40px;
    }

    main h1 {
        font-size: 3em;
    }

    .section .slider{
        height: 313px;
        background-size: 500px 313px;
    }
}
