/*!
 * Template: DJ Kondzio @by DevDJ
 * Preset: style.css
 * Version: 1.6
 * Updated: 25.11.2021
*/

/* FONTS */
@import url(//fonts.googleapis.com/css?family=Poppins:300,700|Roboto:400|Comfortaa:300,regular,700|Oswald:200,regular,500,600,700&subset=cyrillic-ext,greek,vietnamese,cyrillic,latin,latin-ext,greek-ext);

/* SITE CSS */
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	max-width: 100%;
	max-height: 100%;
}

.layout {
	background: rgb(10, 10, 10) none repeat scroll 0% 0%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	position: absolute;
	max-height: none;
	overflow: visible;
	height: 100%;
	width: 100%;
	left: 0px;
}

.content {
	visibility: visible;
	display: block;
	max-height: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
}

.background {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	opacity: 1;
	top: 0px;
	left: 0px;
	visibility: inherit;
	z-index: 20;
}

.background.x-mas {
	background-image: url('../images/christmas-background.jpg') !important;
}

.container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 22%;
}

.wrapper {
	width: 300px;
	height: 300px;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}

.logo {
	margin: auto;
	display: block;
	position: relative;
	max-height: 200px;
	max-width: 200px;
	min-height: 0;
	min-width: 0;
	-webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;
	-webkit-font-smoothing: antialiased;
	z-index: 999;
}

.logo.x-mas {
	padding-right: 1.8em;
	max-height: 220px;
	max-width: 220px;
}

@keyframes scaleout {
	0% {transform: scale(0.0);} 
	100% {transform: scale(1.0);opacity: 0;}
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(0.93);
    transform: scale(0.93);
  }

  100% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  50% {
    -webkit-transform: scale(0.93);
    -ms-transform: scale(0.93);
    transform: scale(0.93);
  }

  100% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
}

a, a:link, a:active, a:hover, a:visited {
	text-decoration: none;
	font-weight: 600;
	font-size: 17;
	color: white
	/* color: orange; */
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}

.info {
	margin-left: auto;
	margin-right: auto;
	position: relative;
	display: table;
	z-index: 999;
}

span.text-center {
	position: relative;
	text-align: center;
	color: white;
	font-family: Comfortaa;
	font-size: 24px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 4px 8px;
}

.particle-container #particles-js,
.particle-container #snow-js {
	position: absolute;
	top: 0;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-size: 20%;
	background-position: 50% 50%;
	pointer-events: none;
	z-index: 20;
}
 
.particle-container #particles-js canvas,
.particle-container #snow-js canvas {
	display: block;
	vertical-align: bottom;
} 

.snow {
	max-height: 20px;
	max-width: 20px;
	min-height: 0;
	min-width: 0;
}

footer {
    clear: both;
	position: absolute;
	bottom: 0;
	width: 100%;
	z-index: 999;
}

#socialmedia {
	text-align: center;
}

#socialmedia a {
	background: rgba(0, 0, 0, 0.4);
	font-family: Roboto;
	cursor: pointer;
	visibility: visible;
	letter-spacing: 0px;
	font-weight: 400;
	border-radius: 40px;
	color: rgb(255, 255, 255);
	text-decoration: none;
	white-space: nowrap;
	min-height: 0px;
	min-width: 0px;
	max-height: none;
	max-width: none;
	opacity: 1;
	transform: translate3d(0px, 0px, 0px);
	transform-origin: 50% 50% 0px;
	border-width: 0px;
	border-radius: 30px;
    color: #fff;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin: auto 3px;
    width: 30px;
    font-size: 15px;
    text-align: center;
}

#socialmedia a.facebook:hover {
	background: rgba(23, 120, 242, 1);
}

#socialmedia a.instagram:hover {
	background: rgba(163, 26, 183, 1);/* rgba(228, 64, 95, 1); */
	/* border-image: linear-gradient(to top, #405de6, #5851db, #833ab4, #c13584, #e1306c, #fd1d1d, #f56040, #f77737, #fcaf45, #ffdc80); */
}

#socialmedia a.threads:hover {
	background: rgba(0, 0, 0, 1);
}

#socialmedia a.youtube:hover {
	background: rgba(205, 32, 31, 1);
}

#socialmedia a.soundcloud:hover {
	background: rgba(255, 51, 0, 1);
}

#socialmedia a.mixcloud:hover {
	background: rgba(39, 58, 75, 1);
}

#socialmedia a.spotify:hover {
	background: rgba(37, 211, 102, 1);
}

#socialmedia a.tiktok:hover {
	background: rgba(255, 59, 92, 1);
}

#second-footer {
	text-align: center;
	color: #fff;
}

.copyright {
	font-family: Poppins;
}

span.heart {
	color: #ff0000;
}

span.author {
	font-weight: 600;
	font-size: 17;
}

a.author {
	font-weight: 600;
	font-size: 17;
	color: #fff;
}

@media (width: 740px) and (height: 360px) {
  #second-footer {
	text-align: center;
	color: #fff;
	margin-top: -15px;
  }
}

@media (max-width: 480px) {  
  .layout {
	background: rgb(10, 10, 10) none repeat scroll 0% 0%;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	max-height: none;
	overflow: visible;
	height: 100%;
	width: 100%;
	left: 0px;
  }
  
  footer {
	clear: both;
	position: absolute;
	display: inline-block;
	width: 100%;
	max-width: 100%;
	max-height: 150px;
	padding: 0;
	bottom: 0;
	z-index: 9999;
  }
  
  #socialmedia {
	text-align: center;
  }
  
  #second-footer {
	text-align: center;
	color: #fff;
	margin-top: -15px;
  }
  
  #fb-root {
	display: none;
  }
  
  .content {
	visibility: visible;
	display: block;
	max-height: none;
	height: 100%;
	width: 100%;
	overflow: hidden;
  }
	
  .background {
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('../images/background.jpg');
	background-size: cover;
	background-position: 50% 50%;
	width: 100%;
	height: 100%;
	opacity: 1;
	top: 0px;
	left: 0px;
	visibility: inherit;
	z-index: 20;
  }

}

@media (min-width: 1026px) {
  .container {
    min-width: 750px;
  }
  
  .background {
	background-size: 100% 100%;
  }
  
  #socialmedia {
	margin-left: 30px;
	margin-top: 30px;
	position: absolute;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}

.container-fluid {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.row {
	margin-right: -15px;
	margin-left: -15px;
}

.col-sm-8, .col-md-8 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}