html, body{
    height: 100%;
}



body{
    font-family: monospace, Courier, Arial !important;
    background-color:rgb(200, 200,200);
    display: flex;
    flex-direction: column;
    background-image: url(background-picture.jpg);
}



main{
    flex: 1 0 auto;
    
}

footer {
    flex-shrink: 0;
}

.bg-primary{
    background-color: rgb(20, 20,20) !important;
}

.bg-secondary{
    background-color: rgb(200, 200,200) !important;
}

.navbar .nav-link {
    color:grey !important;

  }

.navbar .navbar-brand{
    color:grey !important;

}


.navbar-toggler-icon {
    filter: invert(1);
  }

.slide-text{
    color: white;
    opacity:90%;
    text-shadow: 1px 1px 10px black;
}

.big{
    font-size: 5em;
}

.medium{
    font-size: 2.5em;

}

.divider{
    margin-top:50px;
}

.text{
    color:rgba(128,128,128)!important;
    
}

.border{
    border:3px solid grey !important;
}

.connect{
    text-decoration:none;
    color:grey;
}

a{
    font-family: monospace, Courier, Arial !important;
    color:rgb(102, 102, 196) !important;
}

a:hover{
    color:blue !important;
}

.marginT{
    font-size:50px;
    margin-left: 30%;
}

.marginT2{
    margin-left:36.5%;
}