@charset "utf-8";

#container {
}

header {
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

header p {
    padding: 5px;
    margin: 15px;
    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 20pt;
    text-align: left;
    letter-spacing: 5px;
}

nav {
	margin: 35px 0px 45px 0px;
}

nav ul {
    list-style-type: none;
	display: flex;
}

nav ul li {
	margin-left: 20px;
	margin-right: 20px;
    text-align: center;
	font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 12pt;
}

nav ul li a {
    padding: 20px 20px 20px 20px;
	border: 1px solid;
	border-color: transparent;
}

nav ul li a:link {
    text-decoration: none;
    color: #000000;
}
nav ul li a:visited {
    color: #000000;
    text-decoration: underline;
}
nav ul li a:hover {
    color: #000000;
    text-decoration: none;
    border-color: #000000;
}
nav ul li a:active {
    color: #000000;
    text-decoration: none;
    border-color: #000000;
}

main {
	width: auto;
    height: auto;
    padding-top: 50px;
	font-family: semplicitapro,sans-serif;
}
	
.contactarticle {
    max-width: 400px;
}

main h1 {
	    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 48pt;
	text-align: center
}

main h4 {
	    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 18pt;
	text-align: center
}

main p {
    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 14pt;
    text-align: center;
    float: none;
}

	main figure {
	margin-right: 1px;
}
	
	main figcaption {
    font-size: 9pt;
	padding-left: 9px;
	}
	
main ul {
    list-style-type: none;
    width: 400px;
    margin-top: -63px;
}
main ul li {
    list-style-type: none;
    width: 100px;
}
main ul li p {
    list-style-type: none;
    width: 100px;
    text-align: left;
}

footer {
    margin-top: 30px;
    border-top: 1px solid #000000;
    padding-top: 30px;
    height: 75px;
}

footer ul {
    list-style-type: none;
    display: flex;
    float: right;
}

footer ul li {
	margin-left: 10px;
}

footer p {
    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 12pt;
}

footer img {
    margin-left: 10px;
}

@media screen and (max-width : 500px ){
	#container {
}
header {
    margin-bottom: 30px;
    border-bottom: 1px solid #000000;
}

header p {
    padding: 5px;
    margin: 15px 0px 0px 15px;
    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 20pt;
    text-align: left;
    letter-spacing: 5px;
}
	
nav {
	margin: 0px 0px 20px 0px;
}

nav ul {
    list-style-type: none;
	display: inline;
}

nav ul li {
    height: 30px;
	margin-bottom: 15px;
    padding-top: 15px;
    padding-bottom: 5px;
    text-align: center;
	font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 12pt;
}

nav ul li a {
	margin-left: 0px;
    padding: 20px 20px 20px 20px;
	border: 1px solid;
	border-color: transparent;
}

nav ul li a:link {
    text-decoration: none;
    color: #000000;
}
nav ul li a:visited {
    color: #000000;
    text-decoration: underline;
}
nav ul li a:hover {
    color: #000000;
    text-decoration: none;
    border-color: #000000;
}
nav ul li a:active {
    color: #000000;
    text-decoration: none;
    border-color: #000000;
}

main {
    height: auto;
}
	
main article {
	width: auto;
	height: auto;
    padding-top: 0px;
    text-align: center;
}
	
.contactarticle {
    width: 400px;
}

main section {
    width: auto;
	max-width: 100%;
	margin: 0px auto 0px auto;
}

main h1 {
	font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 48pt;
	text-align: center
}

main h4 {
	font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 18pt;
	text-align: center
}

main p {
    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 14pt;
    text-align: center;
    float: none;
}
	
main img {
	width: 100%;
	max-width: 250px;
	height: auto;
	}
	
main figcaption {
    font-size: 9pt;
	margin-left: -39px;
	}
	
main ul {
    list-style-type: none;
    width: 400px;
    margin-top: -63px;
}

main ul li {
    list-style-type: none;
    width: 100px;
}

main ul li p {
    list-style-type: none;
    width: 100px;
    text-align: left;
}

footer {
	list-style-type: none;
    margin-top: 0px;
	margin-bottom: 50px;
    border-top: 1px solid #000000;
    padding-top: 30px;
    height: auto;
}

footer ul {
	list-style-type: none;
	margin-top: 10px;
	padding: 0px;
	display: block;
	float: none;
}

footer ul li {
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}

footer p {
    font-family: semplicitapro,sans-serif;
    font-style: normal;
    font-size: 12pt;
}

footer img {
    margin-right: 10px;
}

}
