/*!
Theme Name: clinardia
Theme URI: http://underscores.me/
Author: webplus
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: clinardia
Tags: custom-background, custom-logo, custom-menu, featured-images, 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.

clinardia is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------*/


/* 404 Page */
@media only screen and (max-width: 600px) {
	.error h4{text-transform: uppercase;font-size: 60px;font-weight: bold;letter-spacing: 2px;text-align: center;line-height: 128px;color: #004766;margin: 0;
	}
	.error a{
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 22px;
    padding: 12px 38px;
    transition: all 0.5s ease;
    display: inline-block;
    background: #004766;
	}
}

@media only screen and (min-width: 768px) {
  /* For tablets: */
  .error h4{
    text-transform: uppercase;
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    line-height: 128px;
    color: #004766;
    margin: 0;
	}
.error h5{
    font-size: 25px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0.3px;
    margin: 0;
    position: relative;
    padding: 25px 0;
}
.error p{
    font-size: 18px;
    font-weight: 600;
    color: #666;
}
.error a{
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 22px;
    padding: 12px 38px;
    transition: all 0.5s ease;
    display: inline-block;
    background: #004766;
}
.error a:hover  {
    color: #fff;
    background: #18316F;
    padding: 12px 38px;
    transition: all 0.5s ease;
    display: inline-block;
    background: #cb6c28;
}
.error a:hover  {
    color: #fff;
    background: #18316F;
}
}
@media only screen and (max-width: 768px) {
	.error.text-center.py-md-5 {
	    margin-bottom: 60px;
	}
}
@media only screen and (min-width: 992px) {

/* For desktop: */
  .error h4{
    text-transform: uppercase;
    font-size: 120px;
    font-weight: bold;
    letter-spacing: 2px;
    text-align: center;
    line-height: 128px;
    color: #004766;
    margin: 0;
}
.error h5{font-size: 25px;font-weight: 700;color: #333;letter-spacing: 0.3px;margin: 0;position: relative;padding: 25px 0;
}
.error p{font-size: 18px;font-weight: 600;color: #666;}
.error a{
    line-height: 24px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    border-radius: 22px;
    padding: 12px 38px;
    transition: all 0.5s ease;
    display: inline-block;
    background: #004766;
}
.error a:hover  {
    color: #fff;
    background: #18316F;
    padding: 12px 38px;
    transition: all 0.5s ease;
    display: inline-block;
    background: #cb6c28;
}
.error a:hover{color: #fff;background: #18316F;}
}