body {
transition: background-color 5s ease;
background-color:#FFB3BA;
}

h2, h3, h4, .highlight, .right{
font-family: "linotype-didot", serif;
font-weight: 400;
font-style: italic;
line-height: 1.0;
text-transform: uppercase;
text-align: right;
color: #072248;
}

p {
font-family: "linotype-didot", serif;
font-weight: 400;
font-style: italic;
}

h2, .highlight{
font-size:60px;
}

.highlight{
color: #FFF;
}

h4{
text-transform:lowercase;
font-size:30px;
}

#facts{
width: 75%;
margin:25px;
}

#logo {
width: 65px;
}

#logo img {
  width: 100%;
  height: auto;
}

a:link {
  color: #072248;
  text-decoration: none;
}

a:visited {
  color: #072248;
  text-decoration: none;
}

a:hover {
  text-decoration: wavy underline #072248 3px;
  text-underline-offset: 2px; 

}

a:active {
  text-decoration: wavy underline #072248 3px;  
}

.button {
  display: inline-block;
  padding: 10px 20px;
  font-size: 16px;
  font-family: "linotype-didot", serif;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: #072248;
  background-color: #FFF;
  border: none;
  border-radius: 15px;
  box-shadow: 0 9px #072248;
  float:right;
}

.button:hover {background-color: #FFF}

.button:active {
  background-color: #FFF;
  box-shadow: 0 5px #072248;
  transform: translateY(4px);
}

h3 {
text-align:center;
}

.big {
font-size: 24px;
}

.modal {
    display: none;
    position: absolute;
    z-index: 1000;
    width: 300px;
    border: 10px solid #072248;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.modal-header {
    padding: 10px;
    cursor: move;
    background: #f1f1f1;
    border-bottom: 1px solid #ccc;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #072248;
}

.modal-content {
    padding: 10px;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.close {
    position: absolute;
    right: 10px;
    top: 10px;
    font-size: 20px;
    cursor: pointer;
    color: #072248;
}

@media only screen and (max-width: 1100px) {

h2, .highlight{
font-size:36px;
}

h4{
font-size:18px;
}

#facts{
width: 90%;
}

#logo {
width: 50px;
}

.button {
font-size:14px;
}

}
@media only screen and (max-width: 768px) {

h2, .highlight{
font-size:24px;
}

h4{
font-size:12px;
}

#logo {
width: 50px;
}

.button {
font-size:12px;
}

}