body {
     margin: 0;
     font-family: 'Arial', sans-serif;
     background-color: #fff;
     color: #333;
     line-height: 1.6;
}

@media screen and (min-width: 1600px) {
     body {
	background-color: #f6f6f6;
     }
}

 .container {
     max-width: 1250px;
     display: flex;
     align-items: center;
     justify-content: space-between;
     flex-wrap: wrap;
     z-index: 20;
     padding-left: 0px;
     padding-right: 0px;
     background-color: #fff;
}

@media screen and (min-width: 750px) {
     .container {
        padding: 20px;
	padding-left: 15px;
	padding-right: 15px;
	margin: 0 auto;
     }
}

 .text-block, .logo-img {
     width: 100%;
     text-align: center;
     margin-bottom: 175px;
}

@media screen and (min-width: 750px) {
    .logo-img {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (min-width: 1150px) {
    .logo-img {
	width: auto;
        margin-bottom: 50px;
    }
}


 .text-block {
     order: 1;
     max-width: 512px;
     margin: 0 auto;
}
 .logo-img {
     order: 2;
}
 .separator {
     width: 100%;
     border-top: 1px solid #000;
     margin: 20px 0;
}
 .grabtext {
     font-size: 28px;
     width: 100%;
     text-align: center;
     order: 10;
     margin-top: -15px;
     margin-bottom: -15px;
     font-family: "Trade Winds";
     letter-spacing: 4px;
     color: #ffc735;
     text-shadow: #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px;
}

@media screen and (min-width: 750px) {
    .grabtext {
	font-size: 48px;
	letter-spacing: 5px;
    }
}

.storylist {
     float:left;
     width:50%;
     padding-left:20px;
}

.twitterlist {
     float:right;
     width:50%;
     padding-left:20px;
     border-left: 1px solid #000;
}

@media screen and (max-width: 749px) {
    .storylist {
	width: 100%;
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #000;
    }

    .twitterlist {
	width:100%;
	border-left: none;
    }
}


.bill-box-left, .bill-box-right {
     width: 100%;
     border-top: 1px solid #000;
     margin: 20px 0;
     padding: 20px;
     box-sizing: border-box;
     font-size:18px;
}

@media screen and (min-width: 750px) {
    .bill-box-left, .bill-box-right {
	font-size:24px;
    }
}

.bill-box-center {
     width: 100%;
     text-align: center;
     border-top: 1px solid #000;
     box-sizing: border-box;
}
 .bill-box-left img {
     float: left;
     margin-right: 20px;
     max-width: 100%;
     height: auto;
}
 .bill-box-right img {
     float: right;
     margin-right: 20px;
     max-width: 100%;
     height: auto;
}
 .goldpoptext {
     font-family: "Arial Black";
     color: #ffc735;
     text-shadow: #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px;
}
 .goldpoptext-small {
     font-family: "Arial Black";
     color: #ffc735;
     text-shadow: #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px, #000 0px 0 4px;
}
 .goldpoptext-small a:hover {
     color: #ffc735;
}
 .status-update {
     border: 1px solid #ccc;
     padding: 10px;
     margin-bottom: 20px;
     width:95%;
     box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

@media screen and (min-width: 1450px) {
    .status-update {
    }
}

 .status-info {
     font-family:"IM Fell Great Primer SC", serif;
     font-size: 0.8rem;
     color: #888;
     margin-bottom: 8px;
}
 .status-text {
     font-size: 1rem;
     margin-bottom: 3px;
}
 .poster-name {
     font-family: "Arial Bold";
     color: #000;
}
@media screen and (min-width: 1450px) {
     .bill-box-center {
         font-size: 24px;
    }
}
@media screen and (min-width: 750px) {
     .bill-box-center {
         font-size: 18px;
    }
}
@media screen and (max-width: 749px) {
     .bill-box-center {
         font-size: 14px;
    }
}

.normallink {
    text-decoration: none;
}
.normallink:hover, .normallink:visited {
    text-decoration: none;
}

 .link {
     font-family: "IM Fell Great Primer SC", serif;
     text-decoration: none;
}
 .link:hover, .link:visited {
     text-decoration: none;
}
.im-primer {
     font-family: "IM Fell Great Primer SC", serif;
     font-weight: 400;
     font-style: normal;
     width:100%;
     font-size: 36px;
     padding-bottom: 75px;
     padding-top: 50px;
}


@media screen and (min-width: 750px) {
     .im-primer {
     	font-size: 52px;
	padding-top: 25px;
     }
}

.caption {
	color:black;
	text-decoration:none;
	font-family:"IM Fell Great Primer SC", serif;
	font-size: 18px;
}

@media screen and (min-width: 750px) {
     .caption {
        font-size: 24px;
     }
}

.headinglink {
	color:black;
        text-decoration:none;
        font-family:"IM Fell Great Primer SC", serif;
        font-size: 32px;
}

.headinglink:hover, .headinglink:visited {
     text-decoration: none;
}

.smallheading {
        color:black;
        text-decoration:none;
        font-family:"IM Fell Great Primer SC", serif;
        font-size: 24px;
}

.mainhouse {
    width: 350px;
    height: 350px;
}

@media screen and (min-width: 750px) {
    .mainhouse {
    	width: 512px;
    	height: 512px;
    }
}

