div.jumbotron.carousel-hero {
  color: #fff;
  text-align: center;
  background-size: cover;
  background-position: center;
  padding-top: 100px;
  padding-bottom: 100px;
  margin-bottom: 0;
}

@media (min-width: 300px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    text-shadow: 0 3px 3px rgba(0,0,0,0.4);
    color: #fff;
    padding: 30px;
    margin-top: 40px;
    font-size: 30px;
    font-family: 'Raleway';
  }
}

@media (min-width: 576px) {
  h1.hero-title, h2.hero-title, h3.hero-title {
    text-shadow: 0 3px 3px rgba(0,0,0,0.4);
    color: #fff;
    padding: 30px;
    margin-top: 40px;
    font-size: 4vw;
    font-family: 'Raleway';
  }
}

p.hero-subtitle {
  max-width: 600px;
  margin: 25px auto;
  padding: 10px 15px;
  color: #fff;
}

@media (min-width: 768px) {
  .nav.navbar-nav.ml-auto.main-nav {
    background-color: #000;
    border-radius: 10px;
    opacity: 0.95;
    font-size: 1.1vw;
    font-family: 'Raleway';
    /*width: 100%;*/
  }
}

@media (min-width: 300px) {
  .nav.navbar-nav.ml-auto.main-nav {
    background-color: #000;
    /*border-radius: 10px;*/
    opacity: 0.95;
    font-size: 1.1vw;
    font-family: 'Raleway';
    /*width: 100%;*/
  }
}

.nav.navbar-nav.ml-auto.main-nav: hover {
  background-color: #000;
  border-radius: 10px;
  opacity: 0.9;
  font-size: 1.1vw;
  font-family: 'Raleway';
  /*width: 100%;*/
}

.style-three:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: rgb(255,255,255);
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

.style-three {
  height: 30px;
  width: auto;
  margin-bottom: 0px;
  border-color: rgb(255,255,255);
  border-width: 1px 0 0 0;
  /*border-radius: 20px;*/
}

.vector-bg {
  background-color: #910d09;
  opacity: 0.968;
  width: 100%;
  height: auto;
}

.learn-more {
  border: solid 1px;
  border-radius: 50%;
  padding: 0 5px 5px 5px;
  color: #000;
}

.feature-icon {
  border: 2px solid rgb(96,103,110);
  font-size: 48px;
  font-size: 60px;
  margin-top: 20px;
  margin-bottom: 35px;
  padding: 10px;
}

.features-boxed-1 {
  color: #ffffff;
  background-color: #2c363f;
}

.features-boxed-1 .features {
  padding: 20px 0;
}

.features-boxed-1 .item {
  text-align: center;
  margin-right: 30px;
}

.features-boxed-1 .item .box {
  text-align: center;
  padding: 30px 0 30px;
}

.features-boxed-1 .item .name {
  font-weight: bold;
  font-size: 32px;
  margin-bottom: 8px;
  margin-top: 0;
  color: inherit;
  font-family: 'Raleway';
  text-align: center;
}

.features-boxed-1 .item .feature-name {
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #fdf9fa;
  font-family: 'Raleway';
  letter-spacing: 1px;
  text-align: center;
}

.features-boxed-2 {
  color: #ffffff;
  background-color: #910d09;
}

.features-boxed-2 .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
}

.features-boxed-2 .features {
  padding: 20px 0;
}

.features-boxed-2 h2 {
  font-weight: normal;
  margin-bottom: 25px;
  line-height: 1.5;
  margin-top: 0;
  color: inherit;
  font-family: 'Raleway';
  font-size: xx-large;
  padding-top: 40px;
}

.features-boxed p {
  color: #7d8285;
}

.features-boxed-2 .item {
  text-align: center;
}

.features-boxed-2 .item .box {
  text-align: center;
  padding: 30px;
  margin-bottom: 10px;
}

.features-boxed-2 .item .icon {
  font-size: 60px;
  color: #ffffff;
  margin-top: 20px;
  margin-bottom: 35px;
}

.features-boxed-2 .item .name {
  font-weight: 600;
  font-size: 20px;
  margin-bottom: 8px;
  margin-top: 0;
  color: #e7e7e7;
  text-transform: uppercase;
  font-family: 'Raleway';
}

.features-boxed-2 .item .description {
  font-size: 15px;
  margin-top: 15px;
  margin-bottom: 20px;
}

.text-center.p-0 {
  font-size: x-large;
  font-family: 'Raleway';
}

.brands .intro {
  font-size: 16px;
  max-width: 500px;
  margin: 0 auto;
  padding: 50px 0 0;
}

.brands .features {
  padding: 50px 0;
}

.brands .style-three:before {
  display: block;
  content: "";
  height: 30px;
  margin-top: -31px;
  border-style: solid;
  border-color: rgb(145,13,9);
  border-width: 0 0 1px 0;
  border-radius: 20px;
}

@media (min-width: 300px) {
  .rounded-circle.profilepic {
    border: 4px solid #910d09;
    width: 300px;
    height: 300px;
  }
}

@media (min-width: 576px) {
  .rounded-circle.profilepic {
    border: 4px solid #910d09;
    width: 100%;
    height: 150px;
  }
}

@media (min-width: 768px) {
  .rounded-circle.profilepic {
    border: 4px solid #910d09;
    width: 300px;
    height: 250px;
    margin-top: 20px;
  }
}

@media (min-width: 992px) {
  .rounded-circle.profilepic {
    border: 4px solid #910d09;
    width: 330px;
    height: 330px;
  }
}

