﻿#landingHeader{background-color:#ecf0f1;background-image:url('../../images/App/landingBlur.jpg');background-size:cover;background-position-y:bottom;width:100%;text-align:center;padding:15px 0;}#landingHeader img{background-color:#fff;border-radius:50%;padding:20px;width:250px;height:250px;margin:0 auto;-moz-transition:all 1s ease;-o-transition:all 1s ease;-webkit-transition:all 1s ease;transition:all 1s ease;}#landingBody{height:calc(100% - 360px);overflow:auto;}#landingFooter{background-color:#2c3e50;width:100%;height:50px;position:absolute;bottom:0;}#landingFooter center{margin-top:10px;color:#fff;font-size:12px;font-weight:300 !important;}#landingFooter a{position:absolute;bottom:3px;right:5px;}#landingFooter a img{width:110px;}#triangle{width:0;height:0;border-left:30px solid transparent;border-right:30px solid transparent;border-top:30px solid #eeddd5;margin:0 auto;margin-top:-1px;}@media only screen and (max-width:767px){#landingHeader img{width:150px;height:150px;-moz-transition:all 1s ease;-o-transition:all 1s ease;-webkit-transition:all 1s ease;transition:all 1s ease;}#landingFooter{height:30px;}#landingFooter center{margin-top:1px;color:#fff;font-size:12px;font-weight:300 !important;}#landingFooter a{display:none;}}