html{
    background: #020103 url('../images/bg.jpg') repeat-x;
}
body {
    width:1000px;
    margin: 0 auto;
    text-align: center;
    font-family: Helvetica,Arial,sans-serif;
    color: #c8c8c8;
    line-height: 1.2em;
    
}
h1{
    margin-bottom: 30px;
}
.logo{
    margin: 0 auto 60px;
    width: 250px;
    padding: 40px 0 0px 0;
}
.images{
    width: 100%;
    height: 143px;
    margin-top: 50px;
    padding: 13px 0px;
    border-radius: 2px;
}
.images .img-container{
    width: 23%;
    margin: 1%;
    height: 123px;
    overflow: hidden;
    float: left;
    border-radius: 3px;
    -webkit-box-shadow: 7px 8px 19px -1px rgba(0,0,0,0.4);
    -moz-box-shadow: 7px 8px 19px -1px rgba(0,0,0,0.4);
    box-shadow: 7px 8px 19px -1px rgba(0,0,0,0.4);
}
.images .img-container img{
    width: 100%;
    height: auto;
}
.images .img-container:last-child img{
    margin-top: -50px;
}

p{
    max-width: 500px;
    text-align: center;
    margin: 18px auto;
}
.intro-text{
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}
.mandala{
    background: url('../images/mandala-white.png') no-repeat;
    background-size: cover;
    height: 1000px;
    width: 1000px;
    position: absolute;
    z-index: 0;
    opacity: 0.05;
    overflow: hidden;
    left: -151px;
    top: -187px;
}
footer{
    margin-top: 222px;
    position: fixed;
    font-size: 0.8em;
    bottom: 13px;
    width: 100%;
    left: 0;
}