@font-face {
    font-family: 'icomoon';
    src:url('../fonts/icomoon.eot');
    src:url('../fonts/icomoon.eot?#iefix') format('embedded-opentype'),
    url('../fonts/icomoon.woff') format('woff'),
    url('../fonts/icomoon.ttf') format('truetype'),
    url('../fonts/icomoon.svg#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    border: 0;
    position: relative;
    outline: none;
    font-family: 'Karla', sans-serif;
}

html {
    width: 100%;
    height: 100%;
}

body {
    width: 100%;
    height: 100%;
}

a {
    text-decoration: none;
}

#wrapper {
    width: 100%;
    height: 100%;
}

#header {
    background-color: #526c91;
    color: #eee;
    z-index: 2;
}

#title {
    color: #eee;
}

#footer {
    background-color: #272c42;
    color: #eee;
    z-index: 3;
}


#content::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .05;
    z-index: -1;
    background: url("../img/bg.jpg");
    background-size: cover;
    background-position: center center;
}


.service {
    background-color: #7d9dcc;
    color: white;
}