/*   
Author: Artsmodjo
Tags: gold, white, black
*/

/* FONTS */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300&family=Poppins&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@700&display=swap');

a:link, a:visited, a:active, a:hover {
    text-decoration: none;
	color: #fff;
}

body, div, html, img { padding: 0; margin: 0; border: 0; }

h1, h2, h3, h4 { 
	font-family: 'Montserrat', sans-serif; 
	font-weight: 700;
}

.clearfix { clear: both; }

body {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	color: #fff;
}

.slider {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.wrapper {
	position: relative;
	top:0;
	left: 60px;
	width: 80%;
}

.logo {
	margin-top: 60px;
	margin-bottom: 200px;
	max-height: 77px;
}

h1.title {
	font-size: 70px;
}

.button-wrap {
	margin-top: 20px;
	margin-bottom: 40px;
}

a.button {
	border-radius: 4px;
	padding: 8px 12px;
	background: #fff;
    color: #222;
	display: inline-block;
	margin-right: 15px;
	font-weight: bold;
}

.socials a {
	margin-right: 10px;
	font-size: 15px;
}

/* slider */

.sliderimg {
	width: 100%;
}

* {box-sizing: border-box;}
body {font-family: Verdana, sans-serif;}
.mySlides {display: none;}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container {
  max-width: 100%;
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
  display: none;
}

/* The dots/bullets/indicators */
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: none;
  transition: background-color 0.6s ease;
}

.active {
  background-color: #717171;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .text {font-size: 11px}
}

@media screen and (max-width: 640px) {
	.wrapper {
		left: auto;
		margin:0 auto;
	}
	
	h1.title {
		font-size: 30px;
	}
	
	a.button {
		margin-bottom: 15px;
		width: 100%;
		text-align: center;
	}
}