@import url('https://fonts.googleapis.com/css?family=Roboto:100,200,300,400,500,600,700|Exo:100,200,300,400,500,600,700');

/* YOUTUBE EMBED CODE */

.video-container {
    overflow: hidden;
    position: relative;
    width:100%;
}
.video-container::after {
    padding-top: 56.25%;
    display: block;
    content: '';
}
.video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* COLORS */

.bg-color-name-title{
    background-color: #0740b5;
}
body{
	background-color: #f2f2f2;
}
a:hover {
	color: rgb(255,0,0);
	transition: all .25s ease;
}

/* SPECIAL TEXT/HEADER SETTINGS */

h1,h2,h3,h4{
    margin:0 0 30px;
}
.uppercase{
    text-transform: uppercase;
}
.inline-block{
    display: inline-block;
}
.section-info.bios {
	margin: 0 auto;
	padding: 0;
}
.section-info.bios .row {
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 50px;	
}
.section-info.bios .col-xs-12.bio {
	display: flex;
	justify-content: center;
	align-items: flex-start;
	gap: 50px;
}
.section-info.bios .row:nth-child(even) .col-xs-12.bio {
	flex-direction: row-reverse;
}
.section-info.bios .col-xs-12.bio .bio-photo {
	width: 50%;
}
.section-info.bios .col-xs-12.bio .bio-text {
	padding: 0;
	width: 50%;
	text-align: left;
}
.bio-header{
    font-weight: 700;
    font-size: xx-large;
}
.bio-photo {
	margin-bottom: 20px;
}
.bio-text{
    font-weight: 500;
    text-align: center;
    padding-left: 15%;
    padding-right: 15%;
}
.bios hr {
	width: 100%;
}
.audio-header{
    font-weight: 700;
    font-size: xx-large;
    text-align: center;
}
.row.videos {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 5%;
}
.row.videos .col-xs-12 {
	width: 47.5%;
	padding: 0 0 5%;
}
.row.videos .col-xs-12 .embed-container { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow: hidden; 
	max-width: 100%; 
} 
.embed-container iframe, 
.embed-container object, 
.embed-container embed { 
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%; 
	height: 100%; 
}
.video-header{
    font-weight: 700;
    font-size: xx-large;
    margin: 0;
}
.row>* {
	flex-shrink: unset;
	padding: 0;
}

/* HEADING */

header.container-fluid {
    margin:0;
    padding: 20px 0;
    background-color: #0740b5;
}
header figure.logo {
	max-width: 150px;
	margin: 0;
}
header figure.logo img {
	margin: 0;
}
.heading {
    margin-left: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 90%;
    margin: 0 auto;
    max-width: 1100px;
}
.heading .title {
	text-align: left;
	float: left;
}
.heading .title h2 {
	clear: both;
}
img{
    max-width: 100%;
    height: auto;
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
}
.name{
    font-family: "Exo", sans-serif;
    font-weight: 600;
    font-size: 56px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
}
.byline{
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 30px;
    margin-top: 5px;
    margin-bottom: 5px;
    color: #ffffff;
    text-align: center;
}

/* TOP NAVIGATION BAR */

.navigation-bar   {
	padding: 30px 0;
	width: 100%;
	float: left;
}
.navigation-bar ul   {
	padding: 0;
	margin: 0px;
    text-align:center;
}
.navigation-bar li    {
	list-style-type: none;
	padding: 0px;
	display:inline;
}
.navigation-bar a    {
	color: #0d6efd;
	font-size: 18px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	padding: 8px 12px;
	margin: 0 10px;
	line-height: 2em;
}
.navigation-bar li a:hover {
    color: rgb(255,0,0);
    transition: all .25s ease;
}
nav.container-fluid {
    width: 100%;
    position: relative;
    padding: 0;
    background-color: #fff;
    overflow: hidden;
    height: auto;
    float: left;
}
hr {
    margin: 0 auto;
    width: 90%;
    border-top: 1px solid #0740b5;
    max-width: 1100px;
}

/* CONTENT */

