@import url('https://fonts.googleapis.com/css?family=Heebo|Pacifico|Righteous|Quicksand:300,400,500,700');



.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;
}

a {
  color: #ffa94d;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Quicksand', sans-serif;
  font-weight: 700;
}

.content {
  padding: 75px 0;
  text-align: center;
  font-family: 'Quicksand', sans-serif;
  font-weight: 400;
  background-color: #1971c2;
}

.content-container a {
  color: #1971c2;;
}

.content strong {
  font-weight: 700;
}

.content-container {
  color: #333;
  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); */
  border-radius: .5rem;
  color: #495057;
  -webkit-box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.1);
  box-shadow: 0 0.25rem 0.125rem 0 rgba(0,0,0,0.1);
  width: 90%;
}

.sb-navbar {
  background-color: #155592;
}
.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

a.nav-link {
  font-family: 'Quicksand', sans-serif;
  color: #9cb5d0!important;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  font-size: 14px;
  font-weight: bold;
}

a.nav-link:hover {
  font-family: Quicksand;
  color: #fff!important;
}
.navbar-light .navbar-toggler {
  color: #ffa94d;
  background-color: #343a40;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "Quicksand",sans-serif;
  font-weight: Bold;
  font-size: 14px;
  border: 1px solid white;
  
}


a.navbar-brand .domain-name {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: bolder;
  color: white;
  font-size: 1.5em;
}

a.navbar-brand .extension {
  font-weight: bold;
  text-transform: lowercase;
  font-family: 'Quicksand', sans-serif;
  font-weight: bolder;
  color: #ffa94d;
  font-size: 1.5em;
}

.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: 13px;
}

.footer-links ul li a:hover {
  color: white;
  transition: all .1s ease-in;
}

ul.nav-social {
  list-style: none;
  padding: 0px;
  display: block!important;
  margin-top: 20px;
}

.nav-social .nav-item {
  display: inline;
  width: fit-content;
}

.nav-social .nav-item .nav-link {
  /* width: fit-content!important; */
  display: inline;
  border: 1px solid;
  margin-right: 10px;
  height: 50px!important;
  width: 50px!important;
}

.footer-social {
  background-color: #343a40;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.footer-main {
  background: #212529;
  font-family: "Quicksand", sans-serif;
  padding-top: 2rem;
  padding-bottom: 2rem;
  color: #777 !important;
  text-decoration: none;
  font-size: 12px;
}

.footer-social {}


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 (max-width: 576px) {  
  .copyright {
    margin-bottom: 20px;
  }

}

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

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

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