#navbar {
  background-color: black;
  min-height: 69px;
}

.navbar-light .navbar-nav .nav-link {
  color: rgb(177,171,171);
}

.navbar-light .navbar-nav .nav-link:hover {
  color: #EAC0BA;
}

.navbar-light .navbar-brand {
  color: #EAC0BA;
}

#hero2 {
  background: url("../../assets/img/angela-bailey-jlo7Bf4tUoY-unsplash.jpg") 0% 39%/ cover no-repeat;
  min-height: 450px;
}

#hero1 {
  background: url("../../assets/img/marcus-loke-xXJ6utyoSw0-unsplash.jpg") 0% 39%/ cover no-repeat;
  min-height: 450px;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: white;
}

#herorow {
  width: 100%;
}

#herotitle {
  color: white;
  font-size: 50px;
  margin-bottom: 55px;
  font-weight: 700;
}

#herotitle2 {
  color: white;
  font-size: 50px;
  /*margin-bottom: 55px;*/
  font-weight: 700;
}

.btn:not(:disabled):not(.disabled) {
  background-color: #EAC0BA;
  color: white;
  border-radius: 24px;
  font-size: 22px;
  font-weight: 700;
  padding: 11px 30px;
}

a {
  color: #EAC0BA;
  font-weight: bold;
}

a:hover {
  color: #d77f72;
  text-decoration: none;
}

p {
  text-align: center;
}

#intro {
  padding: 50px 8px;
}

#introshop {
  padding: 50px 8px 30px;
}

.clothingimgfront {
  min-height: 305px;
  width: 100%;
  border-radius: 15px 15px 0 0;
  margin: 0 0 20px;
  filter: brightness(107%);
}

.divclothing {
  width: 100%;
  border-radius: 18px;
  background-color: #EAC0BA;
  color: white;
  border-radius: 15px;
  padding: 0 0 25px;
}

.col-sm-6.clothingcol {
  padding: 0;
  margin: 20px 40px;
}

.whitelink {
  color: white;
  margin-top: 10px;
  font-weight: 700;
}

.priceclothing {
  font-size: 25px;
}

.pinktitle {
  color: #EAC0BA;
  margin-bottom: 20px;
}

#platforms2 {
  padding: 29px 0 65px;
}

#platforms {
  padding: 67px 0 65px;
}

.platformlogo {
  width: 100%;
}

.divcollogo {
  height: 133px;
}

#contact {
  background-color: #19363B;
  padding: 70px 0;
  color: white;
}

.whitetitle {
  color: white;
  margin-bottom: 20px;
}

.contactinfo {
  font-size: 25px;
  margin-top: 20px;
}

.footertext {
  font-size: 14px;
  color: #4b4c4d;
}

#introtext {
  max-width: 568px;
}

.whitelink:hover {
  color: rgba(255,255,255,0.77);
}

#btnsmall {
  font-size: 16px;
  margin-top: 18px;
  padding: 11px 25px;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../../assets/img/Group%202.png");
}

