@charset "UTF-8";

/* Body */

body {
	font-family: Helvetica, Arial, Verdana, "sans-serif";
	background-color: #000000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-style: normal;
	font-weight: 400;

}

/* Container */

.container {

    width: 96vw;

    margin-left: auto;

    margin-right: auto;

    /* height: 79vh; */

    background-color: #000000;

}



.banner {

background-color: #000000;

    background-attachment: fixed;

    background-size: cover;

    background-repeat: no-repeat;

    margin-left: auto;

    margin-right: auto;

    padding-left: 0;

    padding-right: 0;

}

.banner img {
    width: 100%;
    height: auto;
}

.svg-sa-logo {

    padding: 10vh 0 0;

}

.copyright {

	height: 40px;

	text-align: center;

	padding-top: 10px;

	padding-bottom: 0px;

	background-color: rgb(113 112 112 / 10%);

	color: #ffffff;

	text-transform: uppercase;

	font-weight: 400;

	letter-spacing: 2px;

}
