@import url(https://fonts.googleapis.com/css?family=Ubuntu);

@font-face {
font-family: 'Quantify Bold';
font-style: normal;
font-weight: normal;
src: local('Quantify Bold'), url('Quantify Bold.woff') format('woff');
}

@font-face { 
    font-family: AlphaMaleModern; 
    src: url('fonts/AlphaMaleModern.ttf');
}

::-webkit-scrollbar{
    width:0px;
}

.title{
  color: #2F80ED;
  font-family: 'AlphaMaleModern';
  font-size: 35px;
    text-transform: uppercase;
    font-weight: 800;
} 

.subheading{
    text-align: center;
  font-family: 'Quantify Bold';
  font-size: 30px;
}


body {
  font-family: "Ubuntu";
}

.img-thumbnail{
    border-radius:20px;
}
.img-thumbnail1{
    border-radius:20px;
    position: absolute;
}


@media (min-width: 992.98px) {
.img-thumbnail{
    border-radius:20px;
position: absolute;
    top: 0;
    bottom: 0;
    left:0;
    right:0;
        margin: auto;
}   
 
     
}



.normal-text{
    color: #442244;
    text-align: justify;
}




@media (min-width:500px){
    .removepadding{
        padding-top:80px;
    }
}


@media (min-width:990px){
.someheight{
    padding-top:70px;
}
}