@charset "UTF-8";
p.copyright {
    background-color: #bfc9d3;
}
section.services {
    background-color: #BFC9D3;
}
section.services img {
    width: 80%;
    height: auto;
    max-width: 140px;
}
div.social_media img{
    width: 50px;
    height: auto;
}
body {
    font-family: "Open Sans", "Arial", "Helvetica", "Sans-Serif";
    font-style: "Regular", "Italic", "Bold", "Bold Italic";
    font-weight: "Regular", "Italic", "Bold", "Bold Italic";
}
h1 {
    font-size: 2rem;
}
a {
    font-size: 0.9rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
}
html {
    font-size: 18px;
	scroll-behavior: smooth
}
