/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* css reset done */

.footer{
    font: 1em sans-serif;
}

.footer a{
    color: black;
	text-decoration: none;
}

.footer a:hover{
    opacity: 0.7;
}

.flex-container{
    /* display: flex; */
}

.gallery img{
    height: 400px;
    margin: 5px;
}
.gallery{
    overflow: hidden;
    max-width: 1400px;
    margin: 40px auto;
    vertical-align: baseline;
    text-align: center;
    height: 400px;
    /* display: flex; */
    /* justify-content: space-around; */
}

.header-logo{
    /* background: red; */
    text-align: center;
    margin: 20px;
}
.gallery{
    /* background: blue; */
}
.footer{
    /* background: yellowgreen; */
    text-align: center;
 	bottom: 20px;
    position: relative;
    margin: 40px auto;
	margin-top: 40px;
    width: 100%;
}

.footer img{
    height: 20px;
    padding: 7px 5px 5px 5px;
}
.footer img:hover{
	opacity: 0.7;
}
.text{
  /*  background: yellowgreen;*/
		font: 1em sans-serif;
    	text-align: left;

  /*  bottom: 200px;*/
		position: relative;
		float: left;
		height: 100%;
		margin: 0 25% 40px 25%;
    	width: 50%;
}
.text h1{
		font-weight: 600;
		font-size: 1.5em;
		line-height: 2em;
}
.text h2{
		font-weight: 500;
		font-size: 1.25em;
		line-height: 1.5em;
}
.text p{
		line-height: 1.5em;
}

@media only screen and (max-width: 700px ) {
    .gallery img{
        max-height: 700px;
        height: auto;
        width: 100%;
        max-width: 450px;
        margin-bottom: 300px;
    }
    .gallery{
        max-height: 700px;
        height: auto;
        margin-left:10px;
        margin-right: 10px;
		}
    .footer{
        text-align: center;
        bottom: 20px;
        position: relative;
        margin: 0px auto;
        width: 70%;
    }
	.text{
		margin: 0 12.5% 40px 12.5%;
    	width: 75%;
	}
	.header-logo img{
    	max-width: 80%;
	}
}
