@import url('https://fonts.googleapis.com/css?family=Heebo|Pacifico|Righteous|Quicksand:300,400,500,700|Oswald:200,300,400,500,600,700|Roboto:200,300,400,500,600,700|PT+Serif:200,300,400,500,600,700|Montserrat:200,300,400,500,600,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: #3eb991;
}

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

.main-title {
  font-size: 2.5rem;
  color: #333333;
  line-height: 1.2em;
  margin-bottom: 2rem;
}

.content {
  padding: 40px 0;
  text-align: center;
  font-family: 'Montserrat','Quicksand', serif;
  font-weight: 500;
  background-color: #57B99D;
  background-attachment: fixed;
   
}

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

.content strong {
  font-weight: 700;
}

.content-container {
  color: black;
  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: 16px!important;
  line-height: 1.5em;
  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%;
  margin-bottom: 40px;
}

.sb-navbar {
  background-color: #2c3e50!important;
}
.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

a.nav-link {
  font-family: 'Montserrat','Quicksand', sans-serif;
  color: #ffffff!important;
  -webkit-transition: all .1s ease-in;
  transition: all .1s ease-in;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
}

a.nav-link:hover {
  color: #fff!important;
}
.navbar-light .navbar-toggler {
  color: white;
  background-color: #57B99D;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Montserrat',"Quicksand",sans-serif;
  font-weight: Bold;
  font-size: 14px;
 
  
}

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; */
  font-family: 'Montserrat','Oswald', sans-serif;
  display: inline;
  border: 1px solid;
  margin-right: 10px;
  height: 50px!important;
  width: 50px!important;
  
}

a.navbar-brand .domain-name {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat','Oswald', sans-serif;
  font-weight: bolder;
  color: white;
  font-size: 2rem;
}

a.navbar-brand .extension {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat','Oswald', sans-serif;
  font-weight: bolder;
  color: #ffffff;
  font-size: 2rem;
}



footer .domain-name {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat','Oswald', sans-serif;
  font-weight: bolder;
  color: white;
  font-size: 1.5rem;
}

footer .extension {
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Montserrat','Oswald', sans-serif;
  font-weight: bolder;
  color: #ffffff;
  font-size: 1.5rem;

  
}

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

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


footer .footer-social ul.list-inline li {
  background-color: transparent;
  transition: all .5s ease-in-out;
  border: 2px solid white;
}

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

.footer-social .list-inline-item a:hover {
  
  color: #303D4E;
}

footer .footer-social ul.list-inline li.social-twitter:hover {
  background: #ffffff;
  color: #303D4E!important;
}

footer .footer-social ul.list-inline li.social-facebook:hover {
  background: #ffffff;
  
}

footer .footer-social ul.list-inline li.social-instagram:hover{
  background: #ffffff;
  

}

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

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


.copyright {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-links ul li a {
  font-family: 'Montserrat','Quicksand', sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 300;
  color: white;
}

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

.footer-main {
  background: #1a252f;
  font-family: 'Montserrat',"Oswald", 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;
    text-align: center;
    font-size: .75rem;
  }

  .footer-links ul li a  {
    font-size: .55rem;
  }

}

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

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

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