#menu > ul > li > a,
.action_button {
  font-size: 18px;
}

#Subheader .title {
  font-size: 35px;
  line-height: 25px;
}

.txt-important {
  margin-top: 0px;
  margin-right: 20px;
  font-size: 1.2em;
  line-height: 1.8em;
}

.color-marron {
  color: #70624b;
}

blockquote {
  margin-left: 0;
  font-family: Arial, Helvetica, Helvetica, sans-serif;
  font-size: 18px;
  text-align: center;
  border-left: 4px solid #0e404f;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  border-right: 4px solid #0e404f;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}

.img-border {
  border: 1px solid red;
}

.copyright {
  color: #ffffff;
}

.txt-center {
  text-align: center;
}

.mtop-10 {
  margin-top: 10px;
}
.mtop-20 {
  margin-top: 20px;
}
.mtop-30 {
  margin-top: 30px;
}
.mtop-40 {
  margin-top: 40px;
}
.mtop-50 {
  margin-top: 50px;
}
.mtop-100 {
  margin-top: 100px;
}

.m-auto {
  margin: 0 auto;
}
