html, 
html * {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

body {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    background-image: url("images/pattern.gif");
    font-family: DINCondensed-Light, sans-serif;     
}



.max-width {
    max-width: 1000px;
    margin: 0 auto;
}

a {
    text-decoration: none;
}

h1 {
    font-family: DINCondensed-Regular;
    font-size: 48px;
    font-weight: 400;
    color: #6a7887;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.float-right {
    float: right;
}

.fade {      
    transition: all 300ms ease-in-out;
}



/**
 * @license
 * MyFonts Webfont Build ID 3731386, 2019-03-10T12:06:10-0400
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: DINCondensed-Light by ParaType
 * URL: https://www.myfonts.com/fonts/paratype/din-condensed/light-40316/
 * 
 * Webfont: DINCondensed-Regular by ParaType
 * URL: https://www.myfonts.com/fonts/paratype/din-condensed/pt-din-condensed-40316/
 * 
 * 
 * License: https://www.myfonts.com/viewlicense?type=web&buildid=3731386
 * Licensed pageviews: 10,000
 * Webfonts copyright: Copyright &#x00A9; 1998 ParaType Inc., ParaType Ltd. All rights reserved.
 * 
 * © 2019 MyFonts Inc
*/


/* @import must be at top of file, otherwise CSS will not work */
@import url("//hello.myfonts.net/count/38efba");

  
@font-face {font-family: 'DINCondensed-Light';
    src: url('webfonts/38EFBA_0_0.eot?#iefix');
    src: url('webfonts/38EFBA_0_0.eot?#iefix') format('embedded-opentype'),
        url('webfonts/38EFBA_0_0.woff2') format('woff2'),
        url('webfonts/38EFBA_0_0.woff') format('woff'),
        url('webfonts/38EFBA_0_0.ttf') format('truetype');}
 
  
@font-face {font-family: 'DINCondensed-Regular';
    src: url('webfonts/38EFBA_1_0.eot?#iefix');
    src: url('webfonts/38EFBA_1_0.eot?#iefix') format('embedded-opentype'),
        url('webfonts/38EFBA_1_0.woff2') format('woff2'),
        url('webfonts/38EFBA_1_0.woff') format('woff'),
        url('webfonts/38EFBA_1_0.ttf') format('truetype');}




/*====================== Main parts ======================*/

header {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
    top: 0px;
}


main {
    padding-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
    min-height: calc(100vh - 200px);
}

main p {
    font-family: DINCondensed-Light;
    font-weight: 400;
    font-size: 24px;
    color: #6a7887;
    text-transform: none;
    margin-bottom: 20px;
}

.style-logo {
	float: left;
	display: block;
    width: 220px;
}

main a {
    font-family: DINCondensed-Light;
    font-size: 24px;
    color: #31B4C7;
    text-transform: uppercase;
}

main a:hover {
    color: #D9D9D9;
}

main a:visited {
    color: #31B4C7;
}


.button-textfield {
    height: 150px;
}

.container {
    float: left;
    background-color: #31B4C7;
    position: relative;
    width: 45%;
    padding-top: 45%; /* 1:1 Aspect Ratio */
    margin-right: 10px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.buttons {
    position:  absolute;
    top: 3px;
    left: 3px;
    bottom: 3px;
    right: 3px;
    padding: 3px;   
}

.button-one {
    margin-right: 400px;
}

.container:hover {
    background-color: #6a7887;
    opacity: 0.8;
}


.buttons h2 {
    font-family: DINCondensed-Regular;
    color: white;
    font-weight: 400;
}

.buttons p {
    font-size: 10pt;
    color: white;
}

.buttons-MACPC {
    float: left;
    position: absolute;
    bottom: 3px;
    font-family: DINCondensed-Regular;
    font-weight: 400;
    font-size: 12px;
    color: white;
}

.logo-WIN {
    position: absolute;
    right: 3px;
    bottom: 3px;
    height: 30px;
}

.logo-MAC {
    position: absolute;
    right: 3px;
    bottom: 3px;
    height: 35px;
}


.img-bcgr_01 {
    width: 300px;;
    position: absolute;
    top: 250px;
    right: 0px;
    z-index: -1;
}

.english {
    margin-top: 60px;
}


/*====================== Footer ======================*/

footer {

    padding-left: 10px;
    padding-right: 10px;
    margin-top: 60px;
    font-size: 11pt;
    color: #96A2B3;
    font-size: 10pt;
    height: 50px;
}



footer a {
    color: #96A2B3;
    font-weight: normal;
    font-family: helvetica, sans-serif;
}    

footer a:hover {
    color: #31B4C7;
    
}



/*====================== tablet View ======================*/

@media (min-width: 600px){
    
.img-bcgr_01 {
    max-width: 400px;
    width: 80%;
    top: 140px;
    right: 00px;
}

.container {
    width: 260px;
    height: 260px;
    padding-top: 0%;
}
    

.buttons {
    top: 10px;
    left: 10px;
    bottom: 10px;
    right: 10px;
    padding: 10px;
}

.buttons p {
    font-size: 15pt;
}

.buttons-MACPC {
    font-size: 24px;
    bottom: 10px;
}

.logo-WIN {
    right: 10px;
    bottom: 10px;
    height: 45px;
}

.logo-MAC {
    right: 10px;
    bottom: 10px;
    height: 50px;
}
  

/*====================== Desktop View ======================*/

@media (min-width: 900px){

.img-bcgr_01 {
    max-width: 900px;
    width: 80%;
    top: 70px;
    right: 80px;
}

.container {
    margin-right: 20px;
    margin-bottom: 20px;
}
    


