html {
    background-image: url('images/wood.jpg');
}

body {
    max-width:960px;
    margin:auto;
    background: whitesmoke;
    margin-top:10px;
    margin-bottom: 10px;
}

#banner {
    background:black;
    
}
#bannerdata {
    color: white;
    height:150px;
    width: 550px;
    margin: auto;
}

#logo {
    background-image: url(images/logo.png);
    background-size: 130px;
    width: 130px;
    height: 137px;
    display: inline-block;
    float: left;
    margin-top: 5px;
    margin-right: 10px;
}

#logo-old {
    background-image: url('images/logo-old.png');
    background-size: 150px;
    width: 150px;
    height: 150px;
    display: inline-block;
    float: left;
}

#company {
    display: inline-block;
    float: left;
    margin-top: 15px;
}

#name {
    font-size:40px;
}

#slogan {
    font-size:20px;
    text-align:center;
}

main {
    margin:10px;
}

#bbb {
    max-width: 150px;
    float: left;
    margin-right: 10px;
    margin-top:2px;
}

.copyright {
    color: white;
    font-size: 10px;
    padding: 10px;
    text-align: center;
}

#number {
    text-align: center;
    position: relative;
    top: 122px;
    display:none;
}

@media only screen and (max-width: 530px) {
    #company {
        display:none;
    }

    #bannerdata {
        width: 150px;
    }
}

@media only screen and (max-width: 640px) {
    body {
        margin-top:0px;
        margin-bottom:0px;
    }

    main {
        width: 300px;
        margin: auto;
        margin-top: 10px;
    }
}

@media only screen and (min-width:641px) and (max-width: 960px) {
    body {
        margin-top:0px;
        margin-bottom:0px;
    }

    main {
        width: 625px;
        margin: auto;
        margin-top: 10px;
    }
}

.center-cropped {
    width: 310px;
    height: 310px;
    background-position: center center;
    display:inline-block;
    background-repeat: no-repeat;
    background-size: cover;
}

.caption {
    position: relative;
    top: 265px;
    display: table-cell;
    font-size: 30px;
    color: white;
    width: 330px;
    text-align: center;
}

.footer-copyright .contact-link {
    color:white;
    margin: 0px;
}

.fa {
    color: white;
    font-size: 20px !important;
    margin-top: 20px;
}

h2 {
    text-align:center;
}

.footer-copyright a {
    margin:10px;
}
