/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, 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;
}


html, body {
    background-size: cover;
    background: #eaeae8;
    background: linear-gradient( to right bottom, #eaeae8, #d1d2ca);
    font-family: Futura, Avenir, Verdana, ui-sans-serif, sans-serif;
    margin: 0;
}

body {
    
}

.flex-container {
    display: flex;
    align-items: stretch;
    width: 100%;
}

.flex-container2 {
    position: absolute;
}

#coverDiv {
    width: 100%;
    height: 1100px;
}

#cover {
    width: 100vw;
    height: 100%;
    object-fit:cover;
}

#mainDiv {
    margin: auto;
}

#paperDiv {
    background-color: #eeeeee;
    box-shadow: 0px -12px 8px 8px #888888;
    padding: 30px;
    width: 60%;
    margin: auto;
    text-align:  center;
    font-size: 125%;    
}

p {
    margin: 20px;
    font-weight: lighter;
}

h2 {
    font-size: 115%;
    font-weight: normal;
}

hr {
    background-color: black;
    height: 1px;
}

#demiscoLogo {
    width: 40%;
}

#seals {
    width: 75%;
    font-weight: lighter;
    font-size: 14px;
    color: #4d664b;
    margin: auto;
    margin-top: 50px;
}

button {
    background-color: #0d6e54;
    border: none;
    border-radius: 4px;
    color: white;
    padding: 5px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 95%;
    margin: 10px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
}

.button {
    background-color: #4d664b; 
    color: #eeeeee; 
    border: 2px solid #4d664b;
}

.button:hover {
    background-color: #eeeeee;
    color: #4d664b;
    border: 2px solid #4d664b;
    font-weight: lighter;
}

footer {
    color: white;
    background-color: black;
    text-align: center;
    padding: 60px;
}

@media only screen and (max-width: 768px) {
  /* For mobile phones: */
body {
    font-size: 80%;
}
    
button {
    margin: 8px 0px;
    padding: 2px 4px;
    font-size: 12px;
    }
    
#seals {
    font-size: 10px;
    }
}