*{
    margin: 0px;
    padding: 0px;
    font-family: verdana, sans-serif;
}

a {
    text-decoration: none;
    outline: none;
}

a img{
    border: 0;
}

header, nav, section, aside, footer, article, hgroup, figure, figcaption{
    display: block;
}

body{
    text-align: center;
    background: #0d0d0d;
    scrollbar-face-color: rgba(102, 102, 102, 1);
}

#group{
    margin: 0 auto;
    background: #0d0d0d;
}

#header{
    background: #0d0d0d;
    padding: 0.5% 0% 0%;
    text-align: left;
    
}

#menu{
    background: #0d0d0d;
    padding: 0px 9.4%;
    text-align:left;
}

#menu li{
    display: inline-block;
    list-style: none;
    margin: 0px -3px;
    font: bold 18px verdana, sans-serif;
    color: #0d0d0d;
}

.big {
    font-family: orator std;
    font-size: 18px;
    color: rgb(255,180,60);
    margin-bottom: 24px;
    margin-top: 10px;
    line-height: 24px;
    text-align: left;
}

figcaption.big{
    margin-left: 1.7%;
    text-align: left;
}


p, figcaption, span {
    font-family: orator std;
    font-size: 15px;
    color: rgb(255,180,60);
    margin-bottom: 24px;
    line-height: 24px;
    text-align: left;
}

.coming {
    font-family: orator std;
    font-size: 80px;
    color: #9f9f9f;
    text-align: center;
    padding: 22% 0%;
}

::-webkit-scrollbar
{
  width: 12px;  /* for vertical scrollbars */
  height: 12px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track
{
  background: rgba(193, 193, 193, 1);
  border-radius: 7px;
}

::-webkit-scrollbar-thumb
{
  background: rgba(102, 102, 102, 1);
  border-radius: 7px;
}






