@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
  font-family: 'Georgia';
  font-size: 18px;
  line-height: 30px;
  color: #ffffff;
  background-color: #1d1d1b;
  padding: 100px 0 20px;
}

.block {
	padding: 100px;
	text-align: center;
	margin: 0 0 100px;
}

a {
	color: #7E2D40;
}

a:hover, a:focus {
	color: #7E2D40;
	text-decoration: none;
}

.logo {
	display: inline-block;
}

.colored {
	color: #7E2D40;
}

.url {
  font-family: 'Montserrat', sans-serif;
  margin-bottom: 40px;
  display: inline-block;
}

.border {
	width: 70px;
	height: 1px;
	background-color: #7E2D40;
	margin: 50px auto 45px;
}

.border-r {
	border-right: 1px solid #7E2D40;
}


/* Extra small devices (phones, less than 768px) */

@media (max-width: 767px) {
	.block {
		padding: 0;
	}

	.border-r {
		border-right: 0 solid #006975;
	}
}

/* Small devices (tablets, 768px and up) */

@media (min-width: 768px) and (max-width: 991px) {
	.block {
		padding: 0;
	}

	.border-r {
		border-right: 0 solid #006975;
	}    
}

/* Medium devices (desktops, 992px and up) */

@media (min-width: 992px) and (max-width: 1199px) {
.block {
	padding: 50px;
}

}

/* Large devices (large desktops, 1200px and up) */

@media (min-width: 1200px) {

}