body{
    /* background: url(./spotlightLensBackgroundImage.jpg) no-repeat center center scroll; 
    background-size: cover; */
    margin: 0;
    padding: 0;
}

#spotlightLens{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #4a4a1342;  
    width: 370px;
    height: 370px;
    border-radius:50%;
    border:2px solid white;
}

#spotlightLensTitle{
    display: table-cell; 
    text-align: center; 
    font-family: 'Montserrat', sans-serif; 
    font-weight: 900; 
    vertical-align: middle; 
    color:#fff;
    text-shadow: 0 0 15px #49363c; 
    font-size: 40px;
    @media(min-width: 660px) {
        font-size: 50px;
    }
}



.picture{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    margin: -1px 0px 0px -1px;
    object-fit: cover;
    padding: 0px;
    position: absolute;
    width: 100%;
}

#container{
    height: 100%; 
    width: 100%;
}

#loginForm{
  width: 400px;
  margin: auto;
  margin-top: 50px;
  background-color: #eee;
  border-radius: 20px;
  padding: 30px;
}

#formTitle{
  font-family: "Satisfy", cursive;
  font-weight: 400;
  font-style: normal;
  text-align: center;
  font-size: 60px;
  margin-bottom: 10px;
}

#fileDropZone{
  width: 700px; 
  height: 400px; 
  background-color: #eee;
  border: 2px #a8abae dashed;
  text-align: center;
  margin: auto;
  margin-top: 30px;

}

#fileDropZone span{
  display:table-cell;
  vertical-align: middle;
  height: 400px;
  width: 700px;
}

#postMediaFileButton{
  border: 1px solid #eee;
}

#postMediaForm{
  margin-top: 50px;
  width:480px;
  margin: auto;
  margin-top: 50px;
}

input::file-selector-button {
  padding: 7px;
  border: 1px solid #eee;
  background-color: #f8f9fa;
  border-radius: 5px;
}

#previewImage{
  width: 150px;
  margin: auto;
  margin-top: 30px;
}

#avatar{
  border-radius: 50%; 
  width:50px;
}

.progress{
  width: 700px;
  margin: auto;
  margin-top: 70px;
}

#myMedia{
  margin-left: 20%;
  margin-right: 20%;
}

.navbar{
  box-shadow: 0 0 7px #f2e8e8;
}

.navbar-brand{
  color: #4e4949;
}

.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
  color: #4e4949;
}