html,
body{
    height: 100%;
    font-family: "Open Sans", sans-serif;
    color: rgb(107, 106, 117);
    font-size: 16px
    
}

.text-black{
    color:rgb(57, 56, 58) !important;
    font-weight: 500 !important;
}
/* adding backround to the site */
#siteBody{ 
    -moz-background-size:100% 100%; 
    -webkit-background-size:100% 100%; 
    -o-background-size:100% 100%; 
    background-size:100% 100%; 
    background-repeat: no-repeat; 
    background-attachment: fixed;  

}

#siteAbt{
    background-color: #666666;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 0px;
}

.footer {
    min-height: 60px;
    height: auto;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

/*.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}*/

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

.navbar-nav > .active > a{
    background-color: #de8d32 !important;
    color:white !important;
}

.navbar-nav > li > a:hover, .navbar-nav > a:hover{
    background-color: #de8d32 !important;
    color:white !important;
    
}

.navbar-inverse{
    border-bottom: 2px solid #de8d32 !important;
    padding: 0px;
}

.navbar-nav > li {
    color: #de8d32 !important;
    font-size: 1.2em;
    padding: 10px;
}

.navbar-nav >li > a {
    color: de8d32 !important;
}

.navbar-toggle{
    background-color: #de8d32 !important;
    font-size: 1.5em !important;
    margin: 15px !important;
}
.dropdown-menu > li > a{
    color: #ffc107 !important;
    font-size: 1.7em;
}

.dropdown-menu > li > a:hover, .dropdown-menu > .active > a{
    color: #ffc107 !important;
    background-color: rgb(50, 50, 50) !important;
}

.jumbotronVid{
    padding-left: 20px !important; 
    padding-right: 20px !important;
}
.navbar-fixed-top{
    top: 0 !important;
    position: fixed !important;
    
}
.navbar{
    position: fixed ;
    width: 100%;
}
@media screen and (max-width: 1000px) { 
    .header-text-sm{
        font-size: 10px !important;
    }
}
@media screen and (max-width: 768px) { 
    .dropdown-menu > li > a{
        color: #ffc107 !important;
        font-weight: bold;
    }

    .dropdown-menu > li > a:hover, .dropdown-menu > .active > a{
        background-color: black !important;
    }

    .jumbotron, .jumbotronVid{
        padding-left: 7px !important; 
        padding-right: 7px !important;
    }
   

    /*h1{
        font-size: small;
    }

    h2{
        font-size: smaller;
    }

    h3{
        font-size: x-small;
    }

    h4{
        font-size: xx-small;
    }*/
}

.text-site{
    color: #ffc107 !important;
}

.btn-site, .bg-site{
    border: 3px solid #ffc107;
    color: #ffc107;
    font-weight: bolder;
}

.btn-site:hover, .btn-site:active{
    color: white;
    /*background-color: #993333;*/
    background-color: #ffc107;
}

.btn-white {
    border: 3px solid white;
    color: white;
    font-weight: bolder;
}


.fixedFooter{
    position: fixed;
    top: 92vh;
    left: 0px;
    right: 100vw;
    width: 100% !important;
    height: 100px;
    background: rgba(0, 0, 0, 0.5);
    border-top: 1px solid green;
    padding-top: 5px;
    padding-bottom: 5px;
}

@media screen and (max-width: 992px) { 
    .fixedFooter{
        top: 89vh;
    }
}

.completeTransparent{
    opacity: 0.5;
}

.transparentBlack{
    background: rgba(3,37,126, 0.8);
}
@media screen and (min-width: 768px) { 
    .transparentWhite{
        background: rgba(255, 255, 255, 1);
    }
}
@media screen and (max-width: 768px) { 
    .transparentWhite{
        background: white;
    }
    .movout{
        margin-top:60px
    }
}
.transparentYellow{
    background-color: rgba(255,197.9, 0.2);
}
.completeWhite{
    background-color: white !important;
}
.backgroundBlack{
    background: black !important;
}

.black-shadow{
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.85) 40%, rgba(0, 0, 0, 0.1));
      width: 100%;
      height: 100vh;
      position: relative;
}
.gold-shadow{
    background-image: linear-gradient(to left, rgba(222, 50, 130, 0.9) 60%, rgba(116, 5, 79, 0.1));
    width: 100%;
    height: auto;
    min-height: 100vh;
    position: relative;
}

