@font-face {
    font-family: "MyriadPro Regular";
    src: url(../fonts/MyriadPro-Regular.otf);
}

html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
    font-family: 'MyriadPro Regular', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000;
    background-color: #fff;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

*:after,
*:before {
    outline: none !important;
}

a {
    text-decoration: none;
}

a h3:hover {
    color: #ac0000;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 300;
    line-height: 1.1em;
    color: #222;
    margin: 0.67em 0;
}

h1 {
    font-size: 2.2em;
    font-weight: 600;
    text-transform: uppercase;
}

h2 {
    font-size: 2em;
}

h3 {
    font-size: 1.8em;
}

h4 {
    font-size: 1.286em;
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.clearfix:after,
.clearfix:before {
    display: table;
    content: " ";
}

.clearfix:after {
    clear: both;
}

.container {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px;
}

.logo-container img {
    margin-bottom: 20px;
}