@media (min-width: 768px) {
	.form-label {
		text-align: right;
	}
}

form .row {
	margin-bottom: 5px;
}

input[type='text'] {
	width: 100%;
}

.title {
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: bold;
}

.game-type {
  font-family: 'Playfair Display', serif;
  font-style: italic;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 30px;
}

.description {
  border-bottom: 3px solid black;
  padding-bottom: 35px;
}

.donwload-link {
  font-family: 'Source Sans Pro', sans-serif;
}

.file-game div:last-of-type {
  margin-bottom: 35px;
}

.donwload-link a, .donwload-link a:hover, .donwload-link a:visited, .donwload-link a:active {
  font-weight: bold;
  text-decoration: underline;
  color: #000000;
}

.circle:before {
    content: " ";
    display: block;
    padding-top: 100%;
}

.circle {
    width: 100%;
    border-radius: 50%;
    background-clip: padding-box;
    display: block;
    color: #000000;
    position: relative;
    background-size: cover;
}