@font-face {
    font-family: openSans;
    src: url('../font/OpenSans-Light.ttf');
}

html,
body {
    position: absolute;
    height: 100%;
    width: 100%;
    padding: 0px;
    margin: 0px;
    font-family: openSans;
}

body {
    overflow-y: scroll;
    /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
}

html {
    background: url('../img/background.png');
    background-size: cover;
    background-repeat: no-repeat;
}

#container {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    text-align: center;
    color: white;
    padding: 0px;
    display: none;
    min-height: 710px;
}

#topLayer {
    position: relative;
    height: 100%;
    width: 100%;
    display: block;
}

#left {
    height: auto;
    width: 70%;
    display: inline-block;
    float: left;
    margin: auto;
}

#topSpace {
    position: relative;
    height: 120px;
    width: 100%;
    display: block;
}

#image {
    height: auto;
    width: 12%;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

#burnt {
    height: auto;
    width: 65%;
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

#describtion {
    height: 300px;
    width: 80%;
    /* overflow: auto; */
    margin: auto;
    margin-bottom: 20px;
    display: block;
}

#right {
    height: auto;
    width: 30%;
    display: inline-block;
    float: right;
    margin: auto;
}

#phoneimg {
    height: auto;
    width: 70%;
    min-width: 300px;
    margin-bottom: 20px;
    display: block;
}

#links {
    position: absolute;
    height: 50px;
    width: 100%;
    max-width: 400px;
    left: 30px;
    bottom: 30px
}

.linkImage {
    height: 100%;
    width: 200px;
    margin: auto;
}

@media only screen and (max-width: 1000px) {
    html,
    body {
        overflow: auto;
    }
    #toplayer {
        height: auto;
    }
    #bottomlayer {
        height: auto;
    }
    #topSpace {
        height: 50px;
    }
    #left {
        width: 100%;
        height: auto;
    }
    #right {
        width: 100%;
        height: auto;
    }
    #phoneimg {
        margin: auto;
        width: 35%;
        margin-bottom: 40px;
    }
    #links {
        position: relative;
        height: 50px;
        width: 100%;
        max-width: 400px;
        left: 0px;
        margin: auto;
    }
}

@media only screen and (max-width: 550px) {
    #topSpace {
        height: 25px;
    }
    #image {
        width: 35%;
    }
    #phoneimg {
        margin: auto;
        width: 50%;
        margin-bottom: 60px;
    }
    #describtion {
        height: auto;
        font-size: 14px;
        width: 90%;
    }
    #linkss {
        position: relative;
        height: 40px;
        width: 100%;
        max-width: 300px;
        left: 0px;
        margin: auto;
    }
}

#download-links {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

ul.social-link-box li a img {
    width: 50px;
}

ul.social-link-box li {
    margin-right: 10px;
    list-style: none;
}

ul.social-link-box {
    display: flex;
    padding: 0px;
    margin: 0px;
}

.allSocial {
    float: right;
    margin-right: 30px;
    margin-top: 30px;
}
.footer {
    background: #000 !important;
}

.footer a {
    padding: 20px 15px;
    text-decoration: none;
    font-weight: 800;
    font-size: 16px !important;
    color: #fff;
}