html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: black;
    margin-bottom: 60px;
}

.farmhouse {
    height: 40%;
    width: 40%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.index {
    text-align: center;
}

.socialsImage {
    width: 70px;
    height: auto;
}

.enhancifyImage {
    width: 150px;
    height: auto;
    background-color: white;
}

* {
    font-family: "Quicksand", sans-serif;
    color: white;
}

.work {
    height: 300px;
    width: 300px;
    padding-bottom: 10px;
}

.navbar-toggler-icon{
    background-color: white;
    color:black;
}
.prevControlCarousel{
    position:absolute;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 10%;
    padding: 0;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.8;
}
.nextControlCarousel {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    width: 10%;
    padding: 0;
    text-align: center;
    background: none;
    border: 0;
    opacity: 0.8;
}
.carousel{
    width: fit-content;
}
.carousel-caption {
    font-size:18px;
    padding:8px 0 0 0;
    text-shadow: -1.2px -1.2px 0 #000, 1.2px -1.2px 0 #000, -1.2px 1.2px 0 #000, 1.2px 1.2px 0 #000;
    
}
.watermark {
    height: 100%;
    width: 100%;
}