/***** RESETS *****/

* {
    margin: 0;
    padding: 0;
}

/***** FONTS *****/

@font-face {
    font-family: "Ionicons";
    src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");
    src: url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"), url("https://code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Bentoga-Thin';
    src: url('../Bentoga-Thin.woff2') format('woff2'),
        /* Modern Browsers */
        url('../Bentoga-Thin.woff') format('woff');
    /* Older Browsers */
}
.faq li.a
body {
    font-family: 'Poseidon';
    color: #242529;
    font-size: 1em;
    background: #f9f9f9;
    line-height: 1.6em;
}

ul,
li {
    font-size: 16px;
    font-weight: 500;
    list-style: none;
}



h1 {
    text-align: center;
    margin: 1em 0;
}

.title {
    height: 2.5em;
    width: 75%;
    margin-left: 12.5%;
    background: #6bba70;
    color: #fff;
    text-align: center;
    padding-top: .5em;
    transform: rotate(-1deg);
    box-shadow: 3px 5px 2px #999;
}

i {
    margin-right: 1em;
}

.faq li {
    padding: 1.25em;
}

.faq li.q {
    font-family: 'Bentoga-Thin';
    font-weight: bold;
    font-size: 120%;
    border-bottom: 1px #ccc solid;
    cursor: pointer;
}

.faq li.q:nth-child(1),
.faq li.q:nth-child(5),
.faq li.q:nth-child(9) {
    background: #eee;
}

.faq li.a {
    font-weight: bold;
    color: #b02625;
    background: #fff;
    display: none;
}

img {
    margin-right: .5em;
}






/********* MEDIA QUERIES ************/
@media (max-width: 800px) {
    #container {
        width: 90%;
        margin: 0 5%;
    }

    .title {
        width: 90%;
        margin: 0 5%;
        height: 3.5em;
    }

    .faq li {
        text-align: center;
    }

    .faq li.a {
        width: 85%;
        margin-left: 5%;
    }

    footer h3 {
        width: 90%;
        margin: 0 5%;
        text-align: center;
    }
}

.wed-sec-p p {
    text-align: justify;
}