/** Made by Dave in the USA**/

@import url('https://fonts.googleapis.com/css?family=Muli:200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap');
/* font-family: 'Muli', sans-serif; */

body {
    font-family: 'Muli', sans-serif;
    -webkit-font-smoothing: antialiased;
	background-image: url(../images/davespacebackground.jpg);
	background-attachment: fixed;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
	background-color: black;
    color: #ffffff;
    line-height:0px;
	padding-top: 0px;
}

.button {
  background-color: rgba(0, 0, 0, 0.5);
  border: 1px solid white;
  color: #ffffff;
  font-weight: 450;
  border-radius: 34px;
  padding: 8px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  cursor: pointer;
  width: 180px;
}

/*Home page horizontal line*/
.gradient {
  height: 3px;
  border: none;
  border-radius: 6px;
  background: linear-gradient(
    90deg,
    rgba(39, 33, 193, 1) 7%,
    rgba(9, 9, 121, 1) 21%,
    rgba(6, 84, 170, 1) 51%,
    rgba(97, 218, 215, 1) 80%
  );
}

.carousel-fade .carousel-item {
 opacity: 0;
 transition-duration: .6s;
 transition-property: opacity;
}

.carousel-fade  .carousel-item.active,
.carousel-fade  .carousel-item-next.carousel-item-left,
.carousel-fade  .carousel-item-prev.carousel-item-right {
  opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-right {
 opacity: 0;
}

.carousel-fade  .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade  .active.carousel-item-prev {
 transform: translateX(0);
 transform: translate3d(0, 0, 0);
}

.linktree {
            text-align: center;
        }
        

.linktreephoto {
  padding-top: 60px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}


a.linktree {color: white; text-decoration: none;}
a.linktree:hover {#ffffff; font-weight: 700;}


.single {
  float: left;
  width: 100%;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

/*
.half-black {
  background: rgba(0, 0, 0, 0.5);
}
*/

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  justify-content: center;
  width: 99%;
}

.centerimage
{
 text-align:center;
 display:block;
}

.smallerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
    max-width: 75%;
    max-height: 75%;
}

.photo {
  padding-top: 30px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
/*
.pop-out
    {
        transition: transform .5s;
    }

    .pop-out:hover
    {
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5);
    }
*/

img
{
    border-radius: 8px
}

#myDivtop {
  /*border: thin solid #666666;
  border-opacity: 0.7;*/
  max-width:100%;
  margin: 0 auto;
}

#myDiv {
  /*border: thin solid #666666;
  border-opacity: 0.7;*/
  max-width:1280px;
  margin: 0 auto;
  margin-top: 0px;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

.border {
    border: 4px; 
    color: #f0f0f0;
    border-radius: 0px;
    padding: 0px 4px 0px 4px;
}


/* Create two equal columns that floats next to each other */
.column {
  float: left;
  width: 50%;
  padding-top: 10px;
  padding-right: 16px;
  padding-bottom: 10px;
  padding-left: 16px;
/* height: 300px; /* Should be removed. Only for demonstration */
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 900px) {
  .column {
    width: 100%;
  }
}


.playlist-container {
    position: relative;
    padding-bottom: 40%;
    padding-top: 35px;
                text-align: center;
    height: 0;
width: 50%;
margin: 0 auto; 
    overflow: hidden;
}

.playlist-container iframe {
    position: relative;
    top:0;
    left: 0;
    width: 400px;
    height: 400px;
}


.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 35px;
    height: 0;
    overflow: hidden;
}

.video-container iframe {
    position: absolute;
    top:0;
    width: 90%;
    height: 90%;
    overflow: visible;
}


.main {
  max-width:100%;
  margin: auto;
  /*border: 2px solid #000000;*/
}

ul {
    margin: 0;
    padding: 0;
    text-align: center;
}

li {
    list-style: none;
	display:inline-block;
	margin-right:20px;
	   text-align: center;
	 }

.list
{
list-style: none;
	margin-right:20px;
	   text-align: center;
	 }


