﻿@font-face {
    font-family: 'HeydingsControlsRegular';
    src: url('fonts/heydings_controls-webfont.eot');
    src: url('fonts/heydings_controls-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/heydings_controls-webfont.woff') format('woff'), url('fonts/heydings_controls-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/* what the body looks like*/
body {
    position: absolute;
    right: 350px;
    left: -18px;
    /*left: 25px;*/
    /*left: 180px; moved the whole body content left*/
    background-color: blanchedalmond;
    font-family: 'Arial';
    font-size: 100%;
    color: darkslateblue;
    font-style: normal;
}

#Home {
    font-family: 'Times New Roman';
    font-size: 16px;
    
    color: black
}

#UnOrdList {
    font-family: 'Times New Roman';
    font-size: 16px;
    color: black; 
    list-style-type:numeric;
}
.controls {
    /*visibility: hidden;*/
    opacity: 0.5;
    width: 400px;
    border-radius: 10px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    margin-left: -200px;
    background-color: black;
    box-shadow: 3px 3px 5px black;
    transition: 1s all;
    display: flex;
}

/* style for the static left menu*/
#static_left {
    padding-top: 15px; /* change padding in box to 20 from 0*/
    position: fixed; /**/
    overflow-y: auto;
    z-index: 1; /*Stay on top */
    height: 100%; /* 90% would not fill entire height of page*/
    background-color: #ffebd8; /*#d1bea8; /*#e5e4e2; /*#e0ffff; /*#87cefa;*/
    padding-left: 15px;
    margin-left: 10px;
    /*margin-top: 30px; /* make it go to top*/
    margin-top: -8px;
    /*bottom: 10px;*/
    width: 150px;
    border: 2px solid #efdecd;
}
#PhotoGallery {
    /*margin-left: 50px; before static left*/
    /* add margin top*/
    margin-top: 50px;
    margin-left: 250px;
    width: 500px;
}

#Osc {
    /*margin-left: 50px; before static left*/
    margin-left: 300px;
    width: 600px;
}

#Fourier {
    margin-left: 200px;
    margin-top: 75px;
    width: 600px;
}

#CustomOsc {
    /*margin-left: 50px; before static left*/
    /* margin-top: 100px; moves text and slider / player stuff down but move top looks like linked to the graphs - maybe the shift is there... */
    margin-left: 200px;
    width: 600px;
}

#CustomOscText {
    /*margin-left: 50px; before static left*/
    /* margin-top: 100px; moves text and slider / player stuff down but move top looks like linked to the graphs - maybe the shift is there... */
    margin-top: 100px;
    margin-left: 200px;
    width: 1050px;
}

#home {
    /*margin-left: 50px; before static left*/
    margin-top: 30px;
    margin-left: 240px;
    width: 100%;
}

/*buttons*/
button {
    position: relative;
    border: 0;
    flex: 1;
    outline: none;
}
.play {
    border-radius: 10px 0 0 10px;
}/* style for any of class button1 */
.button1 {
    background-color: #F5A9BC;
    border: 5px solid white;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
}

.button2 {
    background-color: #00ffff;
    border: 5px solid white;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
}

.button3 {
    background-color: #F5A9BC;
    border: 5px solid white;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
}

.button4 {
    background-color: #00ffff;
    border: 5px solid white;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
}

.button5 {
    background-color: #3659b1;
    border: 5px solid white;
    color: white;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    /*display: inline-block;*/
    font-size: 14px;
}




.figcaptionFall_0 {
    text-align: center;
    font-size: 12px;
    /* padding: 2px; */
    color: black;
    /*content: attr(href);*/
}

figcaption{
    text-align: center;
    font-size: 12px;
    color: black;
    

}


figure {
    border: thin #3B0B39 solid;
    display: flex;
    flex-flow: column;
    padding: 5px;
    max-width: 270px;
    margin: auto;
    background-color: #D8CEF6;
}





/*
<map name="workmap1" >
<area shape="rect" coords="10,10,190,190" alt="image" href="images/FallBearMtn_1.jpg" target="blank" >
</map >

<map name="workmap2" >
<area shape="rect" coords="10,10,190,190" alt="image" href="images/FallBearMtn_2.jpg" target="blank" >
</map >
*/

table {
    border: 4px solid #BF00FF;
    /*margin-left: 100px;*/
    margin-top: 30px;
    background-color: #BDBDBD;
    font-family: Calibri;
    font-size: 100%;
    color: #FFFFB8;
    font-style: italic;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
}

td {
    padding: 5px;
    /*transition-duration: 3s;*/
}

/* toggle in label designing */
.toggle {
    position: relative;
    display: inline-block;
    /*width: 100px;*/
    width: 140px;
    /*height: 52px;*/
    height: 40px;
    background-color: red;
    border-radius: 30px;
    /*border: 2px solid gray;*/
    border: 5px solid white;
}

    /* After slide changes */
    .toggle:after {
        content: '';
        position: absolute;
        width: 38px;
        height: 38px;
        /*width: 50px;
        height: 50px;*/
        border-radius: 50%;
        background-color: gray;
        top: 1px;
        left: 1px;
        transition: all 0.5s;
    }

/* Toggle text */
p3 {
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
    color: white;
}

/* Checkbox checked effect */
.checkbox:checked + .toggle::after {
    /*left: 49px;*/
    left: 102px;
}

/* Checkbox checked toggle label bg color */
.checkbox:checked + .toggle {
    background-color: green;
}

/* Checkbox vanished */
.checkbox {
    display: none;
}
