@charset "UTF-8";
/* CSS Document */
@import url("https://fonts.googleapis.com/css?family=Quicksand:400,700");
html {
    background: #f0f0f0;
}
body {
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    max-width: 1920px;
    margin: 0 auto;
    font-family: "Quicksand", sans-serif;
    font-weight: 100;
    font-size: 1rem;
    line-height: 1.5rem;
    color: #707070;
}
h1, h2, h3, h4, h5 {
    font-family: "Quicksand", sans-serif;
    text-transform: uppercase;
}
h2 {
    font-size: 1.5rem;
    position: relative;
    margin-bottom: 2.8125rem;
}
h4, #gdpr-cookie-message h5 {
	text-transform: none;
    font-size: 1rem;
    color: #ac5f31;
    font-weight: 700;
}
strong {
    font-weight: 700;
}
section {
    padding: 5rem 0;
    position: relative;
}
a {
    color: #ac5f31;
    transition: color 0.3s ease;
}
a:hover {
    color: #87482c;
    text-decoration: none;
}
section:first-of-type:not(#hero) {
    margin-top: 4.625rem;
}
h2.main-title span {
    color: #ac5f31;
    font-weight: 700;
}
/* overwritten container width */
.container {
    max-width: 1600px;
}
.btn {
    background: #ac5f31;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 1rem;
}
.btn:hover, .btn:active {
    background: #87482c !important;
    color: #fff !important;
}
.btn:focus {
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.15) !important;
    border-color: #bababa !important;
}
.noBodyScroll {
    overflow: hidden;
}
#hero {
    padding: 0;
}
/*.hero-wrapper {
    height: 100vh;
    width: 100vw;
    max-width: 100%;
    background: url(../images/bg-marble.jpg) right top no-repeat;
    background-size: cover;
    position: relative;
}*/
.hero-wrapper .hero-logo {
    max-width: 75%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.scroll-down-wrap {
    position: absolute;
	bottom: 0;
    height: 4.6875rem;
    width: 100vw;
    max-width: 100%;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid rgba(88, 88, 88, 0.1);
}
.scroll-down-wrap a {
    display: block;
    width: 4.6875rem;
    height: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    line-height: 4.5rem;
}
.scroll-down-wrap i {
    color: #ac5f31;
    animation-name: scroll;
    animation-duration: 2.2s;
    animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
    animation-iteration-count: infinite;
}
@keyframes scroll {
 0% {
 opacity: 0;
}
 10% {
 transform: translateY(0);
 opacity: 1;
}
 100% {
 transform: translateY(0.5rem);
 opacity: 0;
}
}
.scroll-down-wrap .fas {
    position: absolute;
    bottom: 0.3125rem;
    color: #eee;
    opacity: 0.75;
}
.scroll-down-wrap .fas, .scroll-downs {
    left: 50%;
    transform: translateX(-50%);
}
.information {
    position: fixed;
    bottom: 0.9375rem;
    right: 0.9375rem;
    left: 0.9375rem;
    max-width: none;
    padding: 0.9375rem;
    background: #fff;
    z-index: 1050;
    border: 1px solid rgba(88, 88, 88, 0.1);
}
.information .btn {
    float: right;
    margin-left: 0.9375rem;
    letter-spacing: 0.0625rem;
    color: #fff !important;
}
.navbar {
    position: fixed;
    width: 100%;
    max-width: 1920px;
    background: #fff;
    z-index: 1030;
    padding: 0;
    top: 0;
    border-bottom: 1px solid rgba(88, 88, 88, 0.1);
    height: 4.625rem;
}
.navbar.fixed {
    position: fixed;
    top: 0;
}
.navbar-brand h1 {
    font-size: 1.125rem;
    line-height: 2.5rem;
    color: #333;
    font-weight: 800;
    letter-spacing: 0.125rem;
    margin: 0;
}
.navbar-brand img {
    width: 180px;
}
a.navbar-brand {
    margin-left: 0.9375rem;
}
.navbar-toggler {
    font-size: 1rem;
    text-transform: uppercase;
	/*color: black !important;*/
}
.navbar-toggler-icon {
    margin-left: 0.3125rem;
}
.navbar-toggler-icon .fal {
    font-size: 1rem;
    line-height: 1.3rem;
	/*color: black !important;*/
}
.navbar-nav li {
    position: relative;
    transition: background 0.3s ease;
}
.navbar-nav li:hover {
    background: #eee;
}
.navbar-nav li.active {
    background: #fff;
}
.navbar .navbar-nav .nav-item > a {
    font-family: "Quicksand", sans-serif;
    color: #333;
    letter-spacing: 0.0625rem;
    line-height: 2.125rem;
    padding-right: 0.625rem;
    padding-left: 0.625rem;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}
.navbar .navbar-nav li.dropdown > a {
    padding-right: 2.1875rem;
    position: relative;
}
.navbar .navbar-nav li.active > a {
    color: #ac5f31;
    font-weight: bold;
}
.noBodyScroll .navbar-collapse {
    overflow-y: scroll;
}
.dropdown-toggle::after {
    content: "\f078";
    font-family: "Font Awesome 5 Pro";
    border: 0;
    font-size: 0.75rem;
    line-height: 0;
    padding: 0;
    font-weight: 100;
    position: absolute;
    right: 1.75rem;
    top: 50%;
    transform: translateY(-50%);
}
.dropdown-menu {
    border-radius: 0;
    border: 0;
    margin: 0;
    right: 0;
    left: auto;
}
.navbar .navbar-nav li.dropdown a.dropdown-item {
    font-weight: 100;
    font-size: 0.875rem;
    color: #555;
    border-bottom: 1px dashed #ac5f31;
	text-transform: capitalize;
}
.navbar .navbar-nav li.dropdown a.dropdown-item:last-of-type {
    border-bottom: 0;
}
.dropdown-item::before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 0.625rem;
    margin-right: 0.625rem;
    transition: margin 0.3s ease;
}
.dropdown-item:hover::before {
    margin-right: 0.9375rem;
}
#navbarNavDropdown {
    background: #fff;
    position: absolute;
    top: 4.625rem;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
	background: #eee;
}
.lang-select {
	text-transform: uppercase;
}
#about img {
    margin-bottom: 2.8125rem;
}
#cta {
    border-top: 0.0625rem solid #eee;
    border-bottom: 0.0625rem solid #eee;
}
.cta-box {
    background-color: #ac5f31;
    color: #fff;
    padding: 0.9375rem 0.9375rem 4.125rem;
    position: relative;
}
.cta-box p {
    width: 100%;
}
.cta-box a {
    position: absolute;
    right: 0.9375rem;
    border: 1px solid #fff;
    bottom: 0.9375rem;
}
.cta-box a:hover {
    border: 1px solid #fff;
}
h2.main-title {
    text-transform: none;
    border-left: 0.1875rem solid #ac5f31;
    padding-left: 0.5em;
}
h2.main-title .brown {
    font-weight: 700;
}
.project-inner {
    background: #fff;
    border: 0.0625rem solid #eee;
    position: relative;
}
.project-body {
    padding: 1.875rem 1.5rem 3.1875rem 0;
    position: relative;
    height: 100%;
}
.project-body a.btn {
    position: absolute;
    bottom: 0;
    right: 0rem;
}
.project-title h3 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ac5f31;
    padding-bottom: 0.625rem;
}
.project-title h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #585858;
    text-transform: lowercase;
}
section#project-box article .project-body {
    padding: 1.875rem 1.5rem;
}
section#project-box article {
    margin-bottom: 1.875rem;
}
section#project-box article + h2 {
    margin-top: 3.75rem;
}
section#project-box h3 {
    text-transform: none;
}
section#project-box h4 {
    text-transform: none;
    font-size: 1rem;
    color: #ac5f31;
    font-weight: 700;
}
#project-box ul, #project-box p {
    margin-bottom: 1.875rem;
}

