
body, html {		
  background-color:#FFFFFF;
  margin:0px;
  padding:0px;
  font-family: "Optima";
}

/*-------------------------------------------------------------------------*/
/* Sections */
section {
  margin: 0px;
  padding: 00px 00px 00px 00px;
}

/*-------------------------------------------------------------------------*/
/* BANNER */
section.Banner {
  position: relative;
  border: 0px solid grey;
  padding: 00px 0px 0px 0px;
}
img.Banner{
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: auto;
  padding-top:0px;
}
div.Bannertext{
  /* font-weight: 800; */
  color: #fff;
  display: block;
  position: absolute;
  font-size: 5rem;
  top: 80px;
  left: 2%;
}

/*-------------------------------------------------------------------------*/
@font-face {
	font-family: "Perpetua";
	font-style: normal;
	font-weight: normal;
	src: url('../font/Perpetua.otf') format("embedded-opentype");
}
@font-face {
	font-family: "Optima";
	font-style: normal;
	font-weight: bold;
	src: url('../font/OPTIMA.TTF') format("truetype");
}
/*-------------------------------------------------------------------------*/
