@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;800;900&display=swap');

*{
    box-sizing: border-box;
}

body{
    
    background-image: url(./images/living-room-with-yellow-armchair-empty-dark-blue-wall-background-3d-rendering.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    font: 14px;
    font-family: "lato";
    color: #e9e9e9;
    
}


.wrapper{
    padding-top: 5px;
    padding-bottom: 10px;
  
}

.wrapper:focus{
    outline: 0;
}



/*======backgrounds======*/

.clash-card{
    background: #758596;
    width: 380px;
   
    margin: 5% auto 0;
   
    position: relative;
    text-align: center;
    box-shadow: -1px 15px 30px -12px #1d3146;
    z-index: 9999;
    border-radius: 20px;
}

.clash-card_image{
    background: url(./images/kentucky-horse-farm.jpeg);
    background-size: cover;
    border-radius: 20px;
    position: relative;
    height: 200px;
    margin-bottom: 35px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 300px;
    
    opacity: 0.7;
}

.logo img{
    width: 170px;
    border-radius: 50%;
    margin-top: -150px;
    margin-left: 5px;
    position: absolute;
    border: 15px solid #758596;
  
}

.picture img{
    position: absolute;
    width: 30%;
   left: 260px;
   bottom: 40px;
}



.realtor_image img{
    width: 630px;
    position: absolute;
    top: -205px;
    left: -110px;
   
}


.mcw-wrap_250{
    align-items: center;
    justify-content: center;
    margin-left: 30px;
    
}
/*======name======*/
h1{
    color: #394f66;
    text-transform: uppercase;
    letter-spacing: -2px;
    margin-top: 15px;
  
   
}

h1 span{
    display: block;
    margin: 11px 0 17px 0;
    font-size: 40px;
    line-height: 40px;
    color: #1d3146;
    text-shadow: 0 13.36px 8.896px #4f6276,0 -2px 1px #394f66;
    letter-spacing: -4px;
}

h3{
    display: none;
   /* position: absolute;
    margin-top: -20px;
    margin-left: 37px;
    letter-spacing: 10px;*/
}

.unit-name{
    color: #bcbe3f;
    margin-right: 165px;
    margin-top: -20px;
    font-weight: 500;
}

.unit-description{
    margin: 15px 40px;
    color: #111;
    font-weight: 600;
}

/*======links======*/
#content{
    width: 260px;
    margin: 10px auto;
}

aside{
    margin: 10px 0;
    line-height: 34px;
    position: relative;
    cursor: pointer;
    user-select: none;
}

aside:hover {
    top: -1px;
}
aside:active {
    top: 1px;
}

aside.diamond{
    background-color: #4f6276;
}

aside.diamond:after, aside.diamond:before {
    border-color: transparent #4f6276;
}
aside.diamond:before {
    left: -17px;
    border-width: 17px 17px 17px 0;
}
aside.diamond:after {
    right: -17px;
    border-width: 17px 0 17px 17px;
}

aside:before, aside:after {
    content: '';
    position: absolute;
    height: 0;
    width: 0;
    border-style: solid;
    border-width: 0;
}


@import url("//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css");



.footer-social-links{
    font-size: 18px;
  text-align: center;
  margin-top: 5%;
  margin-bottom: 5%;
 
}
.footer-social-links a{
    width: 35px;
    height: 35px;
    line-height: 35px !important;
    position: relative;
    margin: 0 6px;
    text-align: center;
    display: inline-block;
    color: #e9e9e9;
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
}
.footer-social-links a i,
.footer-social-links a span{
    position: relative;
    top: 2px;
    left: 1px; 
}
.footer-social-links a:before{
    content: "";
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #4f6276;
    border: 1px solid #4f6276;
    
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    
    -webkit-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);  
    -moz-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    -o-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    -ms-transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000); 
    transition: all 0.27s cubic-bezier(0.300, 0.100, 0.580, 1.000);
    
}
.footer-social-links a:hover{
    color: #fff;
}
.footer-social-links a:hover:before{
    background: #111;
}

.qrcode img{
    width: 40%;
    margin-top: 25px;
    padding-bottom: 45px;
}
