.home-bg{
    margin-top: 0px;
    width:50%;
    height: auto;
    margin-bottom: -10px;
}

.top-spacer{
    height: 70px;
}

.main-body {
background-image: url("/images/top/mbt-disc-bg.jpg");
background-repeat: no-repeat;
background-size: cover;
background-attachment: fixed;
background-position: 50% 0%;
}

.container{
    width: 75%;
    margin: auto;
    margin-top: 60px;
    max-width: 1000px;
    min-width: 500px;
    min-height: 1000px;
    background-color: rgba(255,255,255,0.8);
}


.container h2{
    margin-top: 20px;
    margin-bottom:20px;
    font-size: 24pt;
}

.container p{
    margin-top: 20px;
}
.container strong{
    font-size:16pt;

}
.content{
    padding: 30px;
}
.med-image{
    /* margin:30px;*/
    margin-right: 30px;
    float: left;
}
.image-100{
    width: 100%;
}
