body{
    background-color: rgb(32, 32, 32);
    background-color: rgb(64, 85, 112);
    background-color: rgb(4, 25, 52);
    
    /* pattern_symphony_50.png 
     rgb(60, 0, 84);
    background-image: url("https://atomico.pt/img/png/pattern_sayagata_25.png");*/
    background: url(https://atomico.pt/img/png/pattern_pixels_25.png) rgb(30, 0, 54);
}

#body,
#notice,
#footer,
#webpages{
    background: none;
}

/* Main Bar */
#body .bar {
    width: auto; 
    margin-top: 64px;
    margin-bottom: 24px;
}
#body .bar li,
#Headline .bar li {
    float: none;        
}
#body a.title {
    font-size: 36px;
    /*font-family: 'Trajan';*/
    font-family: 'Marcellus SC', serif;
    font-weight: normal;
    margin-bottom: 0px;

}
#body a.subtitle {
    font-size: 14px;
    font-family: Georgia, serif;
    font-weight: normal;
}
#body a.title,
#body a.subtitle {
    color: #444444;
    color: rgb(95, 90, 95);
    color: rgba(255,255,255,0.5);
    letter-spacing: 1px;
}

/* Notice Bar */
#notice {
    position: absolute;
    top: 0px;
    height: 0px;
}
#notice .bar {
    width: auto;        
}
#notice .bar > ul {
    background-color: rgb(251, 204, 86);
    border-radius: 0 0 5px 5px; 
}
#notice .bar > ul > li a {
    color: rgb(34,34,34);
    font-size: 13px;
    margin: 0px 10px;
}

/* Links Bar */
#footer {
    position: absolute;
    bottom: 0px;
}
#footer a:not([href='#situs']){
    font-weight: 400;
}
#footer li:first-child a {
    font-weight: 300;
}
/* YouHosting link */
#footer li:last-child {
    float: right;
}

/* Subdomains Bar */
#webpages .bar {
    width: auto;
    display: none;        
}

.spin {
    border: solid 4px rgb(65,65,65);
    border: solid 4px rgba(255,255,255,0.25);
    border-top: solid 4px rgb(127,127,127);    
    border-top: solid 4px rgba(255,255,255,0.5);
    box-shadow: 0 0 20px rgba(255,255,255,0.25), inset 0 0 20px rgba(255,255,255,0.25);
  -webkit-animation: load 1.1s infinite linear;
  animation: load 1.1s infinite linear;
}

@-webkit-keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
