body{
	position:relative;
    /*background:#151F28;*/
    background:#061331;
}

.wrapper {
	width: 100%;
	float: left;
	position: relative;
	z-index: 2;
}

.wrapper .page {
	width: 100%;
	max-width: 1200px;
	overflow: hidden;
	position: relative;
	border-radius: 7px;
	margin:0 auto;
}

.page-home, .page-interior {
    box-shadow: 2px 2px 6px rgba(0,0,0,.3);
}

.background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    
    /*
    
    background: rgb(252,254,253); Old browsers
    background: -moz-linear-gradient(top,  rgba(252,254,253,1) 0%, rgba(203,219,220,1) 20%, rgba(113,134,139,1) 46%, rgba(113,134,139,1) 46%, rgba(57,77,84,1) 80%, rgba(57,77,84,1) 80%, rgba(21,31,40,1) 100%);
    background: -webkit-linear-gradient(top,  rgba(252,254,253,1) 0%,rgba(203,219,220,1) 20%,rgba(113,134,139,1) 46%,rgba(113,134,139,1) 46%,rgba(57,77,84,1) 80%,rgba(57,77,84,1) 80%,rgba(21,31,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(252,254,253,1) 0%,rgba(203,219,220,1) 20%,rgba(113,134,139,1) 46%,rgba(113,134,139,1) 46%,rgba(57,77,84,1) 80%,rgba(57,77,84,1) 80%,rgba(21,31,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fcfefd', endColorstr='#151f28',GradientType=0 ); 
    
    */
    
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,828999+50,222d48+78,061331+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(130,137,153,1) 50%, rgba(34,45,72,1) 78%, rgba(6,19,49,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(130,137,153,1) 50%,rgba(34,45,72,1) 78%,rgba(6,19,49,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(130,137,153,1) 50%,rgba(34,45,72,1) 78%,rgba(6,19,49,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#061331',GradientType=0 ); /* IE6-9 */


}

.preview-tag {
	text-transform: uppercase;
	font-size: 0.8rem;
	font-weight: 700;
	position: absolute!important;
	top: 0;
	left: 0;
	margin: 1rem;
	padding: 0.25rem 0.75rem !important;
	border-radius: 1rem;
	color: #fff;
	background: rgba(0, 0, 0, 0.5) !important;
}

span.preview-tag.breaking-tag {
    background: rgba(230,0,0,.5) !important;
}

@media screen and (min-width:768px){
    .wrapper .page{
        width:90%;
    }
}