/*
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 : Mar 6, 2017, 3:17:31 PM
    Author     : Shaam
*/

@import "../fonts/HelveticaNeueBold/stylesheet.css"; /*font-family: 'Helvetica-Neue-Bold';*/

html,body
{
    width: 100%;
    background: #fff;
    font-family: 'Helvetica-Neue-Bold';
    font-size: 16px;
    padding: 0;
    margin: 0;
}
.background
{
    width:100%;
    height:100vh;
    background: url(../images/background.jpg) no-repeat center center/cover transparent;
}
.background > div
{
    width: 34%;
    float: left;
    margin-left: 15px;
    padding: 15px;
    background: rgba(224,224,224,0.5);
    height: 100%;
    box-sizing: border-box;
    position: relative;
    min-width: 300px;
}
h1
{
    font-size: 3.2em;
    color: #1e3251;
    padding: 0;
    margin: 0;
    text-align: center;
}
h3,a
{
    text-align: center;
    display: block;
    text-decoration: none;
    color: #1e3251;
    font-size: 1.8em;
    padding: 0;
    margin: 0;
    padding-top: 15px;
    clear: both;
}
img
{
    display: block;
    margin: 15px auto;
}
.logo
{
    display: block;
}
.logo img
{
    margin: 15px auto;
    max-width: 90%;
}
.commingsoon
{
    max-width: 90%;
    margin: 15px auto;
}
.absolute
{
position: absolute;
margin: auto;
top: 50%;
left: 50%;
width: 100%;
-moz-transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-ms-transform: translate(-50%,-50%);
transform: translate(-50%,-50%);
}
@media(max-width:1600px)
{
    body{
        font-size: 14px;
    }
}
@media(max-width:1400px)
{
    body{
        font-size: 13px;
    }
}
@media(max-width:1280px)
{
    body{
        font-size: 12px;
    }
}
@media(max-width:800px)
{
.background > div
{
    width: 50%;
}
    .logo img,.commingsoon {
        max-width: 75%;
    }
}
@media(max-width:500px)
{
    body{
        font-size: 10px;
    }
}
