* {
	box-sizing: border-box;
}

html {
	height: 100%;
}

body {
	margin: 0;
	background: #FAFAFA;
}

a {
	text-decoration: none;
	cursor: pointer;
}

::selection {
	background: #6D17B3;
	color: #FFFFFF;
}

/* -------------------- HEADER -------------------- */

header {
	display: block;
	height: 10vw;
	width: 100%;
/* */
	background: url(../img/strip.jpg) center center no-repeat #000000;
	background-size: cover;
}

#logo {
	position: absolute;
	display: block;
	height: 10vw;
	width: 10vw;
	right: 4vw;
	top: 4vw;
/* */
	color: transparent;
/* */
	background: url(../img/logo.png) center center no-repeat #000000;
	background-size: contain;
}

/* -------------------- CONTENT -------------------- */

main {
	width: 100%;
	padding: 6vw 30vw 6vw 10vw;
/* */
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 200;
	font-size: 1.4vw;
	line-height: 1.5;
	color: #333333;
}

.title {
	margin: 4vw 0 0 0;
/* */
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 400;
	font-size: 3vw;
	line-height: 1.5;
	color: #6D17B3;
}

.subtitle {
	margin-bottom: -1vw;
/* */
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 500;
	font-size: 1.5vw;
	line-height: 1.5;
	color: #333333;
}

main a {
	color: #6D17B3;
	font-weight: 500;
}

#signature {
	display: block;
	margin: 2vw 0 0 2vw;
	height: 4vw;
	width: 20vw;
/* */
	background: url(../img/sig-purple.svg) center center no-repeat;
	background-size: contain;
}

/* -------------------- FOOTER -------------------- */

footer {
	width: 100%;
	padding: 5vw;
/* */
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: stretch;
	align-content: stretch;
/* */
	background: linear-gradient(135deg,rgba(109, 23, 179, 1) 0%, rgba(98, 26, 117, 1) 100%);
}

#details {
	width: 30%;
}

.serve {
	margin: 0 0 1vw 0;
/* */
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 400;
	font-size: 2vw;
	line-height: 1.5;
	color: #FFFFFF;
}

.phone {
	margin: 0;
/* */
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 200;
	font-size: 2.5vw;
	line-height: 1.5;
	color: #FFFFFF;
}

.phone a {
	color: #FFFFFF;
}

.phone a:hover {
	text-decoration: underline;
}

.print {
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 200;
	font-size: 1vw;
	line-height: 1.5;
	color: #FFFFFF;
}

.print a {
	color: #FFFFFF;
}

.print a:hover {
	text-decoration: underline;
}

#contact {
	width: 70%;
	padding-left: 10vw;
}

.touch {
	margin: 0 0 2vw 0;
/* */
	font-family: 'GoogleSansFlex', monospace;
	font-weight: 400;
	font-size: 4vw;
	line-height: 1;
	color: #FFFFFF;
}

/* -------------------- MEDIA -------------------- */

@media only screen and (max-width: 1032px) {



}

@media only screen and (max-width: 744px) and (orientation: portrait) {



}

/* -------------------- PRINT -------------------- */

@media print {

	* {
		display: none;
	}

}