.panel-site{
    //background: rgba(255, 255, 255, 0.5);
    border: 1px solid #CC3300;
}

.panel-site > .panel-heading{
    background-color: #ffc107;
    color: white;
}

.noPaddxCols > div{
    padding: 0px !important;
}

.noPaddxCols{
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.largePic{
    height: 74vh !important;
}

.smallPic{
    height: 37vh !important;
}

@media screen and (max-width: 1000px) { 
    .largePic, .smallPic{
        height: auto !important;
       
    }
}

.transparentPetit{
  background:rgba(0, 0, 0, 0.5);
}

.mediaLogo{
    width: 80px;
    height: 80px;
    margin-left: 5px;
}

.mediaLogoSm{
    width: 25px;
    height: 25px; 
    margin-left: 5px;
}

.socialFeed{
    width: 100%;
    height: auto;
    max-height: 100vh;
    overflow: scroll;
}

.newsletter-background{
    background:#d9adad !important;
    padding: 25px;
}
.text-white{
    color: white !important;
    font-weight:bold;
}
.newsletter-submessage{
    font-style: italic !important;
    font-size: 0.9em;
    margin-top: -10px !important;
}
.newsletter-message{
    margin-top: 15px !important;
}

.song-titl{
    margin: 50px !important;
}

.parent {
  position: relative;
  top: 0;
  left: 0;
}
.image1 {
  position: relative;
  top: 0;
  left: 0;
  border: 1px #ffc107 solid;
  height: 40vh;
}
.image2 {
  position: relative;
  top: 30px;
  left: 30px;
  border: 1px blue solid;
  height: 50px;
  width: 50px;
  text-decoration: none;
  text-align: 
}


p{
    line-height: normal;
}

.bg-header {
    background: linear-gradient(rgba(9, 30, 62, .7), rgba(9, 30, 62, .7)), url('../images/abe.png') center center no-repeat;
    background-size: cover;
   

}

.cta-100 {
    margin-top: 100px;
    padding-left: 8%;
    padding-top: 7%;
  }
  .col-md-4{
      padding-bottom:20px;
  }
  
  .white {
    color: #fff !important;
  }
  .mt{float: left;margin-top: -20px;padding-top: 20px;}
  .bg-blue-ui {
    background-color: #708198 !important;
  }
  figure img{width:300px;}
  
  #blogCarousel {
    padding-bottom: 100px;
  }
  
  .blog .carousel-indicators {
    left: 0;
    top: -50px;
    height: 50%;
  }
  
  
  /* The colour of the indicators */
  
  .blog .carousel-indicators li {
    background: #708198;
    border-radius: 50%;
    width: 8px;
    height: 8px;
  }
  
  .blog .carousel-indicators .active {
    background: #0fc9af;
  }
  
  .item-carousel-blog-block {
    outline: medium none;
    padding: 15px;
  }
  
  .item-box-blog {
    border: 1px solid #dadada;
    text-align: center;
    z-index: 4;
    padding: 20px;
  }
  
  .item-box-blog-image {
    position: relative;
  }
  
  .item-box-blog-image figure img {
    width: 100%;
    height: auto;
  }
  
  .item-box-blog-date {
    position: absolute;
    z-index: 5;
    padding: 4px 20px;
    top: -20px;
    right: 8px;
    background-color: #41cb52;
  }
  
  .item-box-blog-date span {
    color: #fff;
    display: block;
    text-align: center;
    line-height: 1.2;
  }
  
  .item-box-blog-date span.mon {
    font-size: 18px;
  }
  
  .item-box-blog-date span.day {
    font-size: 16px;
  }
  
  .item-box-blog-body {
    padding: 10px;
  }
  
  .item-heading-blog a h5 {
    margin: 0;
    line-height: 1;
    text-decoration:none;
    transition: color 0.3s;
  }
  
  .item-box-blog-heading a {
      text-decoration: none;
  }
  
  .item-box-blog-data p {
    font-size: 13px;
  }
  
  .item-box-blog-data p i {
    font-size: 12px;
  }
  
  .item-box-blog-text {
    max-height: 100px;
    overflow: hidden;
  }
  
  .mt-10 {
    float: left;
    margin-top: -10px;
    padding-top: 10px;
  }
  
  .btn.bg-blue-ui.white.read {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
  }
  .read-green {
    cursor: pointer;
    padding: 4px 20px;
    float: left;
    margin-top: 10px;
    background-color: #41cb52 !important;
  }
  .bg-yellow{
      background-color: yellow !important;
      color: black !important;
  }

