.navbar-brand-wrapper {
    background: #ffffff;
    transition: width 0.25s ease, background 0.25s ease;
    -webkit-transition: width 0.25s ease, background 0.25s ease;
    -moz-transition: width 0.25s ease, background 0.25s ease;
    -ms-transition: width 0.25s ease, background 0.25s ease;
    width: 235px;
    height: 60px;
}
.w-90 {
    width: 90%;
    margin: auto;
}
@font-face {
font-family: 'Nunito';
src: url("../../fonts/Nunito/Nunito-Light.eot");
src: url("../../fonts/Nunito/Nunito-Light.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-Light.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-Light.woff") format("woff"), url("../../fonts/Nunito/Nunito-Light.ttf") format("truetype");
font-weight: 300;
font-style: normal;
}

@font-face {
font-family: 'Nunito';
src: url("../../fonts/Nunito/Nunito-Bold.eot");
src: url("../../fonts/Nunito/Nunito-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-Bold.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-Bold.woff") format("woff"), url("../../fonts/Nunito/Nunito-Bold.ttf") format("truetype");
font-weight: bold;
font-style: normal;
}

@font-face {
font-family: 'Nunito';
src: url("../../fonts/Nunito/Nunito-SemiBold.eot");
src: url("../../fonts/Nunito/Nunito-SemiBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-SemiBold.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-SemiBold.woff") format("woff"), url("../../fonts/Nunito/Nunito-SemiBold.ttf") format("truetype");
font-weight: 500;
font-style: normal;
}

@font-face {
font-family: 'Nunito';
src: url("../../fonts/Nunito/Nunito-Regular.eot");
src: url("../../fonts/Nunito/Nunito-Regular.eot?#iefix") format("embedded-opentype"), url("../../fonts/Nunito/Nunito-Regular.woff2") format("woff2"), url("../../fonts/Nunito/Nunito-Regular.woff") format("woff"), url("../../fonts/Nunito/Nunito-Regular.ttf") format("truetype");
font-weight: normal;
font-style: normal;
}
/* Typography */
body {
font-size: 1rem;
font-family: "Nunito", sans-serif;
font-weight: initial;
line-height: normal;
-webkit-font-smoothing: antialiased;
}
