.custom-wrapper {
    background-color: #93CCEA;
    margin-bottom: 1em;
    -webkit-font-smoothing: antialiased;
    height: 2.1em;
    overflow: hidden;
    -webkit-transition: height 0.5s;
    -moz-transition: height 0.5s;
    -ms-transition: height 0.5s;
    transition: height 0.5s;
}

.custom-wrapper a {
	color: #fff;
}

.custom-wrapper.open {
    height: 15em;
}

.custom-brand {
  text-transform: none;
}

.pure-menu-active>.pure-menu-link, .pure-menu-link:hover, .pure-menu-link:focus {
	background-color: #93beea;
}

.custom-menu-3 {
    text-align: right;
}

.custom-can-transform {
    text-align: right;
}

.custom-toggle {
    width: 34px;
    height: 34px;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.custom-toggle .bar {
    background-color: #777;
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 100px;
    position: absolute;
    top: 18px;
    right: 7px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

.custom-toggle .bar:first-child {
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    -ms-transform: translateY(-6px);
    transform: translateY(-6px);
}

.custom-toggle.x .bar {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.custom-toggle.x .bar:first-child {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media (max-width: 47.999em) {

    .custom-menu-3 {
        text-align: left;
    }
	
    .custom-toggle {
        display: block;
    }
	
	.custom-can-transform {
		text-align: left;
	}

}
.main {
    padding: 2em;
    color: black;
    margin: 0 auto;
    max-width: 800px;
    margin-bottom: 50px;
    line-height: 1.6em;
}

.pure-menu-selected {
	background-color: #93beea;
}

#footer {
	display: block;
	position: bottom;
	text-align: center;
	padding-bottom: 2em;
}

img.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
	max-width: 800px;
}

h1 {
	text-align: center;
}
ul {
	padding-left: 5%;
}

iframe {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

body {
	background-color: #E9EAED;
}