@font-face{
    font-family: "Avenir Book";
    src: url('fonts/AveniBoo.ttf'),
    url('fonts/AveniBoo.eot'); /* IE */
}

body {
    font-family: "Avenir", sans-serif;
    font-weight:100;
}

* {
    box-sizing:border-box;
}

.wrapper {
    margin: 0 auto;
    text-align: center;
    font-size:19px;
    padding:0 10px;            
}

p {
    line-height:1.5em;
}

.info {            
    margin:0 auto;
}

.services {
    text-transform: uppercase;
    font-size:10px;
    color:#10100e;
    height:20px;
    line-height:20px;
}

.services .dot {
    font-size:25px;
    height:20px;
    line-height:20px;
    vertical-align: middle;
    margin:0 2px;
}

a {
    color: #0069b4;
    text-decoration: none;
}

.logo {
    margin:20px 0 20px;            
    max-width:100%;
}

.small-logo {
    margin-top:40px;
}

@media only screen and (min-width:925px) {
    .wrapper {
        width: 925px;
    }

    .info {
        width:450px;
    }

    .logo {
        margin:105px 0 120px;
    }

    .small-logo {
        margin-top:155px;
    }
   
}