html {
    box-sizing: border-box
}

html, body {
    line-height: 1.5
}

html {
    overflow-x: hidden
}

*, *:before, *:after {
    box-sizing: inherit
}

body {
    margin: 0
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0px;
    background: url(../images/bg-body.png);
    background-position-x: initial;
    background-position-y: initial;
    font-family: 'Quicksand', sans-serif;
}

a {
    background-color: transparent
}

a:active, a:hover {
    outline-width: 0
}

a {
    color: inherit;
}

p {
    text-align: justify;
}

h2 {
    text-align: center;
    font-family: 'Quicksand';
    font-weight: 300;
    font-size: 1.5em;
}

.container {
    display: block;
    margin: 0 auto 0 auto;
    background-color: rgb(255, 254, 250);
    box-shadow: 0px 10px 70px rgb(0, 0, 0);
    border-right: solid 1px rgb(255, 163, 88);
    border-left: solid 1px rgb(255, 163, 88);
    border-bottom: solid 1px rgb(255, 163, 88);
}

.header {
    width: 100%;
}

.menu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    padding-left: 38px;
}

.menu ul li a {
    text-decoration: none;
}

.menuitem {
    float: left;
    width: 23%;
    background-color: whitesmoke;
}

.w3-main {
    transition: margin-left .4s
}

.w3-container {
    padding: 0.01em 16px
}

.w3-container:after, .w3-container:before {
    content: "";
    display: table;
    clear: both
}

.w3-top {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 0
}

.w3-xlarge {
    font-size: 25px !important
}

.w3-padding {
    padding: 8px 16px !important
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-overlay {
    position: fixed;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 2
}

.w3-margin-right {
    margin-right: 16px !important
}

.w3-button {
    border: none;
    display: inline-block;
    padding: 8px 16px;
    vertical-align: middle;
    overflow: hidden;
    text-decoration: none;
    color: inherit;
    background-color: inherit;
    text-align: center;
    cursor: pointer;
    white-space: nowrap
}

.w3-button {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.w3-button:hover {
    color: #000 !important;
    background-color: #ccc !important
}

.a-img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

@media (max-width: 992px) {
    html, body {
        font-size: 15px;
    }

    .header {
        display: none;
    }

    .menu {
        display: none;
        z-index: 3;
        top: 0;
        position: fixed;
        width: 50%;
        background-color: whitesmoke;
        height: 100%;
    }

    .menu ul {
        width: 100%;
        padding-left: 0px;
        padding-top: 143px;
    }

    .mobile-menu {
        background-color: whitesmoke;
    }

    .menuitem {
        float: none;
        width: 100% !important;
    }

    .menuitem-nonlast {
        border: none !important;
    }

    .maindiv {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .footer {
        padding-top: 0px !important;
    }

    .w3-main {
        margin-left: 0 !important;
        margin-right: 0 !important
    }

    .page {
        padding-top: 120px !important;
    }
    .mobile-header {
        display: block;
        text-align: center;
    }
}

@media (min-width: 993px) {
    html, body {
        font-size: 18px;
    }

    .container {
        max-width: 900px;
    }

    .maindiv {
        min-width: 600px;
    }

    .menu {
        display: block !important;
        min-width: 600px;
    }

    .menu ul {
        border-bottom: 1px solid rgb(253, 221, 140);
        padding-bottom: 10px;
    }

    .menu ul li {
        border: 1px solid rgb(253, 221, 140);
        border-radius: 6px;
    }

    .menu ul li:hover {
        box-shadow: 0 1px 5px gold;
    }

    .w3-hide-large {
        display: none !important
    }
    .mobile-header {
        display: none;
    }
}

.menu ul li {
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    margin-left: 4px;
    margin-right: 4px;
}

/* Change the link color to #111 (black) on hover */
.menu ul li:hover {
    color: rgb(138, 0, 0);
    background-color: rgb(243, 234, 223);
}

.menu {
    alignment: center;
}

.menuitem-selected {
    background-color: rgb(248, 244, 232);
}

.center {
    margin: auto;
}

.paragraph {
    line-height: 21px;
    display: block;
    padding: 30px;
    text-align: justify;
}

.page {
    display: none;
    padding: 1.01em 15px;
    margin-bottom: 25px;
    min-height: 535px;

}

.page-visible {
    display: block !important;
}

.socialmedia {
    text-align: right;
    height: 65px;
    margin-top: 19px;
    padding-top: 15px;
    padding-right: 15px;
}

.footer {
    margin-bottom: 15px;
}