@charset "UTF-8";
/* CSS Document */

body {
background-color: #000000;
}

.column {
  float: left;
  width: 50%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}

a:link {
  text-decoration: none;
}


.button {
  background-color: BLACK;
  border: none;
  color: white;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
	   font-family: Roboto;
    font-size: 18px!important;
    font-weight: 700!important;

}
.button2 {
  background-color: white;
  border: none;
  color: black;
  padding: 16px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 4px 2px;
  transition-duration: 0.4s;
  cursor: pointer;
	font-family: Roboto;
    font-size: 18px!important;
    font-weight: 700!important;
}

.button1 {border: 2px solid #ffffff;}
.button2 {border: 2px solid #000000;}

.button1:hover {
  background-color: #FFFFFF;
  color: black;
}

.button2:hover {
  background-color: #ffcd00;
  color: black;
}

body {
 font-family: Roboto, sans-serif;
}


.hero-image {
  background-image: url("img/BG2.png");

  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	border-color: #ffffff;
	border-top: medium;
}

.hero-text {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
	    font-family: Anton!important;
    letter-spacing: 8px!important;
}

.hero-text2 {
  text-align: center;
  position: absolute;
	margin-top: 120px;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white;
	    font-family: Anton!important;
   
}



.hero-image2 {
  background-image: url("img/BG1.png");
    padding-top: 128px!important;
    padding-bottom: 128px!important;
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
	border-color: #ffffff;
	border-top: medium;
}


div.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

div.gallery-item {

  width: 200px;
	margin-right: 5px;

}

div.gallery-item2 {

  width:280px;
	margin-right: 5px;

}


div.gallery-item2 img {
  width: 100%;
  height: auto;
	  border-style: solid;
  border-color: white;
	
}



div.gallery-item img {
  width: 100%;
  height: auto;
	  border-style: solid;
  border-color: white;
	
}

div.gallery-item div.desc {
  text-align: center;
}

div.gallery-item2 div.desc {
  text-align: center;
}