html, body{
    margin: 0; !important
    padding: 0; !important
    font-family: 'Roboto', sans-serif;
    min-height: 100vh;

}

body{
    /*padding-bottom:60px;    Height of the footer */
}

.container{
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}

.navbar {
    overflow: hidden;
    background-color: #333;
    position: fixed;
    top: 0;
    width: 100%;
    height: 91px;
}

.navbar-item, .navbar-item a {
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
    padding: 10px;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    transition: color .5s;
}

.navbar-item:hover a{
    cursor: pointer;
    color: #90ee90;
    position: relative;
    border-bottom: 1px solid #90ee90;
    border-top: 1px solid #90ee90;
    padding-top: 8px;
    padding-bottom: 8px;

}

.navbar-item:after{
    content: "|";
    margin-left: 8px;
}

.navbar-item:last-child:after{
    content: "";
}

.navbar-site-name, .navbar-site-name a{
    display: inline-block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 26px;
    font-weight: 700;
    margin-right: 25px;
}

.navbar-site-name:hover a{
    cursor: pointer;
    color: #90ee90;
}

.mobile-topnav{
    display: none;
}

@media screen and (max-width: 1000px) {
    .navbar{
        display: none;
    }

    .mobile-topnav{
        overflow: hidden;
        background-color: #333;
        position: relative;
        display: block;
    }

    /* Hide the links inside the navigation menu (except for logo/home) */
    .mobile-topnav #myLinks {
      display: none;
    }

    /* Style navigation menu links */
    .mobile-topnav a {
      color: white;
      padding: 14px 16px;
      text-decoration: none;
      font-size: 17px;
      display: block;
    }

    /* Style the hamburger menu */
    .mobile-topnav a.icon {
      background: black;
      display: block;
      position: absolute;
      right: 0;
      top: 0;
    }

    /* Add a grey background color on mouse-over */
    .mobile-topnav a:hover {
      background-color: #ddd;
      color: black;
    }

    /* Style the active link (or home/logo) */
    .mobile-topnav .active {
      background-color: #04AA6D;
      color: white;
    }
}

.content{
    text-align: center;
    margin-top: 100px;
    margin-bottom: 150px;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    flex: 1;
}

.stats-table{
    text-align: center;
    padding: 5px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 50px;
    border-collapse: collapse;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.stats-table thead tr{

    text-align: center;
    background-color: #7EDABD;
    color: black;
    text-align: left;
}

.stats-table td{
    padding: 6px 7px;
    font-size: 14px;
    text-align: center;
}
.stats-table tbody tr{
    border-bottom: 1px solid #dddddd;
    background-color: white;
}

.stats-table tbody tr:nth-of-type(even) {
    background-color: #f3f3f3;
}

.stats-table tbody tr:last-of-type {
    border-bottom: 2px solid #999;
}

.footer{
    position: relative;
    padding: 10px 10px 0px 10px;
    bottom: 0;
    width: 100%;
    height: 45px;   /* Height of the footer */
    background: #333;
}
.footer-content{
    color: white;
    vertical-align: center;
    text-align: center;
    font-size: 15px;
}

.nav-dropdown {
  width : 300px;
  background: #7EDABD;
  margin : 40px auto;
}

.nav-dropdown span {
  padding : 30px;
  background : #2d2f31;
  color : white;
  font-size : 1.2em;
  /*font-variant : small-caps;*/
  cursor : pointer;
  display: block;
}

.nav-dropdown span::after {
  float: right;
  right: 10%;
  content: "+";
}

.slide {
  clear:both;
  width:100%;
  height:0px;
  overflow: hidden;
  text-align: center;
  transition: height .4s ease;
  padding: 0;
}
.slide > li {
    list-style-type: none;
    padding : 30px;
    margin: 0;
    transition: .2s;
}

.slide > li:hover {
    cursor: pointer;
    transform: scale(1.5);
}

.slide > li > a{
    text-decoration : none;
    color : #2d2f31;
}

.slide > li:hover > a{
    color: #B2FFB2;
}

#touch {position: absolute; opacity: 0; height: 0px;}

#touch:checked + #slide1 {height: 300px;}

#touch2 {position: absolute; opacity: 0; height: 0px;}

#touch2:checked + #slide2 {height: 400px;}

#touch3 {position: absolute; opacity: 0; height: 0px;}

#touch3:checked + #slide3 {height: 250px;}

#searchInput{
    min-height: 40px;
    min-width: calc(20% + 10px);
    padding: 5px;
    border-radius: 10%;
    outline:none;
    text-align: center;
}

#searchInput:focus{
    border-color: #68A61C;
    outline:none;
}

#searched-song-proposals{
    text-align: center;
    padding: 0;
}

.proposal{
    text-align: center;
    list-style: none;
    border: 1px solid gray;
    background-color: #fff;
    border-radius: 5px 5px 5px 5px;
    padding: 5px 5px 10px;
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    width: 15%;
    min-width: 250px;
}

.proposal-link, .proposal-link:visited{
    text-decoration: none;
    color: black;
}

.proposal-link:hover{
    cursor: pointer;
    color: grey;
}

.link-artist{
    color: orange;
    text-decoration: underline;
}

.link-title{
    color: green;
    text-decoration: underline;
    font-weight: bold;
    font-size: 16px;
    transition .5s;
}

.stats-chart-div{
    height:20vh;
    width:35vw
    margin-top:30px;
    margin-left: auto;
    margin-right: auto;

}

.playlist-container{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
}

.about-container{
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    background-color: white;
    width: 60%;
}

.about-paragraph{
    text-align: left;
    padding: 30px;
    background-color: rgba(92, 125, 115, 0.6);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.about-paragraph-text{
    color: #222;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 24px;
    margin: auto;
}

.about-paragraph h3{
    color: #333;
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    font-weight: 300;
    line-height: 32px;
    margin: 0 0 14px;
}

.about-container-author{
    width: 80%;
    margin-top: 70px;
    margin-left: auto;
    margin-right: auto;
}

.about-container-author iframe{
    margin-left: auto;
    margin-right: auto;
}

.song-stats-iframe{
    width: 15%;
    height: 80px;
}

.playlist-iframe{
    border-radius:12px;
    width: 40%;
    height: 380px;
}

.top-played-iframe{
    width: 75%;
    height: 80px;
}

.stats-chart-div{
    height:300px;
    width:40vw;
}

.flash{
    padding: 5px;
    border: 1px solid grey;
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 25px;
    margin-top: 25px;
}

.flash-error{
    color: red;
}

.qrcode{
    margin-left: auto;
    margin-right: auto;
    padding: 16px;
    max-width: 256px;
}
.qrcode img{
    margin-left: auto;
    margin-right: auto;
}
.qrcode canvas{
    margin-left: auto;
    margin-right: auto;
}

@media screen and (max-width: 1000px) {
    .content{
        width: 90%;
        margin-top: 20px;
    }
    .song-stats-iframe{
        width: 85%;
    }

    .stats-chart-div{
        height:200px;
        width:90vw;
    }

    .playlist-iframe{
        width: 85%;
        height: 380px;
    }

    .about-container{
        width: 95%;
        margin-top: 0px;
    }

    .top-played-iframe{
        width: 80px;
        height: 80px;
    }

    .footer{
        height: 55px;
    }

}