@charset "UTF-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900');

body {
    font-family: 'Roboto', sans-serif;
}


/*Navigation Link
====================*/
.navigation-link,
.navigation-link:active {
    text-decoration: none;
/*    color:#000;*/
    transition: .25s ease-out;
}

.navigation-link:hover {
    text-decoration:none;
/*    color:#adadad;*/
}
/*Body Typography
====================*/

.cta-title {
    margin-top:50px;
    font-size: 50px;
    font-weight: 100;
    color: #000;
   text-transform: capitalize;
}

.title {
    margin-top:20px;
}

.title-resize {
    font-size: 25px;
}

.page-title {
    font-size: 70px;
    font-weight:100;
    color: #0D98BA;
    margin-bottom:70px;
}
.small-title {
    text-transform: uppercase;
    color: #000;
    font-weight: 500;
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 20px;
}

.intro-title {
    color: #fff;
    font-size:70px;
    font-weight:100;
}

.subtitle {
    font-size: 25px;
    font-weight: 300;
}

.body-text {
    font-size: 18px;
/*    color: #adadad;*/
/*    color: #0D98BA;*/
/*    color:#333333;*/
    color:#666666;
    font-weight: 300;
    line-height: 260%;
}

.about-text {
    font-size:45px; 
    font-weight: 200;
    color: #cccccc;
}

.caption-text {
    font-size: 45px;
    font-weight: 100;
}

.highlight-text {
    font-size: 75px;
    font-weight:100;
    color: #fff;
}
/*Footer Typography
====================*/
.footer-link,
.footer-link:active,
.footer-link:hover {
    text-decoration:none;
}

.footer-title {
    font-size: 14px;
    font-weight: 700;
}

.footer-text {
    font-size: 14px;
}





