/* 
/* 
/*  custom.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/

img.third, .third {
    width: 33%;
}

.icon.icon-xlg {
    height: 5rem;
}

.no-wrap {
    white-space: nowrap;
}

.hidden {
    display: none;
}