html {
    font-family: Montserrat; "Segoe UI"; sans-serif;
    
}
img.responsive {
    width: 100%;
    height: auto;
}
ul.horizontal {
    margin: 0;
    padding: 0;
}
ul.horizontal li {
  	list-style-type: none;
    display: block;
    float: left;
    padding: 0 10px;
  	background-color: dodgerblue;
}
