/*!
 * Start Bootstrap - Agency v1.1.1 (http://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
body {
    
  overflow-x: ;
 font-family: 'Raleway', sans-serif;
}
header {
    padding-bottom: 400px;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #36c49e;
}
p {
  font-size: 14px;
  line-height: 1.75;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #36c49e;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #36c49e;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #f7f2ea;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #36c49e;
  border-color: #36c49e;
 font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #36c49e;
  border-color: #36c49e;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #4c7f22;
  border-color: #4c7f22;
}
.btn-primary .badge {
  color: #4c7f22;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #36c49e;
  border-color: #36c49e;
 font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 0px;
  font-size: 18px;
  padding: 20px 40px;
    margin: 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #36c49e;
  border-color: #36c49e;
    -webkit-filter: brightness(0.7);
    
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #36c49e;
  border-color: #36c49e;
}
.btn-xl .badge {
  color: #36c49e;
  background-color: white;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
    z-index: 2000;
}
.navbar {
  background-color: white;
  border-color: transparent;
  box-shadow: rgba(0, 0, 0, 0.3) 1px 0px 10px 0px;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar .navbar-nav {
    display: inline-block;
  
}
.navbar .navbar-brand {
  color: black;
 font-family: 'Raleway', sans-serif;
}
.navbar .navbar-brand:hover,
.navbar .navbar-brand:focus,
.navbar .navbar-brand:active,
.navbar .navbar-brand.active {
  color: #fec503;
}
.navbar .navbar-collapse {
  border-color: black;
}
.navbar .navbar-toggle {
  background-color: white;
  border-color: white;
 font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  color: black;
  font-size: 12px;
}
.navbar .navbar-toggle:hover,
.navbar .navbar-toggle:focus {
  background-color: white;
}
.navbar .nav li a {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 100;
  letter-spacing: 1px;
  color: black;
    padding-bottom: 0px;
    margin-bottom:12px;
    padding-top: 27px;
   background-color: none;
   
}


.navbar .nav li a:hover,
.navbar .nav li a:focus {
  color: #36c49e;
  outline: none;
    background-color: white;
    
}
.navbar > .active > a {
  border-radius: 0;
  color: white;
  background-color: #36c49e;
}
.navbar a {
  position: relative;
  color: #000;
  text-decoration: none;
}

.main-nav:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -5px;
  left: 0;
  background-color: #36c49e;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.main-nav:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}
.navbar .navbar-nav > .active > a:hover,
.navbar .navbar-nav > .active > a:focus {
  color: #36c49e;
  background-color: #36c49e;
}
@media (min-width: 768px) {
  .navbar {
 
    padding: 10px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar .navbar-nav > .active > a {
    border-radius: 0px;
  }
}

header{
    padding-left:11vw;
    padding-bottom: 150px;
    padding-top: 150px;
}
section {
  padding: 100px 0;
    background-color: grey;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 40px;
    font-weight: 100;
}
section h3.section-subheading {
  font-size: 16px;
 font-family: 'Raleway', sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}
.service-heading {
  margin: 15px 0;
  text-transform: none;
}
#portfolio .portfolio-item {
  margin: 0 0 15px;
  right: 0;
}
#portfolio .portfolio-item .portfolio-link {
  display: block;
  position: relative;
  max-width: 400px;
  margin: 0 auto;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover {
  background: rgba(254, 209, 54, 0.9);
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: all ease 0.5s;
  -webkit-transition: all ease 0.5s;
  -moz-transition: all ease 0.5s;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover:hover {
  opacity: 1;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content {
  position: absolute;
  width: 100%;
  height: 20px;
  font-size: 20px;
  text-align: center;
  top: 50%;
  margin-top: -12px;
  color: white;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content i {
  margin-top: -12px;
}
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h3,
#portfolio .portfolio-item .portfolio-link .portfolio-hover .portfolio-hover-content h4 {
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption {
  max-width: 400px;
  margin: 0 auto;
  background-color: white;
  text-align: center;
  padding: 25px;
}
#portfolio .portfolio-item .portfolio-caption h4 {
  text-transform: none;
  margin: 0;
}
#portfolio .portfolio-item .portfolio-caption p {
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-size: 16px;
  margin: 0;
}
#portfolio * {
  z-index: 2;
}
@media (min-width: 767px) {
  #portfolio .portfolio-item {
    margin: 0 0 30px;
  }
}


}
section#contact {
 

  background-position: center;
  background-repeat: no-repeat;
}
section#contact .section-heading {
  color: black;
}
section#contact .form-group {
  margin-bottom: 25px;
}
section#contact .form-group input,
section#contact .form-group textarea {
  padding: 20px;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
section#contact .form-group input.form-control {
  height: auto;
}
section#contact .form-group textarea.form-control {
  height: 236px;
}
section#contact .form-control:focus {
  border-color: #36c49e;
  box-shadow: none;
}
section#contact ::-webkit-input-placeholder {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-moz-placeholder {
  /* Firefox 18- */
 font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact ::-moz-placeholder {
  /* Firefox 19+ */
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact :-ms-input-placeholder {
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  color: #eeeeee;
}
section#contact .text-danger {
  color: #e74c3c;
}

