@charset "utf-8"; @import url("https://use.typekit.net/xsf5iho.css");
.copyright {
    color: #bfc9d3;
}
.services {
    background-color: #BFC9D3;
}
.services img {
    width: 80%;
    height: auto;
    max-width: 140px;
}
footer div img {
    width: 50px;
    height: auto;
}
body {
    font-family:"open-sans","Arial","Helvetica","sans-serif"
}
h1 {
    font-size: 2rem;
}
h2 {
    font-size: 1.6rem;
}
a {
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
html {
    font-size: 18px;
	scroll-behavior: smooth;
	
}
