﻿body{
    background-color: rgb(0,0,0);
    color: white;
}

.nav-item {
    background-color: rgb(125,125,125) !important;
    margin: 10px 5px !important;
    border-radius: 20px;
    width: 10px;
}

.nav-item :hover {
    background-color: white !important;
    border-radius: 20px;
    width: 10px !important;
}

.nav-link.active{
    background-color: white !important;
    width: 10px !important;
}

.nav-link{
    width: 10px !important;
    padding: 1px;
    height: 10px;
}

#navBarBackground{
    background-color: rgba(51,51,51, 0) !important;
    border-radius: 10px;
    z-index: 20;
    top: 50%;
    transform: translateY(-50%);
}

.tooltip-inner{
    background-color: rgba(0,0,0,0);
    font-style: italic;
}

.tooltip .arrow{
    display: none;
}

::-webkit-scrollbar{
    width: 7px;
}

::-webkit-scrollbar-track {
    background: rgb(51,51,51);
}

::-webkit-scrollbar-thumb{
    background: rgb(125,125,125);
    border-radius: 5px;
}

center {
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}

.section{
    height: 100vh;
    overflow: hidden;
}

.main{
    height: 25vw;
    width: 500px;
    position: relative;
    z-index: 3;
    left: 5vw;
    top: 15vw;
    /*background-color: rgba(51,51,51,0.5);*/
}

.main h3{
    font-size: 3vh;
    background-color: rgba(51,51,51,0.78);
}

.main p{
    font-size: 1.7vh;
    background-color: rgba(51,51,51,0.78);
}

.image{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 50vh;
    width: 50vw;
    position: relative;
    bottom: 20vh;
    left: 50vw;
    transform: translateX(-35%);
}

.quote {
    height: 10vw;
    width: 25vw;
    position: relative;
    z-index: 3;
    bottom: 15vh;
    left: 60vw;
}

.vertCent {
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
}

footer{
    border-top: 2px solid white;
    margin-top: 50px;
    background-color: rgb(35,35,35);
}

#topButton {
    display: none; /* Hidden by default */
    position: fixed; /* Fixed/sticky position */
    bottom: 20px; /* Place the button at the bottom of the page */
    right: 30px; /* Place the button 30px from the right */
    z-index: 99; /* Make sure it does not overlap */
    border: none; /* Remove borders */
    outline: none; /* Remove outline */
    color: white; /* Text color */
    cursor: pointer; /* Add a mouse pointer on hover */
    padding: 15px; /* Some padding */
    border-radius: 100px; /* Rounded corners */
}

.form-control{
    margin-bottom: 5px;
}

#nav-body>a{
    color: rgb(150,150,150);
}

#nav-body>a:hover{
    color: white;
    font-size: 18px;
}

hr{
    background-color: white;
}

.quote h4 {
    font-size: 14px;
    background-color: rgba(51,51,51,0.5);
}

.quote p {
    font-size: 14px;
    background-color: rgba(51,51,51,0.5);
}

#backgroundImage{
    background-image: url("../images/main_logo.png");
    background-size: contain;
    background-repeat: no-repeat;
    width: 50%;
    min-width: 100px;
}

.thisIsATest{
    height: 100vh;
    width: 70%;
    background-size: contain;
    background-repeat: no-repeat;
    overflow: unset;
    top: 1px;
    position: relative;
    background-position: right;
}

.TestMain{
    background-color: #ff0000;
    width: 40%;
    left: 20%;
    position: relative;
}

.TestQuote{
    background-color: #000000;
    width: 30%;
    position: absolute;
    bottom: 1%;
    right: 1%;
    z-index: 9;
}

@media only screen and (max-width: 1270px){
    .main{
        left: 15%;
        width: 500px;
        position: relative;
    }
    .main p{
        width: 100%;
    }
    .main h3{
        width: 100%;
    }
    .image{
        left: 30vw;
        top: 0;
        width: 100vw;
        position: relative;
    }
    .quote{
        left: 25vw;
        bottom: 0;
        position: relative;
    }
}

@media only screen and (max-width: 885px){
    .main{
        left: 10px;
        width: 95%;
        position: relative;
    }
    .main p{
        width: 100%;
    }
    .main h3{
        width: 100%;
    }
    .image{
        left: 30vw;
        top: 0;
        width: 100vw;
        position: relative;
    }
    .quote{
        left: 20px;
        bottom: 0;
        width: 95%;
        position: relative;
    }
}

/*@media only screen and (max-width: 700px) and (orientaion: landscape){
    .image{
        top: 5vh;
    }
    .main{
        left: 1vh;
        background-color: #00f;
    }
}*/