
html * {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

html,body {
	height: 100%;
	font-size: 100%;
	font-family: "Open Sans", helvetica, arial, sans-serif;
	color: black;
}

#home {
	background-size: cover;
	background-image: url('../img/bg.jpg');
    background-position: center top;
   -webkit-background-size: cover; 
  -moz-background-size: cover;
  -o-background-size: cover;
}

#header {
    min-height: 100%;
    height: 100%;
    width: 100%;
    display: table;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover
}

#header .header-content {
    display: table-cell;
    vertical-align: bottom;
    padding: 50px 0 10px 0;
    text-align: center
}

.copyright {
	font-size: 13px;
}

a {
	font-weight: bold;
	color: #FFCD2A;
}

a:hover {
	text-decoration: none;
	color: #FFCD2A;
}

p{
	 border: 0; 
	 font-size: 100%; 
	 font: inherit; 
}

/* ------------------------------ social links -------------------------- */
.social-links,
.social-profiles {
	list-style:none;
	margin:0;
	padding:0;
	margin: 20px 0;
}
.social-links li,
.social-profiles li{
	display:inline-block;
	margin: 0 15px 0 0;
	box-shadow: none;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.social-links li a {
	background: rgba(0, 0, 0, 0.6);
	display:block;
	color: #FFF;
	font-size: 16px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	border-radius:50%;
	-webkit-transition:all .3s ease-out;
	transition:all .3s ease-out;
}
.social-links li a:hover {
	color: #121417;
	background:#ec3339;
	text-decoration: none;
	border-color: #ec3339;
}






