/*
 Theme Name:     Mondrian Child Theme
 Theme URI:      http://themeselektor.com/Mondrian
 Description:    Mondrian Child Theme
 Author:         THEMESELEKTOR
 Author URI:     http://themeselektor.com/
 Template:       mondrian
 Version:        1.0
*/
.responsive-image{
    width: 100%;
    height: auto;     
}

.portfolio-buttom{
    background-color: white !important;
    color: black;
    border: 2px solid black !important;
    border-radius: 0px !important;
    margin-right: 10px;
    margin-top: 12px;
}
.portfolio-buttom-active{
    background-color: #0c42c3;
    color: white;
	border-radius: 0px !important;
    margin-right: 10px;
    margin-top: 12px;
}
.portfolio-buttom:hover{
    color: #ffffff !important;
    background-color: #0c42c3!important;
    border-color: #0c42c3 !important;
}

.bottom-size-home-not-found{
    width: 150px;
    height: 50px;
    padding-top: 13px !important;
}
.bottom-home-not-found{
    display: flex; 
    justify-content: center;     
    margin-bottom: 180px;
}
.contain-menssage-sorry{
    display: flex;
    justify-content: center; 
    margin-top: 70px;
}
.sorry{
    color: #0c42c3;
}
.line-bottom-sorry{
    border-top: 2px solid black;
    padding-right: 40px;
    padding-left: 40px;
}