#project-box ul.assignment-list{
	margin-bottom:0;
}

/*.hero-slider.slick-slider {
    height: calc(100vh - 4.6875rem);
}*/
.hero-slider.slick-slider .slick-list {
    opacity: 1;
    animation: fadeIn cubic-bezier(0.65, -0.01, 0.85, 0.46);
    animation-iteration-count: 1;
    animation-duration: 4s;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
/*.hero-slider .slick-slide img {
    display: block;
    min-width: 100%;
    min-height: 100vh;
    max-width: 130%;
}*/
/* changes for no cropping - remove comments from same classes in this stylesheet */
.hero-wrapper {
    width: 100vw;
    max-width: 100%;
    background: url(../images/bg-marble.jpg) right top no-repeat;
    background-size: cover;
    position: relative;
    margin-top: 74px;
    padding-top: 56.25%;
	max-height: 50vh;
}
.hero-slider.slick-slider {
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.hero-slider .slick-slide img {
    display: block;
    max-width: 100%;
    height: 100%;
	margin: 0 auto;
}
.scroll-down-wrap {
    bottom: -4.6875rem;
}
.slick-track {
	height: 100%;
}
.project-img {
	display: block;
    overflow: hidden;
    position: relative;
    padding-top: 56.25%;
}
.project-img a {
    height: 100%;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.project-img a img {
    height: 100%;
}
/*end changes for no cropping*/
.hero-slider .slick-list {
    height: 100%;
}
section#projects {
    border-top: 0.0625rem solid #eee;
}
.card {
    margin-bottom: 1.875rem;
    height: calc(100% - 1.875rem);
    border-radius: 0;
}
.card-img-top {
    border-radius: 0;
}
.card-title {
    height: 5.5rem;
    overflow: hidden;
    text-transform: none;
    font-size: 1.5rem;
    font-weight: 700;
    color: #ac5f31;
    padding-bottom: 0.625rem;
}
.card-body {
    padding-bottom: 4.25rem;
}
.card-body .btn {
    position: absolute;
    bottom: 0rem;
    right: 0rem;
}
.card-body .btn .fal {
    margin-left: 0.9375rem;
}
.pagination-wrapper {
    text-align: center;
}
ul.pagination {
    border-radius: 0 !important;
}
ul.pagination li a {
    color: #87482c;
    margin-right: 0.625rem;
}
ul.pagination .page-link:hover {
    z-index: 2;
    color: #87482c;
    text-decoration: none;
    background-color: #fff;
    border-color: #87482c;
    transition: all 0.3s ease;
}
.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    color: #ac5f31;
    background-color: #fff;
    border-color: #ac5f31;
}
.page-item:last-child .page-link {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.page-item:first-child .page-link {
    margin-left: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.page-item .page-link {
    width: 2.375rem;
    text-align: center;
}
section#history {
    border-top: 0.0625rem solid #eee;
}
#timeline {
    position: relative;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 3rem;
}
#timeline div:after {
    content: '';
    width: 1px;
    position: absolute;
    top: .5rem;
    bottom: 0rem;
    /*left: 3.75rem;*/
	left: 6.25rem;
    z-index: 1;
    background: #eee;
}
#timeline h3 {
    position: -webkit-sticky;
    position: sticky;
    top: 5rem;
    color: #707070;
    margin: 0;
    font-size: 1rem;
    font-weight: 400;
    transition: color 0.3s ease;
}
#timeline article.year {
    position: relative;
    margin-bottom: 3.75rem;
}
#timeline article.year div {
    position: relative;
    padding-bottom: 0rem;
    margin-bottom: 1.85rem;
}
#timeline article.year div ul {
    list-style-type: none;
    /*padding: 0 0 0 4.6875rem;*/
	padding: 0 0 0 8rem;
    margin: -1.35rem 0 1em;
    font-size: 1rem;
}
/** Timeline list items **/
#timeline article.year div ul::after {
    content: '';
    width: 0.625rem;
    height: 0.625rem;
    background: #707070;
    position: absolute;
    /*left: 3.4375rem;*/
	left: 6rem;
    top: 0.5rem;
    z-index: 2;
    transition: all 0.3s ease;
}
#timeline article.year div ul li {
    margin-left: .5rem;
    line-height: 1.25rem;
    margin-bottom: 1.5rem;
}
#timeline article.year div ul li:not(:first-child) {
    margin-top: .4rem;
}
#timeline article.year:hover h3 {
    color: #ac5f31;
}
#timeline article.year:hover div ul::after {
    background: #ac5f31;
}
#testimonials, #vacancies, #contact {
    padding-bottom: 22rem;
}
#testimonials article, #vacancies article {
    border-bottom: 0.0625rem solid #eee;
    padding-bottom: 2.8125rem;
    margin-bottom: 2.8125rem;
}
#testimonials h3, #vacancies h3, #contact h3 {
    font-size: 1.5rem;
    color: #ac5f31;
    margin-bottom: 1.875rem;
    text-transform: none;
}
#testimonials article:last-of-type, #vacancies article:last-of-type {
    border: none;
}
#projects .crt-filter .crt-filter-networks ul {
    border: 1px solid #eee;
    background-color: #fff;
    line-height: 0;
    padding: 0 1.5rem;
    margin-bottom: 1.875rem;
}
#projects .crt-post-v2 .crt-post-content-text {
    text-align: left;
    padding-top: 15px;
}
#projects .crt-post-v2 .crt-post-fullname, #projects .crt-post-userimage {
    display: none;
}
#projects .crt-post-v2 .crt-post-border {
    box-shadow: none;
    border-radius: 0px;
    border: 0.0625rem solid #eee;
}
#projects .crt-post-v2 .crt-post-header {
    padding-top: 28px;
    color: #2B2B2B;
    position: absolute;
    text-align: left;
    bottom: -8px;
    left: 8px;
}
#projects .crt-post-v2 .crt-post-content-image {
    max-height: 300px;
}
#projects .crt-filter .crt-filter-networks ul li a:hover {
    color: #ac5f31;
    background-color: #fff;
}
#projects .crt-filter .crt-filter-networks ul li.active a {
    background-color: #ac5f31;
    color: #fff;
}
#projects .crt-feed.crt-feed-branded .crt-logo {
    display: none;
}
#projects .crt-feed-container .crt-load-more a {
    border-color: transparent;
    background: #ac5f31;
    border: none;
    border-radius: 0;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 1rem;
    padding: .375rem .75rem;
}
#projects .crt-feed-container .crt-post .crt-post-footer, #projects .crt-post-v2 .crt-post-footer {
    background-color: transparent;
    padding-left: 2.8125rem;
    text-align: left;
}

