@import url(reset.css);

@font-face {
  font-family: 'MyFont';
  src: url('../Fonts/AzoSans-Black.woff2') format('woff2');
}

nav {
    background-color: white;
}

a {
    text-decoration: none;
    display: inline;
}
ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline;
    float: right;
    display: flex;
    margin-right: 75px;
}
ul li {
    display: inline-block;
    margin-left: 20px;
    margin-top: 25px;
    margin-right: 10px;
}
h1 {
    color: white;
    font-family: 'MyFont', sans-serif;
    font-size: 16px;
    line-height: 20px;
    opacity: .8;
}
h2 {
    font-family: 'MyFont', sans-serif;
}
h3 {
    font-family: 'MyFont', sans-serif;
    color: #3077c4;
    font-size: 48px;
    line-height: 12px;
    text-align: center;
    margin-top: 50px;
}
p {
    font-family: sans-serif;
    color: #354e69;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    width: 50%;
    margin: auto;
    margin-top: 50px;
    opacity: .8;
}
h4, h5 {
    display: inline-block;
}
h4 {
    font-family: 'MyFont', sans-serif;
    color: #0e2937;
    font-size: 48px;
    line-height: 12px;
    text-align: center;
    margin-top: 0px;
}
h5 {
    font-family: 'MyFont', sans-serif;
    color: #3077c4;
    font-size: 48px;
    line-height: 12px;
    text-align: center;
    margin-top: 30px;
}
h6 {
    font-family: 'MyFont', sans-serif;
    color: #3077c4;
    font-size: 16px;
    line-height: 12px;
    text-align: center;
    margin-top: 75px;
    opacity: .8;
}