@font-face {
/*
  font-family: myFirstFont;
  src: url(../fonts/PerpetuaTitlingMTLight2.ttf);
 
  font-family: second;
  src: url(../fonts/FontsFree-Net-ApercuLight.ttf);
*/
}

html {
    height:100%;
}
body {
    min-height:100%;
}

.all {
  background-image: -moz-linear-gradient( 135deg, #5999fa 0%, #6eebf1 100%);
  background-image: -webkit-linear-gradient( 135deg, #5999fa 0%, #6eebf1 100%);
  background-image: -ms-linear-gradient( 135deg, #5999fa 0%, #6eebf1 100%);
  background-color: linear-gradient( 135deg, #5999fa 0%, #6eebf1 100%);
  height: 100vh;
}

img {
    max-width: 100%;
    height: auto;
}


@media (max-width: 767px) {
    .large {
        display:none;
    }
}

@media (min-width: 767px) {
    .small{
        display:none;
    }
}

footer {
    width:100%;
    text-align: center;
    position:fixed;
    bottom:0;
}
