/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 27 2024 | 07:25:33 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 
/* NEW RESPONSIVE */
@media screen and (max-width:1600px){
#header .logo {
  padding: 10px 0;
  background-color: #fff;
  width: 150px;
  height: 150px;
  text-align: center;
  position: absolute;
  border-radius: 50%;
  top: 0;
  left: -12px;
}
#header .logo img {
        width: 100%;
        max-width: 130px;
        margin: 0 auto;
        text-align: center;
    }
}
.credit_link{
	font-size: 13px;
    text-align: left;
    color: #e4e7e9;
    font-weight: 600;
}
#footer_box{
	background: #632729e8;
    padding: 80px 0px 0px 0px;
}
#footer{padding:0 !important;}
section#about-video {
    margin-top: 30px;
}