@charset "utf-8";
/* CSS Document */
body{
		background-color: deepskyblue;
	}
	.Horz img {
		max-height: 300px;
		max-width: 700px;
		width:auto;
		height: auto;
		
	}
	
	#photogrid img {
		max-height: 700px;
		max-width: 300px;
		width:auto;
		height: auto;
		vertical-align: middle;

	}
	.photo{
		 
		margin: 15px;
		padding: 15px;
		border: solid 4px deepskyblue;
		background-color: ghostwhite;
	}
	.photo:hover {
		cursor: pointer;
		border: solid 4px indianred;
		
	}
	
	
	.gallery li{
		
		list-style-type:none;

	}
	
	#jbird {
		width: 100%;
		margin: auto;
		text-align: center;
	}
	
	#jbird h1 {
		line-height: 75px;
		color: white;
	}
	
	#jbird p {
		
		color: white;
	}
	#BIGH1 {
		
	font-weight: bolder;
    font-family:  "Times New Roman", "serif";
	color: white;
	line-height: auto;
	}	
	#left {
		
		
	}
.onehundred {
	
	height: 100%;
	
}
h2 {
	
	color: darkviolet;
}	
#JB {
	height: 10vh;
	
	
}
	 @-webkit-keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
@keyframes wobble-vertical {
    16.65% {
        -webkit-transform: translateY(8px);
        -ms-transform: translateY(8px);
        transform: translateY(8px);
    }
    33.3% {
        -webkit-transform: translateY(-6px);
        -ms-transform: translateY(-6px);
        transform: translateY(-6px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        -ms-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        -ms-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        -ms-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
    }
}
.wobble-vertical {
    display: inline-block;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.wobble-vertical:hover {
	
    -webkit-animation-name: wobble-vertical;
    animation-name: wobble-vertical;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
 
}
      
	
#insta {
	
	width: 3vw;
	
}	
	

	.birdHeightT {
		height: 200px;
		width: 170px;
		float: left;
		
	}
	

	
	.birdHeight {
		height: 150px;
		width: 120px;
		float: left;
		
	}
	
	.textLeft {
		
		float: left;
		margin-top: 15px;
		font-size: 10vw;
	}
	
	
	.leftMOBILE {
		
		padding-top: 0px;
		position: relative;
		margin-left: 10px;
		height: 175px;
		
	}
	.socialMobile {
		
		position: absolute;
		top: 80px;
		left: 275px;
		color: white;
		
	}
	
	.BigFont {
		font-size: 4vw;
		
	}
	
	.instaWord {
		line-height: 20px;
		margin-top: 5px;
		
	}
	.medFont {
		font-size: 60px;
		
	}
	
	.leftT {
		
		margin-left: 10px;
		margin-top: 30px;
	}

#footer {
	
	text-align: center;
	color: deepskyblue;
	padding: 10px;
	background: white;
	font-weight: bold;
	
}

#topText a {
	
	color: white;
	font-weight: bold;
	
}
#topText a:hover {
	
	color: indianred;
	font-weight: bold;
	
}

#topText {
	
	color: white;
}