.jumbotron {
	padding-top: 1rem;
	padding-bottom: 1rem;
	margin-bottom: 0;
	background-color: rgb(198, 16, 8, 0.1);
	background-repeat: no-repeat;
	background-position: 0% 50%;
	border-radius: 0;
}

.jumbotron p:last-child {
	margin-bottom: 0;
	font-weight: 400;
	font-size: 18px;
}

.jumbotron p:last-child a {
	color: rgb(198, 16, 8);
	font-weight: bold;
}

.jumbotron .container {
  max-width: 68rem;
  padding: .8rem 0.8rem;
	background-color: rgba(251,251,251,0);
}

footer {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

footer p {
  margin-bottom: .25rem;
}

.svg {
  fill: #d71920;
  width: 54px;
  margin: 0 1rem 0 -1rem;
}

table.email {
  margin: 0 auto;
}

table.email tr td:nth-child(1) {
  text-align: right;
}

body, main, .container {
  background-color: #FFF;
  font-weight: 500;
}

.orange {
  color: #E45428;
}

p.title {
	/*color: #fff;*/
	font-size: 32px;
	margin-bottom: 0.2rem;
}

.btn-visit-vodien b {
	font-weight: bold;
}

.btn-visit-vodien {
	border-color: rgb(198, 16, 8) !important;
	background-color: rgb(198, 16, 8) !important;
	border-radius: 5px;
	padding: 5px 25px;
	font-weight: 100;
	margin-top: 0.4rem;
	margin-bottom: 0.4rem;
}

.who-is-vodien {
  color: rgb(198, 16, 8);
  line-height: 46px;
}

.who-is-vodien-img {
  position: absolute;
  right: 0;
  bottom: 0;
}

.copyright {
  font-size: 12px;
}

.line-breaker {
	width: 80%;
	border-bottom: 1px solid lightgrey;
	height: 25px;
	margin: 0 auto;
	margin-top: 0.8rem;
	margin-bottom: 0.8rem;
}

.line-breaker-sm {
  width: 90%;
}

.v-red {
  color: #d71920;
}

.v-green {
  color: #43ae49;
}

.contact-info {
	font-size: 20px;
}

.phone {
  color: black !important;
}

p.contact-information {
  padding: 1.5rem;
}

.chat-click:hover {
  text-decoration: none !important;
}

._text-nowrap {
	font-size: 12px;
}

.title.vdn {
	font-size: 34px;
	color: rgb(198, 16, 8) !important;
}