@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/source-sans-pro-v21-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v21-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v21-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v21-latin-regular.svg#SourceSansPro') format('svg'); /* Legacy iOS */
    font-display: swap;
}
@font-face {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 700;
    src: url('../fonts/source-sans-pro-v21-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''),
    url('../fonts/source-sans-pro-v21-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../fonts/source-sans-pro-v21-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-700.woff') format('woff'), /* Modern Browsers */
    url('../fonts/source-sans-pro-v21-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../fonts/source-sans-pro-v21-latin-700.svg#SourceSansPro') format('svg'); /* Legacy iOS */
    font-display: swap;
}

@font-face {
    font-family: 'icomoon';
    src:  url('../fonts/icomoon.eot?346muw');
    src:  url('../fonts/icomoon.eot?346muw#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.ttf?346muw') format('truetype'),
    url('../fonts/icomoon.woff?346muw') format('woff'),
    url('../fonts/icomoon.svg?346muw#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.icon-instagram:before {
    content: "\e900";
}
.icon-email:before {
    content: "\e901";
}

body {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    color: #7e7e7f;
}
h1 {
    font-weight: bold;
    font-size: 2rem;
    color: #221f20;
}
a {
    color: #7e7e7f;
    text-decoration: none;
}
a:hover {
    color: #221f20;
}
#page {
    width: 100%;
    height: 100vh;
    padding: 10rem;
}
#bar {
    width: 180px;
    height: 10px;
    background-color: #221f20;
    right: 0;
    top: 0;
}


@media (max-width: 991px) {
    #page {
        padding: 5rem;
    }
}
@media (max-width: 767px) {
    #page {
        padding: 3rem;
    }
}
@media (max-width: 575px) {
    #page {
        padding: 2rem;
    }
    h1 {
        font-size: 1.5rem;
    }
    #bar {
        width: 120px;
        height: 8px;
    }
}