body {
	background-color: black;
	font-family: 'Roboto';
	color: #7E7E7E;

}

@font-face {
    font-family: 'Copperplate Gothic';
    src: url('fonts/CopperplateGothic-Bold.woff2') format('woff2'),
        url('fonts/CopperplateGothic-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}

@font-face {
font-family: 'Copperplate Gothic Light';
font-style: normal;
font-weight: normal;
src: url('fonts/copperplate-gothic-light.woff') format('woff');
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.woff2') format('woff2'),
        url('fonts/Roboto-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Medium.woff2') format('woff2'),
        url('fonts/Roboto-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Thin.woff2') format('woff2'),
        url('fonts/Roboto-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}

#header {
	height:300px;
	background-color: black;
	width:100%;
}

#hero {
	margin-top:40px;
	margin-bottom:100px;
	overflow-x: hidden;
}

h1 {
	font-family:'Copperplate Gothic';
	font-size: 30px;
	color: #977B53;
	letter-spacing: 0.16em;
	font-weight: 300;
}

h2 {
	font-family:'Copperplate Gothic';
	font-size: 25px;
	color: #977B53;
	letter-spacing: 0.16em;
	font-weight: 300;
}

h3 {
	font-family:'Copperplate Gothic';
	font-size: 16px;
	color: #977B53;
	letter-spacing: 0.16em;
	font-weight: 300;
}

#demo {
	font-family:'Copperplate Gothic';
	font-size: 30px;
	letter-spacing: 0.16em;
	font-weight: 300;
}

.social {
	margin-top: 100px;
}

.contact {
	margin-top: 150px;
}

.copyright {
	margin-top: 50px;
}

a {
	color: white;
	font-family:'Copperplate Gothic Light';
	font-size: 16px;
	letter-spacing: 0.16em;
	font-weight: 300;
}

a:hover {
	color: white;
	
}

@media (max-width: 700px) {
	video {
		width:445px;
		
	}

	#header {
	height:190px;
	
	}

	#hero {
	margin-top:30px;
	margin-bottom:70px;
	}
}

