/*

Soultop Style

*/

html {
  font-size: 18px;
}

body {
  color: #8f8f8f;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
a {
  transition: all 0.3s ease;
}

a:hover,
a:focus {
  text-decoration: none;
}

a:focus {
  outline: none;
}

.btn {
  padding: 8px 32px;
}

.btn:hover {
  background-color: #ced4da;
}

.tm-section-pad-top {
  padding-top: 135px;
}

.tm-text-primary {
	color: #00CCFF;
}

.tm-font-big {
  font-size: 1.25rem;
}

.tm-btn-primary {
	color: white;
	background-color: #00CCFF;
	padding: 14px 35px;
	border-radius: 30px;
}

.tm-btn-primary:hover,
.tm-btn-primary:focus {
	color: white;
	background-color: #0099FF;
}


#dlbutton {
	width: 350px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	font-weigth: bold;
	text-align: center;
}
#dlbutton ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#dlbutton li {
	border-bottom: 20px solid rgba(0, 204, 255, 0);
}
#dlbutton li a:link, #dlbutton li a:visited {
	display: block;
	padding: 12px 12px 12px 0.5em;
	border-left: 1px solid #0099FF;
	border-right: 1px solid #033CC2;
	border-radius: 25px;
	background-color: #00CCFF;
	color: #FFFFFF;
	text-decoration: none;
}
#dlbutton li a:hover {
	background-color: #0099FF;
	color: #FFFFFF;
}


/* Navbar */

.tm-navbar {
  position: fixed;
  width: 100%;
  z-index: 1000;
  background-color: transparent;
  transition: all 0.3s ease;
}

.tm-navbar.scroll {
  background-color: white;
  border-bottom: 1px solid #e9ecef;
}

.navbar-brand {
  color: white;
  font-size: 1.4rem;
  font-weight: bold;
}

.navbar-brand:hover,
.tm-navbar.scroll .navbar-brand:hover {
	color: #00CCFF;
}

.tm-navbar.scroll .navbar-brand {
  color: #8f8f8f;
}

.nav-item {
  list-style: none;
}

.tm-nav-link {
  color: white;
}

.tm-navbar.scroll .tm-nav-link {
  color: #8f8f8f;
}

.tm-navbar.scroll .tm-nav-link:hover,
.tm-navbar.scroll .tm-nav-link.current,
.tm-nav-link:hover {
	color: #00CCFF;
}

.navbar-toggler {
  border: 1px solid white;
  padding-left: 10px;
  padding-right: 10px;
}

.navbar-toggler-icon {
  color: white;
  padding-top: 6px;
}

.tm-navbar.scroll .navbar-toggler {
  border: 1px solid #8f8f8f;
}

.tm-navbar.scroll .navbar-toggler-icon {
  color: #8f8f8f;
}

/* Hero */

#hero {
  background-image: url(../img/soultop01.1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 375px;
  position: relative;
}

@media only screen and (max-width:767px) {
#hero {
	background-image: url(../img/soultophochformat01.1.jpg);
	background-repeat: no-repeat;
  	background-size: cover;
  	height: 100vh;
  	min-height: 375px;
  	position: relative;
}
}


.spacer {
	margin-bottom: 80px;
}

img.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  width: 100%;
}


.tm-hero-text-container {
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}



.tm-hero-title {
  font-size: 3.5rem;
  text-shadow: 4px 4px 6px #333;
}

.tm-intro-next {
  position: absolute;
  bottom: 100px;
  left: 0;
  right: 0;
}



.tm-down-arrow-link {
  display: block;
  margin-top: 18%;
}

.tm-down-arrow {
	color: #00CCFF;
	cursor: pointer;
	background: white;
	border-radius: 50%;
	padding: 10px 22px 8px;
	transition: all 0.3s ease;
}

.tm-down-arrow:hover,
.tm-down-arrow:focus {
  color: white;
  background: #00CCFF;
}

/* Info */

.tm-section-title {
	font-size: 2.6rem;
	font-weight: normal;
	color: #00CCFF;
}

.tm-intro-text {
  font-size: 1.2rem;
  line-height: 1.4;
}

.tm-icon {
	display: block;
	margin-bottom: 55px;
	color: #00FFFF;
}

/* Sound */

.tm-work-description {
  max-width: 650px;
  width: 100%;
  font-size: 0.9rem;
}

.tm-gallery-container {
  padding-top: 70px;
  padding-bottom: 120px;
}

.tm-gallery-item {
  margin: 0 15px;
}

.slick-dots {
  bottom: -65px;
}

.slick-dots li {
  margin: 0 13px;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #00CCFF;
}

.slick-dots li button:before {
  font-size: 26px;
}

/* Kontakt */

#contact {
  color: white;
  text-shadow: 4px 4px 6px #000;
  background-image: url(../img/soultopcontact02.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 1080px;
  position: relative;
  padding-bottom: 50px;
  padding-top: 160px;
}

.tm-underline {
  border-top: 2px solid white;
  height: 8px;
  width: 100%;
}

.tm-underline-inner {
  width: 25%;
  height: 8px;
  background: white;
}

.tm-contact-item {
  margin-bottom: 75px;
}

.tm-contact-item-link {
  display: flex;
  align-items: center;
}

.tm-contact-item-link i,
.tm-contact-item-link span {
  color: white;
  transition: all 0.3s ease;
}

.tm-contact-item-link:hover i,
.tm-contact-item-link:hover span {
  color: #3496d8;
}

.tm-input {
  padding: 8px 25px;
  border-radius: 3px;
  border: 1px solid white;
  background: transparent;
  color: white;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: white;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: white;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: white;
}

.tm-btn-submit {
  margin-left: 20px;
}

.tm-footer {
  position: absolute;
  bottom: 35px;
  left: 0;
  right: 0;
  padding: 0 15px;
}

.tm-footer-link {
  color: white;
}

.tm-footer-link:hover,
.tm-footer-link:focus {
  color: #3496d8;
  text-decoration: none;
}

p {
  line-height: 1.9;
}

@media (min-width: 768px) {
  .tm-intro-text-container {
    padding-left: 65px;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 30px;
    padding-left: 30px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1275px;
  }

  .tm-container-gallery {
    max-width: 1290px;
  }

  .tm-container-contact {
    max-width: 1063px;
  }
}

@media (max-width: 991px) {
  .tm-intro-text-container {
    padding-left: 15px;
    padding-top: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-intro-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  .tm-btn-submit {
    margin-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .tm-btn-submit {
    margin-left: 20px;
    margin-top: 0;
  }

  .navbar-nav {
    max-width: 200px;
    text-align: right;
  }

  .navbar-collapse {
    background-color: rgb(255, 255, 255);
    padding: 10px;
    border-radius: 3px;
  }

  .navbar-collapse .nav-link {
    color: #8f8f8f;
  }
}

@media (max-width: 480px) {
  .tm-gallery-container {
    max-width: 220px;
    margin-left: auto;
    margin-right: auto;
  }

  .slick-dots li {
    margin: 0 8px;
  }

  .tm-gallery-item {
    margin: 0;
  }
}

