/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 03 2021 | 08:40:43 */
/* 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 */ 

.ova-logo.navbar-header  {
 margin-left:30%; 
  margin-top:10px;
  
}

@media screen and (max-width: 1700px) {
  .ova-logo.navbar-header  {
 margin-left:20%; 
  margin-top:10px;
  
}
}

@media screen and (max-width: 1500px) {
  .ova-logo.navbar-header  {
 margin-left:10%; 
  margin-top:10px;
  
}
}


@media screen and (max-width: 1300px) {
  .ova-logo.navbar-header  {
 margin-left:0%; 
  margin-top:10px;
  
}
}