#companyname {
    margin-top: 20px;
}

footer {
  padding: 25px 0;
  text-align: center;
    z-index: 2000;
    background-color: white;
}
footer span.copyright {
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: 'Raleway', sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-button {
  margin-bottom: 0;
}
ul.social-button li a {
  display: block;
  background-color: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: black;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-button li a:hover,
ul.social-button li a:focus,
ul.social-button li a:active {
  color: #36c49e;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}
.portfolio-modal .modal-dialog {
  margin: 0;
  height: 100%;
  width: auto;
}
.portfolio-modal .modal-content {
  border-radius: 0;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  min-height: 100%;
  padding: 100px 0;
  text-align: center;
}
.portfolio-modal .modal-content h2 {
  margin-bottom: 15px;
  font-size: 3em;
}
.portfolio-modal .modal-content p {
  margin-bottom: 30px;
}
.portfolio-modal .modal-content p.item-intro {
  margin: 20px 0 30px;
  font-family: 'Raleway', sans-serif;
  font-style: italic;
  font-size: 16px;
}
.portfolio-modal .modal-content ul.list-inline {
  margin-bottom: 30px;
  margin-top: 0;
}
.portfolio-modal .modal-content img {
  margin-bottom: 30px;
}
.portfolio-modal .close-modal {
  position: absolute;
  width: 75px;
  height: 75px;
  background-color: transparent;
  top: 25px;
  right: 25px;
  cursor: pointer;
}
.portfolio-modal .close-modal:hover {
  opacity: 0.3;
}
.portfolio-modal .close-modal .lr {
  height: 75px;
  width: 1px;
  margin-left: 35px;
  background-color: #222222;
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  /* IE 9 */
  -webkit-transform: rotate(45deg);
  /* Safari and Chrome */
  z-index: 1051;
}
.portfolio-modal .close-modal .lr .rl {
  height: 75px;
  width: 1px;
  background-color: #222222;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  z-index: 1052;
}
.portfolio-modal .modal-backdrop {
  opacity: 0;
  display: none;
}

}
img::selection {
  background: transparent;
}
img::-moz-selection {
  background: transparent;
}

.nobull{

    list-style: none;
    display: inline-block; 
    text-align: left;
   padding-top: 13px;
    
}

.box {
 
    text-align: center;
    margin-left: auto;
        margin-right: 10px;
    margin-left: 10px;
   
        height 320px;
    background-color: white;
        padding: 40px;
    border-style: none;
    margin-bottom:10px;
    margin-top:100px;
 
}  
.quote {
    font-size: 50px;
    font-family: 'Overpass Mono', monospace;
}
.subfooter {
    background-color: white
}
 hr{
     border-color: black;
      }
.item2 {
  position: relative;
  text-align: center;
  border: none;
  
  overflow: hidden;

      margin-bottom: 100px;
}
.item2 img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.item2:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  filter: brightness(0.25);
  transform: scale(1.1);

   
   
}
.middle {
  /* display: flex; */
  color: white;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.division {
  margin: 20px;
  width: 100px;
}


.item2:hover .middle {
  opacity: 100;
}
.overlay {
    display: block;
    height: 100%;
    width: 100%;
    opacity: 0;
    background: rgba(0,0,0,.5);
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;}
 .item2:hover .overla {
    opacity: 1;
}   
.tool {
    height: 70px;
}   
.devices{
    width: 700px;
}
@media screen and (max-width: 768px){
    .devices{ width: 270px;
    } 
}
.brlogo {
    width: 250px;
}

.navbarlogo {
    width:100px;
}
.social-buttons {
    padding: 0px;
}
.social-buttonsnavbar a {
    background-color: none;
    padding-top: none;
}
.nav-wrapper {
    min-height:89px
}
@media screen and (max-width: 768px){
    .nav-wrapper {
    min-height:73px
}
}

}
html {
overflow: scroll;
overflow-x: hidden;
}


.hamburger {
  padding: 22px 20px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible; }
  .hamburger-inner:hover:before, .hamburger-inner:hover, .hamburger-inner:hover:after {
    background-color: black}
  .hamburger.is-active .hamburger-inner:hover,
  .hamburger.is-active .hamburger-inner:hover:before,
  .hamburger.is-active .hamburger-inner:hover:after {
    background-color: black; }
  .hamburger.is-active .hamburger-inner,
  .hamburger.is-active .hamburger-inner::before,
  .hamburger.is-active .hamburger-inner::after {
    background-color: #000; }
@media screen and (min-width: 768px){
    .hamburger{
        display:none;
    }
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative; }

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px; }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 25px;
    height: 1px;
    background-color: #000;
    border-radius: 2px;
    position: absolute;
    transition-property: transform;
    transition-duration: 0.15s;
    transition-timing-function: ease; }
  .hamburger-inner::before, .hamburger-inner::after {
    content: "";
    display: block; }
  .hamburger-inner::before {
    top: -8px; }
  .hamburger-inner::after {
    bottom: -8px; }

