@font-face {
    font-family: 'kingthings_trypewriter_2Rg';
    src: url("Kingthings_Trypewriter_2-webfont.woff") format('woff');
    font-weight: normal;
    font-style: normal;

}

* {
	font-family: "kingthings_trypewriter_2Rg", sans-serif;
}

html {
	min-height: 100%;
	background: rgb(63,158,251);
	background: radial-gradient(circle, rgba(63,158,251,1) 0%, rgba(70,252,250,1) 100%);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: fixed;
}

body {
	margin: 0;
	padding: 0;
}

#container {
	width: 80%;
	margin: auto;
	font-size: 1.5em;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	text-align: center;
	overflow-wrap: break-word;
}

.content-1 {
	width: 100%;
}

.content-3 {
	width: 30%;
	margin-bottom: 20px;
}

.box {
	background: rgba( 255, 255, 255, .1 );
	padding: 1%;
}

.brocante {
	background: #7fe2ff;
	padding: 1%;
	margin: 0 28% 30px;
	line-height: 1.5em;
	outline: 7px dashed #7fe2ff;
}

.footer {
	margin: 30px 0;
	font-size: .7em;
	background: rgba( 255, 255, 255, .1 );
}

h3 {
	color: #FFF;
}

h4 {
	text-transform: uppercase;
}

a {
	color: #FFF;
	text-decoration: none;
}

a:hover {
	border-bottom: 7px solid #FFF;
}

a.no-style {
	color: inherit;
	border-bottom: none;
}

a.no-style:hover {
	color: #fff;
}

/* Medias queries */
@media (max-width: 1000px) {
	.content-3 {
		width: 100%;
	}
	.brocante {
		margin-left: 0;
		margin-right: 0;
	}
}
