body{
    font-family: Arial, San-Serif;
    font-size: 100%;
    background-color: #D9DBBC;
}

ul{
    margin: 0;
    padding: 0;
}

ul li{
    list-style-type: none;
}

a{
    text-decoration: none;
}

header{
    padding: 50px 0;
    background-color: #B8D8BA;
}

h1, h2{
    color: #69585F;
    text-align: center;
}

nav{
    background-color: #69585F;
    border-bottom: 3px solid #FCDDBC;
    min-height: 64px;
}

nav li{
    float: left;
    width: 100px;
}

nav a{
    display: block;
    color: #FCDDBC;
    line-height: 4em;
    font-weight: bold;
    text-align: center;
}

nav li a:hover{
    color: #69585F;
    background-color: #EF959D;
}

p{
    font-size: 16px;
    line-height: 1.3;
    margin-top: 0.1em;
    margin-bottom: 0;
    color: #69585F;
}

footer{
    background-color: #69585F;
    padding: 20px 0;
    margin-top: 30px;
	color: #FCDDBC;
    text-align: center;
	clear: both
}

footer p{
    color: #FCDDBC;
    text-align: center;
}

.img{
	width: 200px;
	height: auto
}
.left{
	float: left;
}
.right{
	float: right;
}

.img-container li{
	display: inline-block;
	width: 32%;
	padding: 10px;
}
.img-container{
	text-align: center;
	margin-top: 20px;
	width: 100%;
}
.img-container img{
	width: 80%;
	display: inline-block;
	transition: .25s;
}
.img-container ul li{
	list-style-type: none;
}

.inline-img img{
	width: 250px;
	display: inline-block;
	border-radius: 15px;
	text-align: center;
	transform: scale(0.95);
	transition: .3s;
	max-width: 35%;
}
.inline-img img:hover{
    transform: scale(1);
}
.multimedia{
    overflow: auto;
}

.multimedia-video{
    display: inline-block;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
    width: 33.33%;
    box-sizing: border-box;
}
form {
	padding: 15px 0;
	float: right;
}	
#comment{
	padding: 15px 0;
    float: left;
}