.homeheader {
    /*background: url(../img/sketch-bg.png) 0 0 repeat; */
    
    background-image: url(../img/sketch-bg.png);  
    height:94vh;
    
    /*z-index: 10; */
}
.aboutheader {
    /*background: url(../img/sketch-bg.png) 0 0 repeat; */
    
    background-image: url(../img/about-me.png);  
    background-size: 90% auto; 
    background-position: center; 
    height:95vh;

}
.goldenratio {
	position: fixed;

	background-image: url(../img/goldenratio.png);  
    background-size: auto 91%; /*100% auto; */
    background-repeat: no-repeat;
    background-position: top ; 
    height:100vh;
    width: 99%;
	
}
.contactheader {
	background-image: url(../img/uxdesignimg.jpg);  
    background-size: cover; 
    height:100vh;
}
.bg-crazygif1 {
	background: url(../img/noise.gif) 0 0 repeat; /* hyperlinks.gif */
    z-index: 10;
}
.bg-crazygif2 {
	/*background: url(../img/glitch_wave.gif) 0 0 repeat;*/
	background: url(../img/cursor.gif) 0 0 repeat;
}
.bg-crazygif3 {
	background: url(../img/waiting.gif) 0 0 repeat;
}
.bg-crazygif4 {
	background: url(../img/shortthumb.gif) ;
	background-size: cover;
}
.bg-crazygif5 {
	background: url(../img/stupidbootstrap.gif) 0 0 repeat;
}
.bg-kitty {
	background: url(../img/kitty.gif) 0 0 repeat;
	background-size: 100% auto; 
    background-position: center;
    height:100vh;
}



.nav-bott {
	position: fixed;
	bottom: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	z-index: 1020;
}
.switchdesc {
	display:inline-block;
	vertical-align: top;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	/* background-color: aqua; */
}
.blinkingmenu {

	animation: blinker 1.1s cubic-bezier(.5, 0, 1, 1) infinite alternate;  
}
@keyframes blinker {  
  from { background-color: red }
  to { background: aqua } 
}
.adad {
	position: fixed;
	top: 130px;
	right: 33px;
	width: 305px;
	background-color: white;
	height: 320px;
	
	/*
	border: 1px solid #f1f2f3;
	border-radius: 0.25rem;
	-webkit-box-shadow: 0 0 15px rgba(0,0,0,0.05);
	box-shadow: 0 0 15px rgba(0,0,0,0.05);*/
}
.cursor {
	cursor: url(../img/crosshair.gif) 17 17, pointer;
}

.smallundercard {
	display: block;
	line-height: 1.3;
}








 /* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #2196F3;
}

input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 


/* MOBILE STUFF */
@media screen and (min-width: 0px) and (max-width: 720px) {
  .mobile-hide { display: none; }
}
/* MOBILE STUFF */
@media screen and (min-width: 720px) {
  .desktop-hide { display: none; }
}