.bg-red{
    background-color: red !important;
    color: white !important;
}
.bg-brown{
    background-color: brown !important;
    color: white !important;
}


  .btn.bg-blue-ui.white.read:hover {
    box-shadow: 0px 5px 15px inset #de8d32;
  }
  
  .jumbotron p{
      font-size: medium;
  }

    .caro-margin{
        margin-bottom:35vh !important;
    }

@media screen and (max-width: 1025px) { 
    .caro-margin{
        margin-bottom:10vh !important;
    }
}

.bg-primary{
    background-color: #de8d32 !important;
}

.btn-donation{
    padding: 5px 20px !important;
    margin-top: 10px;
    background-color: rgba(255,197.9, 0.2);
    color: #de8d32 !important;
}
.logo{
    width: 120px;
}
.carousel-caption{
    right: 0%;
    left: 0%;
}
.btn-outline{
    border: #dadada !important;
}

.owl-carousel{
    display: inherit !important;
    position: relative !important;
    box-sizing: border-box !important;

}

.owl-stage > .active {
    background: #FFFFFF !important ;
    box-shadow: 0 0 30px #DDDDDD !important;
}

.active {
    background: none !important ;
}



.team-info {
    background: var(--white-color);
    border-radius: 0 0 2px 2px;
    box-shadow: 6px 0 38px rgba(20,20,20,0.10);
    padding: 20px;
    position: relative;
  }

  .team-info span {
    font-weight: var(--font-weight-light);
    opacity: 0.85;
  }

  .team-info .social-icon {
    position: absolute;
    top: 10px;
    right: 20px;
  }

  .team-info .social-icon li {
    display: block;
  }
  
  .btn{
    border-color: #de8d32 !important;
  }

@media screen and (min-width: 768px) { 
    .btn-warning {
        color: #000;
        font-weight: 400;
        font-size: 13px;
        line-height: 15px;
        margin-right: 10px;
        text-align: center;
        padding: 17px 30px;
        white-space: nowrap;
        letter-spacing: 1px;
        display: inline-block;
        border: none;
        text-transform: uppercase ;
        -webkit-animation-delay: 2s;
        animation-delay: 2s;
        -webkit-transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
        transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
    }
}

.btn-primary{
    background-color: #de8d32 !important;
}

.text-primary{
    color: #de8d32 !important;
}

.section-title::before {
    position: absolute;
    content: "";
    width: 150px;
    height: 5px;
    left: 0;
    bottom: 0;
    background: #de8d32;
    border-radius: 2px;
  }

  .service-item .service-icon {
    margin-bottom: 30px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #de8d32 ;
    border-radius: 2px;
    transform: rotate(-45deg);
  }

  .footer {
    height: auto;
    min-height: 60px;
    background-color: #0d1117;
    border-top: 1px solid #fec114;
    padding-top: 20px;
    color: white;
    
    background-image: url("../images/bg-10-free-image.jpg");
    background-position: 0px 0px;
    background-size: cover;
    -o-background-size: cover;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
}

.carousel-item{
    max-height: 115vh !important;
  }
.bg-secondary{
    background-color: rgb(221, 210, 210)
  }

.award{
    width: 320px !important;
}
.award:hover {
 
  transition: 0.50s;
 transform: scale(1.2) ;
}

@media screen and (max-width: 768px) {
   .award{
       width: 320px !important;
   }
}
/**
  .bs-slider-overlay{
    background-color: rgba(222, 141, 50, 0.2) !important;
  }
**/