main {
    background-color: white;
/*    background-image: linear-gradient(rgba(240, 220, 169, 0.513), rgb(230, 220, 167) );*/
  	background: url('../img/bg2.png') repeat fixed;
    text-align: center;
    width: 90%;
}

h1, h2, h3, h4{
  padding: 0px;
}

h3 {
	color: white;
	font-size: 24px;
	text-shadow: 3px 3px black;
	padding: 5px;
}

h4 {
	font-size: 18px;
	color: gray;
}

.title{
    color: black;
/*    background: black;*/
    background-image: linear-gradient(rgba(248, 230, 169, 0.7), rgb(245, 240, 167));
    animation: fade-in-right .8s ease-in-out;
}


#location-content{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
   
}

.contact{
    padding: 10px;
    align-self: center;
    width: 400;
    text-align: left;
    
    
}
main ul{
 /*   margin-top: 4vh;*/
    margin-top: 0;
    list-style: none;
    max-width: 768px;
    text-align: left;
}

.map{
    padding: 20px;
    text-align: center;
}


.container{
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.banner{
    color: white;
    background: goldenrod;
}
.openBanner{
    color: white;
    background: goldenrod;
}

.social_link img{
		margin: 5px;
    height: 5vh;
		border-radius: 5px;
}
.social_link img:hover{
		opacity: .5;
}