
*{
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}

html{
    background-color: #fff;
    color: #555;
    font-family: 'Lato', 'Arial', sans-serif;
    font-weight: 300;
    font-size: 20px;
    text-rendering: optimizeLegibility;
}

btn{
    width: 25%;
    
}

.clearfix {zoom: 1}
.clearfix:after {
    content: '.';
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;   
    
}

.row{
   display: flex;
   align-items: center;
   justify-content: center;
}

.row-col{
   display: flex;
   align-items: flex-start;
}

header{
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.7))), url(img/sunset.jpeg);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/sunset.jpeg);
    background-image: -o-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/sunset.jpeg);
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/sunset.jpeg);    
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

header2{
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0,0,0,0.7)),to(rgba(0,0,0,0.7))), url(img/suite_main.jpg);
    background-image: -webkit-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/suite_main.jpg);
    background-image: -o-linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/suite_main.jpg);
    background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(img/suite_main.jpg);    
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-attachment: fixed;
}

.sunset-text-box{
   padding: 80px 25px;;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}

h1,
h2,
h3{        
    
    font-weight: 300;
    text-transform: uppercase;
}

h1{    
    
    margin-top: 0;
    margin-bottom: 20px;
    color: #fff;
    font-size: 240%;
    word-spacing: 4px; 
    letter-spacing: 1px;   
}

h2{
    margin-top: 60px;
    margin-bottom: 30px;
    text-align: center;
    font-size: 180%;
    word-spacing: 2px; 
    letter-spacing: 1px;   
}

h3{
    margin-bottom: 15px;   
    font-size: 110%;
    
}

h2:after {
    display: block;
    height: 2px;
    background-color: #74b9ff;
    content: " ";
    width: 100px;
    margin: 0 auto;
    margin-top: 30px;
}

a:link,
a:visited {
    color: #74b9ff;
    text-decoration: none;
    padding-bottom: 1px;
    border-bottom: 1px solid #74b9ff;
    -webkit-transition: border-bottom 0.2s, color 0.2s;
    -o-transition: border-bottom 0.2s, color 0.2s;
    transition: border-bottom 0.2s, color 0.2s;
}

a:hover,
a:active {
    color: #555;   
    border-bottom: 1px solid transparent;
}


.long-copy{
    line-height: 140%;
    width: 61%;
   
}

.box p{
    font-size: 90%;
    line-height: 145%;
}



.btn:link,
.btn:visited{
    display: flex;
    align-items: center;
    justify-content: center;      
    padding: 10px 30px;
    font-weight: 300;
    text-decoration: none;
    border-radius: 200px;
    -webkit-transition: background-color 0.2s, border 0.2s, color 0.2s;
    -o-transition: background-color 0.2s, border 0.2s, color 0.2s;
    transition: background-color 0.2s, border 0.2s, color 0.2s;
}

.btn-full:link,
.btn-full:visited{
    background-color: #74b9ff;
    border: 1px solid #74b9ff;
    color: #fff;
    margin-right: 15px;
}

.btn-ghost:link,
.btn-ghost:visited{
    border: 1px solid #74b9ff;
    color: #74b9ff;
 
}

.btn:hover,
.btn:active{
    background-color: #52a8ff;
}

.btn-full:hover,
.btn-full:active{
    border: 1px solid #52a8ff;
}

.btn-ghost:hover,
.btn-ghost:active{
    border: 1px solid #52a8ff;
    color: #fff;
}


.logo {
    height: 100px;     
    margin-top: 20px;    
}

.main-nav{    
    list-style: none;
    margin-top: 60px;
    display: flex;
}

.main-nav li{
   
    margin-left: 40px;
}

.main-nav li a:link,
.main-nav li a:visited{
    padding: 8px 0;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    font-size: 90%;
    border-bottom: 2px solid transparent;
    -webkit-transition: border-bottom 0.2s;
    -o-transition: border-bottom 0.2s;
    transition: border-bottom 0.2s;
}

.main-nav li a:hover,
.main-nav li a:active{
    border-bottom: 2px solid #74b9ff;
    
}

.box {
    padding: 1%;
}

.icon-big {
    font-size: 350%;
    display: block;
    color: #74b9ff;
    margin-bottom: 10px;
}

.section-features .long-copy{
    margin-bottom: 30px;
}

.house-photo {
    width: 100%;
    margin: 0;
    overflow: hidden;
    background-color: #000;
    
}

.house-photo img{
    opacity: 0.7;
    width: 100%;
    height:  auto;
    -webkit-transform: scale(1.15);
        -ms-transform: scale(1.15);
            transform: scale(1.15);
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    -o-transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.house-photo img:hover{  
    opacity: 1;
    -webkit-transform: scale(1.03);
        -ms-transform: scale(1.03);
            transform: scale(1.03);
    
}

.section-comments{
    background-image: -webkit-gradient(linear,left top, left bottom,from(rgba(0, 0, 0, 0.8)),to(rgba(0, 0, 0, 0.8))) ,url(img/20151226_170229.jpg);
    background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) ,url(img/20151226_170229.jpg);
    background-image: -o-linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) ,url(img/20151226_170229.jpg);
    background-image: linear-gradient(rgba(0, 0, 0, 0.8),rgba(0, 0, 0, 0.8)) ,url(img/20151226_170229.jpg);
    background-size: cover;
    color: #fff;
    background-attachment: fixed;  
    
}

.section-map{
    background-color: #edecec;
    background-size: cover; 
    padding: 0;    
    padding-bottom: 20px;
  
    
}

blockquote {
    padding: 2%;
    font-style: italic;
    line-height: 145%;
    position: relative;
    margin-top: 40px;
}

blockquote:before{
    content: "\201C";
    font-size: 500%;
    display: block;
    position: absolute;
    top: -5px;
    left: -3px;
}

cite{
    font-size: 90%;
    margin-top: 25px;
    display: block;
}

*:focus{outline:none;}

footer{
    background-color: #333;
    padding: 20px;
    font-size: 80%;    
}

footer p {
    color: #888;
    text-align: center;   
    margin-top: 20px;
}


iframe {
    width: 100%;    
}  

.icon-flag{
 margin-top: 20px;       
}


.icon-flag img{    
    width: 35px;
    height: 20px;
}


.feature-col {   
    padding: 35px 25px;
    display: flex;
    flex-direction: column;        
    width: 100%;
}

.btn-row {
    display: flex;
    
}


