@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(https://cdnjs.cloudflare.com/ajax/libs/mdbootstrap/4.4.3/css/mdb.min.css);
.darken-grey-text {
color: #2E2E2E;
}
.img-gradient,
.img-gradient-1 {
position:relative;
display:inline-block;
}
.img-gradient:after {
content:'';
position:absolute;
left:0; top:0;
width:100%; height:100%;
display:inline-block;
background: -moz-linear-gradient(top, rgba(0,47,75,0.5) 0%, rgba(220, 66, 37, 0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(220, 66, 37, 0.5)), color-stop(100%,rgba(0,47,75,0.5)));
background: -webkit-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
background: -o-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
background: -ms-linear-gradient(top, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
background: linear-gradient(to bottom, rgba(0,47,75,0.5) 0%,rgba(220, 66, 37, 0.5) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#002f4b', endColorstr='#00000000',GradientType=0 );
}
.img-gradient-1:after {
content:'';
position:absolute;
left:0; top:0;
width:100%; height:100%;
display:inline-block;
background: -moz-linear-gradient(top, rgba(168, 237, 234, 0.5) 0%, rgba(254, 214, 227, 0.5) 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(254, 214, 227, 0.5)), color-stop(100%,rgba(254, 214, 227, 0.5)));
background: -webkit-linear-gradient(top, rgba(168, 237, 234, 0.5) 0%,rgba(254, 214, 227, 0.5) 100%);
background: -o-linear-gradient(top, rgba(168, 237, 234, 0.5) 0%,rgba(254, 214, 227, 0.5) 100%);
background: -ms-linear-gradient(top, rgba(168, 237, 234, 0.5) 0%,rgba(254, 214, 227, 0.5) 100%);
background: linear-gradient(to bottom, rgba(168, 237, 234, 0.5) 0%,rgba(254, 214, 227, 0.5) 100%);