@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: "Open Sans";
    src: local("Open Sans Variable"), local("Open-Sans-Variable"),
        url("../fonts/OpenSans-VariableFont_wdth,wght.woff2") format("woff2"),
        url("../fonts/OpenSans-VariableFont_wdth,wght.woff") format("woff"),
        url("../fonts/OpenSans-VariableFont_wdth,wght.eot") format("eot"),
        url("../fonts/OpenSans-VariableFont_wdth,wght.ttf") format("truetype");
  }

.img-responsive {
	display: block; max-width: 100%; height: auto
}

body, html {
	background-color: #000000;
}

