@font-face {
	src: url(/fonts/tesla.ttf);
	font-family: tesla;
}



body {
    
    margin: 0;
    padding: 0;
    width: 100vw;
    overflow-x: hidden;
    min-height: 100vh;
    /*background: #222222; */
    
    background: #616161;
    background: radial-gradient(circle,rgba(97, 97, 97, 1) 0%, rgba(0, 0, 0, 1) 100%);
   
    
    
    display: flex;
    flex-direction: column;
    
    
    word-break: break-all;
    
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;

}

body::-webkit-scrollbar {
  display: none;
}

.content{
    margin-top: 80px;
}

#navbar{
   position: sticky;
   background-color: black;
   text-align: center;
   top: 0;
   width: 100vw;
   
   height: 50px;
   
   
   display: flex;
   align-items: center;
   flex-direction: column;
   
   justify-content: center;
   z-index: 2;
   transition: top .3s;
}




#logoContainer1{
    margin-top: 100px;
    margin-bottom: 20px;
    margin-right: 10px;
    
    text-align: center;
    z-index: 5;
    width: 100px;
    height: auto;
    transition: transform .2s;

    

    padding: 20px;
}


#logoBackground{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    z-index: 4;
    
    top: -50px;
    
    background-color: black;
    width: 175px;
    height: 175px;
    
    position: absolute;
    
    border-radius: 50%;
    
    border-style: solid;
    border-width: 5px;
}



#logoContainer2{
    margin-top: 100px;
    margin-bottom: 20px;
    margin-right: 10px;
    
    text-align: center;
    z-index: 5;
    width: 100px;
    height: auto;
    transition: transform .2s;
    display: none;
    

    padding: 20px;
}

#logoContainer1:hover{
    transform: rotate(-360deg);
}

#logoContainer2:hover{
    transform: rotate(-360deg);
}

#loginMessage{
    position: absolute;
    right: 50px;
    color: white;
    font-family: tesla;
}


.j{
    animation: j 10s ease infinite;
}
 
    
.s{
    animation: s 10s ease infinite;
}

.p{
    animation: p 10s ease infinite;
}

@keyFrames j{
        0% {fill: #4285F4;}
        25% {fill: #DB4437;}
        50% {fill: #F4B400;}
        75% {fill: #0F9D58;}
        100%{fill: #4285F4;}
}

@keyFrames s{
        0% {fill: #DB4437;}
        25% {fill: #F4B400;}
        50% {fill: #0F9D58;}
        75% {fill: #4285F4;}
        100%{fill: #DB4437;}
    
}
   
@keyFrames p{
        0% {fill: #F4B400;}
        25% {fill: #0F9D58;}
        50% {fill: #4285F4;}
        75% {fill: #DB4437;}
        100%{fill: #F4B400;}
}


.colorBackground{
    animation: colorBack 10s ease infinite;
}

@keyFrames colorBack{
        0% {background-color: #F4B400;}
        25% {background-color: #0F9D58;}
        50% {background-color: #4285F4;}
        75% {background-color: #DB4437;}
        100%{background-color: #F4B400;}
}


.websiteContainer {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  
}

/*old width: 400px, old height: 320px */

.site{
  width: 320px;
  height: 256px;
  margin: 20px;
  text-align: center;
  line-height: 30px;
  font-size: 30px;
  font-family: tesla;
  color: white;
  border-radius: 20px;
  
  display: flex;
  flex-direction: column;
  justify-content: center;
}




.svgContainer{
    width: 30%;
    height: auto;
    
    margin-left: auto;
    margin-bottom: 5px;
    margin-right: auto;
}

.webLink{
    transition: transform .5s ease;
    text-decoration: none;
}

.webLink:hover{
    transform: scale(1.1);
}


.bv{
    background-color: #DB4437;
}

.hwh{
    background-color: #DB4437;
}

.tjs{
    background-color: #4285F4;
}

.prof{
    background-color: #0F9D58;
}

.purp{
    background-color: #5f3b79;
}

.dem{
    background-color: #F4B400;
}

.stk{
    background-color: #4285F4;
}

.icn{
    background-color: #F4B400;
}

.art{
    background-color: #0F9D58;
}

.progress{
    background-color: #000000;
}

.darkBlue{
    background-color: #0b4db8;
}

.darkGreen{
    background-color: #085932;
}

.darkYellow{
    background-color: #d18100;
}

.darkRed{
    background-color: #a82a1e;
}

.footer{
    font-family: tesla;
    font-size: 20px;
    color: white;
    text-align: center;
    padding: 20px;
    
    display: flex;
    position: relative;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    
    margin-top: auto;
    margin-bottom: 7px;
    
}



.login-bottom{
    position: absolute;
    right: 50px;
    transition: transform .2s;
    text-decoration: none;
    color: white;
}

.login-bottom:hover{
    transform: scale(1.1);
}

#loginLink{
    text-decoration: none;
    color: white;
}

.loginContainer{
    width: 80vw;
    
    margin: auto;
    background-color: #00004f;
    display: flex;
    flex-direction: column;
    
    justify-content: center;
    align-items: center;
    
    padding: 20px;
}

#loginArea{
    width: 100%;
    display: flex;
    flex-direction: column;
}

#loginBox{
    width: auto;
    font-family: tesla;
    font-size: 50px;
    color: white;
    background-color: black;
    
    text-decoration: none;
    
    
    
    margin-bottom: 30px;
    
    text-align: center;
}

#passwordbox{
    width: auto;
    font-family: tesla;
    font-size: 50px;
    color: white;
    background-color: black;
    
    margin-bottom: 30px;
    text-align: center;
}

#loginButton{
    font-family: tesla;
    font-size: 50px;
    margin-left: auto;
    margin-right: auto;
    
    background: linear-gradient(to right, black 50%, white 50%);
    background-size: 200% 100%;
    background-position: right bottom;
    transition: all .2s ease;
}

#loginButton:hover{
    background-position: left bottom;
    color: white;
}



@media (max-width: 1243px){
    
    #logoContainer1{
        display: none;
    }
    
    #logoContainer2{
        display: inline;
    }
    
    .footer{
        justify-content: space-between;
    }
    
    .webLink:hover{
    transform: none;
    }
    #logoContainer1:hover{
        transform: none;
    }
    
    #logoContainer2:hover{
        transform: none;
    }
}