/*
   * Squeeze
   */
.hamburger--squeeze .hamburger-inner {
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
  .hamburger--squeeze .hamburger-inner::before {
    transition: top 0.075s 0.12s ease, opacity 0.075s ease; }
  .hamburger--squeeze .hamburger-inner::after {
    transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--squeeze.is-active .hamburger-inner {
  transform: rotate(45deg);
  transition-delay: 0.12s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  .hamburger--squeeze.is-active .hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.075s ease, opacity 0.075s 0.12s ease; }
  .hamburger--squeeze.is-active .hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.icons{
    height: 150px;
    margin-top: 80px;
}
#icon-right {
    height: 230px;
    margin-top: 20;
    margin-left: 50px;
  }
@media screen and (max-width: 1199px) {
    #icon-right {
        margin-left: 0px;
    }
    
}
@media screen and (max-width: 991px) {
    #icon-right {
        margin-top: 80px;
        margin-left: 50px;
    }
    #icon1 {
        margin-top: 0px;
    }
    #companyname {
        margin-top: 0px;
    }
}
h1.section-heading {
    font-size: 53px;
}
@media screen and (max-width: 768px) {
#icon-right {
        margin-top: 80px;
        margin-left: 0px;
    }

}


.footer-icon {
    font-size: 25px;
}

.email-and-phone {
 text-decoration: none;
    color: black;
}
a.email-and-phone:hover {
    text-decoration: none
        color: black
}

.codebox {
    background-color: #f2f2f2;
    font-family: monospace;
    overflow: scroll;
    border: 1px solid black;
    padding: 10px
  
    
}

.projecttext {
    width 80%;
}
h3.project-sub-heading  {
   margin-bottom: 30px; 
}
p.end-paragraph {
    margin-bottom: 60px;
}

.project-logo {
    width: 250px;
}

#MCTIcons {
    width: 100%;
}

#caricatures {
    width: 60%;
}

#audio-player {
    width: 400px;
}

.volume-slider {
    width: 150px;
}

#side-nav {
    height: 300px;
}

#overlay {
    width: 90%
}
#meanderlust-screenshots {
  
}

@media screen and (max-width: 500px){
    #audio-player {
        width: 90%;
    }
}

.required {
    font-size: 15px;
}

/*Fade in*/

.loadfade {
    opacity: 0;
 
}


.loadfadenav {
    opacity: 0;

}

.loadfadesequence {
    opacity: 0;
}

.scrollfade {
    opacity: 0;
 
}

.scrollfadey {
    opacity: 0;
 
}

.not-required {
    padding-bottom: 12px;
}

#mpc {
  width: 300px;
}

#controls {
  width: 300px;
