html {
  background: url('../img/cover_venezia.jpg') no-repeat center center fixed; 
  background-size: cover;
  height: 95%;
  font-family: 'Open Sans', sans-serif;
}

body {
  background: transparent;
  height: 100%;
}

.wrap {
  /* OLD browser support */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  -moz-box-wrap: nowrap;
  -webkit-box-wrap: nowrap;
  -ms-flexbox-wrap: nowrap;
  -moz-box-direction: column;
  -webkit-box-direction: column;
  -ms-flexbox-direction: column;
  /* END OLD browser support */

  display: flex; /* or inline-flex */
  flex-direction: column; /* or usually or row */
  justify-content: space-between;
  align-items: center;

  height: 100%;
  width: 100%;
}

a {
  color: #ff3399;
  text-decoration: none;
}

h2 {
  margin: 0 auto;
  padding: 15px 0;
  text-transform: uppercase;
  font-size: 40px;
  
}

#logo img {
  padding: 20px;
}

#message {
  width: 100%;
  text-align: center;
  background-color: #0e0e0e;
  color: white;
  margin-top: 250px;
}

#countdown {
  display: flex;
  justify-content: center;
  background-color: #0e0e0e;
  width: 100%;

  margin: 0 auto;
  padding: 15px 0;  
  
  color: white;  
}
#countdown .countdown-section {
  padding: 0 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.36);
  text-align: center;
}
#countdown .countdown-section:last-child {
  border-right: 0;
}
#countdown .countdown-section .time {
  font-size: 2em;
}
#countdown .countdown-section .desc {
  font-size: 1.2em;
}

#site-footer {
  color: #FFF;
  font-size: 0.875em /* 14px */
  height: 54px;
  padding-bottom: 20px;
}

#oldwebsite{
  color: white;  
}
#oldwebsite .websites {
  display: flex;
  justify-content: center;
  width: 100%;

  margin: 0 auto;
  padding: 15px 0;  
}
#oldwebsite a {
  color: #FF0000;
}
#oldwebsite .oldwebsite-site {
  padding: 0 15px;
  border-right: 2px solid rgba(255, 255, 255, 0.36);
  text-align: center;
}
#oldwebsite .oldwebsite-site:last-child {
  border-right: 0;
}