/*
Theme Name: Divi Child
Theme URI: https://diviextended.com/
Version: 1.0
Description: Child Theme of Divi
Author: Divi Extended
Template: Divi
*/
@import url("../Divi/style.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
    /* iOS Safari specific styles */
    .fixed-bg {

    background: url('amadeus_bg_phone.webp') no-repeat center center;
    background-size: cover;
    
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;        
    }    
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
    /* iOS Safari specific styles */
    .fixed-bg {

    background: url('amadeus_bg_phone.webp') no-repeat center center;
    background-size: cover;
    
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;        
    }   
}

/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) {
    /* iOS Safari specific styles */
    .fixed-bg {

    background: url('amadeus_bg_phone.webp') no-repeat center center;
    background-size: cover;
    
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;        
    }   
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) {
    /* iOS Safari specific styles */
    .fixed-bg {

    background: url('amadeus_bg.webp') no-repeat center center;
    background-size: cover;
    
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;        
    }
    #et-top-navigation {
        min-height: 80px !important;
    }
    .et-fixed-header #et-top-navigation {
        min-height: 60px !important;
    }
}

/* Extra large devices (large laptops and desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
    /* iOS Safari specific styles */
    .fixed-bg {

    background: url('amadeus_bg.webp') no-repeat center center;
    background-size: cover;
    
    display: block;
    z-index: -1;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    object-fit: cover;
    width: 100%;
    height: 100%;        
    }   
}