
/* ==============================================================================
    index.html 
 ============================================================================= */

body {
    font-family: "Poppins";
    color:#ffffff;
    margin: 0;
}

#myVideo {
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
  }

.bg-nav { 
    background-color: #2D3B49;
    opacity: .95;
}

.calendar {
    position: relative;
    padding: 0.35rem;
    border-radius: 0.25rem;
    border: 1px solid #818285;
    z-index: 1000;
    font-size: .75rem;
    color: #616164;
    cursor: default;
    background: #fff;
    font-family: inherit;
}

.carousel-item {
    height: 40rem;
    background: #362305e5;
    color: white;
    position: relative;
}

.carousel-item-container {
    position: absolute; 
    bottom:0;
    left:0;
    right:0;
    text-align: center;
    padding-bottom: 50px;
    text-shadow: 2px 2px 5px rgba(49, 31, 16, 0.945);

}

.carousel-overlay-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top:0;
    background-position: center;
    background-size: cover;
    opacity: 0.7;
}

.container-fluid {
    padding: 0;
}

.cover {
    width: 100%;

}

.cover-app {
    margin-top: 50px;
    margin-left: 10%;
    margin-right: 10%;
    display: flex;
    justify-content: center;
    width: 100%;
}

.cover-app-text {
    color: #393E46;
    position: absolute;
    top: 200px;
    left: 20%;
}

.img {
    max-height: 90%;
    max-width: 90%;
}

/* .img_button {
    height: 10%;
} */

.google-calendar{
    width: 80%;
    margin: 30px auto;
}

.intro-text {
    font-size: 1.3rem;
    color: black;
    position: relative;
    padding-left: 10%;
    padding-right: 10%;
    padding-top:20px;
    padding-bottom:20px;
    margin-top: 900px;
    z-index: 0;
    /* &::before {
      content: "";
      @include coverer;
      top: -100vh; */
}

.labrisa-name {
    font-family: Caveat;
    font-size: 3rem;
    font-weight:500;
}

.labrisa-title {
    font-family: Caveat;
    font-size: 3.5rem;
    font-weight:500;
}


.link {
    color: #EDF2F7;
}

.navbar-brand {
    font-family: "Caveat";
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
}

.navbar-logo {
    padding: 0 30px;
    align-content: center;
}

.navbar-toggler {
    padding: 0 30px;
    border: 0;
}

.nav-item {   
    padding: 0 15px;
    font-size: 1rem;
}



.portfolio-description {
    color:black;
    padding: auto;
    margin-top: 20px;
}

.portfolio-images {
    margin-left: 10%;
    margin-right: 10%;
}

.portfolio-info {
    color:black;
    padding-top: 30px;
}

.section-title {
    padding-bottom: 30px;

}

.title-text {
    font-size: 3rem;
    color: #393E46;
    padding: 10px 50px;
}

/* ==============================================================================
    xxx.html
 ============================================================================= */


/* #hero {
    background-image: linear-gradient(rgba(0, 0, 0, 0),rgba(0, 0, 0, 0), #2D3B49),
                  url("../images/IMG_0492.JPG");
    background-position: center; 
    background-size: cover;
    width: 100%;
    height: 100vh;
    position: relative;
    -webkit-animation: zoom 30s;
    animation: zoom 30s;
}

#hero-text {
    background-color: #2D3B49;
    color:#EDF2F7;
    
} */

/* p {
    font-family: "Open-Sans";
    font-size: 1.1rem;
} */

/* .bg-body { 
    background-color: #2D3B49;
} */

/* .hero-text {
    padding: 50px 50px;
    z-index: 1;
} */

/* .labrisa-name {
    font-family: Caveat;
    font-size: 1.5rem;
    font-weight: 500;
} */

.portfolio-details {
    padding-top: 40px;
} 

 .portfolio-details .portfolio-details-container {
    position: relative;
    z-index: 1;
    width: 80%;
}



