@font-face {
    font-family: 'digital-clock';
    src: url("fonts/Digital Dismay.otf");
}


body
{
    background-color: #ffe3ed;
    margin: 0;
    font-family: "Lucida Grande";
    font-size: 15px;
}

header
{
    background-color: #8ac6d1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.navigation
{
    background-color: #beebe9;
    font-family: "Lucida Grande";
    font-size: 25px;
    color: black;
}

.navigation ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    background-color: #beebe9;
}

.navigation li
{
    float: left;
}

.navigation li a
{
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

.navigation li a:hover
{
    background-color: #fffdf9;
    color: #000080;
    box-shadow: 5px 2px black;
}


h1 {
    font-size: 30px;
    text-align: center;
    font-family: "Lucida Grande";
}

p {
    font-size: 20px;
    font-family: "Lucida Grande";
    text-align: justify;
}

.content {
    border: 15px solid #b4aee8;
    border-radius: 20px;
    box-shadow: 5px 10px white;
    background-color: #fffdf9;
    padding-top: 50px;
    padding-right: 30px;
    padding-bottom: 50px;
    padding-left: 30px;
    margin: 30px;
    width: auto;
}


h2 {
    font-size: 25px;
    text-align: left;
    font-family: "Lucida Grande";
}

h3 {
    font-size: 25px;
    text-align: center;
    font-family: "Lucida Grande";
}

footer {
    background-color: #e4bad4;
    padding: 10px;
    text-align: center;
}


button {
    background-color: #9c3d54;
    border: none;
    box-shadow: 5px 10px #888888;
    color: white;
    padding: 20px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 10px 20px;
    border-radius: 8px;
}


/* slide bar */
::-webkit-scrollbar {
    width: 20px;
}


::-webkit-scrollbar-track {
    border-radius: 12px;
}


::-webkit-scrollbar-thumb {
    background: #5eaaa8;
    border-radius: 12px;
}

::-webkit-scrollbar-thumb:hover {
        background: #a3d2ca;
    }

.timer
{
    font-family: 'digital-clock', sans-serif;
    font-size: 150px;
    text-align: center;
}

.switch-timer ul
{
    list-style-type: none;
    text-align: center;
    margin-left: 300px;
    float: top;
}

.switch-timer li
{
    font-size: 20px;
    float: left;
    background-color: #fffdf9;
    margin: 60px;
    padding: 25px;
    border-radius: 25px;
    box-shadow: 0 8px #dbd6d3;
    float: left;
}

.switch-timer li:hover
{
    transition: background-color .3s, border-color .3s, box-shadow-color .3s;
    cursor: pointer;
    background-color: #beebe9;
    border-color: #beebe9;
    box-shadow: 0 7px #779b9a;
}

.switch-timer li:active
{
    transform: translateY(3px);
    transition: transform .1s, box-shadow .1s, background-color .1s, border-color .1s;
    background-color: #9dcdcb;
    border-color: #9dcdcb;
    box-shadow: 0 5px #779b9a;
}

.switch-on
{
    float: top;
}

.switch-on ul
{
    list-style-type: none;
    text-align: center;
    margin-left: 300px;
}

.switch-on li
{
    font-size: 15px;
    float: left;
    background-color: #fffdf9;
    margin: 40px;
    border: 15px solid #fffdf9;
    border-radius: 15px;
    box-shadow: 0px 7px #dbd6d3;
}

.switch-on li:hover
{
    transition: background-color .3s, border-color .3s, box-shadow-color .3s;
    cursor: pointer;
    background-color: #beebe9;
    border-color: #beebe9;
    box-shadow: 0 7px #779b9a;
}

.switch-on li:active
 {
    transform: translateY(2px);
    transition: transform .05s, box-shadow .05s, background-color .05s, border-color .05s;
    background-color: #9dcdcb;
    border-color: #9dcdcb;
    box-shadow: 0 5px #779b9a;
 }


/* The switch - the box around the slider */
.switch
{
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input
{
    opacity: 0;
    width: 0;
    height: 0;
}

/* The slider */
.slider
{
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before
{
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider
{
    background-color: #2196F3;
}

input:focus + .slider
{
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before
{
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round
{
    border-radius: 34px;
}

.slider.round:before
{
    border-radius: 50%;
}

/* audio mainpage */
.audiobackground{
    width: 100%;
    height: 100vh;
    background-image: url(audiosource/headphones.jpg);
    background-position: center;
    background-size: cover;
    padding-left: 8%;
    padding-right: 8%;
    box-sizing: border-box;
}

.card{
    width: 200px;
    height: 230px;
    display: inline-block;
    border-radius: 10px;
    padding: 15px 25px;
    box-sizing: border-box;
    cursor: pointer;
    margin: 10px 15px;
    background-position: center;
    background-size: cover;
    transition: transform 0.5s;

}
.rain{
    background-image: url(audiosource/rain.jpg);
}

.cafe{
    background-image: url(audiosource/shop.jpg);
}

.jazz{
    background-image: url(audiosource/rain.jpg);
}

.library{
    background-image: url(audiosource/rain.jpg);
}

.card:hover{
    transform: translateY(-10px);
}

/* rain audio page */

.rainbackground {
    background-image: url("audiosource/rain.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .leftaudio{
    margin-left: 6%; 
}

.leftaudio h1{
    font-size: 90px;
    color: #fff;
    line-height: 110px;
    float: left;
    font-family:  Helvetica, sans-serif;

}

.rightaudio{
    float: right;
    margin-right: 35%;
    margin-top: 100px;
    display: flex;
    align-items: center;
}

#iconplay{
    width: 120px;
    cursor: pointer;
}
#iconpause{
    width: 80px;
    cursor: pointer;
    padding-left: 50px; 
}

.contentaudio{
    width: 100%;
    position: absolute;
    top: 30%;
}
/* cafe audio page */
.shopbackground {
    background-image: url("audiosource/shop.jpg");
    height: 100%; 
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }

/* citation page */
.citation {
    margin: auto;
    width: 50%;
    padding: 10px;
    border-style: solid;
    border-width: 5px;
    padding: 50px;
    border-color: #7b113a;
    border-radius: 20px;
    background-color: white;
}

.citationPages {
    margin: auto;
    width: 50%;
    padding: 10px;
    border-style: solid;
    border-width: 5px;
    padding: 50px;
    border-color: #7b113a;
    border-radius: 20px;
    background-color: #bde7e5;
}
