html{
background:url('Logo-cover.png') no-repeat center;
background-color:#ed7104;
margin-top:400px;
}

/* .wrapper {
position:relative;
margin-left:auto;
margin-right:auto;
width:100%;
height:600px;

}

.wrap {
position:relative;
margin-left:auto;
margin-right:auto;
width:80%;
height:550px;

}

.logowrap{
position:relative;
float:left;
top:100px;
width:50%;
height:450px;
border-right:2px solid black; 
}


.textwrap{
position:relative;
float:right;
top:100px;
width:47%;
height:430px;

padding:10px;
}

p{
position:relative;
margin-left:auto;
margin-right:auto;
width:90%;
height:auto;

font-size:3em;
font-family: 'Squada One', cursive;
color:#000000;
}

a{text-decoration:none;}

#logo{
position:relative;
margin-left:auto;
margin-right:auto;
top:60px;
width:80%;
height:auto;

font-size:5.5em;
font-family: 'Squada One', cursive;
color:#000000;

} */