@charset "UTF-8";
@font-face {
 font-family: CaviarDreamsRegular;
 src:url('../fonts/CaviarDreams.ttf') format('truetype'), 
 url('../fonts/CaviarDreams.woff') format('woff'), 
 url('../fonts/CaviarDreams.otf');
 font-weight:normal;
}


h2 {
    margin:0px;
    padding:0px;
    font-family:CaviarDreamsRegular;
    font-size: 16pt;
}

h3 {
    margin:0px;
    padding:0px;
    font-family:CaviarDreamsRegular;
    font-size: 11pt;
}

h4 {
    margin:0px;
    padding:0px;
    font-family:CaviarDreamsRegular;
    font-size: 9pt;
}

a {
    color:white;
    text-decoration:none;
}

a:hover {
    text-decoration:underline;
}


.main {
    position:absolute; 
    top:0;
    bottom:0;
    height:100%;
    margin-top:0%;
    margin-left: 15%;
    margin-right: 15%;
    max-width:1210px;
    min-width:512px;
    
    background-image:url('../img/bg.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.content {
    width:80%;
    height:82%;
    margin-left: auto;
    margin-right: auto;
    color:white;
}

.header {
    margin-top:17.5%;
    margin-bottom:2.5%;
    margin-left:8%;
    height:18%;
}

.logo {
    position: relative;
    float:left;
    width:20%;
    height:100%;
    background-image:url('../img/logo.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position:center bottom;

}

.shortDescription {
    position:relative;
    margin-left:2.5%;
    float:left;
    width:58%;
    min-height:100%;

}


.shortDescription .bottomPart{
    position: absolute;
    bottom: 0;
    right: 0;
}


.credits {
    float:right;
    width:60%;
    text-align:right;
    margin-top:-50px;
    color:gray;
    z-index:10;
}

.description {
    float:left;
    width:100%;
}

.download {
    cursor:pointer;
    float:right;
    width:33%;
    min-width:180px;
    background-image: url('../img/DUR_Ludicious.png');
    background-repeat: no-repeat;
    background-position: right;
    background-size: auto 100%;
    height:100px;
}

.awards {
    float:left;
    width:33%;
    text-align: center;
}

.awards img {
    width:90%;
    cursor:pointer;
}

.classicLink {
    font-size:9pt;
}

.clear {
    clear:both;
}

.footer {
    
    text-align:center;
    color: red;
    height:2.5%;
}


@media(max-width: 1020px) {
    
    h3 { font-size: 8pt }
    h4 { font-size: 7pt }
}
