@charset "UTF-8";
.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
    -webkit-box-shadow: 0px 0px #FFFFFF;
    box-shadow: 0px 0px #FFFFFF;
}
body {
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
}
.links {
    letter-spacing: 2px;
    font-size: medium;
    color: #6D6A6A;
    padding-right: 0px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-decoration: none;
}
.links a:hover {color: #F5070B;
}
#links {
}
.nav-style a:hover {
    
    /** Change this value to alter the font color of the hover **/
    color: #F5070B;

}
.link-explain {
    text-align: center;
    font-size: small;
    padding-top: 10px;
    color: #C5C3C3;
    letter-spacing: 2px;
}
.email {
    text-align: center;
    text-decoration: none;
    color: #010101;
    margin-top: 0px;
    padding-top: 10px;
}
.email-style a:hover {color: #F5070B;
}
.index-text {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}
.hero-text {
    color: #CFCBCB;
    font-family: open-sans;
    font-style: normal;
    font-weight: 300;
    font-size: 25px;
}
