html{
    background: rgba(38, 50, 56, 1);
}

body{
	color:       #fff;
    background:  #263238;
    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) );
}



/* 
_____________________________________________________________
	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;
}



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




[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"] a,
[data-section="layout-footer"] a:link,
[data-section="layout-footer"] a:visited,
[data-section="layout-footer"] a:hover,
[data-section="layout-footer"] a:active{
	color: #90A4AE;
	text-decoration: none;
	
	transition-property: all;
	transition-duration: 0.4s;
}
[data-section="layout-footer"] a:hover{
	color: #fff;
	text-decoration: underline;
}



/*_____________________________________________________________
	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/grand-canyon-background-0000.jpg") no-repeat;
	background-position: center 25%;
	background-size: cover;
}

[data-section="layout-header"] [data-item="header-logo"]{
	width: 100%;
	height: 350px;
	background: url("../image/grand-canyon-studios-logo-b.png") no-repeat center;
}

@media screen and (max-width: 1279px){
	[data-section="layout-header"] [data-item="header-logo"]{
		background-size: 90% auto;
	}
}




/*_____________________________________________________________
	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;
	margin: 5ex 3em 10ex 3em;
	border-radius: 15px;
	padding: 2ex 2em 5ex 4em;
	color: #212121;
	box-shadow: 0px 7px 12px 0px #212121;
}


[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;
}

/*_____________________________________________________________
	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{
	
}



/* _____________________________________________________________ */
