/* Reset */
/* Designed by Agustin Mouratoglou */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,dfn,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}


html,
body {
  height: 100%;
  background-color: #000;
}


body{
margin:0;
padding:0;
color: #fff;
text-align: center;
background: url(../images/bg.jpg) right center no-repeat;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
box-shadow: inset 0 0 100px rgba(0,0,0,0.5);
position: relative;
}

.black{
background-color: rgba(0, 0, 0, 0.5);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

#wrapper{
	position: relative;
	width: 100%;
	margin: auto;
}

#header{
	width: 100%;
	padding: 100px 0 100px 0;
	margin: auto;
}


h1 {
    font-family: Lustria;
    font-size: 50px;
    margin-bottom: 10px;
}


h2 {
    font-family: 'Lato';
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 1px;
}

h2 strong.sep-one{
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: -80px;
	margin-top: 15px;
	display:none;
}

h2 strong.sep-two{
	width: 40px;
	height: 1px;
	background: #fff;
	position: absolute;
	margin-left: 15px;
	margin-top: 15px;
		display:none;
}



#text-container {
    font-size: 17px;
    margin: auto;
    padding-bottom: 0;
    width: 96%;
}

/*
#footer {
    background-image: url("../images/blackback.jpg");
    font-family: lato;
    font-size: 15px;
    width: 100%;
}
*/


#footer {
    height: 100%;
    padding-top: 30px;
    width: 100%;
}

#footer {
    background: linear-gradient(to bottom, rgba(89, 89, 89, 0.85) 0%, rgba(89, 89, 89, 0.85) 1%, rgba(89, 89, 89, 0.85) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-family: lato;
    font-size: 15px;
}


#middle {
    height: 166px;
}
/*
#middle {
    background-image: url("http://www.curzonpr.com/test/thealexandergroup/holding-page/images/back70.png");
    background-repeat: repeat;
    margin: auto auto 50px;
    padding: 10px;
    width: 40%;
} */

#middle p {
    color: rgb(0, 0, 0);
    font-family: 'Lato';
    font-size: 19px;
    line-height: 29px;
    padding: 10px;
}

#middle p span{
	color:#e63b4d;
}

#footer{
	width: 100%;
}


#footer a {
color: #fff;
text-decoration: none;
}

#footer a:hover{
	text-decoration: underline;
}

#footer a {
color: #fff;
text-decoration: none;
}

.contact a:hover{
	text-decoration: underline;
}


.contact > li {
    line-height: 28px;
}

.contact {
    font-family: 'Lato';
    font-size: 14px;
    height: 60px;
    margin: auto;
    padding-bottom: 5px;
    padding-top: 10px;
    width: 267px;
}

ul.social
{
width: 242px;
margin: 80px auto 0;
height: 62px;
}

ul.social li{
float: left;
background: url(../images/social.png) left top no-repeat;
position: relative;
height: 62px;
margin-right: 28px;
}

ul.social li a{
display: block;
width: 62px;
height: 62px;
}


ul.social li.facebook{
height: 62px;
background-position: 0 0;
width: 62px;
}

ul.social li.facebook:hover{
background-position: 0 -62px;
}



ul.social li.twitter{
height: 62px;
background-position: -90px 0;
width: 62px;
}

ul.social li.twitter:hover{
background-position: -90px -62px;
}


ul.social li.youtube{
margin-right: 0;
height: 62px;
background-position: -180px 0;
width: 62px;
}

ul.social li.youtube:hover{
background-position: -180px -62px;
}

/* icons */



div ul.contact li.email {
    background-image: url("http://www.thealexandergroup.co.uk/images/email.png");
    background-position: 18px 10px;
    background-repeat: no-repeat;
    background-size: 14px auto;
}

div ul.contact li.phone {
    background-image: url("http://www.thealexandergroup.co.uk/images/phone.png");
    background-position: 48px 10px;
    background-repeat: no-repeat;
    background-size: 16px auto;
}

/* Off Social until accounts are created */
ul.social {
    display: none;
    height: 62px;
    margin: 80px auto 0;
    width: 242px;
}


@media screen and (max-width: 568px){
	
	#header{
		width: 90%;
		padding: 30px 0 30px 0;
		margin: auto;
	}
#middle {
    height: 260px;
}

div#text-container p {
    font-size: 15px;
}

h1 {
    font-size: 29px;
}
	
	h2{
		
		font-size: 15px;
		letter-spacing: 2px;
	}

	h2 strong.sep-one{
		width: 30px;
		margin-left: -40px;
		margin-top: 7px;
			display:none;
	}
	
	h2 strong.sep-two{
		width: 30px;
		margin-left: 10px;
		margin-top: 7px;
		display:none;
	}

	
}

