.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0,0,0, 0.2);
  border-right: 1.1em solid rgba(0,0,0, 0.2);
  border-bottom: 1.1em solid rgba(0,0,0, 0.2);
  border-left: 1.1em solid #000000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

* {
    -webkit-transition: width 0.2s ease-out;
    transition:    width 0.2s ease-out;
    -webkit-transition: height 0.2s ease-out;
    transition:    height 0.2s ease-out;
  }

body, td, html {
    font-family: 'Roboto Slab', serif !important;
}
h1, h2, h3, h4, h5 {
    font-weight: 400;
}
a {
    color: black;
}

.navbar {
    background-color: white;
}
.navbar {
    text-align: right;
}
.navbar-menu a {
    font-size: 20px;
    margin-left: 20px;
    color: black;
}
.navbar .logo {
    height: 100%;
}

body {
    padding-top: 100px;
    padding-bottom: 40px;
}
.navbar {
    line-height: 50px;
}

.round {
    border-radius: 0px;
}
footer {
    color: gray;
    background-color: white;
}
.mrkdown p {
    white-space: pre-line;
}

.workbox {
    cursor: pointer;
    background-color: lightgray;
    height: 250px;
    text-align: center;
    background-size: 119%;
    -webkit-transition: all 0.5s ease-out;
    transition:    all 0.5s ease-out;

    background-position: center;
}
.workbox:hover {
    box-shadow: 6px 10px 36px 0px rgba(0,0,0,0.75);
    background-size: 150%;
}
.workbox h3{
    color: white;
    text-shadow: 0px 0px 7px rgba(0, 0, 0, 1);
    line-height: 250px;
    font-size: 20px;
}

#concept-text{
    overflow: hidden;
}
#concept-text p{
    margin-bottom: 20px;
}
.concept-container{
    padding-top: 10px;
    padding-bottom: 20px;
}
.masonry {
    column-count: 3;
    column-gap: 20px;
}

.masonry-brick {
    background-color: #eee;
    display: inline-block;
    margin: 0 0 20px;
    width: 100%;
}
.masonry img {
    -webkit-transition: all 0.5s ease-out;
    transition:    all 0.5s ease-out;
}
.masonry img:hover {
    box-shadow: 6px 10px 36px 0px rgba(0,0,0,0.75);
}

@media (min-width: 1280px) {
    body.scrolled {
        padding-top: 80px;
    }
    .scrolled .navbar {
        line-height: 80px;
    }
    .scrolled .navbar-brand {
        height: 80px;
    }
    .scrolled .navbar {
        border-bottom: 1px solid lightgray;
    }
.navbar-brand {
    height: 90px;
}
        .navbar {
            line-height: auto;
        }

    }
    @media (max-width: 1280px) {
        body {
            padding-top: 0;
        }
        .navbar-fixed-top{
            position: relative;
        }
        .navbar {
            text-align: center;
        }
        .masonry {
            column-count: 2;
        }
.navbar-brand {
    height: 100px;
}

    }
    
h2 {
font-size: 20px;
}

.social img {
    width: 20px;
}
}