@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-Italic.eot');src: url('fonts/NunitoSans-Italic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-Italic.woff') format('woff'),url('fonts/NunitoSans-Italic.ttf') format('truetype');font-weight: normal;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-Black.eot');src: url('fonts/NunitoSans-Black.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-Black.woff') format('woff'),url('fonts/NunitoSans-Black.ttf') format('truetype');font-weight: 900;font-style: normal;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-ExtraBold.eot');src: url('fonts/NunitoSans-ExtraBold.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-ExtraBold.woff') format('woff'),url('fonts/NunitoSans-ExtraBold.ttf') format('truetype');font-weight: 800;font-style: normal;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-SemiBoldItalic.eot');src: url('fonts/NunitoSans-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-SemiBoldItalic.woff') format('woff'),url('fonts/NunitoSans-SemiBoldItalic.ttf') format('truetype');font-weight: 600;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-BoldItalic.eot');src: url('fonts/NunitoSans-BoldItalic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-BoldItalic.woff') format('woff'),url('fonts/NunitoSans-BoldItalic.ttf') format('truetype');font-weight: bold;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-ExtraBoldItalic.eot');src: url('fonts/NunitoSans-ExtraBoldItalic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-ExtraBoldItalic.woff') format('woff'),url('fonts/NunitoSans-ExtraBoldItalic.ttf') format('truetype');font-weight: 800;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-Regular.eot');src: url('fonts/NunitoSans-Regular.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-Regular.woff') format('woff'),url('fonts/NunitoSans-Regular.ttf') format('truetype');font-weight: normal;font-style: normal;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-ExtraLightItalic.eot');src: url('fonts/NunitoSans-ExtraLightItalic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-ExtraLightItalic.woff') format('woff'),url('fonts/NunitoSans-ExtraLightItalic.ttf') format('truetype');font-weight: 200;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-ExtraLight.eot');src: url('fonts/NunitoSans-ExtraLight.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-ExtraLight.woff') format('woff'),url('fonts/NunitoSans-ExtraLight.ttf') format('truetype');font-weight: 200;font-style: normal;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-Bold.eot');src: url('fonts/NunitoSans-Bold.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-Bold.woff') format('woff'),url('fonts/NunitoSans-Bold.ttf') format('truetype');font-weight: bold;font-style: normal;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-SemiBold.eot');src: url('fonts/NunitoSans-SemiBold.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-SemiBold.woff') format('woff'),url('fonts/NunitoSans-SemiBold.ttf') format('truetype');font-weight: 600;font-style: normal;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-BlackItalic.eot');src: url('fonts/NunitoSans-BlackItalic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-BlackItalic.woff') format('woff'),url('fonts/NunitoSans-BlackItalic.ttf') format('truetype');font-weight: 900;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-LightItalic.eot');src: url('fonts/NunitoSans-LightItalic.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-LightItalic.woff') format('woff'),url('fonts/NunitoSans-LightItalic.ttf') format('truetype');font-weight: 300;font-style: italic;}
@font-face {font-family: 'Nunito Sans';font-display: swap;src: url('fonts/NunitoSans-Light.eot');src: url('fonts/NunitoSans-Light.eot?#iefix') format('embedded-opentype'),url('fonts/NunitoSans-Light.woff') format('woff'),url('fonts/NunitoSans-Light.ttf') format('truetype');font-weight: 300;font-style: normal;}

*, :after, :before {
    box-sizing: border-box;
}

html, body, ul, ol, li, dl, dt, dd {
    font-family: 'Nunito', sans-serif;
    font-weight: normal;
    font-size: 1rem;
    line-height: 1rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

h1, h2, h3, h4, h5 h6, p {
    font-weight: normal;
    margin: 0;
}

a:hover {
    cursor: pointer;
}

.section-container {
    margin: auto;
    width: 90%;
}