{
	max-height: 550px;
}
.project-slider ul.slick-dots {
    position: static;
    /*margin-top: 1.5625rem;*/
}
.project-slider .slick-slide img {
    width: auto;
	height: 100%;
	float: right; /* remove for left align images */
}
.project-slider .slick-next.slick-arrow, .project-slider .slick-prev.slick-arrow {
	position: absolute;
    display: inline-block;
    height: 2.8125rem;
    width: 2.8125rem;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: #fff;
    color: transparent;
    padding: 0;
    border: none;
    outline: none;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.project-slider:hover .slick-next.slick-arrow, .project-slider:hover .slick-prev.slick-arrow{
	opacity: 1;
	visibility: visible;
	transition: opacity 0.3s ease;
}

.project-slider .slick-prev:hover::before, 
.project-slider .slick-prev:focus::before, 
.project-slider .slick-next:hover::before, 
.project-slider .slick-next:focus::before {
    color: #fff !important;
}

.project-slider .slick-next.slick-arrow:hover, .project-slider .slick-prev.slick-arrow:hover {
	background: #ac5f31;
}

.project-slider .slick-prev::before,.project-slider .slick-next::before {
    color: #ac5f31;
}
.project-slider .slick-list {
	padding-top: 56.25%;
}
.project-slider .slick-track {
	position: absolute;
}
#testimonials article > img {
    float: right;
    margin: 0 0 0.9375rem 0.9375rem;
}
#contact ul.social-list {
    margin: 0 0 1.875rem 0;
    padding: 0;
}
#contact ul.social-list li {
    display: inline;
    margin-right: 0.5rem;
}
#contact ul.social-list li a {
    color: #585858;
    font-size: 1.5rem;
}
#contact img {
	float: left;
}
#vacancies ul {
    margin-bottom: 1.875rem;
}
footer {
    padding-top: 3.75rem;
    background: #fff;
    color: #585858;
    border-top: 1px solid #eee;
}
footer img {
    max-width: 100%;
}
footer h4 {
    font-size: 1rem;
    margin-bottom: 0.9375rem;
    text-transform: none;
    font-weight: 700;
}
footer ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
footer a {
    color: #ac5f31;
    transition: color 0.3s ease;
}
footer a:hover {
    color: #87482c;
    text-decoration: none;
}
footer ul.social-list li {
    display: inline;
    margin-right: 0.5rem;
}
footer ul.social-list li a {
    color: #585858;
    font-size: 1.5rem;
}
footer ul.social-list li a:hover {
    color: #87482c;
}
footer a.btn-primary {
    width: 48%;
}
footer a.btn-primary:nth-of-type(2) {
    float: right;
}
footer .footer-bottom {
    background: #585858;
    color: #fff;
    margin-top: 3.75rem;
}
footer .footer-bottom a {
    color: #fff;
}
footer .fit-support {
	margin-top: 1.5rem;
}
footer img.fit {
    width: 10.9375rem;
}
footer .footer-cta {
    padding-bottom: 5.625rem;
}
.footer-copyright {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 0.875rem;
}
.footer-copyright .design-by, span.open-time {
    float: right;
}
.footer-col {
    margin-bottom: 1.875rem;
}
.content-wrapper {
    background: url(../images/bg-marble-bottom.jpg);
    background-position: bottom center;
    background-size: 100% auto;
    background-repeat: no-repeat;
}

