/* Google Font Importation */
@import url(https://fonts.googleapis.com/css?family=Comfortaa:400,700&subset=latin,latin-ext);

@keyframes fadeIn {
  from {
      transform: translateY(-200px);
      opacity: 0;
    }
  to {
      transform: translateY(0px);
      opacity: 1;
    }
}


body, select {
    font-family: 'Comfortaa', Verdana, Arial, sans-serif;
}

body {
    
    background-color: #eff7ff;
    background-image: url('../images/paper.png'), linear-gradient(to bottom, #ffffff 25%, #eff7ff 100%);
    background-repeat: repeat, no-repeat;
    background-attachment: scroll, fixed;
}

a:link, a:visited, .carousel-control-next, .carousel-control-prev, figure.w-100 a i {
    color: #374EA2;
}

a:hover, a:focus, a:active, .carousel-control-next:hover, .carousel-control-prev:hover, .carousel-control-next:focus, .carousel-control-prev:focus, .carousel-control-next:active, .carousel-control-prev:active, figure.w-100 a:hover i, figure.w-100 a:focus i, figure.w-100 a:active i {
    color: #4A8F9F;
}


header, #portfolio, footer {
    opacity: 1;
    animation: fadeIn 1.5s;
}

header {
    margin-bottom: 0.5rem;
    background-color: #f7f7f7;
    background: linear-gradient(to bottom, rgba(247, 247, 247, 1) 0%, rgba(255, 255, 255, 0) 100%);
}

header.container nav {
    padding-left: 0;
    padding-right: 0;
}

header.container .navbar-brand {
    white-space: normal !important;
    text-align: center;
}

.nav-item a.nav-link i.bi {
    font-size: 1.5em;
    margin-top: -0.25em;
    display: inline-block;
}


.carousel-inner {
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
}


.carousel-control-next, .carousel-control-prev {
    align-items: baseline;
    width: 10%;
    opacity: 1;
}

.carousel-control-prev-icon, .carousel-control-next-icon {
    font-size: 2.5rem;
    margin-top: -0.5rem;
}


#portfolio0 article {
    margin-bottom: 3rem;
}

#portfolio0 article h3 {
    margin-bottom: 1.5rem;
}

#portfolio0 article h4 {
    margin-top: 1rem;
}

.LI-profile-badge {
    max-width: 336px;
}



figure.w-100 a {
    max-width: 100%;
    display: block;
}

figure.w-100 a, figure.w-100 a:hover, figure.w-100 a:focus, figure.w-100 a:active {
    text-decoration: none !important;
}

figure.w-100 a i {
    font-size: 2rem;
    display: block;
    text-align: right;
    margin-top: -2.5rem;
  }

  figure.w-100 a i::before {
    background-color: white;
    border-radius: 50%;
    border: 1px solid white;
  }





.portfolio figure.w-100 img {
    max-width: 100%;
    display: block;
}

.portfolio figure.ratio-16x9 iframe {border: none !important;}



.portfolio article {
	background-color: rgba(255, 255, 255, 0.60);
	border: #ccc 2px solid;
	border-radius: 2px;
}

.portfolio article h2 {
    text-align: center;
}

.portfolio article ul {
    padding: 0;
    display: table;
    list-style: inside;
}

.portfolio article ul li:last-child {
	list-style: none;
}

footer h6 {
    margin-top: 2rem;
    text-align: right;
    font-size: 0.75rem;
}


@media print {
    .page-breaker {page-break-before: always;}

    #privacy-warning, header nav, .carousel button {display: none !important;}

    #portfolio {max-width: 100% !important;}

    .carousel-inner {
        width: 100% !important;
        margin-left: 0% !important;
        margin-right: 0% !important;
    }

    #moreinfo h6 {
        font-size: 1px !important;
        color: rgba(255,255,255, 0.01) !important;
    }
}