.person_1{position: absolute;right: 3%;top: 12%;}
.person_2{position: absolute;right: 15%;top:150%}
.person_6{position: absolute;right: 6%;top:300%}
.person_3{position: absolute;left: 9%;top: 55%;}
.person_4{position: absolute;left: 3%;top: 180%;}
.person_5{position: absolute;left: 2%;top: 255%;}
body {margin: 0 auto; max-width: 960px; max-height: 100%; background-color: #FFF}
h1,h2,h3 {text-align: center}
body {
  display: flex;
  flex-direction: column;
	font-family: 'roboto', sans-serif;
}
header {max-width: 100%;margin:  0 auto auto -10px; max-height: 100%}
/*/https://philipwalton.github.io/solved-by-flexbox/demos/sticky-footer/*/
main{
  flex: 1 0 auto;
}
li a:link, a:visited{
	
    }
img {max-width: 100%;max-height: auto}
.intro {
	max-width: 960px;
	margin: 0 auto;
    padding: 3% 0
}


 
.wrapper h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 4.25em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 200;
	letter-spacing: 10px
}
 
.intro h2 {
	font-size: 2em;
	text-align: center;
	font-weight: 300;
	text-transform: capitalize;
}

section {
	height: 1000px;
	max-height: 100%
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 2.25em;
	text-align: center;
	line-height: 1.5em;
	font-weight: 100
}

p {
	font-family: 'Roboto', sans-serif;
	font-size: 1.25em;
	line-height: 1.5em;
	font-weight: 100
}

.logo {width: auto;height: auto; text-align: center;padding-top: 5%;padding-bottom: 2%}
.background-top {}
.wrapper {max-width: 960px;font-family: 'roboto', sans-serif;}
.image-area {text-align: center}
.left {float: left}
.right {float:right}
html, body {
  height: 100%;
}
.btt-position{padding-left: 100px}
.btt {position: fixed;right: 5%; bottom: 5%;}
.btt:hover{opacity: 0.5;transition-duration: 1s}

ul {
    background-color: #000;
    margin-top: 0px;
    position:relative;
    text-align: center;
    max-width: 100%;
    width: 3000px;
    left:0.1%
   
}

li{display: inline-block}

li a {
    display: block;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 2em;
    color: #fff
}

li a:hover {
    background-color: #7C7C7C;
}
/*https://www.w3schools.com/css/tryit.asp?filename=trycss_navbar_sticky*/


.agenda{text-align: center;margin: 5% auto}
hr {
    border: none;
    height: 2px;
    width: 100%;
    color: #333;
    background-color: #333;
}
footer {text-align: center}