
body {
  max-width: 1600px;
  margin: 0px auto;
  font-family: 'Open Sans', sans-serif;
  font-size: 25px;
  letter-spacing: -1px;
}

@media only screen and (max-width: 1220px) {
body {
  font-size: 20px;
}
}

:hover {
  transition: background 1s;
  -webkit-transition: background 1s;
}

.section1 {
  margin: 0px 0px 0px 0px;
  text-align: center;
}

img {
  max-width: 100%;
  margin: 0px 0px 20px 0px;
}

a {
  color: blue;
QQQ   text-decoration: none;
}

p {
  margin: 15px 50px 15px 50px;
}

@media only screen and (max-width: 1220px) {
p {
  margin: 15px 15px 15px 15px;
}
}

h1 {
  font-size: 70px;
  letter-spacing: -3px;
  margin: 30px 10px 20px 10px;
  line-height: 70px;
}

@media only screen and (max-width: 1220px) {
h1 {
  font-size: 40px;
  line-height: 40px;
}
}

h2 {
  letter-spacing: -3px;
  margin: 20px 10px 10px 10px;
}

h3 {
  letter-spacing: -1px;
  margin: 20px 10px 10px 10px;
}

li {
  padding: 0px 0px 25px 0px;
}

.highlight1 {
  margin: 50px 0px 0px 0px;
}

@media only screen and (max-width: 1220px) {
.highlight1 {
  margin: 30px 0px 0px 0px;
}
}

.highlight3 {
  margin: 0px 15px 10px 15px;
}

.section2 {
  font-size: 14px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 800px) {
iframe {
  max-width: 100%;
  max-height: 200px;
}
}

.link2,
.link1 {
  background: #CF2528;
  color: white;
  text-decoration: none;
  font-size: 20px;
  text-transform: uppercase;
  padding: 10px 20px 10px 20px;
  border-radius: 5px;
  display: inline-block;
}

.link2:hover,
.link1:hover {
  background: #000;
}

.link1 {
  margin: 0px 10px 30px 10px;
}

.link2 {
  margin: 0px 10px 30px 10px;
}

table {
  margin: 0px auto;
  font-size: 26px;
  border: 1px solid #eee;
}

@media only screen and (max-width: 1220px) {
table {
  font-size: 18px;
}
}

table td {
  text-align: center;
  padding: 0px 20px 0px 20px;
  border: 1px solid #eee;
}

@media only screen and (max-width: 1220px) {
table td {
  padding: 0px 5px 0px 5px;
}
}

.gestation2 {
  font-weight: bold;
  background: #cf2528;
  color: white;
}






