.navbar-dark .navbar-nav .nav-link {
  font-family: "MonstafallerRegular";
  font-size: xx-large;
}

.navbar-nav .nav-item:hover .nav-link {
  color: #f17501;
}

.card-body {
  font-family: "Julius Sans One"
}

.card-footer {
  font-family: "Julius Sans One"
}

.navbar-toggler:focus {
    box-shadow: none;
}

.btn-primary:active {
    transform: translateY(3px);
}

.btn-secondary:active {
    transform: translateY(3px);
}

.btn-primary {
  font-family: "MonstafallerRegular";
  font-size:25px;
  background-color: #FF8C00;
}

.btn-secondary {
  font-family: "MonstafallerRegular";
  font-size:25px;
  background-color: purple;
}

.btn-primary:hover {
  background-color: #FF8C00;
}

.btn-primary:focus {
  background-color: #FF8C00;
}

.btn-secondary:hover {
  background-color: purple;
}

.btn-secondary:focus {
  background-color: purple;
}

.modal-dialog {
   width: 80%;
   margin: auto;
   top: 60px;
}

.modal-content {
    background-color: black;
    border-radius: 20px !important;
}
.modal-body {
    background-color: black;
}

.modal-footer {
    background-color: black;
}

.join-us:hover {
  background-color: black !important;
  color: #f17501 !important;
}

.dropdown {
  background-color: transparent !important;
}

.dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
    font-family: "MonstafallerRegular";
    min-width: 100%;
 }

 .dropdown-menu > li > a:hover {
    background-image: none;
    color: #f17501;
 }

.dropdown-item {
    color: grey;
 }

.card-img-top {
    position: relative;
    z-index:0;
}

.card-img-top:hover {
    transform: scale(1.03);
    z-index:1;
}

footer {
  font-family: "MonstafallerRegular";
  color: rgba(255,255,255,.25);
}

.container-fluid {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 0px;
}

.container {
  padding-left: 0px;
  padding-right: 0px;
  max-width: 100%;
  height: 100%;

}

body {
  background-color: black;
}

.join-us {
  color: black;
  border: 3px solid black; 
  padding: 8px;
}

.join-us.movies-page {
  color: rgba(255,255,255,.55);
  border: 3px solid rgba(255,255,255,.55); 
  padding: 8px;
}

.navbar {
    top:0;
    z-index: 999;
    width: 100%;
}

.navbar-brand {
    font-family: MonstafallerRegular;
    font-size: 50px;
    padding-left: 20px;
}

a {
    color: white;
    text-decoration: none;
}

a:hover {
    color: #FF8C00;
}

html {
    height: 100%;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.row {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
}

.card {
    border-radius: 0;
}

#cover {
    background-image: url("static/images/cover3.jpg");
    width: 100%;
}

#welcome {
    font-family: MonstafallerRegular;
    color: white;
    font-size: 40px;
    text-align: center;
}

h5
{
  font-size: 1.3vw;
}

@media all and (max-width:768px)
{

    .navbar-brand
    {
      font-size: 40px;
      vertical-align:middle;
    }

    .container-fluid
    {
      padding-top: 0px;
    }

    h5
    {
      font-size: 4vw;
    }

    #doh
    {
      padding-left: 20px;
    }

    .modal-body img {
      max-width: 100%;
      height: auto;
      max-height: 45vh; 
      object-fit: contain; 
    }

    .modal-dialog {
      max-width: 65%; 
    }

}