body {
    font-family: Arial;
    background: #fafaed;
    color: #fab125;
}
h1, 
h2, 
h3,
h3 small {
    font-family: codaheavy;
    font-weight: normal;
    line-height: 1;
    margin: 0px;
    padding: 0px;
    color: #fab125;
    text-align: center;
}
h1 {
    font-size: 18vw;
    line-height: 1.1;
    transform: scale(1, 1.3);
    -webkit-transform: scale(1, 1.3);
    -moz-transform: scale(1, 1.3);
    -ms-transform: scale(1, 1.3);
    -o-transform: scale(1, 1.3);
}
h2 {
    font-size: 5vw;
}
h3 {
    font-size: 7vw;
}
.row {
   margin: 0px;
}
.title {
    padding-top: 20px;
    padding-bottom: 15px;
    line-height: 1;
}
.title span {
    background: #2b2e2c;
    font-family: clutch_sansregular;
    font-size: 4vw;
    padding-left: 10px;
    padding-right: 10px;
}
.logo {
    margin: 0 auto 0 auto;
}
.info {
    font-size: 3.5vw;
    font-style: italic;
    line-height: 1.4;
    margin-top: 20px;
}
.contact {
    display: inline-block;
    background: #fab125;
    color: #ffffff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    font-style: normal;
    font-size: 4vw;
    line-height: 2;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.mtexpert {
    margin-top: 10px;
    margin-bottom: 10px;
}
.mtexpert a {
    font-family: codaheavy;
    font-size: 7vw;
    color: #fab125;
    line-height: 1;
    text-decoration: none;
}