/* Custom Styles */
@media screen and (min-width: 768px) and (max-width: 1400px) { 
.header__container{padding-left: 100px; padding-right: 100px;}
}

@media screen and (max-width: 768px){
.header__content{padding: 10px 0;}
}
.powered-by{display: none;}
.line:before{content: "\2015";
    font-size: 25px;
    margin-right: 15px;
    color: #fff;}