html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

body {
	background-color:rgb(14,14,14);
}

.main {}

.content {
	padding:0 7px 0 7px;
}

.content>.links div a {
    display: inline-block;
    font-family: 'Raleway', sans-serif;
    text-decoration: none;
    color: rgb(158, 156, 156);
    padding: 7px;
    margin-left: -7px;
    margin-right: -7px;
    border-radius: 2px;
    border: 1px solid rgb(0, 0, 0);
    background-color: rgba(255, 255, 255, 0.13);
    /* box-shadow: 0px 0px 1px 0px rgb(144, 144, 144); */
}

.content>.links div a:hover{
	border: 1px solid rgb(100, 100, 100);
    background-color: rgba(255, 255, 255, 0.23);
	color: rgb(246, 246, 246);
}

.content>.links div {
	margin-bottom:28px;
}

@media (min-width: 1200px) {
	.content {
		max-width:900px;
		margin:auto;
	}
	
	.content>.links {
		margin-top:10%;
		text-align:center;
	}
	
	.content>.links div a {
		font-size:1.25em;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.content {
		max-width:886px;
		margin:auto;
	}
	
	.content>.links{
		margin-top:10%;
		text-align:center;
	}
	
	.content>.links div a {
		font-size:1.25em;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.content {
		max-width:100%;
		margin:auto;
	}
	
	.content>.links {
		margin-top:10%;
		text-align:center;
	}
	
	.content>.links div a {
		font-size:1.25em;
	}
}

@media (max-width: 767px) {
	.content {
		max-width:100%;
		margin:auto;
	}
	
	.content>.links {
		margin-top:5%;
		text-align:center;
	}
}