body{
    font-family: Helvetica, Arial, sans-serif;
	margin:0px;
}
div#wrapper {
    max-width: 960px;
    margin: 0 auto;
}
header {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.logo {
    padding-bottom: 37px;
}
nav {
    background: #f0f0f0;
    /* padding: 1px 13px; */
}
nav ul {
    display: flex;
    list-style: none;
    padding-left: 0px;
    /* gap: 30px; */
    padding-top: 14px;
    padding-bottom: 14px;
    margin: 0;
}
.menu-item a {
    color: #666666;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.2em;
    padding: 1em;
}
.menu-item a:hover {
    background: #e6e6e6;
}
.main-content {
    padding: 0 0 29px;
}
h1 {
    font-size: 28px;
    color: #222222;
    font-weight: bold;
    text-align: center;
    line-height: 1.1em;
    margin-bottom: 14px;
	margin:0px;
}
h2 {
    color: #222222;
    font-size: 20px;
    line-height: 1.2em;
    margin-bottom: 10px;
    font-weight: bold;
}
.moodle {
    text-align: center;
}
.moodle img {
    margin-bottom: 18px;
    margin-top: 6px;
}
.moodle h2 {
    font-size: 16px;
    line-height: 1.2em;
	margin:0px;
}
.moodle-item {
    list-style: none;
    margin-bottom: 7px;
}
.moodle ul {
    padding: 0;
}
.moodle-item a {
    color: #428bca;
    font-size: 14px;
    line-height: 1.5em;
    text-decoration: none;
    font-weight: bold;
}
.moodle-item a:hover {
    color: #FF4800;
}
footer {
    border-top: 1px solid #dbdbdb;
    padding: 20px 0;
}
.copyright p {
    color: #999999;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.4em;
}

@media(max-width:767px){
	.logo img {
		margin: 0 auto;
		display: block;
		width:100%;
	}
	div#wrapper {
		padding-left: 10px;
		padding-right: 10px;
		text-align:center;
	}
	.moodle img {
		width: 100%;
	}
	
}