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

/* Add Fonts */

/*
@font-face {
    font-family: signature;
    src: url("The-Suavity.ttf");
}
*/

/* Welcome Banner */

body {
	background-image: url("../images/websitebg.jpg");
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}