@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

header .title {
    font-size: 4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
}

a {
    font-weight: bold;
    color: #17a2b8;
}

a:hover {
    color: #17a2b8;
}

header .subtitle {
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}

.jumbotron {
    background-color: #e4ffff;
}

.jumbotron .lead {
    font-size: 1.8rem;
}

.jumbotron .phone-number {
    font-size: 2.6rem;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
}

.jumbotron .phone-number a {
    text-decoration: none;
}

@media (min-width: 768px) {
    .jumbotron .phone-number {
	   font-size: 4rem; 
    }
    .container {
        max-width: 768px;
    }
}
