@import url('https://fonts.googleapis.com/css?family=Open+Sans');

@font-face {
    font-family: proxima-nova;
    src: url('../fonts/ProximaNova-Regular copy.otf');
    font-display: swap;   
  }


h1, h2, h3, h4, h5, h6 {
    color: #494949;
    font-family: 'proxima-nova';
    font-weight: 700;
    margin-top: 0px;
    margin-bottom: 10px;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    padding: 10px 10px 10px 10px;
}

h1 {
    font-size: 3.1rem;
    line-height: 50px;
    letter-spacing: -2px;
    color: #494949;
    font-size: 36px !important;
}
@media only screen and (max-width: 600px) {
    h1 {
    font-size: 2.2rem;
    line-height: 36px;
    }
}
@media only screen and (min-width: 1100px) {
    h1 {
    font-size: 4.4rem;
    line-height: 68px;
    }
}

h2 {
    font-size: 2.4rem;
    line-height: 44px;
    letter-spacing: -1px;
}
@media only screen and (max-width: 600px) {
    h2 {
    font-size: 2rem;
    line-height: 30px;
    }
}
@media only screen and (min-width: 1100px) {
    h2 {
    font-size: 3.5rem;
    line-height: 52px;
    }
}

h3 {
    font-size: 2.4rem;
    line-height: 2.5rem;
    letter-spacing: -2px;
}
@media only screen and (max-width: 600px) {
    h3 {
    font-size: 2rem;
    line-height: 2.1rem;
    }
}
@media only screen and (min-width: 1100px) {
    h3 {
    font-size: 2.6rem;
    line-height: 2.7rem;
    }
}

h4 {
    font-size: 1.8rem;
    line-height: 28px;
    letter-spacing: 0px;
}
@media only screen and (max-width: 600px) {
    h4 {
    font-size: 1.6rem;
    line-height: 26px;
    letter-spacing: 0px;
    }
}

h5 {
    color:black;
    font-size: 1.4rem;
    line-height: 26px;
    letter-spacing: 0px;
}
@media only screen and (max-width: 600px) {
    h5 {
    font-size: 1.2rem;
    line-height: 24px;
    letter-spacing: 0px;
    }
}

h6 {
    font-size: 1rem;
    line-height: 20px;
    letter-spacing: 0px;
}
@media only screen and (max-width: 600px) {
    h6 {
    font-size: 1rem;
    line-height: 20px;
    }
}

p {
    font-size: .9rem;
    line-height: 1.5rem;
    font-family: proxima-nova;
    font-weight: 400;
    /* font-weight: bold; */
    color: #999999;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 10px 10px 10px;
}

.p-light {
    font-weight: 400;
}

a {
    /* text-transform: uppercase; */
    letter-spacing: 1px;
    color: #e4e5e6;
    font-family: proxima-nova;
    font-weight: 700;
    font-size: .875rem;
    cursor: pointer;
    text-decoration: none;
    transition: all .2s ease-in-out;
}

a:hover {
    color: #999999;
    text-decoration: none;
}
