#bg{
    width: 100%;
    height: 100%;
    position: fixed;
    background-image: url(../img/bg1.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    z-index: -999;
}

#logo{
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}

#logo img{
    width: 50%;
    margin-top: 100px;
}

h3{
    width: 100%;
    text-align: center;
    color: #f1f1f1;
    font-size: 2em;
    font-weight: 100;
}
p{
    width: 100%;
    text-align: center;
    color: #f1f1f1;
    font-size: 1.1em;
    font-weight: 100;
    margin-top: -20px;
}
#bts{
    display: flex;
    flex-basis: auto;
    flex-wrap: wrap;
    flex-direction: row;
    width: 90%;
    max-width: 1080px;
    margin: 0 auto;
    text-align: center;
}
#bts #bt{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    flex-grow: 200px;
    width: 300px;
    margin: 0 auto;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 5px;
    color: #000000;
    margin-top: 50px;
}

#bts #bt p{
    color: #a60006;
    margin-top: -40px;
    padding: 20px 0px;
    font-size: 0.8em;
}

#bts #bt a{
    width: 150px;
    border: 1.2px solid #a60006;
    padding: 10px;
    color: #a60006;
    transition: 0.5s;
    border-radius: 5px;
}
#bts #bt a:hover{
    background-color: #a60006;
    color: #f1f1f1;
}

#bts #bt img{
    width: 130px;
}

#ass{
    color: #f1f1f1;
    text-align: center;
    bottom: 0;
    z-index: 999999;
    width: 100%;
    height: 30px;
    font-size: 0.8em
}
#ass a{
    color: #f1f1f1;
}
#ass a:hover{
    color: #a60006;
}