


* {
    /*border:1px solid green;*/
    font-family: "Helvetica Neue Light", "HelveticaNeue-Light", "Helvetica Neue", Calibri, Helvetica, Arial, sans-serif;
}

body {
    background-image:url("bg.jpg");
    background: #000;
    background-size: cover;

}

#page-one-content {
    display:flex;
    flex-direction: column;

    /*border: 1px solid red;*/


    position: fixed;
    right: 40px;
    left: 40px;
    top: 40px;
    bottom: 40px;


}

#logo-container {
    flex: 1;
    flex-grow: 15;

    display:         flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;


    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image:url('logo.png');

}

#spacer {
    flex: 1;
    flex-grow: 1;
}


#footer {
    flex:1;
    flex-grow: 3;
    margin: 0 auto !important;

    max-width:800px;
    width:100%;
}

#contie {
    max-width:800px;
    width:100%;

    text-align:center;


    display: flex;
    justify-content: space-around;

}

#footer a img{
    /*width:100%;*/
    max-width: 80%;
}
