﻿body {
	margin:0;
	padding:0;
    touch-action: inherit;
    touch-action: pan-up;
    touch-action: pan-down;
    touch-action: pinch-zoom;
	
	
}
  
.navbut ul {
        list-style: none;
        z-index:2000;
	    position:relative;
        width: 100%;
        text-align:left;
        padding: 0;
        
        line-height: 15px;
        animation-name: slideup;
        animation-duration: .5s;
        animation-iteration: 1;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out;
        opacity: 0;
        animation-delay: .25s;
    }
@keyframes slideup {
    0% {
        opacity: 0;
        transform: translatey(10%);
    }
    100% {
        opacity: 1;
        transform: translatey(0);
    }
}
.navbut ul li {
    position: relative;
    float:right;
	 z-index:2000;
	position:relative;
}
    .navbut ul li a {
        font-size: 14px;
        font-weight: 200;
        width: auto;
        padding-top: 40px;
        padding-bottom: 40px;
        padding-right: 20px;
        padding-left: 10px;
        margin-right: 5px;
        z-index:2000;
		position:relative;
        display: block;
        background-color: #101010;
        color: #FFF;
        border-radius: 5px;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        transition: .6s;
        text-decoration: none;
    }
 .navbut ul li a:hover {
        background-color:#FFF;
        color:#000;
        transition: .6s;
	
    }
 .navbut ul li ul {
        
        width: auto;
        display: none;
        width: auto;
        margin-bottom:0px;
	   position:absolute;
	    
	    
    }
    .navbut ul li ul li {
        background-color: #101010;
        color: #FFF;
        width: auto;
        border-radius: 4px;
        margin-bottom: 2px;
        transition: .6s;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	
    }
        .navbut ul li ul li a {
            background-color: #101010;
            color: #FFF;
            width: auto;
           
            padding-bottom: 15px;
            padding-top: 15px;
            display: block;
            margin-right: 0;
            border-radius: 4px;
            transition: .6s;
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
        }
 .navbut ul li ul li ul {
         
         left: 132px;
         top: 10px;
         width: 180px;
	  
	    
            }
    .navbut ul li ul li ul a {
        left: 0px;
        top: 0px;
        width: 180px;
        display: block;
		
		
 
		
    }
.navbut ul li:focus-within > ul,
.navbut ul li:hover > ul {
        display: initial;
        border-radius: 5px;

	    
	  
    }
