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;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
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;
}
* {
    margin: 0;
    padding: 0;
}
html, body {
    height: 100%;
}
html {
    font-size: 100%;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}s
@font-face {
    font-family: roboto;
    src: url("../font/roboto.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
body {
    position: relative;
    height: 100%;
    width: 100%;
    font-family: 'roboto', roboto;
    font-size: 1rem;
    font-size: 100%;
    font-weight: normal;
    background-image: url(../images/spiral-pattern.jpg);
}
.sr-only {
    width: 0;
    position: absolute;
    overflow: hidden;
}
.main-container {
    height: 100%;
}
.top {
    height: 15%;
    width: 80%;
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    background-color: rgb(236,236,236);
    margin: auto;
    box-shadow: 0 .01px 0px 0px rgba(210,210,210, .3)
}
.top-contact {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.top-contact-list {
    display: flex;
    flex-direction: row;
}
.top-contact-list li {
    margin: 10px 20px;
    list-style: none;
}
.top-contact-list a {
    text-decoration: none; 
    color: rgb(38, 27, 31);
}
.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 30px;
}
.title a {
    text-decoration: none;
}
.title h1 {
    font-size: 2rem;
    font-style: italic;
    color: rgb(38, 27, 31);
}
.main-section {
    height: 105%;
    width: 80%;
    display: flex;
    flex-direction: column;
    background-color: rgb(255,255,255);
    margin: auto;
}
.m-gallery {
    height: 50%;
    width: 90%;
/*    background-color: rgba(0,0,0, .05);*/
    margin: 2rem auto 0;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
/*    overflow: auto;*/
}
/*.m-gallery::-webkit-scrollbar {
    display: block;
}*/
.image-container {
    height: 125px;
    width: 200px;
    background-color: rgb(215,239,145);
    display: inline-block;
    margin: 5px 2.5px 0;
    text-align: center;
}
.m-about {
    margin: 5rem auto 0;
    border-radius: .1rem;
    width: 80%;
    border: 1px solid rgba(240,240,240, 1);
}
.m-about h1 {
    font-size: 1.7rem;
    margin: 1rem 30px;
}
.m-about p {
    margin: 0 50px 1rem;
    font-size: 1.2rem;
    font-style: italic;
    color: rgba(38,27,31, .8);
}
footer {
    display: flex;
    flex-direction: column;
    width: 80%;
    height: 50%;
    margin: auto;
    background-color: white;
}
.social-media {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 15px 0 30px;
}
footer h2 {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.3rem;
    font-style: italic;
    text-transform: capitalize;
}
.social-media ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.social-media li {
    margin: 0 30px;
    list-style: none;
}
.social-media a {
    text-decoration: none;
    font-size: 1.3rem;
    color: rgba(38,27,31, .7);
}
hr {
    width: 90%;
    margin: 0 auto;
    border: 0; 
    height: 1px; 
    background-color: rgba(240,240,240, 1);
}
.contact {
    margin: 15px 0 30px;
}
.contact ul {
    display: flex;
    flex-direction: row;
    justify-content: center;
}
.contact li {
    margin: 0 15px 0;
    list-style: none;
}
.contact a {
    text-decoration: none;
    font-size: 1.1rem;
    font-style: italic;
    color: rgba(38,27,31, .7);
}
.copyright {
    display: flex;
    flex-direction: row;
    justify-content: center;
    font-size: 1.3rem;
    color: rgb(38,27,31);
    margin: 50px 0;
}
























