html{
background: url(images/bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	transition: all ease .3s;
	-webkit-transition: all ease .3s;
	-moz-transition: all ease .3s
}
body, html {
	margin: 0;
	padding: 0;
}
body {
	background: #FFF;
	font-size: 62.5%;
	font-family: Montserrat, Arial, Sans-Serif;
font-weight: 300;
-webkit-text-size-adjust: 100%;
}

p {
	margin: 0 0 1.6em;
	font-size: 1.3em;
	line-height: 1.35em
}



#box{
max-width:350px;
position:absolute;
left:5%;
top:10%;
text-align:center;
}

#logo {
max-width:350px;
height:auto;
margin:0 auto;
}

#enter{
width:140px;
margin:2em auto;
}
.socialmedia{
max-width:126px;
margin: 0 auto;
}
.socialmedia ul {
	overflow: auto;
	margin: 0 auto;
	padding: 0
}
.socialmedia ul li {
	list-style-type: none;
	float: left
}
.socialmedia ul li a:last-child {
	margin-right: 0
}
.socialmedia ul li a i {
	color: #fff;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 32px;
	text-align: center;
	margin-right: 10px;
	
}

@media screen and (max-width:640px) {
#box {
    max-width: 350px;
    position: fixed;
    right: 0;
    left: 0;
    top: 10%;
    margin: 0 auto;
	padding:0 20px;
    text-align: center;
}

#logo{
max-width:280px;
}
}
