<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CUSTOM STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

html {
    scroll-behavior: smooth;
}

body {
    padding-top: 3rem;
    padding-bottom: 3rem;
    color: #5a5a5a;
    font-family: "Dosis", sans-serif;
}

.text-eg {
    color: #ff6900;
}

a.text-eg:link {
    color: #ff6900 !important;
}

a.text-eg:visited {
    color: #ff6900;
}

a.text-eg:hover {
    color: #ff9143 !important;
}

.bg-eg {
    background-color: #ff6900;
}

.bg-grey {
    background-color: #bbbbbb;
}

.bg-black {
    background-color: #000000 !important;
}

.navbar-nav li a {
    color: #ff6900 !important;
    border-radius: 10px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
}

.navbar-nav li a:hover {
    color: #ff9143 !important;
    border-radius: 10px;
    border-width: 2px;
    border-color: black;
    border-style: solid;
}

.navbar-nav .active {
    color: white !important;
    border-radius: 10px;
    border-width: 2px;
    border-color: #ff6900;
    border-style: solid;
}

.title {
    text-transform: uppercase;
    font-weight: bold;
}

.img-auto {
    width: 100%;
    height: 100%;
}

.hover-img:hover {
    filter: blur(4px) grayscale(1);
}

.hover-system:hover .hover-text {
    opacity: 1;	
}

.hover-text {
    opacity: 0;
    transition: all 0.5s;
	pointer-events: auto;
	user-select: none;
	text-shadow:  0 0 10px #000f, 0 0 10px #000;
}

.hover-div:hover .hover-text {
    opacity: 1;	
}

.hover-div:hover .hover-img {
    filter: blur(4px) grayscale(1);	
}

.hover-sys {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.main-wrapper {
    height: 100vh;
    background-image: url("../img/back.jpg");
	background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-section {
    background-image: url("../img/back.jpg");
	background-color: black;
    background-repeat: no-repeat;
    background-size: cover;
}

.title-wrapper {
    display: flex;
    justify-content: center;
	text-align: center;
    align-items: center;
    height: 100%;
}

.title-img {
	max-width:100vw;
	max-height:50vh;	
}

.section {
    padding-top: 100px;
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(255, 255, 255, 0.9);
}

.square-pic {
    aspect-ratio: 1/1;
}

.square-pic img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
  



/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
    margin-bottom: 4rem;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
    bottom: 3rem;
    z-index: 10;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 100%;
}
.carousel-item &gt; div &gt; div &gt; a &gt; img {
    top: 0;
    left: 0;
    min-width: 100%;

	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: 50% 50%;
}

.carousel-control-next,
.carousel-control-prev {
  width: 5vw;
}


/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 40em) {
    /* Bump up size of carousel content */
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 7rem;
    }
}

.google-map {
    padding-bottom: 50%;
    position: relative;
}

.google-map iframe {
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    position: absolute;
}</pre></body></html>