@charset "UTF-8";
/* CSS Document */
/* Created by Jaime Nacach - January 2013 - www.myedesigner.com */

/* MAIN BODY TAGS */
body {
	color:#fff;
	font-family: 'Actor';
	background:url(/images/habita-bg.jpg) top center;
    /* text-shadow:#000 2px 2px; */
}
a {color: #fff; text-shadow:#000 1px 1px;}
/* LOGO */
#logo {
   position: absolute;
   top: 25%;
   left: 25%;
   max-width: 100%;
   max-height: 100%;
   /* margin-top: -50%; /* Half the height */
   /* margin-left: -50%; /* Half the width */
}
#logo img {border-radius:15px;}

/* Social Media Link */
#sociallinks {
	position:absolute;
	right: 30px; top: 30px;
}
@media screen and (max-width: 1400px) {
#logo img { width: 100%; height: auto;  max-width: 100%; margin-top: 60px;}
#logo {   position: relative;    top: 0;    left: 0%; max-width: 100%;
   max-height: 100%;}
}
