/*font-family: 'Catamaran', sans-serif;
font-family: 'Lato', sans-serif;
font-family: 'Mulish', sans-serif;*/


html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
}

body {
  background-color: #000000;
}

h1,
h5 {
  font-family: "Mulish", sans-serif;
}

.top {
  background: linear-gradient(to right, #dc232c, #764193);
}

.top_container {
  background-image: url("../img/bg-pattern.png");
  background-repeat: repeat;
  height: 110%;
  font-size: 0.8rem;
  font-family: "Catamaran", sans-serif;
}

@media only screen and (max-width: 992px) {
  .toptext {
    text-align: center;
  }
}

.navbar-brand {
  color: #fdcc52;
}

.navbar-brand:hover {
  color: #ffffff;
}

.nav-link {
  color: rgb(209, 197, 207);

}

.navbar-toggler {
  color: rgb(209, 197, 207);  
}

.nav-link:hover {
  color: rgb(255, 255, 255);
}

#first_btn {
  transition-duration: 0.3s;
}

#first_btn:hover {
  background-color: #fdcc52;
  border: 1px solid #fdcc52;
}


button {
  font-family: "Lato", sans-serif;
  font-size: smaller;
}

.yellow_container {
  background-color: #fdcc52;
  font-family: "Mulish", sans-serif;
}

.white_container {
  background-color: #ffffff;
  height: 30%;
  font-family: "Mulish", sans-serif;
}

.line {
  font-family: "Mulish", sans-serif;
  border-bottom: 2px solid #c9c9c9;
}

.mountains {
  background-color: #000000;
}

.glasses {
  background-image: url(../img/bg-cta.jpg);
  background-position: center;
  height: 700px;
  width: 100vw;
}

.icon {
  color: #a63369;
}

.fa-mobile-screen {
  height: 60px;
  width: 60px;
  background: -webkit-gradient (linear, left bottom , left top, from(#b42d56), to(#99356b));
  background-clip: inherit;
  -webkit-background-clip: text;
  -webkit-text-fill-color: initial;
}

.yellow_part {
  background-color: #fdcc52;
}

.fa-heart {
  color: #dd4b39;
}

.fa-brands {
  border-radius: 999rem;
  width: 65px;
  height: 65px;
  text-align: center;
  justify-content: center;
  opacity: 0.9;
}

.fa-brands:hover {
  opacity: 1;
}

.fa-twitter {
  background-color: #1da1f2;
}

.fa-facebook-f {
  background-color: #3b5998;
}

.fa-google-plus-g {
  background-color: #dd4b39;
}

.black_part {
  background-color: #222222;
  height: 15vh;
}

.bottom_link {
  color: #6c757d;
}

.bottom_link:hover {
  color: #fdcc52;
  text-decoration: none;
}

.fixNavBar {
  position: fixed;
}

.bottom_link, .footer_text {
  font-size: 12px;
}

.buzz {
  color: black;
}

.buzz:hover {
  color: #fdcc52;
}