html{
    background: #fff;
}

body{
	color:       #212121;
    background:  #fff;
    font-family: 'Roboto', sans-serif;
	font-family: 'Monda', sans-serif;
	
	/*
    background:
        linear-gradient(to bottom, rgba(38, 50, 56, 1), rgba(38, 50, 56, 0), rgba(38, 50, 56, 0), rgba(38, 50, 56, 1) ),
        linear-gradient(to right, rgba(55, 71, 79, 1), rgba(69, 90, 100, 1), rgba(69, 90, 100, 1), rgba(55, 71, 79, 1) );
	*/
	
	background: #fff url("../image/yellow-bg-0003.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}



/* 
_____________________________________________________________
	Maintenance
*/

[data-role="maintenance-info"]{
    position:   fixed;
    top:        30%;
    width:      100%;
    text-align: center;
}

[data-role="maintenance-info"] h3{
    font-size: 32pt;
    font-weight: bold;
    color: #FFA000;
}

[data-role="maintenance-info"] p{
    font-size: 18pt;

    color: #90A4AE;
}

[data-role="footer"]{
    position:   fixed;
    bottom:     1em;
    width:      100%;
    text-align: center;

    color: #90A4AE;
}



/* 
_____________________________________________________________
	Footer
*/





[data-section="layout-footer"]{
	width: 100%;
	color: #90A4AE;
	color: #FFF;
	
	width: 100%;
	background-color: #90A4AE;
	height: 760px;
	background: #000 url("../image/coffee-footer-bg-2-0001.jpg") no-repeat;
	background-position: right bottom;
	background-size: contain;
	
	position: relative;
}

[data-section="layout-footer"] [data-item="copyright-notice"]{
	width:      100%;
	text-align: center;
}

[data-section="layout-footer"] [data-item="instance-info"]{
	width:         100%;
	text-align:    right;
	margin-top:    2ex;
	margin-bottom: 2ex;
}

[data-section="layout-footer"] [data-item="footer-floor"]{
	width:    100%;
	position: absolute;
	left:     0px;
	bottom:   1ex;
}

[data-section="layout-footer"] [data-item="footer-gcs-logo"]{
	width: 800px;
	height: 205px;
	background: url("../image/grand-canyon-studios-logo-white.png") no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-left: 5em;
	position: absolute;
	top: 200px;
}
@media screen and (max-width: 900px){
	[data-section="layout-footer"] [data-item="footer-gcs-logo"]{
		width: calc(100% - 10em);
	}
}


/*_____________________________________________________________
	Header
*/




[data-section="layout-header"]{
	width: 100%;
}

[data-section="layout-header"] [data-item="header-background"]{
	width: 100%;
	background-color: #90A4AE;
	height: 350px;
	background: url("../image/coffee-header-bg-2-0001.jpg") no-repeat;
	background-position: center center;
	background-size: cover;
}

[data-section="layout-header"] [data-item="header-logo"]{
	width: 1000px;
	height: 350px;
	background: url("../image/daily-cup-of-coffee-logo-0000.png") no-repeat;
	background-position: center center;
	background-size: 100%;
	margin-left: 5em;
}

@media screen and (max-width: 1279px){
	[data-section="layout-header"] [data-item="header-logo"]{
		width: calc(100% - 10em);
	}
}




/*_____________________________________________________________
	Content Area
*/


[data-section="layout-content"]{
	width: 100%;
}



[data-section="layout-content"] [data-item="plate"]{
	background-color: rgba(255,255,255,0.8);
	background-color: #fbf8f8;
	padding: 10ex 2em 15ex 2em;
	color: #212121;
	
	margin: 0px 3em 0px 3em;
}


[data-section="layout-content"] [data-item="copyright-notice"]{
	width:      100%;
	text-align: center;
}



[data-section="layout-content"] a,
[data-section="layout-content"] a:link,
[data-section="layout-content"] a:visited,
[data-section="layout-content"] a:hover,
[data-section="layout-content"] a:active{
	color: #03A9F4;
	text-decoration: none;
	
	transition-property: all;
	transition-duration: 0.4s;
}
[data-section="layout-content"] a:hover{
	color: #81D4FA;
	text-decoration: underline;
}

/* _____________________________________________________________ */
[data-section="layout-content"] [data-item="left-photo"]{
	width: 800px;
	height: 532px;
	background: url("../image/coffee-newspaper-0000.jpg") no-repeat;
	background-position: center center;
	background-size: 100%;
}

@media screen and (max-width: 1279px){
	[data-section="layout-content"] [data-item="left-photo"]{
		width: 100%;
	}
}


/*_____________________________________________________________
	Cols
*/

.sub-layout-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.sub-layout-column {
  flex-basis: 100%;
}

@media screen and (min-width: 800px) {
  .sub-layout-column {
    flex: 1;
  }
}



.sub-layout-column-right-separator{
	border: none; 
}
@media screen and (min-width: 800px) {
	.sub-layout-column-right-separator{
		border-right: 1px solid #e2e2e2; margin-right: 2em; padding-right: 2em;"
	}
}


/* _____________________________________________________________ */


.post{
	margin-top: 5ex;
}

.post > .post-meta{
	text-align: right;
	color: #9E9E9E;
	font-family: 'Monda', sans-serif;
}

.post > .post-content{
	
}


/* _____________________________________________________________ */
