* {
    padding: 0px;
    margin: 0px;
}





body{
	background-color: black;
    margin: 0px;
    padding: 0px;
}


table, tbody {
    width: 100%;
    position: relative;
    padding: 0px;
    margin: 0px;
    border-spacing: 0;
}
td{
	width:50%;
}

tr,td{
	position:relative;
	
    vertical-align: top;
    box-sizing: border-box;
}

tr:last-of-type > td {
    vertical-align: middle;
}

#facebook1 img, #facebook2 img {
    width: 100%;max-width:45px;
}

#facebook1 {
    left: 41%;
    position: absolute;
    top: 3.5%;
    width: 5%;
}

#facebook2 {
    top: 3.5%;
    left: 54%;
    position: absolute;
    width: 5%;
}

#redir1 {
    background-color: rgb(234, 93, 18);
    color: black;
    left: 43.5%;
    top: 33%;
    position: absolute;
    padding: 1% 3%;
    text-decoration: none;
}

#redir2 {
    background-color: rgb(240, 175, 19);
    color: black;
    left: 30%;
    top: 33%;
    position: absolute;
    padding: 1% 3%;
    text-decoration: none;
}

#footer {
    background-color: black;
    text-align: center;
    color: white;
    padding: 1.2% 1%;
}

#slogan{
	padding: 1% 3%;
	background-color: #ea5d12;
	bottom:0%;
	left:-25%;
	position: absolute;
	font-weight: 100;
	font-size: 1.5em;
	text-transform: capitalize;
	font-family: Raleway, sans-serif;
	
}



@media screen and (min-width: 1281px){
	#footer {
		font-size: 13px;
	}
	
	#redir1 {
		left: 39.5%;
		font-size: 28px;
	}

	#redir2 {
		left: 26%;
		font-size: 28px;
	}
	
	td:first-of-type{
		border-right: 4px solid white;
	}
	
	td:nth-of-type(2){
		border-left: 4px solid white;
	}
	
}

@media screen and (max-width: 1280px){
	tr:first-of-type > td {
		display: block;
		width: 100%;
	}
	
	#footer {
		font-size: 13px;
	}
	
	#redir1 {
		left: 42.5%;
		font-size: 20px;
	}
	
	#redir2 {
		left: 29%;
		font-size: 20px;
	}
	
	#slogan{
		bottom:0.4%;
		left:25%;
	}
	
	td{
		border:0 solid white;
	}
}

