.body
{
  font-family: "Lato", sans-serif;
  background-color:#f8f9fa;
}

.auto-resizable-iframe
{
  max-width: 100%;
  margin: 0px auto;
}

.auto-resizable-iframe > div
{
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}

.auto-resizable-iframe iframe
{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}

.title
{
  margin-top: 60px;
  text-align: center;
  font-family: corbel;
  font-size: 45pt;
  color: grey;
}
.title2
{
  margin-top: 10px;
  text-align: center;
  font-family: corbel;
  font-size: 14pt;
  color: grey;
}

.title3
{
  margin-top: 10px;
  text-align: center;
  font-family: corbel;
  font-size: 16pt;
  color: grey;
}

.center
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 65%;
}

.center0
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}

.video-container {
  position: relative;
  width: 100%;
  max-width: 800px; /* Controls max width on large screens */
  margin: 20px auto; /* Centers the videos */
  padding-top: 56.25%; /* This maintains the 16:9 aspect ratio */
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; /* Removes iframe border */
}

.center2
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 45%;
}

#fb
{
  display: block;
  margin-left: 46%;
  margin-right: auto;
  width: 50%;
}

.p
{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 15px;
  margin-bottom: 40px;
  text-align: center;
  font-family: corbel;
  font-size: 16pt;
  color: black;
}
.par
{
  margin-left: 50px;
  margin-right: 50px;
  margin-top: 25px;
  margin-bottom: 15px;
  text-align: center;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  color: rgb(99, 99, 99);
}

.p1
{
  margin-left: 75px;
  margin-top: 75px;
  margin-bottom: 50px;
  text-align: center;
  font-family: corbel;
  font-size: 15pt;
  color: grey;
}

.p2
{
  margin-left: auto;
  margin-top: auto;
  margin-bottom: 5px;
  text-align: center;
  font-family: corbel;
  font-size: 25pt;
  color: grey;
}

.p3
{
  margin-left: 70px;
  margin-right: 70px;
  text-align: center;
  font-family: corbel;
  font-size: 10pt;
  color: grey;
}

.carousel-inner img
{
    width: 38%;
    height: 38%;
    display: block;
}

 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
body {margin:0;height:2000px;}

.icon-bar {
  position: fixed;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 16px;
  transition: all 0.3s ease;
  color: white;
  font-size: 20px;
}

.icon-bar a:hover {
  background-color: #000;
}

.facebook {
  background: #3B5998;
  color: white;
}

.twitter {
  background: #55ACEE;
  color: white;
}

.fa-instagram {
  background: #125688;
  color: white;
}

.linkedin {
  background: #007bb5;
  color: white;
}

.youtube {
  background: #bb0000;
  color: white;
}

.content {
  margin-left: 75px;
  font-size: 30px;
}
.fa-instagram {
  background: #125688;
  color: white;
  position: center;
}

.spotify-container {
  display: flex; /* Ensures centering */
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically if needed */
  width: 80%; /* Ensures it only takes 80% of the screen width */
  max-width: 900px; /* Prevents it from becoming too wide */
  margin: 30px auto; /* Centers and adds spacing */
}

.spotify-container iframe {
  width: 100%; /* Makes iframe take full width of container */
  height: 352px; /* Keeps Spotify player height fixed */
  border-radius: 12px; /* Ensures rounded corners */
}
