@font-face {
    font-family: 'Gotham';
    src: url(../fonts/GothamMedium.ttf) format("truetype");
}
@font-face {
    font-family: 'Mishap';
    src: url(../fonts/Mishap.ttf) format("truetype");
}

body {
	background: #000;
	color: #fff;
	font-family: 'Gotham', Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1rem;
	margin: 0 0 4rem 0;
}

.row {
  display: flex;
  justify-content: space-evenly;
}

.column {
  flex: 50%;
}

.main {
	text-align: center;
	margin-top: 3rem;
}

.left-col {
	max-width: 75%;
	margin: auto;
}

.tilted-container {
	border: 4px solid #99c53e;
	transform: rotate(3deg);
	margin-top: 3rem;
    padding: 1.5rem;
}
.tilted-div {
	transform: rotate(-3deg);
}
.tilted-div .title {
	font-family: 'Mishap';
	color: #fff;
	line-height: 2.7rem;
    letter-spacing: 3px;
    font-size: 2.7rem;
}
.tilted-div .subtitle {
	font-size: 1.5rem;
	line-height: 1.5rem;
	color: #99c53e;
}

button, a {
	background-color: #99c53e;
    border: none;
    color: white;
    font-family: "Mishap", sans-serif;
    font-size: 1rem;
    text-align: center;
    padding: 0px 20px;
    -webkit-box-shadow: 3px 4px 0px 0px rgba(18,128,62,1);
    -moz-box-shadow: 3px 4px 0px 0px rgba(18,128,62,1);
    box-shadow: 3px 4px 0px 0px rgba(18,128,62,1);
    line-height: 43px;
    letter-spacing: 1.2px;
    height: 41px;
	margin: 0.5rem;
	cursor: pointer;
	text-transform: uppercase;
	text-decoration: none;
}

.images {
    background-size: 100%;
    background-image: url('../images/motif_ronds_1.png');
    background-repeat: no-repeat;
	background-position: 0px 30px;
}

.gym5 {
	margin-top: 2rem;
}

.buttons {
	margin-top: .5rem;
	display: flex;
    justify-content: space-evenly;
}

.footer {
    background-size: 100%;
    background-image: url('../images/motif_foot_1.png');
    background-repeat: no-repeat;
	background-position: 0px 30px;
	
	display: flex;
	justify-content: space-evenly;
	margin-top: -1rem;
	height: 200px;
}

.footer h6 {
	font-family: 'Gotham';
	margin-block-start: 0rem;
    margin-block-end: .5rem;
    font-size: 1.1rem;
	font-weight: normal;
}

.footer > div {
	display: flex;
}


/* Small devices */
@media screen and (max-width: 575.98px) {
	.row {
		flex-direction: column;
		padding: 0 1.5rem;
	}
	
	/*.footer {
		margin-left: 0rem;
		margin-top: 2rem;
		flex-direction: column !important;
	}
	
	.footer > div {
		border-right: none;
		border-bottom: 1px solid #d6d6d6;
		border-bottom-width: 0.5px;
		padding: 2rem 0;
		width: 75%;
		margin: 0rem auto;
		max-width: 255px;
	}*/
	
	.mobile-hidden {
		display: none;
	}
	.mobile-only {
		display: block;
	}
	
	button, a {
	    padding: 0px 10px;
		font-size: .9rem;
		letter-spacing: .03rem;
	}
	
	.gym5 {
		margin-top: 4rem;
	}
}

/* Medium/large devices */
@media screen and (min-width: 576px) {
	.mobile-hidden {
		display: block;
	}
	.mobile-only {
		display: none;
	}
}
