/* Sections of Layout
-------------------------------------- */
/* Layout is stacked vertically by default (for narrower viewports), so give some breathing room between the sections. */
.container > * {
    margin-bottom: 10px;
}

body, html {
    height: 100%;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
}

.main {
    width: 800px;
}

body {
    line-height: 1.6;
}
a {
    text-decoration: none;
}
.gallery figure {
    max-width: 365px;
    float: left;
    margin: 10px;
    margin-left: 5px;
    margin-right: 0;
	

}
.gallery figure img {
    max-height: 260px
}
figure {
    margin: 0;
    margin-bottom: 6px;
}
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
h2 {
    font-size: 30px;
}
h3 {
    font-size: 24px;
}
.menu {
    max-width:800px;
    margin:20px;
    margin-bottom: 85px;
    height:60px;
    margin-left: auto;
    margin-right: auto;
}

@media only screen and (max-width: 600px) {
    body {

    }
    .main {
        width: unset;
    }
    .content {
        padding: 20px;
    }
    .gallery figure img {
        max-height: 244px;
    }
    .menu {
        padding-left: 25px;
        padding-right: 25px;
        padding-bottom: 0;
        margin-bottom: 10px;
    }
}
