* {
    font-family: "BryantPro-Regular";
}

body{
    background: #4fd190!important
}

h2{
    font-weight: bold;
    color: #752295;
    font-size: 24px
}

.h3{
    font-weight: bold;
    color: #ffff;
    font-size: 18px;
    text-align: right
}
p{
    color: #ffff;
}
ul li{
    color: #ffff;
}

.center-align{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-around;
    align-items: center;
}

span i {
    color: #ffff!important;
}

.socicon-facebook:before {
    border-radius: 50%;
    line-height: 44px;
    background: #444;
    padding: 50%;
  }

  .socicon-facebook:hover:before {
    border-radius: 50%;
    line-height: 44px;
    background: #F99400!important;
    padding: 50%;
  }

  
.socicon-youtube:before {
    border-radius: 50%;
    line-height: 44px;
    background: #444;
    padding: 50%;
  }

  .socicon-youtube:hover:before {
    border-radius: 50%;
    line-height: 44px;
    background: #F99400!important;
    padding: 50%;
  }

  
.socicon-instagram:before {
    border-radius: 50%;
    line-height: 44px;
    background: #444;
    padding: 50%;
  }
  .socicon-instagram:hover:before {
    border-radius: 50%;
    line-height: 44px;
    background: #F99400!important;
    padding: 50%;
  }


  
.socicon-twitter:before {
    border-radius: 50%;
    line-height: 44px;
    background: #444;
    padding: 50%;
  }
  .socicon-twitter:hover:before {
    border-radius: 50%;
    line-height: 44px;
    background: #F99400!important;
    padding: 50%;
  }


  .total-padding{
    padding: 1px 8px 1px 8px;
   }
.background{
    display: block;
    width: 100%;
    height: auto;
    background-image: url(../images/background.png);
}

.logo{
    padding: 30px 0;
}

.container-header{
    display: flow-root;
    text-align: center;
}

.padding-img img{
    margin: 0 20px 0 20px;
}

.dark{
    background-color: #4fd190!important;
    padding: 50px 0;
    color: #ffff;
    text-align: center;
    display: flex;
    align-items: center;
    justify-items: center;
}
.dark p{
    font-size: 14px;
}

a{
    color: #FFFFFF;
}