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




body {
    background-color: #0f0e0f;
    background-image: url("images/bg2.jpg");
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    font-family: 'Outfit', 'Mystery Quest', 'Comic Neue', 'Rajdhani', 'Inconsolata', 'Electrolize', 'Cute Font', 'Cinzel', 'Special Elite', 'Jaldi';
    color: rgb(190, 190, 190);
    letter-spacing: 1.5px;
    /* text-shadow: rgb(99, 48, 109) 0px 0px 40px; */
    overflow-x: hidden;
    line-height: 1.8;
    font-weight: 100;
}

.notice1 {
    position: fixed;
    text-align: center;
    font-size: 60%;
    opacity: 0.5;
    padding-left: 0.5%;
    color: white;
}

.notice1 h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 150%;
}

a {
    color: rgb(190, 190, 190);
    text-decoration: none;
}

hr {
    border: 1px solid gray;
    width: 85%;
}

h1 {
    font-size: 300%;
    color: rgb(255, 101, 122);
}

h2 {
    color: rgb(255, 101, 122);
}

.header {
    width: 100%;
    text-align: center;
    padding-top: 16px;
    font-size: 125%;
}

.headerInfo {
    margin-top: -32px;
}



.information {
    text-align: center;
    padding-bottom: 16px;
    padding-top: 32px;
}

.news {
    max-width: 90%;
    padding-left: 5%;
    text-align: center;
}

.newsCont {
    text-align: center;
    width: 400px;
    display: inline-block;
    margin-top: 0;
    padding-bottom: 32px;
    height: 400px;
    padding-top: 0px;
    border-radius: 100px;
    opacity: 1;
    transition: backgruond-color 0.5s ease;
}

.newsCont:hover {
    background-color: #020202;
    opacity: 1;
    transition: background-color 0.5s ease;
    border-radius: 20px;
    transition: border-radius 0.25s ease;
}

.newsText {
    padding-left: 12px;
    padding-right: 12px;
    max-height: 140px;
}

.newsCont img {
    padding-top: 50px;
    width: 80px;
}

.spacing {
    padding: 16px;
}

.spacing2 {
    padding: 48px;
}

.footer {
    height: 100px;
    padding-top: 50px;
    font-size: 125%;
    text-align: center;
    background-color: #020202;

}
