*
body{
    color: blue;
    background: rgb(216,198,184);
}

@font-face{
    font-family:"KlinicSlabBold";
    src:url("CSS/Font/KlinicSlabBold.otf")format("opentype");
}

h2{
    font-family:KlinicSlabBold;
    font-weight: bold;
}

h3{
	font-family:KlinicSlabBold;
    font-weight: bold;
	text-align: center;
}

p{
    font-family:KlinicSlabBold;
    font-weight: bold;
}
#menu {   
    list-style-type:none;  
    margin:0;  
    padding:0;  
    height:30px;  
    background-color:rgb(207,28,68);  
    font-family:KlinicSlabBold; 
    font-weight: bold;
    font-size:1.2em;
}  
#menu li {  
    float:left;  
    height:30px;  
    line-height:30px;  
}  
#menu li a {  
    display:block;  
    padding:0 20px;  
    color:rgb(0,0,0);  
    text-decoration:none;  
}  
#menu li a:hover {  
    background-color:rgb(124,87,63);  
    text-decoration:none;  
} 

img{
    border-radius: 8px;
}

.Background{
    background-size: 1600px 700px;
    position: relative;
    bottom:-2px;
    height: 850px;
    width: 99.3%;
}
.container {
  position: relative;
  text-align: center;
  color: white;
}

.LogoImage {
    position: absolute;
    bottom:78%;
    left: 50%;
    transform: translate(-50%, 50%);
    width:500px;
}

.MapImage{
    position: absolute;
    bottom: -20%;
    left: 50%;
    height: auto;
    width:40%;
    margin-bottom: 30px
}

.AboutUsText{
    position: absolute;
    bottom:78%;
    left: 50%;
    transform: translate(-50%, 50%);
    width:1000px;
}

.ContactText{
    position: absolute;
    bottom:78%;
    left: 50%;
    transform: translate(-50%, 50%);
    width:1000px;
}