.montserrat-400 {
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  background: url("../images/graphics.png") repeat-y 20% top #fbf7e4;
  color: #786c5c;
}

ul,
p,
h1,
h2,
h3 {
  margin: 0px;
  padding: 0px;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}
.thumbs {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  align-content: center;margin-top: 20px;
}
.thumbnail {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
}
.thumbnail {
  width: 90px;
  height: 85px;
  box-shadow: 0px 10px 15px -9px rgba(0, 0, 0, 0.5);
  margin: 8px 8px;
  border-radius: 18px;
}
.thumbnail p {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding-top: 10px;
}
.thumbnail:nth-child(1) {
  background-color: #786c5c;
}
.thumbnail:nth-child(2) {
  background-color: #bfba9d;
}
.thumbnail:nth-child(3) {
  background-color: #6d8c60;
}
.thumbnail:nth-child(4) {
  background-color: #ebba61;
}
.thumbnail:nth-child(5) {
  background-color: #809d7f;
}
.thumbnail:nth-child(6) {
  background-color: #262521;
}
.colab {
  padding-top: 50px;
}
.smalltxt {
  font-size: 17px;
  font-weight: 500;
  line-height: 20px;
}
.largetxt {
  font-size: 44px;
  font-weight: 700;
  position: relative;
  margin-top: -46px;
  line-height: 46px;
  text-align: right;
}
.text {
  margin: 50px auto 0px auto;
  width: 260px;
}
.comingsoon {
  margin: 25px auto 0px auto;
  font-size: 18px;
  width: 260px;
  font-weight: 700;
  text-align: right;
}
.contact {
  width: 260px;
  font-weight: 600;
  background-color: #786c5c;
  border: 10px;
  border-radius: 18px;
  padding: 10px;
  text-align: center;
  border: 2px solid #786c5c;
  margin: 25px auto 50px auto;
  font-size: 18px; color: #fff;
}
.contact a {
  color: #fff;
}
.logo img { max-width: 460px; width: 100%;}
.colab img { max-width: 358px; width: 100%;}
.leftside{ max-height: 100vh;display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	align-content: center;}