html{
    width: 100%; 
}
body{
    background: url(../img/bg--01-01.jpg) no-repeat center bottom;
    background-size: cover;
    background-attachment: fixed;
    width: 100%; 
    font-family: 'Mitr', sans-serif;


}
#TopOfWeb{
    font-size:35px;
    text-align: center;
    color: #000;
    padding: 20px; 
}
#link1,#link2{
    width: 340px;
    height: 150px;
    display: inline-block;
    transition: all 1s;
}
#link1{
    background: url(../img/h2.png);
    background-size: 100%; 


}
#link1:hover{
    background: url(../img/h2_click.png);
    background-size: 100%; 
}

#link2{
    background: url(../img/h3.png);
    background-size: 100%; 


}
#link2:hover{
    background: url(../img/h3_click.png);
    background-size: 100%; 
}
#BG{
    width: 100%; 

    display: block; 
    height: 573px;
    position: absolute;   
    background-image: url(../img/stars.png) ;    
    z-index: -1;
    -webkit-animation-name: MOVE-BG;
    -webkit-animation-duration: 500s;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-direction: alternate-reverse; /* Safari 4.0 - 8.0 */ 
    animation-direction: alternate-reverse;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    transition: all .5s ease-in-out;     

}

#containerxxxx{
    padding: 20px;    
    line-height: 1.3;
    margin-top: 10px;
    text-align: center;
}
#containerxxxx .blog{
    width: 500px;
    display: inline-block;
    border-radius: 6px;
    margin-bottom: 15px;
    padding: 0px;
    overflow: hidden;    
    margin: 10px; 
}
#containerxxxx .blog h1{
    font-size: 20px;     
    margin: 0px;
    padding: 7px; 
    text-align: center; 
    color: #333;
}
#containerxxxx .blog p:first-letter{
    padding-left: 20px;
}
#containerxxxx .blog p{
    padding: 30px;
    padding-bottom: 0px;
    padding-top: 5px;
    color: #fff;
    min-height: 130px;
    text-align: left;
    font-size: 1.1;
    color: #6f6f6f;

}
#containerxxxx .blog a{
    margin-left: 30px;
    margin-bottom: 30px;  
    display: inline-block;
    background: #0c902b;
    padding: 8px 10px;
    color: #fff;
    margin-top: 15px;
    border-radius: 3px;
    text-decoration: none;
    outline: none;
    cursor: pointer;
    display: block;
    text-align: center;
    margin-right: 30px;
    border: 2px #0c902b solid;
    font-weight: normal;
}
#containerxxxx .blog a:hover{
    background: #43c864;
    border: 2px #43c864 solid;
}
#TopOfWeb{
    margin-top: 150px; 
}
#TopOfWeb h1{ 
    font-size: 26px;
}
#TopOfWeb small{
    font-size: 22px;
}
#TopOfWeb img{
    height: 150px;  
    max-width: 100%;
}
#TopOfWeb a.btn-modefie{
    color: #000;
}
#TopOfWeb a img{

}
#TopOfWeb a.btn-modefie span{

}
.text2x{
    font-size: 1.5em;
}
footer{
    text-align: center;
    padding: 5px;
    color: #525252; 
    width: 100%;
    font-size: 16px;
}
.link{
    display: inline-block;
    padding: 10px 20px;
    border-radius: 4px; 
    margin: 5px;
    border: 1px #969696 solid;
    text-decoration: none;
    color: #525252;
    font-size: 0.8em;
    margin-top: 15px;
    line-height: 1;
    background: none;
}
.link:hover,.link:active,.link:visited,.link:link{
    text-decoration: none;  
    color: #525252; 
}
.link.report{
    border: #fba4a4 solid 1px;
    background: #fde5e5;
}


#Text{
    width: 1000px;
    margin: auto;
    max-width: 100%;
    padding: 15px;
    font-size: 16px;
    color: #525252;
    text-align: left;
    font-weight: normal;
    border-radius: 15px;
    border: 2px #525252 solid; 
    line-height: initial;
}

@media only screen and  (max-width:667px) {
    #containerxxxx .blog{

        width: 100%;
        display: inline-block;
        border-radius: 0;
        margin-bottom: 30px;
        margin: 0px;
        padding: 0px;
        overflow: hidden;          

    }
    #TopOfWeb img{
        height: auto;  
        max-width: 100%;
    }
    #containerxxxx .blog p{
        min-height: available;
    }
    #TopOfWeb{
        margin-top: 80px;
    }
}

