/*Google fonts*/

/* alegreya-sc-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Alegreya SC';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/alegreya-sc-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* alegreya-sans-regular - latin */
@font-face {
    font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
    font-family: 'Alegreya Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../fonts/alegreya-sans-v25-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}  

body {
    background-image: url(../img/mg_7512.jpg);
    background-size: cover;
    background-position: center;
    color: #fff;
}

a {
    color: #d2e9ff;
}

.navbar-brand {
    font-size: 2em;
}

.btn-fb {
    background-color: #5B5B5B73;
    font-family: 'Alegreya SC', sans-serif;
    font-size: 20px;
    font-weight: 500;
    color: #fff;
    border: 2px solid #fff;
    border-radius: 9px;
}

.btn:hover {
    background-color: var(-);
    border: 2px solid #fff;
    border-radius: 9px;
}