@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');
body a, body p, body h1, body h2, body h3, body h4, body h5, body h6{
    font-family: 'Roboto';
}
.navbar {
    margin-bottom: 0;
    border-radius: 0;
}
.navbar-brand{
    font-weight: 700;
}
a:hover {
    text-decoration: none;
}
}
footer {
    background-color: #f2f2f2;
    padding: 25px;
}

a {
    color: inherit;
}
p{
    color: #444;
}
#top a {
    color: #fff;
}

.navbar-toggler-right {
    position: relative !important;
    right: 1rem;
}

#contactus h4 {
    font-size: 3rem;
}
.bg-dodger{
    background: dodgerblue;
}
