@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i|Poiret+One');
* {
	box-sizing: border-box;
}

body {
	width: auto;
	margin: 0;
	padding: 0;
}

img,
table,
td,
blockquote,
code,
pre,
textarea,
input,
iframe,
object,
embed,
video {
	max-width: 85%;
}

img {
	height: auto;
}

textarea,
table,
td,
th,
code,
pre,
samp {
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
}

code,
pre,
samp {
	white-space: pre-wrap; 
}


.element1,
.element2 {
	float: none;
	width: auto;
}

.hide_mobile {
	display: none !important;
}


body:before {
	display: block;
	text-align: center;
	font-style: italic;
	color: #777;
}

