img.bg {
            min-height: 100%;
            min-width: 1024px;
            width: 100%;
            height: auto;
            position: fixed;
            top: 0;
            left: 0;
        }
        
        #languages {
            margin-top: 60px;
            text-align: center;
        }
        
        #slogan {
            margin-top: -70px;
            text-align: center;
            color: white;
            font-family: 'Raleway', sans-serif;
            font-size: 25px;
        }
        
        #climax-ip {
            margin-top: -80px;
            text-align: center;
            color: white;
            font-family: 'Raleway', sans-serif;
            font-size: 72px;
        }
        
        .container {
            height: 320px;
            width: 370px;
            position: absolute;
            margin: -160px 0 0 -185px;
            left: 50%;
            top: 15%;
        }
        
        #footer {
            color: white;
            font-family: 'Maven Pro', sans-serif;
            width: 100%;
            height: 1em;
            text-align: left;
        }
        
        #wrapper {
            color: white;
            height: auto;
            width: auto;
            margin: 0 auto;
            left: 50%;
        }

        #aboutText{
            color: white;
            font-family: 'Maven Pro', sans-serif;
            font-size: 24px;
            text-align: left;
        }