@import url('https://fonts.googleapis.com/css?family=Poppins');
body{
    margin: 0px;
    background-image: url('../img/mark.jpg');
    background-position: left center;
    background-repeat: no-repeat;
    height: 70vh;
    overflow: auto;
    position: relative;
    background-size: contain;
    color: #1d70b8;
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}
.logo{
    width: 312px;
    height: 129px;
    position: relative;
    overflow: auto;
    margin: 30vh auto 0 auto;
    background-image: url('../img/logo.png');
    background-size: contain;
}
.motto{
    width: 550px;
    height: 129px;
    position: relative;
    overflow: auto;
    margin: 0 auto;
}
.pl{
    padding-left:125px; 
    position: relative;
    overflow: auto;
}
.bottom{
    height: 60px;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,81bbe7+100 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(left, #ffffff 0%, #81bbe7 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #ffffff 0%,#81bbe7 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #ffffff 0%,#81bbe7 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#81bbe7',GradientType=1 ); /* IE6-9 */
    position: absolute;
    bottom: 0;
    overflow: auto;
    width: 60%;
    right: 0;
}
.delay-1 {
animation-delay: 0.30s;
}

@media only screen and (max-width: 550px), only screen and (max-device-width: 550px) {
    .pl{
        padding-left:0px; 
    }
    .motto{
        width: 312px;
    }
    .bottom{
        display: none;
    }
    body{
        background-position: 0 49vh;
    }
}