@import url('https://fonts.googleapis.com/css?family=Montserrat');

body {
    font-family: 'Montserrat', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
    font-family: 'Montserrat', sans-serif !important;
}
.footer-links
{
	font-family: 'Montserrat', sans-serif !important;
}
footer img,  header img{
    width: 100%;
}
.logo
{
    text-align: center;
}

@media only screen and (max-width: 768px) {
.logo img
{
   width:100%;
   padding:10px;
}
  }
  @media only screen and (min-width: 768px) {
    .logo img
    {
       width:420px;
       padding:10px;
    }
}
small.text-muted
{
    color:red !important;
    font-weight: bold;
}
.logo h1{
    font-weight: bold;
    color:#082774;
}