html {
  scroll-behavior: smooth;
}

body {
  background-image: url(background-image.png);
  font-size: 100%;
  font-family: 'Open Sans', sans-serif;
}

a:link {
  text-decoration: none;
}

.scroll-down-button:hover {
  color: white;
}

.nav-elements-left {
  color: rgb(56, 56, 56);
  margin-left: 25px
}

.nav-elements-right {
  color: rgb(56, 56, 56);
  margin-right: 25px;
}

.nav-color {
  background-color: rgba(215, 247, 240, 0.75);
}

.no-bootstrap-container {
  position: relative;
  text-align: center;
  color: white;
}

.no-bootsrap-centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.no-bootstrap-bottom-right {
  position: absolute;
  bottom: -30%;
  right: 45px;
}

.back-to-top {
  background-color : #31B0D5;
  color: white;
  padding: 10px 20px;
  border-radius: 4px;
  border-color: #46b8da;
  z-index: 9999;
}

#mybutton {
  position: fixed;
  bottom: -4px;
  right: 10px;
  z-index: 9999;
}
.main-head{
    height: 150px;
    background: #FFF;

}

.sidenav {
    height: 100%;
    background-color: #000032;
    overflow-x: hidden;
    padding-top: 20px;
}


.main {
    padding: 0px 10px;
}

@media screen and (max-height: 450px) {
    .sidenav {padding-top: 15px;}
}

@media screen and (max-width: 450px) {
    .login-form{
        margin-top: 10%;
    }

    .register-form{
        margin-top: 10%;
    }
}

@media screen and (min-width: 768px){
    .main{
        margin-left: 40%;
    }

    .sidenav{
        width: 40%;
        position: fixed;
        z-index: 1;
        top: 0;
        left: 0;
    }

    .login-form{
        margin-top: 80%;
    }

    .register-form{
        margin-top: 20%;
    }
}


.login-main-text{
    margin-top: 20%;
    padding: 60px;
    color: #fff;
}

.login-main-text h2{
    font-weight: 300;
}

.btn-black{
    background-color: #000 !important;
    color: #fff;
}
