
iframe:hover {
    cursor: pointer;
}

.clickfix{

    pointer-events: none;

}

.gradient{
      background: linear-gradient(45deg,rgba(22,190,195,1) 0% , rgba(0,142,195,1) 14%, rgba(69,8,167,1) 30%, rgba(230,40,96,1) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.endstuff{
    padding:10px 30px 0 30px;
}

@media (min-width: 768px) {
    .endstuff{
            padding:0px 100px 15px 0px;
    }
}


.photo{
    padding:10px 30px 0 30px;
}

@media (min-width: 768px) {
    .photo{
            padding:0px 0px 0px 0px;
    }
}



.vertical-center {
  margin: 0;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.splineheader {
    margin-top:110px;
    
}

div {
	overflow:hidden; 
}


.type-grad{
    font-family: "commuters-sans", sans-serif;
    font-style: normal;
    font-weight: 800;
    font-size: 2em;
    letter-spacing: -0.05rem;    
  background: linear-gradient(45deg,rgba(57,211,240,1) 0% , rgba(64,174,255,1) 14%, rgba(69,8,167,1) 30%, rgba(230,40,96,1) 80%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}



.btn-grad {
    font-family: "commuters-sans", sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-right:4px;
    font-size: 1em;
    color: #ffffff;
            background-image: linear-gradient(2850deg, rgba(230,40,96,1) 0%, rgba(69,8,167,1) 35%, rgba(64,174,255,1) 64%, rgba(57,211,240,1) 100%);
    border-radius: 3px;
    background-position: right center;
            padding: 3px 10px;
            text-align: center;
            transition: 0.3s;
            background-size: 200% auto;           
            display: block;
    border-style: none;
          }

.btn-grad:hover {
            background-position: left center; /* change the direction of the change here */
            color: #fff;
            text-decoration: none;
        font-style: italic;
        font-weight: 400;
    
          }
@media (max-width: 768px) {
    #btn-grad-hide {
        display: none;
    }
}

.content {
	margin-top: 60px;
    background-color: #fff;
}

@media (min-width: 768px) {
.content {
	margin-top: 120px;
    background-color: #fff;
}
}

.headerbar {
    background-color: #fff;
}
    
@media (min-width: 768px) {
.headerbar {
    background-color: #fff;
}
}

.navbar-nav li a{
    padding-right: 4px;
    padding-left: 4px;
}
    
@media (min-width: 768px) {
    .navbar-nav li a{
        padding-right: 0px;
        padding-left: 15px;
    }

}


.navbar-nav li img{
        width: 25px;
        height: 25px;
}

.btn-primary{
    font-family: "commuters-sans", sans-serif;
    font-weight: 700;
    font-style: italic;
    letter-spacing:.06rem; 
    font-size: 1em;
    color: #999999;
}

.credits{
    font-family: "noto-sans-semicondensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.8em;
    color: #999999;
    line-height: 1.5em;
}

@media (min-width: 768px) {
    .credits{
    font-family: "noto-sans-semicondensed", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 0.9em;
    color: #999999;
    line-height: 1.5em;
}
 
    
}

.credits ul{
      list-style-type: none;
  margin: 0;
  padding: 0 0 0 5px;
}

.credits ol{
      list-style-type: decimal-leading-zero;
      margin: 0;

}

h1, h2, h3, h4, h5, h6{
    font-family: "commuters-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
}
    
    
.navbar-nav{
	float: right;
    vertical-align: bottom;
	color: rgb(47,99,88); 
	font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;
    font-style: italic;
    padding-top: 18px;
    padding-bottom: 15px;
    margin: 0px 0px 0px 0px;

}

@media (min-width: 768px) {
.navbar-nav{
	float: right;
	color: rgb(47,99,88); 
	font-family: "mrs-eaves-xl-serif", serif;
    font-weight: 400;
    font-style: italic;
    padding-top: 40px;
    padding-bottom: 15px;
    margin: 25px 0px 0px 0px;
    }
}
    
.homelink{
        font-family: "commuters-sans", sans-serif;
    font-style: italic;
    font-weight: 700;
    font-style: normal;
    font-size: 1em;
    color: #999999;
}
    
.navbar-nav > li {
    float: left;
  }

.johnfisher{
    color: #999999; 
	font-family: "commuters-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 0.92em;
}

@media (min-width: 768px) {
 
    .johnfisher{
    color: #999999; 
	font-family: "commuters-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
    font-size: 1.2em;
}   
}


.role{
    color: #999999; 
	font-family: "commuters-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 0.92em;
}

@media (min-width: 768px) {
.role{
    color: #999999; 
	font-family: "commuters-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.18em;
}
}

.hidemobile{
    visibility: hidden;
    display: none;
}
@media (min-width: 768px){
    
    .hidemobile{
    visibility: visible;
    }
}


.about{padding:15px 40px 15px 15px;}

@media (min-width: 768px) {
.about{padding:15px 40px 15px 0px;}
}

.sidelink{
    color: rgb(47,99,88); 
	font-family: "commuters-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1em;
    
}

h2{
	font-family: "commuters-sans", sans-serif;
    font-weight: 800;
    font-style: normal;
	text-align:left;
 
}
p{
	font-family: "commuters-sans", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size:14px;
	text-align:left;
	color: #999999;
	margin-bottom:1.5em;
    letter-spacing: .015rem;
    
}
.navbar-brand {
	  margin: 23px 0px 0px 15px;
}
@media (min-width: 768px) {
    .navbar-brand {
	  margin: 23px 0px;
    }
}
.mylogo{
    height:55px;
    
}


.navbar-header{

    position: absolute;
    //*
    bottom: 0px;
    */
    top: 0px;
    padding-top:23px;
    padding-bottom: 12px;
    padding-left: 15px;
    
    }

@media (min-width: 768px) {
.navbar-header{
    position: absolute;
    bottom: 0px;
    padding-top:10px;
    padding-bottom: 12px;
    padding-left: 0px;
    }
}




@media (min-width: 768px) {
.mylogo{
    height:65px;
}
}
.hovereffect {
    width: 100%;
    height: 100%;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
}
.hovereffect .overlay {
    width: 100%;
    position: absolute;
    overflow: hidden;
    left: 0;
	top: auto;
	bottom: 0;
	padding: 1em;
	height: 4.75em;
	background: #79FAC4;
	color: #3c4a50;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,100%,0);
	transform: translate3d(0,100%,0);
	visibility: hidden;

}  
    /*
 .hovereffect img {
    display: block;
    position: relative;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

.hovereffect:hover img {
-webkit-transform: translate3d(0,-10%,0);
	transform: translate3d(0,-10%,0);
}
*/
.hovereffect h3 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: relative;
    font-size: 0.8em;
    padding: 10px;
    background: rgba(0, 0, 0, 0.6);
	float: left;
	margin: 0px;
	display: inline-block;
}
    .hovereffect h3,
.hovereffect p.icon-links a {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,200%,0);
	transform: translate3d(0,200%,0);
	visibility: visible;
}
    .hovereffect:hover .overlay,
.hovereffect:hover h3,
.hovereffect:hover p.icon-links a {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    cursor: pointer;
}

.hovereffect:hover h3 {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
    cursor: pointer;
}

.capa{
    border-top: 2px solid white;
    border-bottom: 2px solid white;
    border-right: 4px solid white;
    padding:10px 30px 0 30px;
    background-color: #999999;
    color: white;
}

@media (min-width: 768px) {
    .capa{
            padding:0px 0px 0px 0px;
    }
}

.skill{
    margin: 0 0 5px 15px;
}


/*
@media (max-width: 768px) {
	.navbar-brand {
	margin: 28px auto 18px auto;
    position:absolute;
    left: 50%;
    margin-left: -36px !important;  
    display: block;
	}
    .navbar-nav{
    color: rgb(47,99,88); 
	}
    .navbar-nav li{
    float: left;
    padding: 25px 43px 0 43px;
    color: rgb(47,99,88); 
	}
    
	.content {
		margin-top: 190px;
	}
	.navbar-toggle {
	margin-right: 15px;
	border: none;
	}
	}
*/