


html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #f7f6f2;
}

body {
    
    margin: 0;
    padding: 0;
    
    padding-top: 20px;
    padding-bottom: 20px;
}

#main-container {
    
    width: 750px;
    margin: auto;
}

#main-container img {
    max-width: 100%;
}

a {
    color: black;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

ul {
    margin: 0;
    padding: 0;
    list-style-position: inside;
}

h1 {
    font-size: 26px;
    color: #678712;
    font-family: "open_sansregular",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-weight: normal;
}

h3 {
    font-size: 16px;
}

#table-of-content {
    margin-top: 20px;
}

.ui-accordion-header {
    color: black;
    background-color: white;
    outline: none;
}

.ui-accordion-header-active {
    color: white;
    background-color: #393b3d;
    border: none;
}

.accordion img {
    max-height: 500px;
    margin: auto;
    display: block;
}

#adventure-licence-container {
    
    display: flex;
}

#adventure-licence-container > img {
    width: 80px;
    height: 80px;
    margin: auto;
}

#adventure-licence-container > div {
    margin-left: 10px;
}

.ui-accordion-header {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
}



