

body {
	margin:0;
	padding:0;
	background: url(../images/vm.png) no-repeat top center fixed;
	font-family: 'Work Sans', sans-serif;
	background-size: cover;
	-webkit-background-size:cover;
}

.ornament {
	width: 50px;
	height: 4px;
	background-color: #fff;
}

.name {
	margin-top: 250px;
	margin-left: 10%;
	float: left;
	width: 50%;
}

.name h1 {
	color:#fff;
	font-size:84px;
	letter-spacing: -2px;
	line-height: 74px;
	margin-bottom: 25px;
    text-shadow: 5px 5px 10px #00000075;
	margin-right: 30%;
}

.name h2 {
	color:#fff;
	font-size:44px;
	letter-spacing: -2px;
	line-height: 44px;
	margin-bottom: 25px;
    text-shadow: 5px 5px 5px #00000075;
	margin-right: 30%;
}

.name .social ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding:0;
}

.name .social li {
	float: left;
	margin-right: 10px;
}

@media (max-width: 768px)  {

	body {
		background: url(../images/vm.png) no-repeat top center;
        background-attachment: fixed;
        background-size: auto 100%;
	}

	.name {
		margin-top: 300px;
		width: 90%;
	}

	.name h1 {
		font-size: 50px;
		line-height: 50px;
		letter-spacing: -1px;
		margin-top: 20%;
		margin-right: 50%;
	}

	.name h2 {
		font-size: 25px;
		line-height: 50px;
		letter-spacing: -1px;
	}
}

@media (max-width: 480px)  {

	body {
		background: url(../images/vms.png) no-repeat top center;
        background-attachment: fixed;
        background-size: auto 100%;
	}

	.name h2 {
	text-shadow: 5px 5px 4px #00000075;
	}
}
