* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}


/* 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;
}






header {
    margin: 60px 0;
}

.logo {
    width: 60%;
    margin: 100px auto;
}

.logo img {
    width: 100%;
}

.container {
    width: 100%;
}

.animation {
    margin-bottom: 50px;
}

.animation img {
    width: 100%;
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.content ul {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.content ul li {
    list-style: none;
    font-size: 17px;
    font-family: Helvetica;
}

i {
    font-size: 5px;
    padding: 20px;
}

.location {
    width: 30%;
    margin: 0 auto;
    margin-top: 70px;
    text-align: center;
    font-size: 15px;
    font-family: Times;
}

.copy {
    width: 30%;
    margin: 10px auto;
    text-align: center;
    font-size: 12px;
    font-family: Times;
}

@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)  {
    .page-wrapper {
        margin-top: 250px;
    }
    header {
        margin: 60px 0 100px 0;
    }
    .animation {
        margin-bottom: 120px;
    }
    .location {
        margin-top: 200px;
    }

}

@media only screen and (max-width: 630px) {
    .content ul {
        flex-direction: column;
    }
    .content ul i {
        display: none;
    }
    .content ul li {
        padding: 15px 0;
    }
}

@media only screen
and (min-device-width : 375px)
and (max-device-width : 667px) {
    .page-wrapper {
        margin-top: 80px;
    }
    .content {
        margin: 100px 0;
    }
    .location {
        margin-top: 150px;
    }
}

@media only screen and (max-width: 320px) {
    .location {
        width: 50%;
    }
}
