@charset "utf-8";

@font-face {
  font-family: 'CentraleSans Light';
  src: url('../fonts/CentraleSans-Light.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CentraleSans-Light.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CentraleSans-Light.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CentraleSans-Light.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CentraleSans-Light.svg#d22854b5c8a257945cfe36032fb48365') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  200;
}

@font-face {
  font-family: 'CentraleSans Medium';
  src: url('../fonts/CentraleSans-Medium.eot'); /* IE9 Compat Modes */
  src: url('../fonts/CentraleSans-Medium.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/CentraleSans-Medium.woff') format('woff'), /* Modern Browsers */
       url('../fonts/CentraleSans-Medium.ttf')  format('truetype'), /* Safari, Android, iOS */
       url('../fonts/CentraleSans-Medium.svg#919c5c091df8f3d5bd02f587b9494055') format('svg'); /* Legacy iOS */
       
  font-style:   normal;
  font-weight:  400;
}

/*GLOBAL*/

body,
html {
    font-family: 'CentraleSans Light', sans-serif;
    font-size: 1rem;
    margin: 0;
    color: white;
    background: url(../images/paper_bg.png) repeat;
}

a, a:hover {
    color: inherit;
    text-decoration: none;
}

.container {
    text-align: center;
    display: inline-block;
  vertical-align: middle;
  line-height: normal;
    width: 100%;
    position: absolute;
    top: 50%;
    transform: translate(0, -50%);
}

.webartstudio_logo {
    width: 200px;
    display: inline-block;
}

ul {
    text-transform: uppercase;
    list-style-type: none;
    font-size: 1.3rem;
    font-family: 'CentraleSans Medium', sans-serif;
    padding: 0;
}

li span {
    font-family: 'CentraleSans Light', sans-serif;
}

ul li {
    display: inline-block;
}

.dot {
    font-size: 2rem;
    display: inline-block;
    padding: 0 15px;
}

p {
    font-size: 1.2rem;
    margin: 15px;
}

.nowrap {
    white-space: nowrap;
}

@media (max-width:767px) {
    .dot {
        display: none;
    }
    ul li {
        display: block;
        margin-bottom: 15px;
    }
    .webartstudio_logo {
        width: 170px;
    }
}

@media (max-height: 550px) {
    .container {
        position: relative;
        top: 0;
        transform: translate(0,0);
        margin: 15px 0;
    }
}

.link {
    border-bottom: 1px dashed white;
}