#agora-container {
	display: none;
}

#vagonFrame {
	width: 100%;
	height: 100%;
}

.pop-box {
    width: 600px;
    min-height: 350px;
    background-color: #EE7C19;
    padding: 12px;
	padding-bottom: 50px;
    border-radius: 8px;
    margin: 0;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.sub-header {
	margin-bottom: 0;
}

.login-prepends {
    width: 100px;
}

#login-parent {
    background-color: rgba(0.3, 0.3, 0.3, 0.7);
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
	position: absolute;
	z-index: 1000000;
}

.jumbotron {
    z-index: 0;
    position: relative;
	margin: 20px;
}

.jumbo-img {
    width: 100%;
    z-index: 1;
}

.jumbo-content {
    z-index: 5000;
    margin-top: -200px;
    background-color: rgba(41, 41, 41, 0.75);
    position:absolute;
    right: 20px;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 8px;
    border: 2px solid rgb(0, 0, 0);
}

.display-4 {
    border-bottom: white 2px solid;
}

.time-left {
    margin-left: 25px;
    color: yellow;
}

.thumbnail {
	z-index: 100000;
	position: absolute;
	width: 100%;
	height: 100%;
	padding: 200px 0;
  border: 3px solid green;
  text-align: center;
  background-color: #000000aa;
  color: #ffffff;
}

.jumbo-img {
	display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  max-height: 60vh;
  height: 50vw;
  margin: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.btn-orange {
    color: #000000;
	background-color: #EE7C19;
    border-color: #EE7C19;
	font-weight: bold;
}

.btn-orange:hover {
	color: #EE7C19;
	background-color: rgba(0, 0, 0, 0);
	
}

#admin-dropdown {
	margin-left: 12px;
}

.profile-form {
	max-width: 400px;
}