.new {
    margin-bottom: 3em;
    background-color: #eee;
    height:320px;
    width:1140px;
}
.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.new-text {
    width: 50%;
    margin: 0 auto;
    text-align: left;
    padding: 5em 3em 2em 3em;
}
a.mask {
    text-decoration: none;
    overflow: hidden;
    display: block;
    height:80%;
    margin-top:5%;
}

body a{
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
    -moz-transition: 0.5s all;
    -o-transition: 0.5s all;
    -ms-transition: 0.5s all;
}

a {
    color: #1B242F;
    text-decoration: none;
}

a {
    background: transparent;
}
.new h5 {
    color: rgba(44, 47, 47, 1);
    font-size: 1.8em;
    font-weight: 400;
    margin: 0.25em 0;
}
.new h4 {
    color: #ff1791;
    font-size: 2.2em;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 1.4em;
    font-family: 'Orbitron', sans-serif;
}

.new-text p {
    font-size: 0.9em;
    line-height: 1.7em;
    color: #1b1b1b;
    font-weight: 400;
}
