.site-title {
	font-size: 0px;
	display: none; /* Added by me */
}

body.site {
    border-top: none;
    padding: 0px;
}

.body .container {
    background-color: #fff;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
    border: 1px solid rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
    box-shadow: 0px 0px 6px rgba(0,0,0,0.05);
}

body {
    margin: 0;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #333;
    background-color: #180991;
    background-image: url("../images/background3.jpg");
}

h1 {
    color: #032147;
}

.navigation {
    border: 0 !important;
}

#back-top {
display: none;
}

.footer p, .brand {
    display: none;
}

footer {
    display: none;
}

html, body {
    height: 100%;
}