.brown{color: #ac5f31;}

.slick-initialized .slick-slide {
    background: #fff !important;
}

h3.assignment {
    font-size: 1.125rem;
    font-weight: 500;
    padding-bottom: 0;
}

#opdracht-1 {
    margin-top: 2rem;
}

#back-to-top {
	position: fixed;
	bottom: 0.9375rem;
	right: 0.9375rem;
	width: 2.8125rem;
	height: 2.8125rem;
	line-height: 2.8125rem;
	background: #ac5f31;
	color: #fff;
	text-align: center;
}

.cookie-table {
    margin-bottom: 2rem;
}

.cookie-table * {
    font-size: .7rem;
}

.cookie-table tr,
.cookie-table th,
.cookie-table td {
    padding: .2rem;
    border: 1px solid #2222222e;
}

.cookie-table tr:nth-child(even) {
    background: hsla(211, 27%, 18%, 0.1);
}

.cookie {
    color: #fff;
}

#gdpr-cookie-message {
    position: fixed;
    bottom: 15px;
    right: 15px;
    max-width: 400px;
    padding: 30px;
    background: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.16);
    margin-left: 30px;
    z-index: 99;
}

#gdpr-cookie-accept {
	border-color: transparent;
    display: inline-block;
    background: #ac5f31;
    border-radius: 4px;
    color: #fff;
    font-weight: 400;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
    margin: 0 5px 15px 0;
}