/*
.item
{
    display: block;
    margin-bottom: 2px;
    position: relative;
}

.item:before
{
    content: " ";
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 3px;
    background: #000000;
    position: absolute;
    left: -13px;
    top: 6px;
}
*/
/*
.highlight
{
font-size: 18px;
    color:  #ffffff;
    font-weight: 600;
}
*/

p{
	color:#ffffff;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 1em
}

.tracklist {
font-size: 14px;
    color:  #ffffff;
}

a,
span {
    /* color: inherit; */
    display: inline-block;
}
a:hover,
a:focus {
    text-decoration: none;
    color: inherit;
    opacity: 1;
}

a {
  color: #ffffff;
    opacity: .8;
}

/** Three column responsive **/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.one,
.two,
.three {
  width: 100%;
  padding: 20px 0px 10px 10px;
  color: #ffffff;
  text-align: left;
}
.one {
  /*background: #000000;*/
}
.two {
  text-align: center;
}
.three {
  /*background: #000000;*/
}

@media (min-width: 768px) {
  .one-two {
    float: left;
    width: 66.6666%;
  }
  .one,
  .two {
    float: left;
    width: 50%;
  }
  .three {
    float: left;
    width: 33.3333%;
  }
}



h1 {
	font-size:36px;
    font-weight: 500;
    text-align: center;
    padding: 12px 0px 20px 0px;
	/*border-bottom: 1px solid #35302a;*/
}
h2 {
    font-size: 18px;
    margin: 0 0 20px;
    font-weight: 450;
}
h3 {
    font-size: 16px;
    margin: 0 0 0px;
	font-weight: 450;
}
h4 {
    font-size: 16px;
}

h6 {
    margin: 0;
    color:#ffffff;
    line-height:60px;
}

header {
    /*background-color: #000000;*/
    position: fixed;
    margin-left:auto; margin-right:auto; max-width:100%;
    top: 0px;
    left: 0;
    right: 0;
	z-index: 999;
	}
nav li a{
	opacity:0.7;
	font-weight:600;
	font-size: 16px;
	color: #f0f0f0;
	padding: 8px 0px;
}
nav li a:hover,nav li a:active{	
	opacity:1;
}
#demo {
    width: 100%;
}
.main-banner .carousel-indicators{
    bottom: 40px;
}
.main-banner .carousel-indicators li {
    width: 4px;
    height: 4px;
    border: 1px solid #fff;
    border-radius: 40px;
    margin: 0 4px;
}
.main-banner .arrows {
	position: absolute;
	right: 0;
	bottom: 32px;
	left: 0;
	z-index: 15;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	padding-left: 0;
	margin-right: 15%;
	margin-left: 15%;
	list-style: none;
}

.arrows .carousel-control-prev{
	left: unset;
	margin-right: 60px;
}
.arrows .carousel-control-next{
    right: unset;
    margin-left: 60px;
}
.arrows a {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    text-indent: -999px;
    cursor: pointer;
    opacity: .5;
    transition: opacity .6s ease;
    position: relative;
    width: 10%;
    border: 1px solid #fff;
    border-radius: 40px;
    width: 25px;
    height: 25px;
    position: relative;
}
.arrows a span {
    font-size: 8px;
    color:#fff;
	width:12px;
}
.arrows a .carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 0.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}
.arrows a .carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3e%3cpath d='M3.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 0.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}


.owl-inner h3{
	font-weight:700;
	font-size: 18px;
	line-height: 22px;
}
.owl-inner ul{
}
.owl-inner a{
	color:#a6a6a6;
	font-size:13px;
	font-weight:700;
	margin-top: 10px;
}
.owl-inner a img{
	width: auto !important;
}
.text-area i{
	color: #000000;
}
.owl-theme .owl-nav [class*='owl-']:hover {
    background: transparent;
    cursor: pointer;
}
.owl-nav {
    float: right;
    background: transparent;
    margin-top: 40px !important;
    margin-right: -20px;
}
.owl-nav button i:before { 
    color: #fff;
    /* border: 1px solid #fff; */
    padding: 10px 12px;
    font-size: 15px;
    font-weight: lighter;
    margin: 0 5px;
}
.owl-nav { 
    display: flex;
    justify-content: center;
    margin: auto;
    width: 100%;
} 
.owl-nav button i {
    border: 1px solid #fff;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 40px;
}
 




