/*
Theme Name: Ambient
Theme URI: https://ambient.qodeinteractive.com/landing/
Description: A Contemporary Theme for Interior Design, Decoration, and Architecture
Author: Elated Themes
Author URI: http://themeforest.net/user/elated-themes
Text Domain: ambient
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-menu, featured-images, flexible-header, post-formats, sticky-post, threaded-comments, translation-ready
Version: 2.1
License: GNU General Public License
License URI: licence/GPL.txt

CSS changes can be made in files in the /css/ folder. This is a placeholder file required by WordPress, so do not delete it.

*/

/* header */
body .eltdf-page-header { margin-bottom: 0 !important;}

/* home */

.hero { padding: 150px 0;}
.hero h1 {color:#fff;text-align: center;font-size:60px;text-shadow: 0 0 13px #000;}
.hero h2 {color:#fff;text-align: center;font-size:40px;text-shadow: 0 0 10px #000;}

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

   b ody .eltdf-content .eltdf-content-inner > .eltdf-full-width > .eltdf-full-width-inner{padding-top: 0px !important;}
}

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

    .hero h1 {font-size:45px;line-height: 45px;text-shadow: 0 0 13px #000;}
    .hero h2 {font-size:30px;line-height: 30px;text-shadow: 0 0 10px #000;}
}

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

    .hero { padding: 100px 0;}
    .hero h1 {font-size:30px;line-height: 30px;text-shadow: 0 0 13px #000;}
    .hero h2 {font-size:20px;line-height: 20px;text-shadow: 0 0 10px #000;}
}