/*------------------------- Fonts ------------------------*/
@font-face {
	font-family: 'anticregular';
	src: url('../fonts/antic-regular-webfont.eot');
	src: url('../fonts/antic-regular-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/antic-regular-webfont.woff') format('woff'),  url('../fonts/antic-regular-webfont.ttf') format('truetype'),  url('../fonts/antic-regular-webfont.svg#anticregular') format('svg');
	font-weight: normal;
	font-style: normal;
}

body{
    background-color: black;
}



.content {
 width: 95%;
  display: flex;
  gap: 10px;
  padding: 5%;
  font-size: 1rem;
  flex-direction: column;
}


.adBox{
    width: 60%;
    height: auto;
    top: 15%;
    left: 12%;
    padding: 2%;
    background-color: #d1b9b8;
    position: absolute;
    opacity: .90;
    border-radius: 25px;
    border: 7px solid beige;
    font-family:fantasy;
    font-size: .9rem;
    margin:5%
}


.banner {
    margin: 3%;
}

.BannerImgBox{
    width: 100%;
    position: relative;
    
    
}
.imgBanner{
    max-width: 95%;    
}


.BannerButton{
  background-color: #632d2a;
  color: white;
  font-size: 1.2rem;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
  width: 50%;
  height: 17%;
}

.BannerButton:hover{
    Background-color: #ba9d9b;
}

.h1,h2,h3{
    color: #85332e;
}