footer{

	/*
	background: black;*/
}
footer h3{
	color:#fff;
}
.footmenu li {
    float: none;
}
.footmenu li a {
    color: #fff;
    opacity: 0.6;
    padding: 7px 0px;
}
.footlogo img {
    margin-bottom: 40px;
}
.footlogo p {
    color: #fff;
    opacity: 0.7;
	padding-right: 23%;
}
.copyrights p, .footlinks li a {
    font-weight: 700;
    opacity: 0.4;
    line-height: 8px;
    padding: 5px 0 0 0px;
    font-size: 12px;
}
.footlinks li a {
    color: #000;
}

.alignleft {
	float: left;
	color: #fff;	
    opacity: 0.7;
	font-size: 12px;
}
.alignright {
	float: right;
	color: #fff;
    opacity: 0.7;
	font-size: 12px;
}

.secopyrights{}

.address a{
	color:#fff;
	opacity:1;
}
.address p{
    opacity: 0.6;
    letter-spacing: 0;
    color: #fff;
    font-size: 16px;
    padding-left: 35px;
}
.address p:before{
	margin-right: 5px;
	content: "";
	background-position: left bottom!important;
	padding: 5px 15px 0;
	margin-left: -35px;
}
.address p:first-child:before {
   background: url('../images/phone.png') no-repeat;
}
.address p:nth-child(2):before {
    background: url('../images/email.png') no-repeat;
}
.address p:nth-child(3):before {
    background: url('../images/location.png') no-repeat;
}
.contact-social li {

    margin-bottom: 15px;
    margin-top: 10px;
    text-align: center;
    
}
.contact-social li a {
    color: #fff;
    opacity: 0.3;
    font-weight: 400;
    font-size: 28px;
    text-align: center;
}
.contact-social li a:hover{
    opacity: 1;
}
/*****About Page*****/
/*
.carousel-item .position-absolute{
	bottom: 25%;
}
.carousel-item h2{
	font-weight:900;
	color:#fff;
	font-size:36px;
	position: relative;
    width: 230px;
    margin: 0 auto;
}
.carousel-item h2:before {
	opacity: 0.6;
	content: "";
	background: #fff;
	padding: 0.5px 38px;
	position: absolute;
	top: 61px;
	margin: 0 auto;
	width: 60px;
	text-align: center;
	left: 33%;
}

.squareleft{
    background: url(../images/squareright.png) no-repeat;
    background-position: left top;
    background-size: 90%;
    padding: 30px 0 0 30px;
}

.bio a img {
    margin-left: 10px;
    margin-bottom: 4px;
}

*/

.owl-nav button:focus {
    outline: none;
}
.main-banner div { 
    position: relative;
    

}
.main-banner .arrows
{
    z-index: 15;
    height: fit-content;
    bottom: 25px;
}
.carousel-item .position-absolute {
    position: relative;
    bottom: 0px;
    height: fit-content;
    top: 0;
    margin: auto;
}


.owl-item.active {
    opacity: 1;
}
.owl-item {
    opacity: 0.2;
}

.menubar{
    opacity:0.8;
}


hr {
height:0;
border:0;
border-bottom: 1px solid #35302a;
margin: 10px;
text-align: center;
}


/* press-page */

.press-heading .press-date {
    display: inline-block;
    text-align: center;
    vertical-align: middle;
    margin-right: 20px;

}

.press-text {
    margin-bottom: 30px;
}


.press-heading h3 {
    font-size: 24px;
}

.press-data .img-size {
    width: 45%;
    float: left;
}

.press-data .img-size img{
    width: 100%;

}

.press-data .press-para {
    /*overflow: hidden;*/
    padding: 0 0 0 20px

}

