body {
    background-color:#202020;
    overflow-x:hidden !important;
    margin: 0;
    padding: 0;
    
  }
  
  .navbar {
  
    font-family: 'Roboto', sans-serif;
    font-size: large;
  
  }



  
  
  .cardy2 {
    margin-left: 5% !important;
    margin-right: 5% !important;
    background-color: #202020;
    border-style: solid;
  border-color: white;
  border-radius: 70px 1px 70px 1px;

  }

  .card-img-top {

    border-radius: 70px 1px 70px 1px;

  }

  .card-img {

    border-radius: 70px 10px;

  }


  .cardy {
    margin: 0 auto; /* Added */
    float: none; /* Added */
    margin-bottom: 10px; /* Added */
    min-width: 1000px;
    border-radius: 70px 10px;
    background-color: #202020;

    border-color: white;




}

#libSec {
  text-align: center;
  color: white;
}

.navbar-nav > li{
  padding-left:30px;
  padding-right:30px;
}



.player {
  height: 95vh;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
/* Using flex with the row direction to
     align items in a horizontal direction */
     .buttons {
      display: flex;
      flex-direction: row;
      align-items: center;
    }
      
    .playpause-track,
    .prev-track,
    .next-track {
      padding: 15px;
      opacity: 0.8;
      margin-left: auto;
      margin-right: auto;
      
      /* Smoothly transition the opacity */
      transition: opacity .2s;
    }

    /* Change the opacity when mouse is hovered */
  .playpause-track:hover,
  .prev-track:hover,
  .next-track:hover {
    opacity: 1.0;
  }





  
  
  



.scrolling-wrapper{
	overflow-x: hidden;
}

body{
	background-color: #202020;
	color: #fff;
	font-family: 'system-ui';
  overflow-x:hidden !important;
    margin: 0;
    padding: 0;
    
}

h1{
	font-weight: 700;
	font-size: 3.4em;
}

.subtitle{
	font-size: 1.25em;
	opacity: 0.65;
}




.button {
  display: inline-block;
  border-radius: 4px;
  background-color:#D6EA5C;
  border: none;
  color: black;
  text-align: center;
  font-family: 'DM Sans', sans-serif;
  font-size: 17px;
  padding: 12px;
  width: 150px;
  transition: all 0.5s;
  cursor: pointer;
  margin: 5px;  
  text-decoration: none;
}

.button span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button span:after {
  content: '\00bb';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
  text-decoration: none;
}

.button:hover span {
  padding-right: 25px;
}

.button:hover span:after {
  opacity: 1;
  right: 0;
}


h1  {

  text-align: center;

 

}






/*comment section*/


.container {
	max-width: 640px;
	
	background: #fff;
	border-radius: 8px;
	
}

.comment {
	display: block;
	transition: all 1s;
}


.container textarea {
	width: 100%;
	border: none;
	background: #E8E8E8;
	padding: 5px 10px;
	height: 50%;
	border-radius: 5px 5px 0px 0px;
	border-bottom: 2px solid black;
	transition: all 0.5s;
	margin-top: 15px;
}

button.primaryContained {
	background: #191919;
	color: #fff;
	padding: 10px 10px;
	border: none;
	margin-top: 0px;
	cursor: pointer;
	box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.25);
	transition: 1s all;
	font-size: 10px;
	border-radius: 5px;
}

button.primaryContained:hover {
	background: #D6EA5C;
}


#collapseExample {
  
  color: black;
  
}

#comments {

  font-weight: bold;

  font-size: 1.2em;

}

#names {
 font-weight: bold;
  
  color: black;

}

a:not(.button) {
  position: relative;
  display: inline-block;
  font-size: 1em;
  font-weight: 800;
  color: black;
  overflow: hidden;
}

a:not(.button):not(.current) {
  /* Same as before */
  background: linear-gradient(to right, #D6EA5C, #D6EA5C 50%, white 50%);
}
a:not(.button):not(.current) {
  /* Same as before */
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-size: 200% 100%;
  background-position: 100%;
}
a:not(.button):not(.current) {
  /* Same as before */
  transition: background-position 875ms ease;
}
a:hover:not(.button):not(.current) {
  background-position: 0 100%;
}

.current {
  color: #D6EA5C !important;
}


.foo {
  color: white;
}

.navbar .navbar-nav .foo:hover{
  color: #D6EA5C;
  
}

.sm-icons {
  flex-direction: row;
}
@media only screen and (max-width: 960px) {
  .sm-icons .nav-item {
    padding-right: 1em;
    text-align: center;
    padding-top: 20px;
  }
}











.footer-basic {
  padding:40px 0;
  background-color:black;
  color: white;
}



.footer-basic ul {
  padding:0;
  list-style:none;
  text-align:center;
  font-size:18px;
  line-height:1.6;
  margin-bottom:0;
}

.footer-basic li {
  padding:0 10px;
}


.footer-basic ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.8;
}

.footer-basic ul a:hover {
  opacity:1;
}

.footer-basic .social {
  text-align:center;
  padding-bottom:25px;
  flex-direction: row;
}

.footer-basic .social > a {
  font-size:24px;
  width:40px;
  height:40px;
  line-height:40px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  border:1px solid #ccc;
  margin:0 8px;
  color:white;
  
}

.footer-basic .social > a:hover {
  opacity:0.9;
}

.footer-basic .copyright {
  margin-top:15px;
  text-align: center;
  margin-right: 15px;
  font-size:13px;
  color:#aaa;
  margin-bottom:0;
}








.modal {
  color: black;
  text-align: center;
}



@media only screen and (max-width: 600px) {

  .cardy {
    border-color: #202020;
  }
  
 .card-img {

  max-width: 240px;
  margin-left: 100px;

    

  }

  .card-text {
    max-width: 400px;

  }

    
  
}