html, body {
    margin: 0;
    padding: 0;
}

* {
    box-sizing: border-box;
}

body {
    font-family: 'Work Sans', sans-serif;
    color: #000;
}

a {
    color:#000;
    text-decoration: none;
}

a:hover, a:focus {
    color: #000;
    text-decoration: none;
}

h1, .navbar-brand {
    font-family: 'UnifrakturMaguntia', cursive;
    text-decoration: none;
}

h1 {
    font-family: 'Amiri', serif;
    font-size: 24px;
}

h2 {
    font-family: 'Amiri', serif;
    font-size: 24px;
    margin-bottom: 5px;
}

h3 {
    font-family: 'Amiri', serif;
    font-size: 22px;
}

p {
    font-size: 14px;
    line-height: 24px;
}

.navbar-header {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
}

.navbar-header a {
    color: #000;
    text-decoration: none;
}

.navbar-header a:hover {
    text-decoration: none;
}

.brand-text-wrapper {
    z-index: 10;
}

.brand-text {
    font-family: 'UnifrakturMaguntia', cursive;
    font-size: 40px;
    z-index: 10;
}

.brand-logo-wrapper {
    position: fixed;
    width: 1140px;
    padding-right: 50px;
    z-index: 9;
} 

.brand-logo {
    float: right;
    opacity: 1!important;
    display: block;
    width: 50px;
    height: 50px;
    border: 8px solid #000;
    border-radius: 25px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    -webkit-animation: orbit 10s linear infinite;
    -moz-animation: orbit 10s linear infinite;
    -o-animation: orbit 10s linear infinite;
    animation: orbit 10s linear infinite;
}

.project-tags-wrapper {
    margin-top: 5px;
}

.project-tags {
    display: inline-block;
    text-align: right;
    margin-left: 5px;
}


.project-tags .active {
    display: inline;
}

.tag-item {
    display: inline-block;
}

.tag-text {
    font-family: 'Amiri', serif;
    font-size: 16px;
    margin-left: 15px;
    display: none;
}

.navbar-home .tag-text {
    display: inline-block;
    margin-left: 15px;
}

.projects a, .projects a:hover {
    text-decoration: none;
    color: #000;
}

.project-name {
    width: 100%;
}

img {
    width: 100%;
}

.project-short-desc {
    margin-top: -27px;
    display: -webkit-box;
    float: right;
}

.project-title {
    margin-bottom: 15px;
}

.project-title h1, .project-title .project-tagline {
    display: inline;
}

.project-text {
    margin-bottom: 15px;
}

.project-text.top {
    margin-top: -7px;
}

.project-text a, .project-text a:hover, .project-text a:active {
    text-decoration: underline;
}

.project-info {
    font-family: 'Amiri', serif;
    text-align: right;
}

.project-info a, .project-info a:hover, .project-info a:active {
    text-decoration: underline;
}

.slide-title {
    font-size: 22px;
    margin-top: 0;
}

.row.row-full-width {
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
}

.row.row-full-width-last {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
}

.material-icons {
    font-size: 12px;
}

/* ==================== Start Mobile Footer ==================== */
.navbar-footer {
    padding: 5px 0;
}

.social-links {
    font-size: 16px;
}

.footer-linkedin {
    padding-right: 15px;
}

.footer-email {
    float: right;
}

.tauras-copyright {
    font-size: 9px;
    padding-top: 10px;
}
/* ==================== End Mobile Footer ==================== */

/* ==================== Start Fixed Footer ==================== */
.social-links-fixed {
    transform: rotate(-90deg);
    position: fixed;
    top: 400px;
    left: -190px;
}

.ig-hover, .linkedin-hover{
    width: 140px;
}

.email-hover {
    width: 150px;
}

.ig-hover, .linkedin-hover, .email-hover {
    float: left;
}

.label {
    padding: 2px 3px;
    color: #000;
    white-space: nowrap;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}

.ig-hover:hover a p.new-label span{
  display: none;
}

.ig-hover:hover a p.new-label:after{
  content: 'Instagram';
}

.linkedin-hover:hover a p.new-label span{
  display: none;
}

.linkedin-hover:hover a p.new-label:after{
  content: 'LinkedIn';
}

.email-hover:hover a p.new-label span{
  display: none;
}

.email-hover:hover a p.new-label:after{
  content: 'hi@tauras-s.com';
}
/* ==================== End Fixed Footer ==================== */

/* ==================== Start Slick Slider ==================== */
.slider {
    width: 100%;
}

.slick-slide img {
  width: 100%;
}

.slick-prev:before,
.slick-next:before {
  color: black;
}

.slick-slide {
  transition: all ease-in-out .3s;
  opacity: .2;
}

.slick-active {
  opacity: .5;
}

.slick-current {
  opacity: 1;
}

.slick-prev, .slick-next {
    z-index: 9;
    height: 100%;
    width: 50%;
}

.slick-prev {
    left: 5px;
}

.slick-next {
    right: 5px;
}

.slick-prev:before, .slick-next:before {
    color: transparent;
}

.slider-count #total {
    float: right;
}
/* ==================== End Slick Slider ==================== */

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .brand-logo-wrapper {
        width: 940px;
    }
}

@media (max-width: 991px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }

    .navbar-header {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .brand-logo-wrapper {
        width: 90%;
        padding-right: 0;
        position: fixed;
    } 

    .project-tags-wrapper {
        margin-top: -10px;
    }

    .project-tags {
        text-align: left;
    }

    .navbar-home .tag-text {
        margin-left: 0;
    }

    .tag-text {
        margin-left: 0;
        margin-right: 15px;
    }

    .projects {
        margin-top: -10px;
    }

    .project-container {
        margin-top: 30px;
    }

    .project-short-desc {
        display: block;
        float: left;
        margin: -8px 0 4px 0;
    }

    .row-full-width {
        margin-left: 0;
        margin-right: 0;
    }

    .row-full-width-no-top {
        margin-top: 20px!important;
    }

    .col-full-width {
        padding-left: 0;
        padding-right: 0;
    }

    .slide-title {
        margin-top: 15px;
        margin-bottom: 0;
    }

    .project-name {
        padding-left: 15px;
    }

    .project-text {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .project-text.top {
        margin-top: 10px;
    }

    .single-frame p {
        padding-left: 15px;
        padding-right: 15px;
    }

    .slick-prev, .slick-next {
        display: none!important;
    }

    .navbar-footer {
        padding: 20px 0 5px 0;
    }
}

@media (max-width: 414px) {
    iframe {
        height: 240px;
    }
}

@media (max-width: 375px) {
    iframe {
        height: 230px;
    }
}

@media (max-width: 320px) {
   iframe {
        height: 190px;
    }
}

@-webkit-keyframes orbit {
    from {
        -webkit-transform: rotate(0deg) translateX(20px) rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}

@-moz-keyframes orbit {
    from {
        -moz-transform: rotate(0deg) translateX(20px) rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}

@-o-keyframes myOrbit {
    from {
        -o-transform: rotate(0deg) translateX(20px) rotate(0deg);
    }
    to {
        -o-transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}

@keyframes orbit {
    from {
        transform: rotate(0deg) translateX(20px) rotate(0deg);
    }
    to {
        transform: rotate(360deg) translateX(20px) rotate(-360deg);
    }
}