@charset "utf-8";


body{
    background-color: #157166;
}
#container {
    width: 960px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #FFFFFF;
    background-image: url(url);
}
#container header h1 {
   font-family: 'Permanent Marker', cursive;
    font-style: normal;
    font-weight: 400;
    text-align: center;
    background-image: url(assets/images/header_900x300.jpg);
    color: #51CFC0;
    padding-left: 0px;
    padding-bottom: 60px;
    padding-top: 60px;
	
	/*Source: https://unsplash.com/@glenncarstenspeters*/
}
#container main h2 {
    font-family: 'Permanent Marker', cursive;
    font-style: normal;
    font-weight: 400;
    background-color: #51CFC0;
    padding-left: 5px;
	margin-right: 10px;
	margin-left: 10px;
	
}
footer nav h1 {
    font-family: 'Permanent Marker', cursive;
    font-style: normal;
    font-weight: 400;
    text-align: center;
	background-color: #51CFC0;
	margin-right: 10px;
	margin-left: 10px;
}
#container main p {
   font-family: 'Reenie Beanie', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    margin-left: 25px;
}
#container main li {
    font-family: 'Reenie Beanie', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    width: auto;
}

footer ul li {
    font-family: 'Reenie Beanie', cursive;
    font-style: normal;
    font-weight: 500;
    font-size: 26px;
    list-style-type: none;
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    border: 1px solid #ABEBDB;
    padding-bottom: 5px;
    padding-top: 5px;
    text-align: center;
}
#container main img {
    margin-left: auto;
    margin-right: auto;
    padding-left: 33px;
    padding-right: 33px;
    padding-top: 5px;
    padding-bottom: 5px;
}
#container header p {
    font-family: 'Reenie Beanie', cursive;
    font-style: normal;
    font-weight: 500;
    text-align: center;
    font-size: 34px;
}
#container main p {
    font-size: 28px;
    margin-left: 25px;
    font-family: 'Reenie Beanie', cursive;
    font-style: normal;
    font-weight: 500;
}
#container main ul li {
    font-size: 28px;
    margin-left: 25px;
    font-family: 'Reenie Beanie', cursive;
    font-style: normal;
    font-weight: 500;
}

.footerH2 {
    font-family: 'Permanent Marker', cursive;
    font-style: normal;
    font-weight: 400;
    font-size: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 20px;
    background-color: #51CFC0;
    color: #000000;
    display: inline-block;
    margin-right: auto;
    margin-left: 415px;
    border-radius: 5px;
    border: 1px solid #000000;
}
nav .footerH2 a:link  , a:visited{
    color: #000000;
}
nav .footerH2 a:hover  , a:active{
    color: #157166;
}
