/* Place your CSS styles in this file */

h1 {
    text-align: center;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: normal;
}

a {
    font-family: "Abel", sans-serif;
    font-weight: 400;
    font-style: normal;
}

body {
    margin-left:0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}

.navBar {
    background-color: black;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.logo-small {
    background-image: url("./ProfilePicture_4.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 75px;
    height: 75px;
    display: block;
}

.navBar ul {
    display:flex;
    list-style: none;
    flex-direction: row;
}

.navBar ul li {
    text-decoration: none;
    margin-right: 15px;
}

.navBar ul li a{
    text-decoration: none;
    color:#7289da;
}

.logo-spread {
    background-image: url("./BLT_2.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.logo-spread a:first-child {
    margin-top: 50vh;
}

.bltBlue {
    color:#7289da;
}

.bltBlue-dark {
    color:#5e78d5;
}

.description {
    font-size: 25px;
}

.description-small {
    font-size: 18px;
}

.divider {
    background: linear-gradient(to bottom, rgba(0,0,0,0),black, rgba(0,0,0,0));
    height: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    transform: translateY(-150px);

}

.header {
    color:#fd2147;
    font-size: 30px;
}

#armadaforge {
    background-image: url("./spacepictures_bottom4.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
}

.armadaforgelogo {
    background-image: url("./ArmadaForge_copy3.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.margin-sides {
    margin-right: 70px;
    margin-left: 70px;
}

.footer {
    background-color: black;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 130px;
    margin:0px;
}

.button {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
    background-color: black;
    text-decoration: none;
    border-radius: 20px;
    border: solid 1px #7289da;
}

#scpw {
    background-image: url("./scpwworld.jpg");
    background-position-y: 40vh;
    background-position-x: 50%;
    background-color: #010101;
    background-size: contain;
    background-repeat: no-repeat;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
}

.red {
    color: white;
}

.red-dark {
    color: darkred;
}

.button-red {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
    background-color: black;
    text-decoration: none;
    border-radius: 20px;
    border: solid 1px red;
}

.header-scp {
    margin-top: 25vh;
    margin-bottom: 25vh;
    font-size: 70px;
}

#frostbite {
    background-image: url("./fbbg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-bottom: 50px;
}

.frostbitelogo {
    background-image: url("./fblogo.png");
    background-size: 25%;
    background-repeat: no-repeat;
    background-position-x: 50%;
    background-position-y: 50vh;
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.divider-small {
    background-color: black;
    height: 20px;
}

.button-fbblue {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    margin-top: 30px;
    background-color: black;
    text-decoration: none;
    border-radius: 20px;
    border: solid 1px darkblue;
}

.fbblue-dark {
    color:lightskyblue;
}

.hidden-div {
    opacity: 0;
    transition: opacity 0.8s ease;
}

.visible {
    opacity: 1;
}

.aboutus {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: black;
    height: 100vh;
}

.white {
    color: white;
}

.buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    background-color: black;
    height: 100vh;
}

.buttons div {
    margin-left: 20px;
    margin-right: 20px;
}

.socialbutton {
    display: flex;
    flex-direction: column;
}

.social {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: solid 1px #7289da;
}

#discordserver {
    background-image: url("./discordlogo.png");
    background-color: black;
    border-radius: 75px;
    width: 75px;
    height: 75px;
}

#discorduname {
    background-image: url("./ProfilePicture_4.png");
    background-color: black;
    border-radius: 75px;
    width: 75px;
    height: 75px;
}

#discorduname2 {
    background-image: url("./royace.png");
    background-color: black;
    border-radius: 75px;
    width: 75px;
    height: 75px;
}

.socialtext {
    color: white;
    text-align: center;
    margin-top: 10px;
}


.tooltip {
    visibility: hidden;
    width: 120px;
    background-color: #000;
    color:#fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 50%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
}

.socialbutton:hover .tooltip {
    visibility: visible;
    opacity: 1;
}

.margin-left {
    margin-left:15px;
}

.margin-right {
    margin-right:15px;
}