h1 {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 2em;
    display: inline-block;
    padding-right: 3em;
}

h2 {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 1.4em;
    margin-bottom: 0em;
}

h3 {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 3em;
    margin-bottom: 0em;
    margin-top: 0.5em;
}

hr {
    border: 1px dotted #fff;
    height: 1px;

}

p {
    font-size: 1.2em;
    margin: 0;
}

img{
    max-width:150px;
    width: 100%;
    min-height: 150px;
    max-height: 150px;
    object-fit: cover;
}


.button {
    background-color: #EA4630;
    border: none;
    color: white;
    padding: 18px 120px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.2em;
    margin: 4px 2px;
    cursor: pointer;
}

body {
    font-family: 'Mountains of Christmas', cursive;
    font-size: 1.5em;
    color: white;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 0.5);
    background-color: #9abad6 !important;
   /* background-image: url('http://i.imgur.com/8zsjgyF.png'), url('http://i.imgur.com/wC1HUtA.png'), url('http://i.imgur.com/j5ekn4f.png');
    -webkit-animation: schnee 25s linear infinite;
    -moz-animation: schnee 25s linear infinite;
    -ms-animation: schnee 25s linear infinite;
    animation: schnee 25s linear infinite;*/

}

.mixed {
    display: flex;
    flex-wrap: wrap;
}

.mixed>* {
    width: 45%;
    margin: 1%;
    border: 1px dotted white;
    padding: 1%;
    text-align: center;
}

@media (min-width: 980px) {
    .mixed>* {
        width: 20%;
    }
}

/* @keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

@-moz-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}

@-webkit-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px;
    }
}

@-ms-keyframes schnee {
    0% {
        background-position: 0px 0px, 0px 0px, 0px 0px
    }

    100% {
        background-position: 500px 1000px, 400px 400px, 300px 300px
    }
}*/


#clockdiv{
  font-family: sans-serif;
  color: #fff;
  display: inline-block;
  font-weight: 100;
  text-align: center;
  font-size: 30px;
}

#clockdiv > div{
  padding: 10px;
  border-radius: 3px;
  background: #688cab;
  display: inline-block;
}

#clockdiv div > span{
  padding: 15px;
  border-radius: 3px;
  background: #435d73;
  display: inline-block;
}

.smalltext{
  padding-top: 5px;
  font-size: 16px;
}