@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
    font-family: "Roboto", sans-serif;

}
a, a:hover, a:visited {
    color:#2aabd2;
}

div.quote p {
    font-size: 24px;
    color: #444;

}
.quote {
    padding: 50px 0 75px 0;

}
.box-logo p.teaser {
    margin-right: 30px;
}
.slide p.text {
    font-size:32px;
    color: #444;
}
.text-green {
    color: #4cae4c;

}
.text-orange {
    color: #d58512;
}

.text-blue, .navbar a.text-blue {
    color:#2aabd2;
}
.text-red {
    color: #c7254e;
}
.text-grey, .slide p.text-grey {
    color: #666;
}
.text-yellow {
    color:#ffff00;
}
.bg-dark {
    background: #666;
    padding: 4px;
}
@media (min-width: 768px) {
    div.quote p {
        font-size: 36px;
    }
    .quote {
        margin-top:200px;
    }
}
@media (min-width: 992px) {
    div.quote p {
        font-size: 48px;
    }
}
