
* {
	margin:0px;
	padding:0px;
	border:none;
	box-sizing: border-box;
	}

@font-face {font-family: 'Kelson-Bold';src: url('webfonts/31E3E5_0_0.eot');src: url('webfonts/31E3E5_0_0.eot?#iefix') format('embedded-opentype'),url('webfonts/31E3E5_0_0.woff2') format('woff2'),url('webfonts/31E3E5_0_0.woff') format('woff'),url('webfonts/31E3E5_0_0.ttf') format('truetype');}
@font-face {font-family: 'Kelson';src: url('webfonts/31E3E5_1_0.eot');src: url('webfonts/31E3E5_1_0.eot?#iefix') format('embedded-opentype'),url('webfonts/31E3E5_1_0.woff2') format('woff2'),url('webfonts/31E3E5_1_0.woff') format('woff'),url('webfonts/31E3E5_1_0.ttf') format('truetype');}
@font-face {font-family: 'Kelson-Medium';src: url('webfonts/31E3E5_3_0.eot');src: url('webfonts/31E3E5_3_0.eot?#iefix') format('embedded-opentype'),url('webfonts/31E3E5_3_0.woff2') format('woff2'),url('webfonts/31E3E5_3_0.woff') format('woff'),url('webfonts/31E3E5_3_0.ttf') format('truetype');}


body {
    background-color: #251e52; 
    font-family:'Kelson', Arial, Helvetica, sans-serif;
    font-weight: normal;
}
div#wrapper {
    width:100%; 
    min-height: 400px;
    text-align: center;
    padding: 20px 10px;
    background: #251e52; 
    background: -moz-linear-gradient(top, #0087be 0%, #2b3982 75%, #251e52 100%);
    background: -webkit-linear-gradient(top, #0087be 0%, #2b3982 75%, #251e52 100%);
    background: linear-gradient(to bottom, #0087be 0%, #2b3982 75%, #251e52 100%);
}
h1, p {
    color: white; 
    text-align: center;
}
h1 {
    padding-top: 60px;
    font-size: 56px;
    font-family: 'Kelson-Medium', Arial, Helvetica, sans-serif;
    font-weight: normal;
    color: white;
}


h2 {
    color: white;
    text-align: center;
    font-weight: 100;
    margin: 30px 0 0;
}
p {margin-top: 10px; font-size: 14px;}
p em {display: block; float:right; height: 40px; line-height: 40px;padding: 0 10px;}
a, a:visited {color:#239ed6; text-decoration:none; }
a:active, a:hover {color:#51c8f3;}
a.thumb {
    position: relative;
    display: inline-block;
    transform-origin: center;
    transition-duration: 0.5s;
}
a.thumb:hover {
    transform: scale(1.1,1.1);
    z-index: 3;
}
a.thumb span {
    display: block;
    position: absolute;
    background-image: url(img/magnifyer.svg);
    width: 30%;
    height: 30%;
    background-repeat: no-repeat;
    top: 35%;
    left: 35%;
    background-position: center;
    opacity: 0.7;
    transition-duration: 0.5s;
    background-size: contain;
}
a.thumb:hover span {
    opacity: 1;
    width: 50%;
    height: 50%;
    top: 25%;
    left: 25%;
}
/*
video {
    transform-origin: center;
    transition-duration: 1s;
    transition-delay: 0s;
}
video:hover {
    width: 640px;
    height: 400px;
}
*/


@media only screen and (max-device-width: 520px) and (min-device-width: 480px), only screen and (max-width: 520px) {
    h1 {font-size: 50px;}
}
@media only screen and (max-device-width: 450px) and (min-device-width: 400px), only screen and (max-width: 450px) {
    h1 {font-size: 44px;}
}
@media only screen and (max-device-width: 400px) and (min-device-width: 350px), only screen and (max-width: 400px) {
    h1 {font-size: 38px;}
}
@media only screen and (max-device-width: 350px) and (min-device-width: 200px), only screen and (max-width: 350px) {
    h1 {font-size: 24px;}
    img {transform: scale(0.7,0.7);}
}
