/*
* Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-stylish-portfolio/blob/master/LICENSE)
*/

html {
  width: 100%;
  height: 100%; 
}
body {
  font-size: 16px;
  line-height: 1.4;
  color: #666;
  font-family: 'Lato', sans-serif;
  width: 100%;
  height: 100%; 
}

h1.mb-1 {
  color: #03bf94;
  background-image: 
    -webkit-linear-gradient(92deg, #0d7961, #67ffdc);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
h2.aboutContent{
  color: rgba(62, 57, 68, 0.8);
}

h2 {
  padding-bottom: 1.5em;
  padding-top: 3em;
}
h2.mb-4{
   text-shadow: 1px 3px 2px rgba(0,0,0,0.3);
}
/*div header text*/
h2.mb-5 {
  font-size: 2em;
  font-weight: 700;
  text-shadow: none;
  margin-bottom: 0!important;
  color: #03BF94;
}

#spinPortfolio{
  font-family: 'Yanone Kaffeesatz', sans-serif;
  font-size: 3em;
  font-weight: 300;
  color: #fff;
  text-shadow:  1px 2px 4px rgba(62, 57, 68, 0.8);
  padding-top: 0;
}

/*text below the language icons*/

p {
  font-family: 'Lato', sans-serif;
  font-size: 1.3em;

  color: rgba(62, 57, 68, 0.8);
}

h3.www{

 font-weight: 700;
 font-family: 'Lato', sans-serif;
 font-size: 2.0em;
 color: rgba(52, 58, 64, 0.8);
}

.text-faded {
  color: rgba(255, 255, 255, 0.7); 
}

/* Side Menu */
#sidebar-wrapper {
  position: fixed;
  z-index: 2;
  right: 0;
  width: 250px;
  height: 100%;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
  transform: translateX(250px);
  background: #504b56;
  border-left: 1px solid rgba(255, 255, 255, 0.1); 
}

.sidebar-nav {
  font-family: 'Yanone Kaffeesatz', sans-serif;
  position: absolute;
  font-size: 2em;
  top: 0;
  width: 250px;
  margin: 0;
  padding: 0;
  list-style: none; 
}
.sidebar-nav li.sidebar-nav-item a {
  display: block;
  text-decoration: none;
  color: #fff;
  padding: 15px; 
  text-shadow: .5px .5px #fcca92; 
}
.sidebar-nav li a:hover {
  text-decoration: none;
  color: #fff;
  background: rgba(255, 255, 255, 0.2);
  text-shadow: 1px 1px #000;  
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
  text-decoration: none; 
  text-shadow: 1px 1px #000; 
}
.sidebar-brand {
 text-shadow: .5px .5px #fcca92 
  font-size: 2em;
  }
.sidebar-nav > .sidebar-brand {
  font-size: 1.8rem;
  background: rgba(52, 58, 64, 0.1);
  height: 80px;
  line-height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 15px; 
 text-shadow: .5px .5px #fcca92
}
.sidebar-nav > .sidebar-brand a {
  text-shadow: 1px 1px #000; 
  color: #fff;

}
.sidebar-nav > :hover {
  color: #fff;
  text-shadow: 1px 1px #000; 
  background: none; 
}
#sidebar-wrapper.active {
  right: 250px;
  width: 250px;
  -webkit-transition: all 0.4s ease 0s;
  -moz-transition: all 0.4s ease 0s;
  -ms-transition: all 0.4s ease 0s;
  -o-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s; 
}
.menu-toggle {
  position: fixed;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  text-align: center;
  color: #fff;
  background: rgba(52, 58, 64, 0.5);
  line-height: 50px;
  z-index: 999; 
}
.menu-toggle:focus, .menu-toggle:hover {
  color: #fff; 
}
.menu-toggle:hover {
  background: #343a40; 
}
.scroll-to-top {
  position: fixed;
  right: 15px;
  bottom: 15px;
  display: none;
  width: 50px;
  height: 50px;
  text-align: center;
  color: white;
  background: rgba(52, 58, 64, 0.5);
  line-height: 45px; 
}
.scroll-to-top:focus, .scroll-to-top:hover {
  color: white; 
}
.scroll-to-top:hover {
  background: #343a40; 
}
.scroll-to-top i {
  font-weight: 800; 
}
.masthead {
  font-family: 'Questrial', sans-serif;
  min-height: 30rem;
  position: relative;
  display: table;
  width: 100%;
  height: auto;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%), url("../img/whiteComputerTrim.png"); /*photo credit: Christopher Gower*/
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
}
.masthead h1 {
  font-size: 4rem;
  margin: 0;
  padding: 0; 
}
@media (min-width: 992px) {
  .masthead {
    height: 100vh; 
  }
  .masthead h1 {
    font-size: 6.5rem; 
    font-weight: bold;
  } 
}
@media screen and (max-width:800px) {
.masthead{
  background-attachment:scroll;
 }
}
.aboutContent{
  font-family: 'Lato', sans-serif;
  font-size: 1.8rem;
  padding-left: 10%;
  padding-right: 10%;
}
#tools{
  font-size: 2em;
  font-weight: 700;
  text-shadow: none;
   margin-bottom: 0!important;
  color: rgba(62, 57, 68, 0.9);
  text-transform: uppercase;
}