#gdpr-cookie-advanced {
    display: inline-block;
    background: #fff;
    border-radius: 4px;
    color: #ac5f31;
    font-weight: 400;
    border: 1px solid #ac5f31;
    opacity: 1;
    cursor: pointer;
    transition: all 0.3s ease;
}

#gdpr-cookie-advanced:disabled {
    opacity: .33;
    cursor: not-allowed;
}

#gdpr-cookie-accept:hover {
    background: #87482c;
}

#gdpr-cookie-types+p {
    text-align: center;
}

#gdpr-cookie-accept, #gdpr-cookie-advanced {
    padding: .5rem 1rem;
    width: 100%;
}

#gdpr-cookie-message li {
    list-style: none;
}

.form-check-label {
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.form-check-label.necesarry-label {
    cursor: not-allowed;
}

.form-check-input {
    opacity: 0;
    height: 0;
    width: 0;
    overflow: hidden;
    position: absolute;
    margin: 0;
    z-index: -1;
    left: 0;
    pointer-events: none;
}

.form-check-input:checked+.form-check-sign::before {
    animation: d .5s;
}

.form-check-sign::before {
    display: block;
    position: absolute;
    left: -1px;
    content: "";
    background-color: hsla(0, 0%, 0%, .84);
    height: 1rem;
    width: 1rem;
    border-radius: 100%;
    z-index: 1;
    opacity: 0;
    margin: 0;
    top: 4px;
    transform: scale3d(2.3, 2.3, 1);
}

.form-check-input:checked+.form-check-sign .check {
    background: #ac5f31;
}

.form-check-sign .check {
    position: relative;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    border: .0625rem solid rgba(0, 0, 0, .25);
    overflow: hidden;
    z-index: 1;
    border-radius: .1875rem;
}

.form-check-label span {
    display: block;
    position: absolute;
    left: -.0625rem;
    top: .0625rem;
    transition-duration: .2s;
}

.form-check-input:checked+.form-check-sign .check::before {
    color: #fff;
    box-shadow: 0 0 0 .625rem, .625rem -.625rem 0 .625rem, 2rem 0 0 1.25rem, 0 2rem 0 1.25rem, -.3125rem .3125rem 0 .625rem, 1.25rem -.75rem 0 .6875rem;
    animation: c .3s forwards;
}

.form-check-sign .check::before {
    position: absolute;
    content: "";
    transform: rotate(45deg);
    display: block;
    margin-top: -.375rem;
    margin-left: .375rem;
    width: 0;
    color: #fff;
    height: 0;
    box-shadow: 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, 0 0 0 0, inset 0 0 0 0;
}

.form-check-input:focus,
input.form-check-input:focus+.form-check-sign>.check {
    outline: 0;
    border: .0625rem solid #ac5f31;
    -webkit-box-shadow: 0 .125rem .25rem -.0625rem rgba(0, 0, 0, .2), 0 .25rem .3125rem 0 rgba(0, 0, 0, .14), 0 .0625rem .625rem 0 rgba(0, 0, 0, .12);
    box-shadow: 0 .125rem .25rem -.0625rem rgba(0, 0, 0, .2), 0 .25rem .3125rem 0 rgba(0, 0, 0, .14), 0 .0625rem .625rem 0 rgba(0, 0, 0, .12);
}

.form-check-input:checked:disabled+.form-check-sign .check {
    background: #aaa;
    border-color: #aaa;
}

@keyframes c {
    0% {
        box-shadow: 0 0 0 .625rem, .625rem -.625rem 0 .625rem, 2rem 0 0 1.25rem, 0 2rem 0 1.25rem, -.3125rem .3125rem 0 .625rem, .9375rem .125rem 0 .6875rem;
    }

    50% {
        box-shadow: 0 0 0 .625rem, .625rem -.625rem 0 .625rem, 2rem 0 0 1.25rem, 0 2rem 0 1.25rem, -.3125rem .3125rem 0 .625rem, 1.25rem .125rem 0 .6875rem;
    }

    to {
        box-shadow: 0 0 0 .625rem, .625rem -.625rem 0 .625rem, 2rem 0 0 1.25rem, 0 2rem 0 1.25rem, -.3125rem .3125rem 0 .625rem, 1.25rem -.75rem 0 .6875rem;
    }
}

@keyframes d {
    0% {
        opacity: 0;
    }

    50% {
        opacity: .2;
    }

    to {
        opacity: 0;
    }
}

/*// Small devices (landscape phones, 576px and up)*/
@media (min-width: 576px) {
.hero-wrapper .hero-logo {
    max-width: 66%;
}
#timeline {
    margin-bottom: 12rem;
}
.navbar-toggler {
    font-size: 1.25rem;
}
.navbar-toggler-icon {
    margin-left: 0.9375rem;
}
.navbar-toggler-icon .fal {
    font-size: 1.5rem;
    line-height: 1;
}
}

