body {
    height: 97vh;
    overflow-x: hidden;
    font-family: 'Red Hat Display', sans-serif;
    font-size: 16px;
    color: #3A3A3A;
    background: #e1e1e1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

h1 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 24px;
    font-weight: 600;
    color: #3A3A3A;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}

h2 {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 28px;
    color: #3A3A3A;
    line-height: 1.2;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}


.logo {
    width: 100%;
    height: 480px;
    margin: 100px auto 0px;
    background-image: url(../img/common/logo.svg);
    background-position: bottom;
    background-size: contain;
    background-repeat: no-repeat;
}

.social a {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    color: #1f4ea1 !important;
}

.social a:hover {
    opacity: .8;
}


.contact a {
    font-family: 'Red Hat Display', sans-serif;
    font-size: 40px;
    color: #1f4ea1 !important;
    font-weight: 800;
    text-decoration: none;
}

.contact a:hover {
    opacity: .8;
}

.bybg {
    background-image: url(../img/common/bydsmanbg.jpg);
    background-size: cover;
    background-position: center;
}

.fb {
    width: 40px;
    height: 40px;
    margin: auto;
    background-image: url(../img/common/fb.svg);
    background-size: contain;
    background-position: center;
}

.footer {
    position: fixed;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #f5f5f5;
}
