@font-face {
  font-family: ubuntu;
  src: url('fonts/Ubuntu-Regular.ttf');
}
* {
    margin:0;
    padding:0;
}
body{
    background-color:#F7F7F7;
    font-family:ubuntu;
}
#header-cover-text{
    position: absolute;
    text-align: justify;
    top: 50px;
    padding: 50px;
}
#home-top-description-mobile{
        display:none;
}
    
a{
    text-decoration:none;
    color:#222;
}
.big-instagram-btn{
    text-align: center;
    border-radius: 40px;
    color: #fff;
    font-size: 111px;
    line-height: 111px;
    vertical-align: middle;
    padding: 8px 14px;
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    box-shadow: 0px 3px 10px rgba(0,0,0,.25);
}
#home-youtube a.btn{
    margin-bottom:15px;
}

@media only screen and (max-width: 600px) {
    #header-cover-text{
        padding:0;
        top:6px;
        left:33%;
    }
    #header-cover-text h1{
        font-size: 16px;
    }
    #home-top-description{
        display:none;
    }
    #home-top-description-mobile{
        font-size: 12px;
        line-height: 17px;
        display: block;
        padding-right: 7px;
    }
}