@import url('https://fonts.googleapis.com/css?family=Judson:400,400i,700&subset=latin-ext');

body.responsive.layout-full #page-wrapper .full-container {
    max-width: 1120px;
    margin-left: auto;
    margin-right: auto;
}

.main-navigation a {
    display: block;
    text-decoration: none;
    
    font-weight: normal;
}

.card-box { 
    box-shadow: 0 1px 2px 0 #CED2DB;
    transition: all 300ms ease-out;
}
.card-box:hover {
     box-shadow: 0 0 30px rgba(0,0,0,0.5);
}

.card1 {
  transform: matrix(1, 0, 0, 1, 0, 0);
  box-shadow: 0 23px 39px -20px rgba(0,0,0,.43);

}
.card1:hover {
    box-shadow: 0 30px 58px -16px rgba(0,0,0,.49);
    transition: opacity .3s;
}