﻿body {
    padding-top: 120px;
    background: url(../images/design/homeBackground.jpg) no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    font-weight: normal;
}

h2 {
    color: #FFFFFF;
}

#mainHeader img {
    margin: 10px;
}

/*#divHome { 
    margin-top: 150px; 
    margin-bottom: 150px;
}*/

@media(max-width:767px) {    
}

@media(min-width:768px) {
    #divHome {
        margin-top: 16px; 
        margin-bottom: 16px;
    }   
}

@media(min-width:992px) {        
}

@media(min-width:1200px) {
    #divHome {
        margin-top: 50px; 
        margin-bottom: 50px;
    }     
}


#divBox01 {
    background-color: #EC1638;
    color: #FFFFFF;
}

#divBox02 {
    background-color: #3975C4;
    color: #FFFFFF;
}

#divBox01 a {
    text-decoration: none;
}

#divBox02 a {
    text-decoration: none;
}

.title {
    margin-top: 26px;    
}

.text {
    height: 160px;
    padding-left: 20px;
    padding-right: 20px;
    color: #FFFFFF;
}

.link {
    padding-bottom: 30px;
}

.btn-enter {
    background-color: transparent;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    border-radius: 0px;
    padding: 10px;
    font-size: 20px;
    display: inline-block;
    width: 330px;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-enter:hover {
    color: #FFFFFF;
}

.btn-enter:visited {
    color: #FFFFFF;
}
.btn-enter:active {
    color: #FFFFFF;
}