/*// Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
.hero-wrapper .hero-logo {
    max-width: 50%;
}
.information {
    left: auto;
    max-width: 31.25rem;
}
#about img {
    margin-bottom: 0;
}
.cta-box p {
    width: 66%;
}
#timeline {
    margin-bottom: 12rem;
}
section#project-box article .project-body {
    padding: 1.875rem 1.5rem 3.1875rem 1.5rem;
}
.hero-slider .slick-prev, .hero-slider .slick-next {
    border: 1px solid #eee;
    border-width: 0 1px;
}
.hero-slider .slick-prev {
    left: calc(50% - 75px);
    transform: translateX(-50%);
}
.hero-slider .slick-next {
    right: calc(50% - 75px);
    transform: translateX(50%);
}
}

/*// Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
.hero-wrapper .hero-logo {
    max-width: 33%;
}
#timeline {
    margin-bottom: 16.5rem;
}
.footer-col {
    margin-bottom: 0rem;
}
.card-title {
    height: 4rem;
}
/* changes for no cropping - remove comments from same classes in this stylesheet */
.hero-wrapper {
		max-height: 75vh;
}
}

/*// Extra large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {
.hero-wrapper .hero-logo {
    max-width: 25%;
}
.dropdown-menu {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    width: 250px;
}
a.navbar-brand {
    margin-left: 0;
}
#navbarNavDropdown {
    position: static;
}
#timeline {
    margin-bottom: 22.5rem;
}
/* changes for no cropping - remove comments from same classes in this stylesheet */
.hero-wrapper {
        padding-top: 44.25%;
		max-height: calc(100vh - 75px);
}
}


