@font-face {
    font-family: 'Avant Garde Book';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Book'), url('../fonts/avgardn.woff') format('woff');
    }
    
@font-face {
    font-family: 'Avant Garde Demi';
    font-style: normal;
    font-weight: normal;
    src: local('Avant Garde Demi'), url('../fonts/avgardd.woff') format('woff');
    }

html {
    scroll-behavior: smooth;
  }

body {
    font-family: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
    font-size: 16px;
    overflow-x: hidden;
    min-height: 100vh;
}

header,
nav,
section,
article,
aside,
footer {
    display: block;
}

img {
    width: 100%;
    height: auto;
    display: block;
}

.logo {
    margin: 130px auto 0px;
    width: 100%;
    max-width: 500px;
    position: relative;
    padding: 0 20px;
}

.logo-sm {
    margin: -12px;
   /*width: 170px;*/
}

.footer {
    bottom: 20px;
    left: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    color: #777;
}

h1 {
    color: #fff;
    font-size: 4.2em;
    font-weight: 100;
}

.modal-title {
    color: #555;
}

.modal-header {
    background-color: #eee;
}

h2 {
    color: #fff;
    font-size: 2.1em;
    font-weight: 100;
}

a:hover {
    text-decoration: none;
}

.panel {
    background-color: rgba(33, 37, 41, 0.75);
    border-radius: 1rem;
    padding: 2rem 2.5rem;
    border: 1px solid #333;
    border: 1px solid rgb(76 75 75 / 70%);
    box-shadow: #000 0px 7px 29px 0px;
}

#home {
	background:url(../images/derailed-dark.png) 50% 0 no-repeat fixed;
    background-size: cover;
    /*filter: grayscale(100%);*/
	color: white;
	min-height: 100vh;
	margin: 0 auto;
}

#web {
	background: #0D8282;
background: linear-gradient(180deg,rgba(13, 130, 130, 1) 0%, rgba(0, 255, 255, 1) 100%);
	color:#fff;
	min-height: 100vh;
	margin: 0 auto;
	width: 100%;
	position: relative;
    border-top: 55px solid #00ffff;
 }
 
#design {
    background: #B917B9;
background: linear-gradient(180deg,rgba(185, 23, 185, 1) 0%, rgba(255, 0, 255, 1) 100%);
    color:#fff;
	min-height: 100vh;
	margin: 0 auto;
    width:100%;
    position: relative;
	border-top: 55px solid #ff00ff;
}

#art { 
	background: #99990B;
background: linear-gradient(181deg,rgba(153, 153, 11, 1) 0%, rgba(209, 209, 15, 1) 100%);
	min-height: 100vh;
	margin: 0 auto;
    width:100%;
    position: relative;
	border-top: 55px solid #ffff00;
}

#murals {
    background: #333;
background: linear-gradient(180deg,rgba(51, 51, 51, 1) 0%, rgba(0, 0, 0, 1) 100%);
    color:#fff;
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-top: 55px solid #000;
}

#contact {
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-top: 55px solid #ccc;
}

#casestudy {
    background: #EEE;
background: linear-gradient(180deg,rgba(238, 238, 238, 1) 0%, rgba(204, 204, 204, 1) 100%);
    min-height: 100vh;
    margin: 0 auto;
    width: 100%;
    position: relative;
    border-top: 55px solid #ccc;
}

footer {
    background-color: #666;
    color:#fff;
}

.arrow-up {
    bottom: 0;
    left: 50%;
    position: absolute;
    padding-bottom:25px;
}

.btn-primary {
    background-color: #212529;
    border-color: #212529;
    border-radius: 20px;
    padding: 8px 16px;
}

.btn-primary:hover {
    background-color: #203d48;
    border-color: #203d48;
}

.btn-light {
    border-radius: 3px;
    padding: 8px 24px;
}

.btn-link {
    color: #212529;
}

.btn-link:hover {
    color: #203d48;
}

iframe { 
     width: 100%;
	 border: 6px solid #66848f !important;
}

a.navbar-brand img {
	width: 200px
}
.home, .web,  .design,  .art,  .murals,  .contact, .casestudy {
    border-bottom:  5px solid transparent;
    padding-bottom: 4px;
}
.web:focus, .web:hover, .web.active {
    color:#fff;
    border-bottom: 5px solid #00ffff;
}
.design:focus, .design:hover, .design.active {
    color:#fff;
    border-bottom: 5px solid #ff00ff;
}
.art:focus, .art:hover, .art.active {
    color:#fff;
    border-bottom: 5px solid #ffff00;
}
.murals:focus, .murals:hover, .murals.active {
    color:#fff;
    border-bottom: 5px solid #000;
}
.contact:focus, .contact:hover, .contact.active {
    color:#fff;
    border-bottom: 5px solid #ccc;
}