#websites{
 text-transform: uppercase;
  color: rgba(62, 57, 68, 0.8)!important ;
  padding-bottom: 40px;
  padding-top: 100px;
}

#otherProjects{
  text-transform: uppercase;
  color: rgba(62, 57, 68, 0.8)!important ;
  padding-bottom: 40px;
}

h4 {
  font-family: 'lato', sans-serif;
  font-size: 1.5rem;
  color: rgba(62, 57, 68, 0.9);
  text-shadow: .5px .5px 0 rgba(62, 57, 68, .5);
}
/*contact button*/

.btn-xl {
  background-color:rgba(62, 57, 68, .5);
  padding: 1rem 2rem; 
}
.btn-xl:hover{
   background-color:rgba(62, 57, 68, .9);
}


#skillsButton, #projectsButton {

  width: 10em;
  font-family: 'Rancho', cursive;
  font-weight: normal;
  font-size: 1.4em;
  text-shadow: 1px 1px 0.5px rgba(0, 0, 0, .9);
  margin: 40px 10px 0;
  background-color: rgba(62, 57, 68, 0.8) !important;
  color: #DAD6D3 !important;
  box-shadow: 2px 2px 2px rgba(52, 58, 64, 1);
}
#skillsButton:hover, #projectsButton:hover{
  background-color: #fff !important;
  border-color: #f8f9fa; 
}

.content-section {
  padding-top: 2.5rem;
  padding-bottom: 5.5rem; 
}
#buttonz{
  padding-top: 4em;
  padding-bottom: 15%;
  background-color: #E7E7E7!important;

}
.content-section-heading h2 {
  font-size: 2rem; 
  padding-top: 2rem;
}
.content-section-heading h3 {
  font-size: 1rem;
  text-transform: uppercase; 
}

#skills {
  background-image: url("../img/hammersWhiteOver.jpg"); /*Unsplash photo: Adam Sherez*/
  padding-top: 0;
  padding-bottom: 25%;
}

#bigSkills{
  font-size: 4em;
  color: rgba(255,255,255, .8);
  /*padding-top: 1em;*/
  text-transform: uppercase;
  text-shadow: 2px 2px 1px rgba(62, 57, 68, 0.4);
}

#projectsWebsites {
  padding-top: 2rem;
  padding-bottom: 3rem;
}
.fa-html5{
  color: #03BF94!important;
}
.fa-css3{
  color:#03BF94;
}
.fa-hashtag{
  color:#03BF94;
}
.fa-js-square{
  color: #03BF94;
}
.row{
  margin:0;
}

.service-icon {
  background-color: rgba(62, 57, 68, 0.4);
  height: 7rem;
  width: 7rem;
  display: block;
  line-height: 7.5rem;
  font-size: 2.75rem;
  box-shadow: 1px 1px 0 rgba(62, 57, 68, 0.8); 
}

