body {
 background-image:url('images/g-skin.avif');
 background-repeat:no-repeat;
 background-size:cover;
 background-position:center;
 background-attachment:fixed;
 cursor: url('images/cser.png') 16 16, auto;
}

.h1 {
    height: 55px;
    background-color: #770F05;
    line-height: 55px; 
    text-align: center;
	color: #EAC117;
	margin-left:15%;
	margin-right:15%;
	
}

.myButton {
	box-shadow:inset -4px -4px 0px 0px #cf866c;
	background:linear-gradient(to bottom, #d0451b 5%, #bc3315 100%);
	background-color:#770F05;
	border-radius:15px;
	display:inline-block;
	cursor:pointer;
	color:#EAC117;
	font-family:Arial;
	font-size:13px;
	font-weight:bold;
	padding:8px 13px;
	text-decoration:none;
	text-shadow:-1px 0px 10px #854629;
	text-align:center;
	margin-right:20%;
	margin-left:20%;
	display:block;
	
}
.myButton:hover {
	background:linear-gradient(to bottom, #bc3315 5%, #d0451b 100%);
	background-color:#bc3315;
	cu
}
.myButton:active {
	position:relative;
	top:1px;
}


.index {
	height:300px;
    background-image: url('images/g_head_shot.jpeg'); 
    background-repeat: no-repeat;
	background-position:center;
}

.center {
	
	
	margin-right:auto;
	margin-left:auto;
	display:block;
}

.footer {
	height: 120px;
    background-color: #770F05;
    line-height: 55px; 
    text-align: center;
	color: #EAC117;
	margin-left:15%;
	margin-right:15%;
	
}

p {
	text-align:center;
	margin-right:20%;
	margin-left:20%;
}

.color {
	color: blue;
	text-align:center;
	max-height: 300px;
	overflow:hidden;
	overflow:scroll;
	width:50%;
}

.color2 {
	color: blue;
	text-align:center;
}

a:link {
	color: #EAC117;
}

a:hover {
	color:brown;
	cursor: url('images/cser.png'), pointer;
}

a:visited {
	color: #EAC117;

}

.index2 {
	height:300px;
   background-image: url('images/g.jpg');
    background-repeat: no-repeat;
	background-position:center;
	background-size:900px;
	
}

.index3 {
	height:300px;
   background-image: url('images/n-g2.jpg');
    background-repeat: no-repeat;
	background-position:center;
	background-size:900px;
	
}

.index4 {
	height:300px;
   background-image: url('images/m-g.jpg');
    background-repeat: no-repeat;
	background-position:center;
	background-size:900px;
	
}

.index5 {
	height:300px;
   background-image: url('images/k-g2.jpg');
    background-repeat: no-repeat;
	background-position:center;
	background-size:850px;
	
}

.index6 {
	height:300px;
   background-image: url('images/k-g2.jpg');
    background-repeat: no-repeat;
	background-position:center;
	background-size:850px;
	
}



#custom-cursor {
   
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #000;
    position: fixed; 
    pointer-events: none; 
    transform: translate(-50%, -50%); 
    z-index: 10000; 
}