body{

}

.header{

}

.phone{
    position: absolute;
    right: 20px;
    top: 20px;
    float: right;
    text-align: right;
    font-weight: bold;
}

.banner{
    background-color: beige;
    padding: 10px;
    height: 110px;

}

.title{
    padding: 10px;
    font-weight: normal;
    font-size: 28pt;
    font-family: Impact;
    xfont-style: italic;
    color: white;
    text-shadow: black 3px 3px;
    background-color: darkslategrey;
}

.byline{
    font-size: 18pt;
    padding-left: 20px;
    font-family: Arial;
}

.content{
    background-color: #ecedee;
}

.center-content{
    padding: 20px;
    font-size: 14pt;
}

.left-bar{
    xpadding: 20px;
}

.left-bar img{
    margin-top: 20px;
    xmargin-left: 20px;
}

.right-bar{
    background-color: greenyellow;
}

.footer{
    background-color: darkslategrey;
    height: 20px;
}

.carousel-inner img {
    
    clip: rect(60px,90px,200px,20px);
}
