/*
Theme Name: Aerovyn
Theme URI: https://example.com/aerovyn
Author: OpenAI
Author URI: https://openai.com
Description: WordPress theme converted from the Udrone index-2 HTML template for the Aerovyn website.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.8
Requires PHP: 7.4
Text Domain: aerovyn
*/


#logo {
    display: inline-block;
}

#logo img {
    height: 80px;
    margin-top: 0px;
    width: 140px;
    object-fit: contain; 
    display: block;
}


@media (max-width: 768px) {
    #logo img {
        height: 60px !important;
        width: 115px;
        margin-top: 0px;
        display: block !important;
    }
}

@media (min-width: 1000px) {
    #logo img {
        margin-top: 5px;
    }
}

@media (max-width: 768px) {
    section.text-light.no-top.no-bottom.relative.overflow-hidden.sm-mt-90 {
        padding-top: 100px !important;
    }
}

@media only screen and (max-width: 767px) {

   header .logo-main {
    display: block !important;
  }
}