html,body {
    background-color: #fff;
    font-family: "Bodoni MT";
    height: 100%;
    position: relative;
    width: 100%;
    margin: 0 0 0 0px;
}

body {
    overflow-x: hidden!important;
    width: 100%!important
}

/* the 3 column website */
.column{
    float: left;
}

.left{
    width: 20%;
}
.left-inner {
    width: 30%;
    padding-left: 10%;
}

.middle{
    text-align: center;
    width: 60%;
}

.middle-indent{
    padding-left: 10px;
    text-align: center;
    width: 50%;
}

.row{
    padding: 5px 5px 5px 5px;
}
.row:after{
    content: "";
    display: table;
    clear: both;
}
/* make text over the socials image */
/* Top left text */
.top-left {
    position: absolute;
    top: 450px;
    left: 550px;
}

/* Make responsive */
@media screen and (max-width: 481px) {
    .column {
        width: 100%;
    }
}

.css-image{
    width: 70%;
}

.css-paragraph{
    text-align: justify;
}

#mugshot{
    border-radius: 50%;
    width: 50%;
}

#logo{
    background-color: #c2e0cb;
}

#scrum{
    background-color: #C2C8E0;
    font-size: 18px;
}

#team{
    background-color: #E0C2D7;
}

#dj{
    background-color: #E0DAC2;
}

#address {
    background-color: #9fb1a0;
    font-size: 20px;
}

#footer{
    background-color: #c2e0cb;
    font-size: 10px;
}