/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : May 27, 2015, 12:44:57 PM
    Author     : Ivor
*/

/* CUSTOM FONTS */
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Regular-webfont.ttf') format('truetype'), url('../fonts/Roboto-Regular-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Bold-webfont.ttf') format('truetype'), url('../fonts/Roboto-Bold-webfont.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: normal;
}
@font-face{
    font-family: 'Roboto';
    src: url('../fonts/Roboto-BoldItalic-webfont.woff') format('truetype'), url('../fonts/Roboto-BoldItalic-webfont.eot') format('embedded-opentype');
    font-weight: bold;
    font-style: italic;
}
@font-face{
    font-family: 'Roboto-Light';
    src: url('../fonts/Roboto-Light-webfont.ttf') format('truetype'), url('../fonts/Roboto-Light-webfont.eot') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
}
*{
    z-index: 10;
}
body{
    font-family: 'Roboto';
}
strong{
    font-weight: bold;
}
h1{
    font-size: 32px;
    font-family: 'Roboto-Light';
    width: 100%;
    height: 42px;
    background: rgba(0,0,0,0.6);
    line-height: 42px;
    color: #ecf0f1;
    padding-bottom: 6px;
    padding-top: 6px;
}
#background{
    position: fixed;
    margin-top: -460px;
    left: 0px;
    float: left;
    z-index: 0;
}
#wrapper{
    height: 100%;
    width: 100%;
    min-width: 1024px;
    min-height: 748px;
    display: block;
    position: absolute;
}
#header{
    position: relative;
    width: 100%;
    
    height: 370px;
}
#logo{
    position: relative;
    display: inline-block;
    float: right;
    width: 530px;
    right: 20px;
    top: 20px;
    font-size: 18px;
    color: #2c3e50;
}
#logo ul{
    list-style: disc;
    margin-top: 12px;
    margin-left: 20px;
}
#blurb{
    position: absolute;
    display: inline-block;
    float: left;
    top: 20px;
    left: 20px;
    clear: both;
}
#photos{
    position: relative;
    display: block;
    text-align: center;
    clear: both;
    z-index: 0;
    /* margin-top: 390px; */
    width: 250px;
    height: 250px;
    margin-left: auto;
    margin-right: auto;
}
#photos img{
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
    position: absolute;
    margin-left: -125px;
}
#photos img:hover{
    cursor: pointer;
}
#bottom-content{
    position: relative;
    display: block;
    clear: both;
    width: 96%;
    bottom: 0px;
    font-size: 32px;
    color: #ecf0f1;
    text-align: justify;
    text-align-last: left;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 24px;
    background: url(../img/ui/background-black-60pc.png) repeat;
}
#bottom-content p{
    font-family: 'Roboto-Light';
}
#bottom-content a{
    text-decoration: none;
    color: #d35400;
}
#bottom-content ul{
    margin-top: 24px;
    list-style: none;
    width: 100%;
    position: relative;
    display: block;
    text-align: center;
    text-align-last: center;
    clear: left;
}
#bottom-content ul li{
    font-size: 16px;
    display: inline-block;
    height: 170px;
    text-align: center;
    margin-left: 20px;
    margin-right: 20px;
}
#bottom-content li img{
    position: relative;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-bottom: 0px;
    top: 0px;
}
#gallery{
    position: relative;
    display: block;
    width: 100%;
    max-width: 1250px;
    margin-top: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#gallery img{
    box-shadow: 1px 1px 2px #000;
    -moz-box-shadow: 1px 1px 2px #000;
    -webkit-box-shadow: 1px 1px 2px #000;
}
#gallery a{
    display: inline-block;
    text-decoration: none;
    margin: 2px;
}
@media screen and (max-width: 1420px){
    #logo, #blurb{
        transform: scale(0.8);
        -moz-transform: scale(0.8);
        -webkit-transform: scale(0.8);
        right: -30px;
        top: -10px;
    }
    #blurb{
        left: -60px;
        top: 10px;
    }
}
@media screen and (max-width: 1024px), screen and (max-height: 768px){
    transform: scale(0.8);
    -moz-transform: scale(0.8);
    -webkit-transform: scale(0.8);
}