html {
    scroll-behavior: smooth; 
}
  
#nav, #footer {
    background-color: black !important; 
}

#home {
    background-image: url("../img/alejandro-escamilla-tAKXap853rY-unsplash.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 100vh; 
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: white !important;
  background-color: #f9261b; 
}

@media (any-hover: hover) {
  .nav-link:hover {
    color: #f9261b !important; } 
}

.navbar-dark .navbar-toggler {
    color: rgba(255,255,255,.5);
    border-color: rgba(255,255,255,0);
}

.aw-red {
    color: #f9261b;
}

a {
    color: #f9261b;
}

.btn-danger {
    color: #f9261b !important;
}

.aw-danger:hover {
    background: #f9261b;
}

.aw-white {
    color: #f8f9fa !important;
}

.aw-white:hover {
    color: #28a745 !important;
}
  
.aw-vertical-align {
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2); 
}
    /* @media (min-width: 576px) {
      .aw-vertical-align {
        height: 100vh; 
    }  
} */

/* .iframe-container{
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; 
    height: 0;
}
.iframe-container iframe{
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
} */
  
.aw-box {
    background-color: rgba(0, 0, 0, 0.3);
    width: 325px;
    padding: 25px; 
}
    @media (min-width: 525px) {
      .aw-box {
        width: 425px;
        padding: 35px; 
    } /* .iframe-container {
        max-width:"560px" !important; 
        max-height:"315px" !important; 
    } */
}
    @media (min-width: 676px) {
      .aw-box {
        width: 600px;
        padding: 50px; 
    } 
}
