@import url('https://fonts.googleapis.com/css?family=Poppins:300,400');

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background: #303030;
}

body, html {
    height: 100%;
    width: 100%;
    background: url('../images/offside.jpg') no-repeat center center;
    background-position: center;
    background-size: contain;
    overflow: hidden;
}


@media (max-width: 500px) {
  body, html {
    background: url('../images/offside-mini.jpg') no-repeat center center !important;
  }
}

html{
    -webkit-font-smoothing: antialiased;
}

.overlay {
    background: linear-gradient(to top right, #d2b48c, #000000);
    opacity: 0.9;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

h1,h2,h3,h4,h5,h6 {
    font-weight: 300;
    line-height: inherit;
}

h1 {
    color: #ffffff;
    font-size: 2em;
}

h2 {
    color: #353535;
    font-size: 2em;
}

#home {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    position: relative;
}

#home .container {
    width: 100%;
}

.home-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100vh;
}

.countdown {
    text-align: center;
    margin: 50px 0;
    padding: 0;
}

.countdown li {
    color: #ffffff;
    list-style: none;
    display: inline-block;
    margin: 0 20px;
}

.countdown span {
    font-size: 25px;
}

.countdown h3 {
    font-size: 14px;
    text-transform: uppercase;
    margin: 10px 0;
}

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

    .home-info {
        padding: 0 1em 0 1em;
    }

    .countdown li {
        margin: 0 12px;
    }
}

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

    h1 {
        font-size: 1.50em;
    }

    .menu-items {
        margin: 100px 0;
    }

    .countdown span {
        font-size: 20px;
    }

    .countdown h3 {
        font-size: 12px;
    }
}