@import url('https://fonts.googleapis.com/css?family=Heebo|Pacifico|Righteous');



a {
  color: #b24c45
}
.sb-navbar {
  border-bottom: 1px solid #e9ecef;
  background-color: #fff;
}
.content {
  padding: 75px 0;
  text-align: center;
  background-color: #b84d45;
  background-image: url(https://startbootstrap.com/assets/img/bg.png);
}

.main-content .img-fluid {
  max-width: 100%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 40px;
  border: 10px solid white;
  box-shadow: 1px 1px 10px rgba(0,0,0,.3);
  border-radius: 10px;
}

.content-container {
  color: #333;
  width: auto!important;
  height: auto!important;
  padding: 30px!important;
  border: solid rgba(255,255,255,.5)!important;
  border-width: 1px 0!important;
  overflow: hidden;
  text-align: left;
  font-size: 14px!important;
  line-height: 1.5em;
  max-width: 1024px;
  background: white;
  box-shadow: 0 0 10px 5px rgba(0,0,0,.4);
}

.navbar-light .navbar-toggler {
  background: #b24c45;
  color: white;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
}


a.navbar-brand .domain-name {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Righteous', sans-serif;
  font-weight: 900;
}

a.navbar-brand .extension {
  font-weight: bold;
  text-transform: lowercase;
  font-family: 'Pacifico', sans-serif;
  font-weight: 900;
  color:#333
}

.footer-social .list-inline-item {
  background-color: #3eb991;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 24px;
  /* color: white!important; */
}

.footer-social .list-inline-item a {
  color: white;
}

.footer-social {
  margin-top: 50px;
  margin-bottom: 50px;
}

footer .footer-social ul.list-inline li.social-twitter {
  background: #1da1f2;
}

footer .footer-social ul.list-inline li.social-facebook {
  background: #3b5998;
}

footer .footer-social ul.list-inline li.social-instagram {
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);

}

.footer-links ul {
  list-style: none;
  text-align: center;
  padding: 0px;
}

.footer-links ul li {
  display: inline;
  margin: 5px;
}

.copyright {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
}

.footer-links ul li a {
  font-size: 14px;
}


h2.separator-title {
  text-transform: uppercase;
  text-align: center;
  background: #2196F3;
  margin-top: 80px;
  margin-bottom: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  color: white;
  font-weight: 400;
  letter-spacing: 3px;
}

/** MEDIA QUERY **/

@media (min-width: 320px) {

}

@media (min-width: 576px) {  
  .content-container {

  }

}

@media (min-width: 768px) {  }

@media (min-width: 992px) {  }

@media (min-width: 1200px) { }