.parallax {
    background-image: url('../images/backgrounds/background.jpg');
    width: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: black;
}

.monoton {
	font-family: 'Monoton', serif;
}

.barlow {
	font-family: 'Barlow Semi Condensed', serif;
}

.w-200 {
    width: 200px;
}
.w-300 {
    width: 300px;
}
.w-400 {
    width: 400px;
}
.w-500 {
    width: 500px;
}

.works-modal {
    max-width: 90vw !important;
    color: white;
}
.works-modal .close {
    color: white;
}
.works-modal .close:hover {
    color: #808080;
}
.works-modal > div {
    background: black;
}
.modal-header {
    border: none !important;
}

.work {
    align-self: center;
}
.work img {
    width: 100%;
    padding: 5px;
}

#compass {
    max-width: 200px;
}

#contact-container {
	top: 450px;
}

@media (min-width: 992px) {
    .works-modal {
        max-width: 50vw !important;
    }
} 

