/*
Theme Name: lake
Theme URI: 
Author: 
Author URI: 
Description: 
Version: 1.0
License: 
License URI: 
Text Domain: lake
Tags: one-column, two-columns, right-sidebar, flexible-header, accessibility-ready, custom-colors, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/*404 page*/
.coming_soon.error{margin-top: 100px;margin-bottom: 0; padding:0 20px;}
.error_404 h2{text-align: center;font-size: 150px;font-weight: bold;color:#ffa36c;}
.error_404 h3{text-align: center;font-size:50px;}
.error_404 p{font-size: 19px;color: #000;padding: 10px 0;}
.error_404 h4{font-size: 19px;color: #000;padding: 10px 0;}
.error_404 ul{padding-right: 15px;}
.error_404 li{font-size: 16px;color: #000;}
/*.error404 header{padding-top: 25px;padding-bottom: 25px;background-color: #df6660;box-shadow: 0px 2px 21px rgba(0,0,0,0.5);}
.page-template-thank-you header{padding-top: 25px;padding-bottom: 25px;background-color: #ffa36c;box-shadow: 0px 2px 21px rgba(0,0,0,0.5);}*/

/*Thank you */ 
.thankyou_page {text-align: center;display: flex;justify-content: center;align-items: center;flex-direction: column;height: 90vh;}
.thankyou_page h1 {color: #ffa36c;font-size: 70px;}
.thankyou_page p {color: #000;font-size: 25px;margin-top: 10px;}
@media only screen and (max-width:960px){
	.page-id-256 .coming_soon a{width:30%;}
}
@media only screen and (max-width:767px)
{
	.error_404 h2{font-size: 100px;}
	.error_404 h3{font-size:20px;}
	.error_404 p{font-size: 17px;}
	.error_404 h4{font-size: 18px;}	
	.error_404 li{font-size: 16px;}
	.coming_soon{margin-bottom: 100px !important;}
	
}

