/*
Theme Name: MSEurope
Author: Paf
Description: 
Version: 1.0
*/

/****************************/
/*          GENERAL         */
/****************************/

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

body, html { height: 100% }

img {
    max-width: 100%;
    height: auto;
}

a { 
    text-decoration: none;
    cursor: pointer;
}

input, textarea, select  { outline: none; }

#main { 
    max-width: 1280px;
    margin: auto;
}

div, p {
    font-family: source_sans_pro_regular;
}

.dyn-cov {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


