body{
    background-image: url("..image\francis.jpg");
}
.container {
    margin-left: 10%;
}
.page-header{
    width: 1100px;
}
.img-circle{
    width: 10%;
}
.welcome{
    font-size: 55px;
    font-family: "Old English Text MT";
    font-weight: bold;
    margin-left: 20px;
    text-transform: capitalize;
    color: royalblue;

}

.menubar{
    font-size: 15px;
}
ul li a:hover{
    color: #2b542c;
}
a {
    text-decoration: none;
    color: gold;
    font-weight: bold;
    font-family: Algerian;
    font-size: 20px;
}
ul li {
    display: inline;
    text-decoration: none;
    padding: 30px;
    text-transform: uppercase;
    margin-left: 40px;
}
.sidebar {
    margin-top: 20px;
    padding: 20px;
	background-color: mediumorchid;
    color: snow;
    text-align: justify;
    border: 5px solid;
    border-color: gold;
    font-family: "Lucida Handwriting";
	}
.content {
    padding: 20px;
    margin-top: 20px;
    margin-left:8px;
    background-color: mediumorchid;
    width: 605px;
    color: snow;
    text-align: justify;
    border: 5px solid;
    border-color: gold;
    font-family: "Lucida Handwriting";
}
.image-responsive{
    opacity: .5;
    box-shadow: 10px 5px 5px 10px silver;
}
div.gallery {
    padding: 5px;
    margin-top: 3px;
	float:left;
	width:300px;
	height:auto;
	margin-left: 50px;
}

.gallery img{
    border:5px solid;
    margin-left:5px;
    border-radius:65px;
    border-color: deepskyblue;
    box-shadow:cyan;
    float:left;
}
.decs {
    margin-top: 220px;
	text-align:left;
    /*padding: 80px;*/
    font-family: Gabriola;
    font-size:16px;
    /*margin-right: 50px;*/
    line-height: 1.1em;
}
.footer{
    background-color: magenta;
    font-family: fantasy;
    color: black;
    font-size: 18px;
    padding: 20px;
    border-bottom: 5px solid;
    border-color: gold;
    margin-right: 10%;
    text-align: justify;
    float: left;
}
