/*
Theme Name:     Brooksidefamilyclinic Child Theme
Theme URI: 		http://themeforest.net/user/artbees
Description:    Child theme for the Jupiter theme 
Author:         Your name here
Theme URI: 		http://themeforest.net/user/artbees
Template:       jupiter
Version:        1.0
*/



/*
Sample : remove the comment and start adding your own custom CSS rules.

body {
	background-color:#fff;
}

*/
/*for-error-404*/
h1.error-404 {
    color:#404040!important;
    font-size: 409px!important;
    line-height: 100%!important;
    font-family: 'raleway'!important;
    margin-bottom: 0px!important;
font-weight: 800!important;

}
h1.pagenotfoundtext {
    color:#404040!important;
    font-family: 'raleway'!important;
    font-size: 41px!important;
    line-height: 100%!important;
}
.not-found-wrapper {
    text-align: center;
    padding: 28px 0 30px;
}
button.button404 {
    background-color: #3d9099;
    border: 2px solid #fff;
    color: #fff;
    padding: 8px 22px;
    font-size: 22px;
    letter-spacing: 3px;
    font-family: 'raleway';
}
h1.error-404 span {
    color: #3d9099;
}
@media screen and (max-width:906px){
    h1.error-404 {
    font-size: 40vw!important;
    }
}
@media screen and (max-width:500px){
    h1.pagenotfoundtext {
    font-size: 31px!important;
    }
}
/*404*/