/*AUTHOR: AIRGOLD3#7008 
 This file is part of https://github.com/airgold3/airgold3.github.io
 Copyright (C) 2021, Airgold3#7008
    airgold3.github.io ( is free software: you can redistribute it and/or modify
    it under the terms of the GNU General Public License as published by
    the Free Software Foundation, either version 3 of the License, or
    (at your option) any later version.
    airgold3.github.io ( is distributed in the hope that it will be useful,
    but WITHOUT ANY WARRANTY; without even the implied warranty of
    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
    GNU General Public License for more details.
    You should have received a copy of the GNU General Public License
    along with Automatic Fivem Server Creator.  If not, see <https://www.gnu.org/licenses/>.-->
@import url('https://fonts.googleapis.com/css?family=Poppins:200,300,400,500,600,700,800,900&display=swap');*/
*
{
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;
}
img
{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 200px;
    clip-path: circle();
}
#particles-js
{
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(rgba(0,0,0,0.1), rgba(0,0,0,0.2)), url("images/background.gif");
    background-size: cover;
    background-position: center;
}
h1 
{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: #B92121;
}
.type
{
    color: white;
}
.social-media
{
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.5s;
}
.social-media a
{
    display: inline-flex;
    width: 40px;
    height: 40px;
    background: #fff;
    color: #fff;
    margin: 0 6px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    transition: 0.5s;
    text-decoration: none;
}
.social-media a:hover
{
    transform: translateY(-15px);
    transition: 0.5s;
}
@media (max-width: 991px)
{
    h1
    {
        font-size: 2em;
    }
    .social-media
    {
        position: absolute;
        top: 65%;
        margin: 10px;
        padding: 30px;        
    }
}