.press-page .container {
        max-width: 1024px;

    }




/*************  Media Queries ****************/

/*@media (min-width: 1152px) and (max-width:1500px){
    
    .ourbooks .owl-stage {
        transform: translate3d(0px, 0px, 0px) !important;
   }
    .ourbooks .col-md-6.my-md-2.mt-5.py-2 {
        position: absolute;
        right: 0;
        padding: 0 !important;
    }
    .ourbooks .owl-item.active:nth-of-type(2) + .owl-item{
        opacity: 0.5 !important;
    }
    .owl-stage{
        padding-left: 10px !important;
    }
    
 /*   
   .owl-blur {
        position: absolute;
        width: 6%;
        height: 386px;
        top: 78px;
        right: -1px;
        background: #ffffff78;
        z-index: 99;
    }
  
   .owl-nav {
        margin-right: 6.5%;
    }
}

*/ 
@media (max-width: 1028px){
    .abouttext h2{
        padding-left: 0px;
        font-size: 28px;
    }
}


@media (max-width: 991px){
	nav.navbar.navbar-expand-lg.navbar-dark.nav-top.p-0.float-right.text-right {
		position: relative;
		max-width:1140px;
	}
	#navbarSupportedContent {
		background-color: #000000;
		right: 15px;
		width: 170px;
		padding: 10px 20px !important;
		position: fixed;
		top: 27px;
		z-index: 99999999;
	}
	nav.navbar.navbar-expand-lg.navbar-dark.nav-top.p-0.float-right button {
		position: absolute;
		right: 0;
		background-color: #000000;
	}
	#navbarSupportedContent li{
		padding: 10px 0px 0!important;
		margin:0 !important;
	}
	#navbarSupportedContent li a,#navbarSupportedContent li a.active{
		color:#fff;
	}
	.owl-nav {
        margin-right: 0;
	}
	.polygon {
		padding: 7% 20px 20px 12%;
	}
	.aboutme{
		background-position: right bottom;
		background-size: 35%;
	}
	.article h3{
		min-height:50px;
	}
	.footlogo p {
		padding-right: 10%;
	}
	.contact-social li {
		margin-right: 20px;
		text-align: center;
	}
    h1 {
		font-size:36px;
	}
    h2,.carousel-item h2 {
		font-size: 36px;
        line-height: 38px;
    }
	
    .press-data .press-para{
        padding: 30px 0 0 0;
    }
}
@media (max-width: 767px){
 
.smallerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 99%;
  max-height: 99%;
} 
 
.video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}
    

	.article p {
		min-height: 1px;
	}
	.footlogo p {
		padding-right: 5%;
	}	
	h1 {
		font-size:27px;
	}
	h2,.carousel-item h2 {
		font-size: 28px;
	}
	h3 {
		font-size: 18px;
		font-weight:bold;
	}
	h4,.vidcontent h3 {
		font-size: 16px;
	}	
    .vidcontent {
        margin-bottom: 10px;
    }
    .vidcontent h4 {
		font-size: 14px;
        margin-bottom: 10px;
	}	
    .aboutme {
        background-size: 45%;
    }
    .carousel-item .position-absolute {
        bottom: 40%;
    }
    .carousel-item h2:before {
        top: 55px;
        width: 45px;
        left: 35%;
    }
    .container.py-5 {
        background: #000000;
    }
}
*/
@media only screen and (max-width:600px){
    
    
   .smallerimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
    max-width: 99%;
    max-height: 99%;
} 
    
    .video-container iframe {
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
}

.slide-img {
        width: 300px;
    }
}  
@media (max-width: 575px){

    
	.main-banner .carousel-indicators{
		bottom: 25px;
	}
	.arrows .carousel-control-prev{
		margin-right: 40px;
	}
	.arrows .carousel-control-next{
		margin-left: 40px;
	}
	.main-banner .arrows {
		bottom: 15px;
	}
	
 /* press page */

    .press-data .img-size {
        width: 100%;
	}
	.slide-img {
        width: 300px;
    }
}
