.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently
                                     supported by Chrome, Edge, Opera and Firefox */
}

.openSans {
    font-family: 'Open Sans', sans-serif;
}

.roboto {
    font-family: 'Roboto', sans-serif;
}

body {
    background: #fcf7ef;
    font-family: 'Open Sans', sans-serif;
}

.bold {
    font-weight: bold;
}

.logoHolder {
    background: white;
    text-align: center;
}

.logoHolder img {
    width: 100%;
    max-width: 300px;
    margin: 20px;
}

.topBar {
    background: #d2bd9a;
    text-align: center;
    color: #5C3923;
}

.infoWelcome {
    padding: 20px;
}

.breadcrumbs {
    font-size: 12px;
    padding: 5px;
    color: #5C3923;
}

.breadcrumbs a {
    color: #5C3923;
}

.mainButtons {

}

.mainButtons div {
    background: white;
}

.mainButtons .button {
    background: #5C3923;
    color: white;
    padding: 5px;
    margin: 5px;
}

.mainButtons .button:hover {
    text-decoration: underline;
    cursor: pointer;
}

.disabler {
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(92, 57, 35, 0.51);
    position: absolute;
    width: 91.5%;
    height: 100%;
    z-index: 100;
}

.disabler div {
    color: white;
    font-size: 2.5rem;
    font-weight: bold;
}

.videoHolder {
    height: 100%;
    padding: 10px;
    display: flex;
    align-content: center;
    justify-content: center;
    flex-direction: column;
}

.videoHolder select {
    margin-bottom: 10px;
}

.footer {
    font-size: 0.8rem;
}

.footer a {
    color: #5C3923 !important;
}

#unlockInput {
    width: 100%;
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
}

video {
    border: #5C3923 5px solid;
}

.videoHolder iframe {
    height: 100%;
    width: auto;
    min-height: 250px;
    padding: 10px;
}

.section {
padding: 20px;
}

.thumbs img {
    width: 100%;
    height: auto;
    padding: 10px;
}

.socialImages img {
    -webkit-box-shadow: 3px 3px 17px 0px rgba(0,0,0,0.43);
    -moz-box-shadow: 3px 3px 17px 0px rgba(0,0,0,0.43);
    box-shadow: 3px 3px 17px 0px rgba(0,0,0,0.43);
    margin-bottom: 20px;
}