
body {
  background-color: #ffffff;
  margin-left: 20px !important;
  margin-right: 20px !important;
}


/* FONT */
h1 {
  font-family: 'Oswald', monospace;
  font-size: 36px;
  color: #333333;
  text-align: left;
}

h2 {
  font-family: 'Oswald', monospace;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
}

h3, h4, h5, h6 {
  font-family: 'Oswald', monospace;
  color: #333333;
}

h2 {
	font-size: 20px;
}

p {
  color: #333333;
}



/* NAVBAR 

.nav-link {


}

.navbar-dark .navbar-nav .nav-link {
  font-size: 15px;
}


.navbar-dark .navbar-nav .nav-link:hover {
  color: #33C8E2;
}


.jumbo1 {
background-color: darkred;

}
*/

/* NAVBAR REDO */

.title-font a {
  font-family:'Archivo Black', sans-serif !important;
  font-size: 25px !important;
}

/* Add a black background color to the top navigation */
.topnav {
    background-color: #ffffff;
    overflow: hidden;
}

/* Style the links inside the navigation bar */
.topnav a {
  font-family: 'Oswald', monospace;
  float: left;
  color: #2b2b2b;
  text-align: center;
  padding: 2px 10px;
  text-decoration: none;
  font-size: 14px;
}

/* Change the color of links on hover */
.topnav a:hover {
  background-color: #ddd;
  color: black;
}

/* Add a color to the active/current link */
.topnav a.active {
  background-color: #ffffff;
  color: white;
}

/* Right-aligned section inside the top navigation */
.topnav-right {
  float: right;
}

.navbar-line {
  color: #2b2b2b;
  opacity: 100%;
  height: 0.2px;
  }


/* HEADER IMAGE */
.header-image {
  background-image: url('http://www.tompaynemusic.com/wp-content/themes/tpaynemusic1/images/tpayne_banner2.jpg');
  background-repeat: repeat-x;
 opacity: 75%;
}



/*
.banner-text-background {
 background-color: #2b2c2f;
display: block;
opacity: 65%;
position: relative;

}
*/

.banner-text p {
  color: #D5667F;
  font-size: 30px;
  text-align: center;


}

.banner {
  padding-bottom: 80px;
}

/* CONTENT */

.rightalign {
  color: #2b2b2b;
  text-align: left;
}

.rightalign p {
  color: #2b2b2b;
  text-align: left;
}


.centre-links {
  text-align: center;
}

/* INTRO TEXT */

.intro-text {
  padding: 10px;
}


/* LATEST RELEASE SECTION */

h1 {
  text-align: center !important; 
}


.white-heading {
 color: #ffffff;
}

.release-section {
  margin: auto;
}

.release-section {
  background-color: #2b2b2b;

}

.release-section p {
  color: #ffffff !important;

}

.release-section a {
  color #0f8ef9;
  text-decoration: none;

}

.release-section a {
  color: #0f8ef9;
}

.release-section a:hover {
  /* background: #ffffff; */
  font-size: 108%;
}


/* PREVIOUS RELEASE SECTION */

#previous-releases {
  background-color: #2b2b2b;

}

#previous-releases p {
  color: #ffffff;
}

#previous-releases h2 {
  color: #ffffff;
}


#previous-releases {
  /* padding: 200px; */

}

/*
.bcmini {
 padding-left: 250px;
}
*/

#bcmini-centre {
  position: relative;
}


/* SOCIALS SECTION */
.socials-section p {
  text-align: center;
}

#socials h1 {
  text-align: center;
}



/* ABOUT SECTION */

.about-section {
  background-color: #ffffff;
  padding: 20px;

}

.about-section p {
  color: #2b2b2b;
}

.about-section h1 {
  color: #2b2b2b;
}

.about-section ul {
  color: #ffffff;
}

.about-text {
  align-items: center;
  justify-content: center;
}


/* YOUTUBE PLAYER SECTION */
.youtube-fullplayer {
  background-color: #2b2b2b;
  padding: 50px;
  align-items: center;

}

.y-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

/*
.centre-bcplayers {
  position: relative;
  align-items: center;
}
*/



#bc-small iframe {
	display: block;
  margin: auto;
	margin-left: ;
	margin-right: inherit;
}


/*
.youtube-player-centre {
  position: relative;
  overflow: hidden;
  width: 100%;
}



.youtube-player-centre iframe {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

*/
/*
.youtube-player-centre {
  margin-left: 260px;
}
*/


/* FOOTER */

.footer-links a {
  color: #0f8ef9;
  text-decoration: none;
}

.footer-links a:hover {
  font-size: 108%;
}

.footer-icon-links a {
  color: #2b2b2b;
}

.footer-icon-links a:hover {
  font-size: 108%;
}

.email-link a {
  text-decoration: none;
}

.email-link a:hover {
  /* background: #ffffff; */
  font-size: 108%;
}