@charset "UTF-8";
@import url("https://use.typekit.net/cwg6xtn.css");

.foot-p {
    color: bfc9d3;
}
.services {
    background-color: #BFC9D3;
}
.icon {
    width: 80%;
    height: auto;
    max-width: 140px;
}
.social {
    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
}

