/* ========================================================================== Hero Area Style ========================================================================== */ #home{ background: url(../img/home.jpg) no-repeat; background-size: cover; color: #fff; overflow: hidden; position: relative; .overlay{ position: absolute; width: 100%; height: 100%; top: 0px; left: 0px; background: #1d213a; opacity: 0.9; } .contents{ padding: 160px 0 80px; h1{ color: #fff; font-size: 40px; font-weight: 700; margin-bottom: 25px; text-transform: uppercase; letter-spacing: 1px; } p{ font-size: 16px; color: #fff; font-weight: 400; line-height: 30px; letter-spacing: 0.5px; } .btn{margin: 20px 20px 0px 0px; text-transform: uppercase;} } .banner_bottom_btn{ margin-top: 40px; i{ color: #fff; font-size: 48px; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; -o-transition: all 0.2s linear; transition: all 0.2s linear; &:hover{ color: $preset; } } } .contents-two{ padding: 130px 0 80px; h2{ font-size: 50px; letter-spacing: 1px; font-weight: 400; margin-bottom: 18px; } p{ font-size: 15px; color: #fff; font-weight: 400; line-height: 24px; letter-spacing: 0.5px; } } .intro-img{ margin: 150px 0px; } .logo-menu { display: none; } .logo-home { display:initial; } }