/*
320px — 480px: Mobile devices
481px — 768px: iPads, Tablets
769px — 1024px: Small screens, laptops
1025px — 1200px: Desktops, large screens


@media screen and (max-width: 480px)
{
	body {max-width: 85%;}
}

@media screen and (max-width: 768px)
{
	body {max-width: 100%;}
}
*/


body {
	
	background: #000;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	font-size: 1vw;
	color: #FFF;
	line-height: 1.75vw;
	letter-spacing: 1px;
	font-weight: 300; 
    margin: 0 auto;
	align-content: center;
}


h1 {
}

h2 {
	color: #444444;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 3vw;
	line-height: 3vw;
}

h3, h4, h5, h6 {
	color: #444444;
	font-family: "Montserrat", Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	font-weight: 300;
	font-size: 2vw;
	line-height: 6vw;
	margin-top: -1%;
}

p, ol, ul {
	text-align: justify;
}

strong {
	font-weight: bold;
	color: #444444;
}

a {
	color: #a1a1a1;
	text-decoration: none;
}

a:hover {
	color: #444444;
}

.box {
	margin-bottom: 0;
	padding-bottom: 0;
}

.box-main {
	text-align: center;
}

.indent {
	margin-left: 125px;
}

/* Header */

#header {
	padding-top: 2%;
}

/* Menu */

#menu-box {
	float: center;
	text-align: center;
	margin: 0;
	list-style: none;
	padding-bottom: 25px;
}

#menu-box li {
	display: inline-block;
	padding-right: 100px;
}

#menu-box a {
	float: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 1vw;
	font-weight: 200;
	color: #FFF;
	letter-spacing: 5px;
	line-height: 4.5vw;
}

#menu-box a:hover {
	color: #444444;
}
#menu-box a:active {
	text-decoration: underline;
}


/* Content */

#content {
	margin: 0 auto;
	margin-top: 2%;
	width: 800px;
}

#top {
	text-align: center;
	float: center;
}


#top ul {
	margin-left: 0;
	padding-left: 1vw;
	padding-right: 1vw;
	list-style: none;
}

#top li {
	padding: 0;
}

#top li.first {
	border: none;
}




#colTwo {
	float: centter;
	width: 100%;
}


#colTwo .bottom {
	margin: 0 0 1vw -1vw;
	padding: 0 0 1vw 1vw;
}






#main-copy {
	text-align: center;
	padding-bottom: 50px;
}


/* Footer */

#footer {
	clear: both;
	margin: 0 auto;
	padding-bottom: 10px;
}

#footer p {
	font-size: 1vw;
	margin: 0;
	text-align: center;
	letter-spacing: 1px;
	color: #444444;
}