@charset "UTF-8";

    
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#topNav ul li {
	display: inline-block;
	margin-left: 30px;
	font-size: 1.1rem;
}
img , iframe{
	margin-right: 30px;
}
section {
	margin-top: 71px;
}
section h1 {
	text-align: left;
	font-family: 'Satisfy', cursive;
}


body {
    background-image: url(assets/images/winery-200x1333.jpg);
    background-size:cover;
    background-attachment:fixed;
    background-repeat:no-repeat;
    font-family: 'Raleway', sans-serif;
    margin: 0px;
    
}

#container {
    width: 960px;
    margin: 0px auto;
    background-color: rgba(121,137,159,0.94);
    padding-top: 11px;
    padding-bottom: 40px;
    padding-left: 70px;
    padding-right: 70px;
}

#joinParent {
	display: flex;
	margin-left: auto;
	margin-right: auto;
}
header h1 {
	font-family: 'Satisfy', cursive;
lo
; 	text-align: center;
}
#eventParent {
    margin-left: auto;
    margin-right: auto;
    display: flex;	
}
#DirectionParent  {
    margin-left: auto;
    margin-right: auto;
    display: flex;
}
.topNavul {
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	text-align: center;
	list-style-type: none;
}
