@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');


.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: #3690f0;
}

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

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

.content {
  padding: 40px 0;
  text-align: center;
  font-family: 'Quicksand', serif;
  font-weight: 500;
  background-color: #F5F7F8;
  background: url(/images/bg.png);
  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: #1971c2;
  background-image: url(/images/nav-bg1.png);
}
.navbar {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

a.nav-link {
  font-family: '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: ;
}

a.nav-link:hover {
  color: #fff!important;
}
.navbar-light .navbar-toggler {
  color: white;
  background-color: #0173b9;
  text-transform: uppercase;
  font-size: 14px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: "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: '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: 'Oswald', sans-serif;
  font-weight: bolder;
  color: white;
  font-size: 1.5em;

  background: rgba(241,231,103,1);
  background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
  background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

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

  background: rgba(241,231,103,1);
  background: -moz-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(241,231,103,1)), color-stop(100%, rgba(254,182,69,1)));
  background: -webkit-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -o-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: -ms-linear-gradient(top, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  background: linear-gradient(to bottom, rgba(241,231,103,1) 0%, rgba(254,182,69,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1e767', endColorstr='#feb645', GradientType=0 );

  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  
}



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

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

  
}

.footer-social {
  background-color: #3171B4;
  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: 50px;
  font-size: 24px;
  /* color: white!important; */
}



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

.footer-social {
 
}



footer .footer-social ul.list-inline li {
  background-color: #fcd214;
  transition: all .5s ease-in-out;
}

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

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

footer .footer-social ul.list-inline li.social-instagram:hover{
  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 {
  font-family: 'Quicksand', sans-serif;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-links ul li a {
  font-family: '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: #005890;
  font-family: "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: .5rem;
  }

}

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

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

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