#callout {
  padding-top: 8rem;
  padding-left: none;
  padding-right: none;
  background-attachment: fixed;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; 
}
@media screen and (max-width:800px){

}
#callout h2 {
  color: rgb(255, 255, 255);
  font-size: 2rem;
  font-weight: 700;
  text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
}

.portfolio-item {
  display: block;
  position: relative;
  overflow: hidden;
  max-width: 530px;
  margin: auto auto 1rem; 
}
.portfolio-item .caption {
  display: flex;
  height: 100%;
  width: 100%;
  background-color: rgba(62,57,68,0.1);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1; 
}
.portfolio-item .caption .caption-content {
  color: #fff;
  margin: auto 2rem 2rem; 
}
.portfolio-item .caption .caption-content h2 {
  font-size: 0.8rem;
  text-transform: uppercase; 
}
.portfolio-item .caption .caption-content p {
  font-weight: 300;
  font-size: 1.2rem; 
}
@media (min-width: 992px) {
  .portfolio-item {
    max-width: none;
    margin: 0; 
}

.portfolio-item .caption {
    -webkit-transition: -webkit-clip-path 0.25s ease-out, background-color 0.7s;
    transition: clip-path 0.25s ease-out, background-color 0.7s;
    -webkit-clip-path: inset(0px);
    clip-path: inset(0px); 
}
.portfolio-item .caption .caption-content {
    transition: opacity 0.25s,color 0.7s;
    color:rgba(255,255,255,0.0);
    margin-left: 5rem;
    margin-right: 5rem;
    margin-bottom: 5rem; 
}
.portfolio-item:hover .caption .caption-content{
    color:#fff;
}
.portfolio-item img {
    -webkit-transition: -webkit-clip-path 0.25s ease-out;
    -webkit-clip-path: inset(-1px);
    clip-path: inset(-1px); 
}
.portfolio-item:hover img {
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem); 
}
.portfolio-item:hover .caption {
   /* background-color: rgba(92,6,0, 0.9);*/
   background-color: rgba(62, 57, 68, 0.8);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem); 
} 
#projects{
  padding-top: 2em;
}
#projects .portfolio-item .caption-content p {
    color:#000;
}
#projects .portfolio-item:hover .caption{
   background-color: rgba(62, 57, 68, 0.8);
    -webkit-clip-path: inset(2rem);
    clip-path: inset(2rem);  
}
/*bootstrap and squarespace svg icons*/
}
#squarespace {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -.125em;
  fill: #03BF94!important;
}
#bigB {
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: -.125em;
  fill: #03BF94!important;
}

#silly{
  color: rgba(52, 58, 64, 0.7);
  font-family: 'Rancho', cursive;
  font-size: 1.7em;
  padding-top: 1.5em;
  font-weight: normal;
}
footer.footer {
  background-color:  #E7E7E7;
  padding-top: 5rem;
  padding-bottom: 1rem; 
}
footer.footer .social-link {
  display: block;
  height: 4rem;
  width: 4rem;
  line-height: 4.3rem;
  font-size: 1.5rem;
  background-color: rgb(3, 191, 148);
  transition: background-color 0.15s ease-in-out;
  box-shadow: 2px 2px 2px  rgba(62, 57, 68, 0.8); 
}
footer.footer .social-link:hover{
  background-color: #afacaf;
  text-decoration: none; 
}

a {
  color: #1D809F; 
}
a:hover, a:focus, a:active {
  color: #afacaf; 
}
/*.btn-primary*/

#infoBtn:hover, #infoBtn:focus, #infoBtn:active{
  background-color: rgba(62, 57, 68, 0.8)!important;
  border-color: #1D3D4A !important;
}

#infoBtn{
  background-color: #03BF94 !important;
  color: #fff !important;
  border-color: rgba(29,100,74,.25) !important; 
  font-family: 'lato', sans-serif;
  font-weight: normal!important;
  font-size: 1.2em;
  text-shadow: 1px 1px 0.5px rgba(52, 58, 64, 0.6);
  box-shadow: 2px 2px 1px  rgba(0, 0, 0, 0.5);
  font-weight: 700; 
  border-radius: 75px;
}

.btn {
  font-family: 'Rancho', cursive;
  font-weight: normal;
  font-size: 1.4em;

  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
  font-weight: 700; 
  border-radius: 75px;
}