.row {
	padding: 50px 0;
	margin: 0 auto!important;
	width: 90%!important;
	max-width: 1100px;
}
.container-fluid {
	position: relative;
	float: left;
}
section.row.media-text {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 50px;
	width: 70%;
	flex-wrap: nowrap;
	margin: 0 auto;
}
section.row.media-text figure.image {
	padding: 0;
	margin: 0;
}
section.row.media-text figure.image img {
	margin: 0;
	width: 100%;
}
section.row.media-text .text {
	text-align: left;
}
#section-info{
    display: block;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
}
.section-info{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding: 0;
    margin: 0;
}
.section-text{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 10px;
    margin-bottom: 20px;
}
.section-heading{
    display: block;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
    padding: 0;
}
.contact-info{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
}
.presskit{
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    padding-left: 15%;
    padding-right: 15%;
    margin-top: 20px;
}
.row.social {
    width: 70%;
    margin: 0 auto;
}
.row.social .col-xs-12 {
	display: flex;
	align-items: flex-start;
	justify-content: center;
	gap: 50px;
}
.youtubechannel{
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}
.backlinks {
    display: block;
    text-align: left;
    font-size: 18px;
    font-weight: 400;
}

/* FOOTER */

footer{
    background-color: #0740b5;
    color: #fafafa;
    min-height: 120px;
    margin: 0;
}
.social-links{
    padding-bottom: 12px;
	padding-top: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
}
.social-links li {
	display: inline-block;
}
.social-links li a {
	display: block;
}
.social-links li a i {
    width: 40px;
    height: 40px;
    padding: 16px 0;
    border-radius: 50%;
    font-size: 21px;
    line-height: 7px;
    text-align: center;
    color: #0000ff;
    background: #ffffff;
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
}
.social-links li a i:hover{
    background: #e84610;
}
.w3s-logo{
    margin-top: 40px;
}
.center-block{
    text-align: center;
}
.copyright{
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 52px;  
    text-align: center;
}
.social-text{
    font-family: "Exo", sans-serif;
    font-size: 18px;
    font-weight: 700;
    margin-top: 20px;
}
.download-presskit{
    margin-top: 52px;
    font-size: 18px;
    font-weight: 700;
}
.download-presskit a{
    color: #ffffff;
    text-decoration: none;
}
.download-presskit a:hover{
    color: #afafaf;
    text-decoration: none;
}
footer #footer-details {
	gap: 30px;
	justify-content: space-between;
	flex-wrap: nowrap;
}

/* MEDIA QUERIES */

@media (min-width: 992px){
    .section-column{
        padding: 0 30px  30px;
        float: none;
        display: table-cell;
    }
}
.center-form{
    padding-top: 30px;
    min-height: 240px;
    margin: 0 auto;
    max-width: 50%;
}

/* SONGS PAGE */

.songs-row {
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto 50px;
}
.songs-column {
  flex: 50%;
  text-align: center;
}
.songs-header{
    font-weight: 700;
    font-size: xx-large;
}

/* RESPONSIVE */

@media (max-width: 1050px) {
	header .name {
		font-size: 36px;
	}
	header .byline {
		font-size: 24px;
	}
	header figure.logo {
		max-width: 100px;
	}
}
@media (max-width: 800px) {
	.heading {
		flex-direction: column;
		gap: 15px;
	}
	header figure.logo.right {
		display: none;
	}
	.row.social .col-xs-12 {
		flex-direction: column;
	}
	section.row.media-text {
		flex-direction: column;
	}
	footer #footer-details {
		flex-direction: column;
		flex-wrap: wrap;
	}
	footer #footer-details>* {
		width: 100%;
	}
	footer .download-presskit,
	footer .copyright,
	footer .social-text {
		margin-top: 0;
	}
	footer .social-links {
		margin-bottom: 0;
	}
	.row.videos .col-xs-12 {
		width: 100%;
	}
	.section-info.bios .col-xs-12.bio {
		flex-direction: column;
	}
	.section-info.bios .row:nth-child(even) .col-xs-12.bio {
		flex-direction: column;
	}
	.section-info.bios .col-xs-12.bio .bio-photo,
	.section-info.bios .col-xs-12.bio .bio-text {
		width: 100%;
	}
}
@media (max-width: 660px) {
	header .name {
		font-size: 30px;
	}
	header .byline {
		font-size: 20px;
	}
	nav .navigation-bar li a {
		margin: 0;
		font-size: 16px;
	}
}
@media (max-width: 500px) {
	nav .navigation-bar {
		padding: 0;
	}
	.navigation-bar ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	nav .navigation-bar li {
		width: 50%;
		border-bottom: 1px solid #f2f2f2;
		border-right: 1px solid #f2f2f2;
	}
	nav .navigation-bar li:last-child {
		width: 100%;
	}
	nav .navigation-bar li a {
		display: block;
	}
}


