

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.back{
    position: fixed;
    top:-20%;
    width: 100%;
    z-index: -1;
}
.h1{
    text-transform: uppercase;
    font-weight: bold;
}
#intro{
    position: relative;
    z-index: 1;
    text-align: center;
    background-color: #eee;
}
.logo{
    height: 200px;
    margin-top: 50px;
}
.main{
    padding: 0px;
    width: 100%;
}
.buttons{
    width: 170px;
     border: 1px solid black;
    padding:10px;
    margin: 20px;
}
.buttons a{
color: black;
    font-size: 20px;
    padding: 20px;
   
}
.ss{
    width: 80%;
}
.n{
    padding: 50px;
    text-align: right;
}
.search{
    background-color: #7CD300;
}
.collection{
    background-color: #F7630C; 
}
.movies{
    background-color: #00BCF2; 
}
.tv{
    background-color: #FF8C00;
}
.music{
    background-color: #E81123; 
}
.text{
    padding: 10px 5px;
    font-size: 20px;
}
.cont{
    color: white;
}
.title{
    border-bottom: 1px solid black;
    font-family: monospace;
    font-size: 40px;
}
.rev{
    text-align: left;
    padding: 50px;
}
.slogo{
    height: 50px;
}
.sdownload{
    background-color: black;
    color:white;
    padding: 10px;
    margin: 20px;
    width: 120px;
    border-radius: 20px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.download{
     padding: 120px;
     text-align: center;
     background-color: #FCE100;
     height: 600px;
}
.developer{
    text-align: center;
}
.avatar{
    height: 100px;
    border-radius: 50px;
}
.dev{
    display: inline-block;
    padding: 10px;
}
.inline{
    display: inline-flex;
}
.dev2{
    display: inline-flex;
}

.developer{
    background-color: rgba(220,220,220,0.9);
}
.cicons{
    font-size: 500px !important;
}
.gicon{
    position: absolute;
}
.feat{
    padding: 20px;
}

