@import url('https://fonts.googleapis.com/css?family=Signika');


body {
 background-image: url("graphics/sf3.png");
 background-size: 1500px 1200px;
 background-attachment: fixed;
 background-position: left top;
 z-index: -1;
}

.banner {
	background: rgba(0, 0, 0, .90);
    top: 0;
    z-index: 5;
    color: white;
    margin-left: auto;
    margin-right: auto;
    border-radius: 5px;
    overflow: hidden;
    height: 70%;
    border-width: 1px;
    border-color: white;
    border-style: solid;
}

.entry {
	background: rgba(0, 0, 0, .96);
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    color: white;
    font-size: 1.00em;
    border-radius: 5px;
    border-width: 1px;
    border-color: white;
    border-style: solid;
    line-height: 1.50;
}

.title {
    font-weight: bold;
    font-size: 2em;
    margin-left: 10%;
    margin-right: 10%;
    font-family: signika;
    padding-bottom: 10px;
    display: block;
}

.body {
	margin-left: 13px;
	margin-right: 13px;
	font-family: helvetica;
	padding-bottom: 10px;
	padding-top: 14px;
	display: block;
}

.footer {
	background: rgba(0, 0, 0, .94);
    position: relative;
    top: 0;
    left: 0;
    z-index: 0;
    color: white;
    font-size: 2em;
    border-radius: 5px;
    margin-left: 10%;
	margin-right: 71%;
	padding-left: 10px;
	padding-bottom: 10px;
	padding-top: 5px;
}

IMG.banner {
	display: auto;
    margin-left: 33%;
    margin-right: 33%;
    image-align: bottom;
    z-index: 5;
}

IMG.banner2 {
	display: in-lines;
    margin-left: 75px;
    margin-right: 50px;	
    border-style: solid;
	border-width: 1px;
	border-color: white;
	border-radius: 5px;
}

IMG.entry {
	display: in-line;
    margin-left: 40px;
    margin-right: auto;
    border-style: solid;
    border-width: 1px;
    border-color: white;
}

.font11 {
	font-size: 11px;
	font-weight: normal;
}

.font16 {
	font-size: 16px;
}

.beat {
	font-size: 16px;
	font-weight: bold;
}


/* On smaller screens, where height is less than 450px, change the style of the sidebar (less padding and a smaller font size) */
@media screen and (max-width: 1000px) {
  .body {font-size: 14px;}
  .footer {display: none;}
  body {background-image: none;background: rgba(0, 0, 0, .80)}
  .banner2 {display: hidden;}  
}