@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,600,700,800&display=swap');
*
{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-family: 'Poppins', sans-serif;
}

.navbar-dark {
 
 /*padding-left: calc(.667em + 2px) calc(1.333em + 2px);*/
 /* padding-left: 350px;
 font-size: 25px;
 */
  background-color: #000000;
  font-size: 27px;
}
a {display: inline-block;}

.embed-responsive {
	 position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
}

.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}

circle-body {
	height: 100vh;
	display: flex;
	justify-content: center;
	align-items: center;
}

.table-hover tbody tr td, .table-hover thead th {
    vertical-align: middle;
}

.headshot-container {
	max-width: 80%;
	display: inline-block;
	 margin-top: 20px;
}
.headshot-image {
	max-width: 100%;
	height: auto;
	clip-path: circle();
}

.text-xs {
	font-size: 0.85rem;
}

body {
    background-color:rgb(0, 0, 0);
    height:auto;
  }
  
.wrapper-main {
	width: 1000px;
	margin: 0 auto;
}

  h1 {
	font-weight: bold;
    color: rgb(255, 255, 255);
  }
  
  h2 {
	  font-weight: bold;
  }
  
  h3 {
	  font-weight: bold; 
  }
  
  h5 {
	  font-weight: bold;
	  font-size: 20px;
  }
  
  h6 {
	  font-size: 18px;
  }
  p {
    color: rgb(0, 0, 0);
  }
  
  .card {
	 background-color:rgb(0, 0, 0);
	 box-sizing: border-box;
	 color: white;
	height: auto;
	width:auto;
  }
  
  .biography-header {
	  font-size: 30px;
	  font-weight: bold;
	  text-align: center;
  }
 .front-logo-header {
/*	margin-top: 20px;
*/
	font-size: 25px;
	font-weight: bold; 
	width: 100%;
	 background-color: #817b7a;
	/* margin: 0px;
	 padding: 0px;
	 height:auto;*/
 }
 
 section {
	 position: relative;
	 width: 100%;
	 padding: 0px;
 }
 
.chat {
	 background-color: rgb(81, 78, 77);
	 min-width:100%;
	 height:auto;
	 padding: 0px;
	 margin: 0px;
	 font-weight: normal;
	 font-size: 30px;
	 color: white;
}
.clients {
	background-color: rgb(192, 192, 192);
	 min-width:100%;
	 height:auto;
	 padding: 0px;
	 margin: 0px;
	 font-weight: normal;
	 font-size: 30px;
	 
}
.sound-mixer {
	background-color: #817b7a;
	/*
	 min-width:100%;
	 height:auto;
	 padding: 0px;
	 margin: 0px;
	 */
	 font-weight: normal;
	 font-size: 18px;
	 color: black;
	 justify-content: center;
}

.equipment {
	background-color: rgb(192, 192, 192);
	/* min-width:100%;
	 height:auto;
	 padding: 0px;
	 margin: 0px;
	 */
	 font-weight: normal;
	 font-size: 30px;
	 
}

.footer {
	background-color: rgb(81, 78, 77);
	 min-width:100%;
	 height:auto;
	 padding: 0px;
	 margin: 0px;
	 font-weight: normal;
	 font-size: 30px;
	 color: white;
}

.responsive {
	width: 60%;
	height: auto;
}
  
.responsive-image {
	width: 18%;
	height: auto;
	margin-left: 15px;
}

.responsive-image2 {
	width: 25%;
	height: auto;
	margin-left: 15px;
	margin-top: 15px;
}
.contact {
	background-color:rgb(192, 192, 192);
	 min-width:100%;
	height:auto;
	padding: 0px;
	 margin: 0px;
	 color: rgb(0, 0, 0);
}


  .carousel-inner img {
    width: 50%;
    height: 50%;
  }
  .carousel-indicators img {
    width: 50%;
    height: 50%;
  }
  
  .carousel-item img {
	 width:650px;
	 height:475px;
	 }
	 .carousel-caption {
    background: rgba(0, 0, 0, 0.50);
}
.myspinner {
		height: 100vh;
		display:flex;
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
.center {
	text-align: center;
}

.first-image {
			width: 150px;
            height: 150px;
}

@media (max-width: 767px) {
	.navbar-dark {
  background-color: #000000;
  font-size: 18px;
  text-align: right;
}	
 .first-image {
            width: 300px;
            height: 300px;
        }
}

@media (min-width: 1375px) {
    .abs-center-x {
        position: absolute;
        top: 23px;
        left: 50%;
        transform: translateX(-50%);
    }
}    

@media(max-width: 1199px) {
	
}
@media(max-width: 992px) {
	.front-logo-header {
		font-size: 22px;
	}
		.col-md-12 img:not(#last-image) {
		display: none;
	}
	
	#last-image {
		width: 90%;
		height: auto;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		display: block;
	}
	
}

@media (max-width: 768px) {
	.front-logo-header {
		font-size: 18px;
	}
		.col-md-7 img:not(#second-image) {
		display: none;
	}
	
	#second-image {
		width: 90%;
		height: auto;
		justify-content: center;
		align-items: center;
		margin: 0 auto;
		display: block;
	}
}

 @media only screen and (max-width: 992px) {
        #message {
            width: 100%;
        }
    }
    
@media(max-width: 600px) {
	.front-logo-header {
		font-size: 16px;
	}
}

@media(max-width: 414px) {
	.front-logo-header {
		font-size: 16px;
	}
}

@media(max-width: 375px) {
	.front-logo-header {
		font-size: 15.5px;
	}
}

@media(max-width: 320px) {
		.front-logo-header {
		font-size: 12px;
	}
}
