/********** iPad ********/
/** iPad 3 **/

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape) {
    .hvac-container img {
        position: absolute;
        left: 0px;
        top: 22px;
        width: 400px;
    }

    .hvac-container {
        background-color: #E7F0FF;
        min-height: 400px;
        height: auto;
        border-radius: 24px;
    }

    .absolute-btn {
        bottom: 30px;
    }

    .parallax-power-plant {
        background-size: contain;
    }
    
    .nav-item {
        text-align: center;
        margin-bottom: 20px;
    }
	
	.dropdown-menu {
		left: -640% !important;
	}
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: portrait) {
    .hvac-container img {
        position: absolute;
        left: 0px;
        top: 22px;
        width: 400px;
    }

    .hvac-container {
        background-color: #E7F0FF;
        min-height: 400px;
        height: auto;
        border-radius: 24px;
    }

    .absolute-btn {
        bottom: 20px;
    }

    h1 {
        font-size: 34px;
    }

    h2 {
        font-size: 28px;
    }

    p {
        font-size: 18px;
    }

    a.contact-link {
        font-size: 18px;
        ;
    }

    .parallax-power-plant {
        background-size: contain;
    }
    
    .parallax-earth {
    background-image: url('../images/planet-earth@2x.jpg');
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

    .nav-item {
        text-align: center;
        margin-bottom: 20px;
    }
}

/* ----------- iPad Pro ----------- */
/* Portrait and Landscape */
@media only screen and (min-width: 1024px) and (max-height: 1366px) and (-webkit-min-device-pixel-ratio: 1.5) {}