.text-primary {
  color: #1D809F !important; 
}

#about{
  background-color: #FFF;
  padding-bottom: 25%;
  padding-top:12%;
  box-shadow: 0 2px 2px #999!important;
}
svg {
color: #fff;
}
#github {
  color: #fff;
}
.wrap {
padding-top: 18%;
margin:auto;  z-index:1;
}

#yourbutton{
  padding: 15px 25px;
  font-size: 24px;
  text-align: center;
  cursor: pointer;
  outline: none;
  color: #fff;
  background-color: rgba(62, 57, 68, 0.8);
  border: none;
  border-radius: 15px;
  box-shadow: 0 2px 2px rgb(119, 103, 88);
}

#yourbutton:hover {
 background-color: #350d63;
 color: #03BF94;
}

#yourbutton:active {
  background-color: #a25fef;
    box-shadow: 0 2px 2px #999;
  transform: translateY(4px);
  color: #fff;
}
#yourbutton:focus {
  background-color: #a25fef;
  color: #fff;
}

#angryDot {

  color: rgba(62, 57, 68, 0.8);
  background-color:#fff!important;
  width:80px;
  height:83px;
  padding: 38px 25px 25px 38px;
  border: 0;
  border-radius:50%;
  margin-right: 20px;
  position: relative;
  background: top center no-repeat; 
  animation: spin 1s linear infinite;
  margin-left: 10px;
  /*Set our animation play state to paused initially */
  animation-play-state: paused; 
}

#angryDot:hover {
  color:rgba(62, 57, 68, 0.8);
  background-color: #03BF94!important;
  /* Toggle our animation play state to running when we are hovering over our sticker */
  animation-play-state: running;
}
#angryDot:focus {
 outline: none;
}
#angryDot:active{
 background-color:#a25fef!important; 
 border-color: transparent;
 color: #fff;
}


@-webkit-keyframes spin {
  100% {transform: rotate(1turn); }
}
@-moz-keyframes spin  {
  100% {transform: rotate(1turn); }
}
@-o-keyframes spin  {
  100% {transform: rotate(1turn); }
}
@keyframes spin {
  100% {transform: rotate(1turn); }
}


#Copyright{
  color:#211e1c;
  text-shadow: none;
}
ul {
  list-style-type: none;
}


/* Video and content *//* Allows right click menu on the video */
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  pointer-events: none; 
  background: url($overlay_pattern) left top repeat;
  opacity: $overlay_opacity;
}
.video-hero--content {
  position: relative;
  text-align: center;
  color: #FFF;
  margin: 250px 0;
  text-shadow: 0 0 5px rgba(0,0,0,0.4);
}
/* Other stuff */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.page-width {
  width: 92%;
  max-width: 960px;
  margin: 0 auto;
}

/* CSS from jQuery Background Video plugin */
/**
 * Set default positioning as a fallback for if the plugin fails
 */
.jquery-background-video-wrapper {
  position: relative;
  overflow: hidden;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
        background-size: cover;
}
.jquery-background-video {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  top: 65%;
  left: 50%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform: translate(-50%,-50%);
     -moz-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
       -o-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
}
.jquery-background-video-pauseplay {
  position: absolute;
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  width: 20px;
  height: 20px;
  top: 15px;
  right: 15px;
  padding: 0 !important;
  cursor: pointer;
  outline: none !important;
}
.jquery-background-video-pauseplay span {
  display: none;
}
.jquery-background-video-pauseplay:after,
.jquery-background-video-pauseplay:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: all .3s ease;
      transition: all .3s ease;
}
.jquery-background-video-pauseplay.play:before {
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #FFF;
}
.jquery-background-video-pauseplay.pause:before,
.jquery-background-video-pauseplay.pause:after {
  border-top: 10px solid #FFF;
  border-bottom: 10px solid #FFF;
  border-left: 5px solid #FFF;
}
.jquery-background-video-pauseplay.pause:after {
  left: 10px;
}


.element-with-video-bg {
  background-image: url(img/RideSilhouette.jpg); /*photo: MBrooke;*/
}