.casestudy:focus, .casestudy:hover, .casestudy.active {
    color:#fff;
    border-bottom: 5px solid #ccc;
}

.box {
    height: 24px;
    width: 24px;
}

.cmyk {
    position: absolute;
    right: 12px;
    top: 55px;
}

.c {background-color: #00ffff;}
.m {background-color: #ff00ff;}
.y {background-color: #ffff00;}
.k {background-color: #000;}

.r {background-color: #e31837;}


.cyan {color: #00ffff;}
.magenta {color: #ff00ff;}
.yellow {color: #ffff00;}
.black {color: #000;}
.offwhite {color: #999;}

h1.title {
    position: absolute;
    background: none;
    transform-origin: 0 0;
    transform:rotate(-90deg);
    z-index: 999;
}

.title-web {
    top: 170px;
    left: -16px;
}

.title-design {
    top: 235px;
    left: -16px;
}

.title-art {
    top: 330px;
    left: -16px;
}

.title-murals {
    top: 239px;
    left: -16px;
}

.title-contact {  
    top: 280px;
    left: -16px;
    color:#ccc;
}

.title-casestudy {
    top: 319px;
    left: -16px;
    color:#ccc;
}

h2.title {
    position: absolute;
    top: 170px;
    left: 50px;
    background: none;
    transform-origin: 0 0;
    transform:rotate(-90deg);
    z-index: 999;   
    opacity: .5;    
}

.home-head {
    padding-top: 106px;
    text-align: center;
}
.home-head h1 {
    font-size: 85px;
    font-weight: bold;
}

.home-head h3 {
    font-size: 50px;
}

.home {
    font-size: 20px;
    padding-top: 5px;
    border: none;
    margin-right: 20px;
}

.carousel-control-next:hover {
  background-color: #000;
  opacity: .25;
  transition: .55s ease;
}

.carousel-control-prev:hover {
    background-color: #000;
    opacity: .25;
    transition: .55s ease;
}

#nav-icon {
    width: 30px;
    height: 25px;
    position: relative;
    margin: 10px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
  }
  
  #nav-icon span {
    display: block;
    position: absolute;
    height: 5px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
  }
  
  #nav-icon span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon span:nth-child(2) {
    top: 10px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon span:nth-child(3) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
  }
  
  #nav-icon.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
  }
  
  #nav-icon.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
  }
  
  #nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 20px;
    left: 4px;
  }

  .navbar-toggler, .navbar-toggler:focus{ 
    border: none; 
    box-shadow: none ;
    padding: 0;
  }

.tag {
    border: 1px solid rgb(76 75 75 / 70%);
    margin: 0 auto;
    width: 500px;
    height: 300px;
    background-color: #212529;
    border-radius: 20px;
    position: relative;
    top: 80px;
    box-shadow: #000 0px 7px 29px 0px;
}
.tag-header {
    padding-bottom: 10px;
    line-height: .5;
  }

 .tag-title {
    color: #fff;
    font-family: "Avant Garde Demi", Arial, Helvetica, sans-serif;
    font-size: 65px;
    font-weight: bold;
    letter-spacing: 0.1em;
    text-align: center;
    padding: 0;
    margin: 0;
  }

 .tag-copy {
    color: #fff;
    font-family: "Avant Garde Book", Arial, Arial, Helvetica, sans-serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 0;
  }

  .tag-canvas {
    width: 100%;
    height: 55%;
    cursor: default;
    background-color: #fff;
    color:#000;
    text-align: center;
  }

.tag-canvas h1 {
    color: #000;
    padding: 16px;
    font-weight: bold;
    font-size: 100px;
}

.image-scroll {
    width: 935px;
    height: 402px;
    overflow: scroll;
    position: relative;
    top: -565px;
    left: 178px;
}
.modal-content {
    border-radius:20px;
}

@media (max-width: 575.98px) { 
    h1.title {
        position: relative;
        top:0;
        left:0;
        background: none;
        transform-origin: 0 0;
        transform:rotate(0deg);
        z-index: 999;
    }
    #web, #design, #art, #murals {
        min-height: 50vh;
    }

    .tag {
        width: 360px;
    }

    .home-head h3 {
        font-size: 37px;
    }
}



