/* index.html main page styles */
body {
    width: 100%;
    min-height: 100%;
    margin: 0;
    background: var(--back-gif) center;
    background-size: cover;
    display: flex;
    font-family: 'Product Sans';
    font: 'Product Sans';
}
.center {
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.socialicon {
    height: 45px;
    width: 45px;
    margin-bottom: 8px;
}
.info {
    max-width: 300px;
    width: 100%;
    display: flex;
    background: none;
    padding: 0 22px 22px 22px;
    color: var(--text-color);
    -webkit-border-radius: 30px;
    background-color: #000e1c54;
    backdrop-filter: blur(10px);
    border: blueviolet solid 2px;
    box-shadow: blueviolet 0px 0px 6px 1px;
}
.buttons {
    min-width: 300px;
    width: 300px;
    display: flex;
    padding: 0px;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
}
.sap_name {
    margin: 0;
    margin-top: 10px;
    font-size: 32px;
}
a.link {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    padding: 8px 20px; 
    margin: 4px;
    background: var(--back-color);
    color: #fff;
    cursor: pointer;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    width: 256px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    border: var(--border);
}

a.linksocial {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 14px 4px 4px 4px;
    margin: 4px;
    display: flex;
    background: var(--back-color);
    color: #fff;
    cursor: pointer;
    -webkit-border-radius: 8px;
    width: 256px;
    text-align: center;
    text-decoration: none;
    transition: .2s;
    border: var(--border);
    flex-direction: column;
    align-items: center;
    font-size: 14px;
}

.avatar-container {
    margin: 0;
    height: 100px;
}

.avatar {
    position: relative;
    bottom: 100px;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    border: blueviolet solid 2px;
    box-shadow: blueviolet 0px 0px 6px 1px;
}

.menu {
    position: relative;
    display: inline-flex;
    padding: 0.3em;
}


a.link:hover,
a.linksocial:hover,
button:hover {
    background: #fff6;
    color: blueviolet;
}

button:active, button:focus {
      outline: none;
}

button::-moz-focus-inner {
      border: 0;
}

button::-webkit-focus-inner {
    border: 0;
}

hr {
    border: none;
    margin-bottom: 5px;
    margin-top: 5px;
}

h3 {
    font-style: normal;
    font-weight: inherit;
    transition: .2ms;
    -webkit-transition: .2ms;
    text-align: center;
    margin: 0;
    margin-bottom: 5px;
}

h2 {
    font-size: larger;
    transition: .2ms;
    -webkit-transition: .2ms;
    -moz-transition: .2ms;
    margin: 0;
}

#gitlink,
#donate {
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.65);
    z-index: 999;
    overflow: auto;
}
.popup {
    top: 10%;
    left: 0;
    right: 0;       
    font-size: 14px;
    margin: auto;
    width: 85%;
    min-width: 320px;
    max-width: 600px;
    position: absolute;
    padding: 15px 20px;
    border: 1px solid #383838;
    background: var(--over-color);
    color: var(--popup-text-color);
    z-index: 1000;
    -webkit-border-radius: 14px;
    -moz-border-radius: 14px;
    -ms-border-radius: 14px;
    border-radius: 14px;
    font: 'Product Sans';
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -ms-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
}
input[type=button] {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -moz-tap-highlight-color: rgba(0,0,0,0);
    padding: 12px 20px; 
    background: rgb(115, 15, 124);
    color: #fff;
    border: 0 none;
    cursor: pointer;
    border-radius: 8px; 
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -khtml-border-radius: 8px;
    margin-top: 5px;
    margin-left: 5px;
    margin-bottom: 2px;
}

input[type=button]:hover {
    background: rgb(85, 12, 92);
}

input[type=button]:active, input[type=button]:focus {
    outline: none;
}

input[type=button]::-moz-focus-inner {
      border: 0;
}

input[type=button]::-webkit-focus-inner {
    border: 0;
}

.btn {
    -webkit-transition: 0.2s;
    -o-transition: 0.2s;
    -moz-transition: 0.2s;
    transition: 0.2s;
}

a.nolink:active,
a.nolink:hover,
a.nolink {
    text-decoration: none;
    color: #666;
    outline: none;
    border: none;
}
@media(max-height:860px) {
    .avatar {
        position: relative;
        top: 10px;
        width: 90px;
        height: 90px;
        border-radius: 50%;
        border: blueviolet solid 2px;
        box-shadow: none;
    }
}