.footer-dark {
  padding:50px 0;
  color:#f0f9ff;
  background-color:#282d32;
}

.footer-dark h3 {
  margin-top:0;
  margin-bottom:12px;
  font-weight:bold;
  font-size:16px;
}

.footer-dark ul {
  padding:0;
  list-style:none;
  line-height:1.6;
  font-size:14px;
  margin-bottom:0;
}

.footer-dark ul a {
  color:inherit;
  text-decoration:none;
  opacity:0.6;
}

.footer-dark ul a:hover {
  opacity:0.8;
}

@media (max-width:767px) {
  .footer-dark .item:not(.social) {
    text-align:center;
    padding-bottom:20px;
  }
}

.footer-dark .item.text {
  margin-bottom:36px;
}

@media (max-width:767px) {
  .footer-dark .item.text {
    margin-bottom:0;
  }
}

.footer-dark .item.text p {
  opacity:0.6;
  margin-bottom:0;
}

.footer-dark .item.social {
  text-align:center;
}

@media (max-width:991px) {
  .footer-dark .item.social {
    text-align:center;
    margin-top:20px;
  }
}

.footer-dark .item.social > a {
  font-size:20px;
  width:36px;
  height:36px;
  line-height:36px;
  display:inline-block;
  text-align:center;
  border-radius:50%;
  box-shadow:0 0 0 1px rgba(255,255,255,0.4);
  margin:0 8px;
  color:#fff;
  opacity:0.75;
}

.footer-dark .item.social > a:hover {
  opacity:0.9;
}

.footer-dark .copyright {
  text-align:center;
  padding-top:24px;
  opacity:0.3;
  font-size:13px;
  margin-bottom:0;
}

.circle {
  background:rgba(216,195,7,0.86);
  border-radius:200px;
  /*color:white;*/
  /*height:250px;*/
  font-weight:bold;
  /*width:250px;*/
  display:table;
  /*margin:20px auto;*/
}

@media (min-width: 992px) {
  #img-header-sm {
    display:none!important;
  }
}

@media (max-width: 992px) {
  #img-Header {
    display:none!important;
    /*display:block!important;*/
  }
}

@media (min-width: 992px) {
  #img-Header {
    /*display:none!important;*/
    display:block;
  }
}

@media (min-width: 300px) {
  #img-header-sm {
    /*display:none!important;*/
    display:block;
  }
}

@media (min-width: 992px) {
  .circle {
    height:300px;
    width:300px;
  }
}

@media (min-width: 300px) {
  .circle {
    height:300px;
    width:300px;
  }
}

@media (min-width: 576px) {
  .circle {
    height:350px;
    width:350px;
  }
}

@media (min-width: 768px) {
  .circle {
    height:400px;
    width:400px;
  }
}

@media (min-width: 1200px) {
  .circle {
    height:400px;
    width:400px;
  }
}

@media (min-width: 576px) {
  .txt2-hdr {
    font-size:25px;
  }
}

@media (min-width: 768px) {
  .txt2-hdr {
    font-size:25px;
  }
}

@media (min-width: 992px) {
  .txt2-hdr {
    font-size:25px;
  }
}

@media (min-width: 1200px) {
  .txt2-hdr {
    font-size:25px;
  }
}

.txt3-hdr {
  font-size:25px;
}

@media (min-width: 300px) {
  .txt3-hdr {
    font-size:18px;
  }
}

.h-hdr-fnt {
  font-family:'Josefin Sans';
}

.hdr-font {
  font-family:'Josefin Sans';
}

.txt-scss-gry {
  background:rgb(246, 246, 246)!important;
}

.bard-body-bless {
  border:0px;
}

.caption {
  /*top:20%;*/
}

.spn-title {
  color:rgb(216,195,7);
}

.btn-Gb {
  background-color:rgb(216,195,7);
  border-color:rgb(216,195,7);
}

.btn-Gb:hover {
  background-color:rgb(216,195,7);
  border-color:rgb(216,195,7);
}

