

body {
	background-image: linear-gradient(#182139, #3b425c);

}


.full_logo {
  font-family: 'Catamaran', sans-serif;
  letter-spacing: 10px;
  font-weight: 900;
  display: block;
  font-size: 150px;
  color: rgba(95, 192, 254, 0.6);
  text-shadow:
  -14px 14px 0 rgba(50, 153, 240, 0.4),		
  -1px 1px 0 #0372b8,
  -2px 2px 0 #0372b8,
  -3px 3px 0 #0372b8,
  -4px 4px 0 #0372b8,
  -5px 5px 0 #0372b8,
  -6px 6px 0 #0372b8,
  -7px 7px 0 #0372b8,
  -8px 8px 0 #0372b8,
  -9px 9px 0 #0372b8,
  -10px 10px 0 #0372b8,
  -11px 11px 0 #0372b8,
  -12px 12px 0 #0372b8,
  -13px 13px 0 #0372b8,
  -14px 14px 0 #0372b8,
  -15px 15px 35px rgba(0, 0, 0, 0.2),
  -35px 15px 10px rgba(0, 0, 0, 0.1);
  transition: all .1s ;
  line-height: 240px;
}


.logo {
  font-family: 'Catamaran', sans-serif;
  letter-spacing: 5px;
  font-weight: 900;
  max-width: 800px;
  display: block;
  font-size: 60px;
  color: rgba(95, 192, 254, 0.6);
  text-shadow:
  -14px 14px 0 rgba(50, 153, 240, 0.4),		
  -1px 1px 0 #0372b8,
  -2px 2px 0 #0372b8,
  -3px 3px 0 #0372b8,
  -4px 4px 0 #0372b8,
  -5px 5px 0 #0372b8,
  -6px 6px 0 #0372b8,
  -7px 7px 0 #0372b8,
  -8px 8px 0 #0372b8,
  -9px 9px 0 #0372b8,
  -10px 10px 0 #0372b8,
  -11px 11px 0 #0372b8,
  -12px 12px 0 #0372b8,
  -13px 13px 0 #0372b8,
  -14px 14px 0 #0372b8,
  -15px 15px 35px rgba(0, 0, 0, 0.2),
  -35px 15px 10px rgba(0, 0, 0, 0.1);
  transition: all .1s ;
  padding-bottom: 20px;
  
}

.header {
	width: 1920px;
	margin: 0 auto;
}

.content {
	display: flex;
	justify-content: center;
	flex-direction: column;
	color: rgba(95, 192, 254, 0.6);
	font-family: 'Catamaran', sans-serif;
	width: 1920px;
	margin: 0 auto;
}

@media (max-width: 432px) {
    .content {
        width: 100%;
    }
	
	.header {
		width: 100%;
	}
}

.footer {
	margin-top: 40px;
	float: right;
}

p {
	font-weight: 900;
	width: 1922px;
  text-shadow:
  -1px 1px 0 #0372b8,
  -2px 2px 0 #0372b86e,
  -3px 3px 0 rgba(50, 153, 240, 0.1),		
  -4px 10px 4px rgba(0, 0, 0, 0.2),
  -5px 10px 10px rgba(0, 0, 0, 0.1);
}



a {
  color: inherit;
  text-decoration: inherit; 
}

h1.title {
	margin-block-start: 5px;
    margin-block-end: 0px;
	margin: 0 auto;
}

h1.videotitle {
	margin-block-start: 5px;
    margin-block-end: 0px;	
	text-shadow: 0 1px 30px black
}

@media (max-width: 432px) {
	h1.title {
		font-size: 1em;
	}
}

.player {
	position: relative;
	padding-bottom: 47%;
	height: 0;
	width: 83.5%;
}

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

.video_block {	
	box-shadow: 0 5px 50px black; 
	background-color: #272e48;
}

.description {
  background-color: #272e48;
  overflow: hidden;
  padding: 0px 20px 20px 20px;

  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;   
}
.playlist {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
.playlist_item, .playlist_item_mini {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding: 10px;
	background-image: linear-gradient(to top, #182139 0%, #3b425c 100%);
	border-radius: 10px;
	margin: 5px;
	box-shadow: 0 5px 50px black; 
}
.playlist_item {
	max-width: 425px;
	min-width: 425px;
	max-height: 286px;
    min-height: 286px;	
}
.playlist_item_mini {
	width: 90%;
}

.playlist_item_mini img {
	width: 100%;
}

.description-info {
	display: flex;
}

.description-info-item {
	margin-right: 10px;
}

.description-info-item i {
	color: #7b878f;
}

.description .desc {
	color: #dae1f3;
	margin-top: 5px;
	margin-bottom: 10px;
	background-color: #262a3a;
    padding: 10px;
    border: 1px dashed #4f5a78;
}

.a-btn {
  background-color: #1e2331;
  color: white;
  padding: 15px 25px;
  text-decoration: none;
  margin: 10px;
}

.a-btn:hover {
  background-color: rgb(95 192 254 / 60%);
}

.right-column {
	width: 16%;
	display: flex;
    flex-direction: column;
    align-items: center;
}

.videos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;;
}
