
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

@font-face {
    font-family: 'Futura-Bold';
	src: url('fonts/Futura-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Helvetica";
    src: url('fonts/Helvetica.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

html {
    font-family: "Helvetica", sans-serif, Verdana;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    text-transform: lowercase;
    font-size: .85em;
    line-height: 1.1;
    font-weight: bold;
    color: #fff;
    background: #111;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}


.menu {
    width: 12%;
    padding-left: 4em;
    padding-top: 4em;
    float: right;
    z-index: 100;
    position: fixed;
}


.content {
	display: none;
	width: 75%;
	float: right;
	padding-top: 4em;
}


@media only screen and (max-width: 730px) {
	.menu {
		float: none;
		width: 100%;
		position: fixed;
		padding-left: 1.5em;
		padding-top: 2em;
	}

	.content {
		margin-top: 5em;
		position: fixed;
		float: none;
		width: 95%;
	    padding-left: 1.5em;
	    padding-right: 1.5em;
	}
}

p {
	margin-top: 0;
}

.button-main {
	text-transform: uppercase;
	font-family: Futura, "Futura-Bold", Verdana, "Trebuchet MS", Arial, sans-serif;
	font-weight: bold;
	font-size: 1.3em;
}

.button-main:hover {
	cursor: default;
    color: orange
}



#particles-js {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-image: url("");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}

canvas {
    display: block;
    vertical-align: bottom;
}