p{
    font-family: 'Courier Prime', monospace;
}

label{
    font-family: 'Courier Prime', monospace;
}
.flex-grow-1 {
  -ms-flex-positive: 1 !important;
  flex-grow: 1 !important;
    	display: flex;
		flex-direction: column;
    justify-content: center;
}
.fill-container{
    min-height: 100%;
    overflow: hidden;
     height:100%;
}

html, body {
    margin: 0;
    height: 100%;
}
.wrapper {
    margin-top: 80px;
    margin-bottom: 80px;
}

.home-overlay {
    position: absolute;  top: 0;  left: 0;

    align-items: center;
    justify-content: center;
    width: 100%;
    height:100%;
}

.video-container {
    z-index: -1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}

.video-container > video {
  display: block;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: -1;
    filter: brightness(50%);
}
@media screen and (max-aspect-ratio: 1920/1080) {
  .video-container > video {
    height: 100%;
  }
}
@media screen and (min-aspect-ratio: 1920/1080) {
  .video-container > video {
    width: 100%;
  }
}

.main-name-intro {
    font-family: 'Major Mono Display', monospace;
    font-size: 44px;
    color: whitesmoke;

}

#app {
    font-family: 'Poppins', sans-serif;
    color: white;
}

.home-nav-btn {
    border-color: black;
    border-style: hidden;
    border-width: 2px;
    transition: border-color 0.4s ease 0s, background-color 0.4s ease 0s;
    margin: 20px;
    margin-top: 30px;
    padding: 9px;
    font-family: 'Major Mono Display', monospace;
    font-size: 25px;
    color: whitesmoke;
}

.home-nav-btn:hover {

    border-style: solid;
    color: #53a5c2;
    text-decoration: none;
    background: black;
}

.shadow-sm {
    box-shadow: 0 .125rem .25rem rgba(0, 0, 0, .075) !important;
}

.shadow {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .7) !important;
}

.shadow-lg {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important;
}

.img-shadow {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15) !important;
}

/* Style all font awesome icons */
.fa {
    padding: 10px;
    font-size: 15px;
    width: 35px;
    text-align: center;
    text-decoration: none;
}

/* Add a hover effect if you want */
.fa:hover {
    opacity: 0.7;
    background: black;
}

/* Set a specific color for each brand */

/* Facebook */
.fa-instagram {
    background: #125688;
    color: white;
}

/* Twitter */
.fa-twitter {
    background: #55ACEE;
    color: white;
}

.fa-youtube {
    background: #bb0000;
    color: white;
}

ul.nav-list {
    padding: 0;
    list-style: none;
}

ul.nav-list li {
    margin-left: 4rem;
    margin-right: 4rem;
}

.rounded-button {
    font-size: 18px;
    font-weight: normal;
    letter-spacing: 0;
    fill: #111111;
    color: #111111;
    background-color: rgba(17, 17, 17, 0);
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-radius: 30px 30px 30px 30px;

    padding: 15px 20px 15px 20px;
}

.rounded-button:hover {
    color: #53a5c2;
    fill: #53a5c2;
}

ul.nav-list li {
    display: inline;
}

.details-statement {
    font-size: 22px;
    font-weight: 300;
    line-height: 1.7em;
}

.copyright-info {
    color: lightgray;
}

.contact-info i {
    font-size: 4.5em;
    color: #53a5c2;

}

.contact-icons {
    font-size: initial;
    display: initial;
    margin-left: 1rem;
}

.contact-info .fa:hover {
    opacity: inherit;
    background: none;
}

.bg-light-gray {
    background-color: #e1e1e1;
}

.phone-email-header {
    font-size: 27px;
    line-height: 1.5em;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
}

.phone-info {
    font-family: Poppins, sans-serif;
    font-size: 17px;
    font-weight: 400;
}

.idea-reality h2 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 5em;
}
.idea-reality {
    font-family: 'Poppins', sans-serif;
    background: url("/static/photos/bg_submit_artists.jpg");
    background-position: center center;
    background-size: cover;
    position: relative;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
    padding: 0 6% 0 6%;
    display: block;
}

/*Extra Large*/
@media (max-width: 992px) {
    .details-statement {
        font-size: 20px;
    }

    .phone-center {
        text-align: center;
    }

    .phone-space {
        margin-bottom: 2rem;
    }

    ul.nav-list li {
        margin: 0;
    }

}

@media (max-width: 768px) {
    #app {
        font-size: 1rem;
    }

    .copyright-info {
        font-size: .8rem;
    }

    .details-statement {
        font-size: 18px;
    }

    .idea-reality h2 {

        font-size: 2.5em;
    }

}