.title1 {
    font-size: 47px;
    margin-top:5px;
    margin-left: 5px;
    position: absolute;
    top:30px;
    width: 250px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 100;
    line-height: 15px;
    animation-name: slideright;
    animation-duration: .75s;
    animation-iteration: 1s;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    animation-delay: .25s;
    opacity: 0;
	z-index:1001;
	position:absolute;
}
@keyframes slideright {
    0% {
        opacity: 0;
        transform: translatex(-30%);
    }
    100% {
        opacity: 1;
        transform: translatex(0);
    }
}
.title2 {
    font-size: 21px;
    width: 250px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 800;
    line-height: 26px;
    top: 42px;
    margin-left: 5px;
    
    animation-name: slideleft;
    animation-duration: 3s;
    animation-iteration: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
    position: absolute;
	z-index:1001;

}
@keyframes slideleft {
    0% {
        opacity: 0;
        transform: translatex(10%);
    }
    100% {
        opacity: 1;
        transform: translatex(0);
    }
}
.title3 {
    font-size: 18px;
    width: 250px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: 300;
    line-height: 14px;
    margin-left:5px;
    top: 73px;
    animation-name: fadein;
    animation-duration: 1.75s;
    animation-iteration: 1;
    animation-fill-mode: forwards;
    animation-timing-function: ease-out;
    opacity: 0;
    animation-delay: 2.5s;
    position: absolute;
	z-index:1001;
}
@keyframes fadein {
    0% {
        opacity: 0;
    }
    60% {
        opacity: .3;
    }
    100% {
        opacity: 1;
    }
}
.topbanner {
    display: grid;
    grid-template-columns: 300px auto;
    gap: 10px;
    width: 100%;
    height: 140px;
    background-color: #FFF;
    
    color: #000;
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    top: 0;
    left: 0;
    margin: 0;
    padding-top: 10px;
    padding-bottom:5px;
    z-index:1000;
	position:sticky;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}



 

    .footerlayout {
        display: grid;
        grid-template-columns: 200px 1fr 1fr 1fr;
        column-gap: 50px;
        font-family: 'Microsoft YaHei UI';
        font-size: 15px;
        border-top: solid 1px #CCC;
        padding-top: 40px;
        width: 90%;
        justify-content: left;
        padding-left: 5%;
        padding-right: 5%;
        line-height: 28px;
        color:#eaeaea;
        font-weight:200;
		background-color: #121212;
		z-index:1;
		
    }

        .footerlayout a:link {
            color: #818181;
            text-decoration: none;
            padding: 10px;
            background-color: #121212;
            transition: .6s;
            width: auto;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            line-height: 28px;
			z-index:1;
        }

        .footerlayout a:hover {
            color: #FFF;
            text-decoration: none;
            padding: 10px;
            background-color: #121212;
            transition: .6s;
            width: auto;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            line-height: 28px;
			z-index:1;
        }

        .footerlayout a:visited {
            color: #818181;
            text-decoration: none;
            padding: 10px;
            background-color: #121212;
            transition: .6s;
            width: auto;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            line-height: 28px;
			z-index:1;
        }

        .footerlayout a:active {
            color: #818181;
            text-decoration: none;
            padding: 10px;
            background-color: #121212;
            transition: .6s;
            width: auto;
            height: auto;
            margin-top: 10px;
            margin-bottom: 10px;
            line-height: 28px;
			z-index:1;
        }

    .mytag {
        font-family: 'Microsoft YaHei UI';
        font-size: 14px;
        color: #4e4e4e;
        background-color: #101010;
        text-align: center;
        padding-top: 10px;
        padding-bottom: 10px;
        margin: 0;
        width: 100%;
        height: auto;
        vertical-align: middle;
        font-weight: 400;
       
        
    }

        .mytag a:link {
            color: #707070;
            transition: .6s;
            text-decoration: none;
            vertical-align: middle;
            font-weight: 400;
            background-color: #101010;
        }

        .mytag a:hover {
            color: #CCC;
            transition: .6s;
            text-decoration: none;
            vertical-align: middle;
            font-weight: 400;
            background-color: #101010;
        }

        .mytag a:visited {
            color: #707070;
            transition: .6s;
            text-decoration: none;
            vertical-align: middle;
            font-weight: 400;
            background-color: #101010;
        }

        .mytag a:active {
            transition: .6s;
            text-decoration: none;
            vertical-align: middle;
            font-weight: 400;
            color: #707070;
            background-color: #101010;
        }

    .toplinks {
        font-size: 20px;
        text-align: center;
        color: #3a9018;
		z-index: 2;
		position:relative;
        padding: 10px;
        margin-top: 10px;
        font-family: 'Microsoft Tai Le';
        font-weight: 200;
        animation-name: topup;
        animation-duration: 1.5s;
        animation-iteration: 1s;
        animation-fill-mode: forwards;
        animation-timing-function: ease-out;
        animation-delay: .5s;
        opacity: 0;
       
        
        
    }

    @keyframes topup {
        0% {
            opacity: 0;
            transform: translatey(30%);
        }

        100% {
            opacity: 1;
            transform: translatey(0);
        }
    }

    .toplinks a:link {
        font-size: 20px;
        text-align: center;
        padding: 10px;
        margin-top: 10px;
        text-decoration: none;
        color: #5aa406;
        transition: .6s;
        z-index: 2;
		position:relative;
		
    }

    .toplinks a:hover {
        font-size: 20px;
        border-left: solid 1px #7acf40;
        border-right: solid 1px #7acf40;
        padding: 10px;
        margin-top: 10px;
        text-decoration: none;
        color: #7acf40;
        transition: .6s;
        z-index: 2;
		position:relative;
		
    }

    .toplinks a:active {
        font-size: 20px;
        text-decoration: none;
        padding: 10px;
        margin-top: 10px;
        color: #5aa406;
        transition: .6s;
        z-index: 2;
		position:relative;
		
    }

    .toplinks a:visited {
        font-size: 20px;
        text-decoration: none;
        padding: 10px;
        margin-top: 10px;
        color: #5aa406;
        transition: .6s;
        z-index: 2;
		position:relative;
		
    }

    .donate {
        font-size: 38px;
        line-height: 15px;
    }

    .donphoto {
        margin: 0;
        
        width: auto;
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0;
        background-color: #7acf40;
        border-radius: 10px;
        
        text-align: center;
        font-family: 'Microsoft Himalaya';
        font-size: 30px;
        color: rgba(0, 0, 0, 0.1);
        vertical-align: middle;
    }

        .donphoto a:link {
            
            transition: .6s;
            border: solid 1px #000;
            
            vertical-align: middle;
            padding:5px;
            
        }

        .donphoto a:hover {
            
            box-shadow: none;
            transition: .6s;
            vertical-align: middle;
            padding-top: 10px;
            padding-bottom: 5px;
        }

        .donphoto a:visited {
            
            transition: .6s;
            border: solid 1px #000;
            
            vertical-align: middle;
            padding-top: 10px;
            padding-bottom: 5px;
        }

        .donphoto a:active {
            
            transition: .6s;
            border: solid 1px #000;
            
            vertical-align: middle;
            padding-top: 10px;
            padding-bottom: 5px;
        }

    .formmailer {
        display: block;
        border-width: 0px;
        width: 100%;
    }

        .formmailer .input {
            justify-content: center;
            text-align: center;
            transition: .6s;
            height: 30px;
            padding-top: 10px;
            padding-bottom: 10px;
            border-width: 0px;
            width: 90%;
            margin-bottom: 20px;
            font-size: 16px;
        }

            .formmailer .input a:link {
                transition: .6s;
                text-align: center;
                height: 30px;
                padding-top: 10px;
                padding-bottom: 10px;
                width: 90%;
                border-width: 0px;
                margin-bottom: 20px;
                font-size: 16px;
                background-color: #121212;
                color: #eaeaea;
            }

            .formmailer .input a:hover {
                transition: .6s;
                text-align: center;
                height: 30px;
                padding-top: 10px;
                padding-bottom: 10px;
                width: 90%;
                border-width: 0px;
                margin-bottom: 20px;
                font-size: 16px;
                background-color: #eaeaea;
                color: #121212;
            }

            .formmailer .input a:focus {
                background-color: #101010;
                color: #eaeaea;
                transition: .6s;
                text-align: center;
                height: 30px;
                padding-top: 10px;
                padding-bottom: 10px;
                width: 90%;
                border-width: 0px;
                margin-bottom: 20px;
                font-size: 16px;
            }

        .formmailer .submit {
            box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
            background-color: #101010;
            color: #eeeeee;
            transition: .6s;
            text-align: center;
            height: 40px;
            width: 80px;
            margin-bottom: 20px;
            padding-top: 5px;
            padding-bottom: 5px;
            border-width: 0px;
            cursor:pointer;
        }

            .formmailer .submit a:link {
                background-color: #101010;
                box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
                transition: .6s;
                text-align: center;
                color: #eeeeee;
                height: 40px;
                width: 80px;
                margin-bottom: 20px;
                padding-top: 5px;
                padding-bottom: 5px;
                border-width: 0px;
            }

            .formmailer .submit a:hover {
                background-color: #FFF;
                color: rgba(0, 0, 0, 0.2);
                transition: .6s;
                text-align: center;
                height: 40px;
                width: 80px;
                margin-bottom: 20px;
                padding-top: 5px;
                padding-bottom: 5px;
                border-width: 0px;
            }
.colorb {
	
	background-color:#FFF;
	width:100%;
	
	top:0;
	
	
	
}
.content {
	
	margin-left:5%;
	margin-right:5%;
	font-weight:200;
	line-height:32px;
	color:#000;
	font-family:"Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, "sans-serif";
	font-size:18px;
}
    
.content a:link {
	
	transition:.6s;
	color: #151515;
	text-decoration:none;
	font-size:18px;
	cursor:pointer;
	
}
.content a:hover {
	
	transition:.6s;
	color: #000;
	text-decoration:none;
	font-size:18px;
	cursor:pointer;
	
}
.content a:visited {
	
	transition:.6s;
	color: #151515;
	text-decoration:none;
	font-size:18px;
	cursor:pointer;
	
}
.content a:active {
	
	transition:.6s;
	color: #151515;
	text-decoration:none;
	font-size:18px;
	cursor:pointer;
	
}
.photoright {
	padding-left:30px;
	padding-top:30px;
	
	
	
}
	