/*************
 * Fonts
 *************/


/* great-vibes-regular - latin */

@font-face {
    font-family: 'Great Vibes';
    font-style: normal;
    font-weight: 400;
    src: url('./fonts/great-vibes-v5-latin-regular.eot');
    /* IE9 Compat Modes */
    src: local('Great Vibes'), local('GreatVibes-Regular'), url('./fonts/great-vibes-v5-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('./fonts/great-vibes-v5-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('./fonts/great-vibes-v5-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('./fonts/great-vibes-v5-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('./fonts/great-vibes-v5-latin-regular.svg#GreatVibes') format('svg');
    /* Legacy iOS */
}


/*************
 * Tag related
 *************/

body {
    min-height: 1200px;
    margin: 0;
}

h4 {
    font-size: 1.0em;
}

p {
    font-size: 0.8em;
}

body>#header {
    position: fixed;
}

img.lazy {
    display: block;
    /* optional way, set loading as background 
    background-image: url('images/loading.gif');
    background-repeat: no-repeat;
    background-position: 50% 50%;*/
    background-color: #fff;
}

body {}

body.loading .modal {
    overflow: hidden;
}


/* Anytime the body has the loading class, our
modal element will be visible */

body.loading .modal {
    display: block;
}


/*************
 * ID related
 *************/


/* Set the size of the div element that contains the map */

#map {
    height: 400px;
    /* The height is 400 pixels */
    width: 100%;
    /* The width is the width of the web page */
}


/*************
 * Classes
 *************/

@media screen and (max-width: 991px) {
    .input_description {
        font-size: 2em !important;
        width: 100% !important;
        color: #555
    }
    .input_button {
        width: 100% !important;
        font-size: 2.5em !important;
        height: 2.25em;
        color: #222;
    }
    .input_text {
        width: 12em;
        height: 2.25em;
        font-size: 2.5em !important;
        color: #333;
    }
    .input_textarea {
        width: 12em;
        height: 2.25em;
        font-size: 2.5em !important;
        height: 10em;
        color: #333;
    }
    .input_label {
        width: 8em;
        font-size: 2.5em !important;
        color: #222;
    }
    .input_field {
        padding-bottom: 16px !important;
    }
    .text {
        font-size: 1.5em !important;
    }
}

.input_description {
    font-size: 1.25em;
    width: 100% !important;
    color: #555;
    border-color: #888;
    border-width: 1px;
    letter-spacing: 0.1em;
}

.input_details {
    font-size: 1.10em;
    width: 100% !important;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    letter-spacing: 0.1em;
}

.input_mini {
    font-size: 0.9em;
    width: 100% !important;
    margin-top: 0.2em;
    margin-bottom: 0.2em;
    letter-spacing: 0.1em;
}

.input_button {
    width: 100% !important;
    font-size: 1.25em;
    height: 2.5em;
    color: #444;
    border-color: #888;
    border-width: 1px
}

.input_text {
    width: 100% !important;
    height: 2.25em;
    font-size: 1.5em;
    padding-left: 8px;
    color: #444;
}

.input_textarea {
    width: 100% !important;
    height: 2.25em;
    font-size: 1.5em;
    height: 10em;
    padding-left: 8px;
    color: #444;
}

.input_label {
    width: 8em;
    font-size: 1.25em;
    color: #444;
}

.input_field {
    padding-bottom: 8px;
}

@media screen and (max-width: 991px) {
    .musiccontainer {
        display: block;
        width: inherit;
        /*height: 900px !important;*/
    }
}

.musiccontainer {
    display: block;
    width: inherit;
    height: 600px;
}

.textbox {
    padding: 2em;
}

.pale_background {
    background-color: #f8f8f8
}

.feint_background {
    background-color: #fbfbfb
}

.boulton_grey_background {
    background-color: #32373D
}

.white_background {
    background-color: #fff
}

.black_background {
    color: #eaeaea;
    background-color: #111111;
}

.grey_text {
    color: #aaa
}

.light_box_shadow {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1)
}

.boxed_page {
    max-width: 1000px;
    width: 100%;
}

.main {
    background-image: url("./assets/tiny_grid/tiny_grid_faded.png");
    background-repeat: repeat;
}

.thumbnail {
    padding: 0 0 0 0;
    margin: 0 0 0 0;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
    display: table-cell;
}

.modal {
    display: none;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: rgba( 255, 255, 255, 1) url('./assets/loading.svg') 50% 50% no-repeat;
}

.text {
    color: #444;
    font-size: 1em;
    font-family: Courier;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.overlay {
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: .5s ease;
    background-color: #ffffffff;
    background: rgba( 255, 255, 255, 1);
}

.square_image {
    position: static;
    width: 100%;
    height: auto;
    display: table-cell;
    background-color: #fafafa;
}

.square_imagediv:hover .overlay {
    opacity: 1;
}

.rect_imagediv:hover .overlay {
    opacity: 1;
}

.rect_image {
    position: static;
    width: 100%;
    height: auto;
    display: table-cell;
    background-color: #fafafa;
}

.no-margins {
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.pagecentred {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


/* The side navigation menu */

.sidebar {
    margin: 0;
    padding: 0px;
    width: 300px;
    background-color: #fafafa;
    height: 600px;
    position: fixed;
    overflow: auto;
}


/* Sidebar links */

.sidebar a {
    display: block;
    color: black;
    padding: 2px;
    text-decoration: none;
    border-style: solid;
    border-width: 1px;
    border-color: #e9e9e9;
    background-color: #fff;
    margin-bottom: 1px;
}


/* Active/current link */

.sidebar a.active {
    background-color: #4CAF50;
    color: white;
}


/* Links on mouse-over */

.sidebar a:hover:not(.active) {
    background-color: rgb(59, 188, 231);
    color: white;
}


/* Page content. The value of the margin-left property should match the value of the sidebar's width property */

div.maincontent {
    margin-left: 0px;
    padding: 0px 0px;
    min-height: 600px;
}

.media-left {
    padding: 4px;
}

.media-body {
    padding: 4px;
}


/* On screens that are less than 700px wide, make the sidebar into a topbar */

@media screen and (max-width: 700px) {
    .sidebar {
        width: 100%;
        height: auto;
        position: relative;
    }
    .sidebar a {
        float: left;
    }
    div.content {
        margin-left: 0;
    }
}


/* On screens that are less than 400px, display the bar vertically, instead of horizontally */

@media screen and (max-width: 400px) {
    .sidebar a {
        text-align: center;
        float: none;
    }
}