@import url('https://fonts.googleapis.com/css?family=Abril+Fatface|Patua+One');
.home-logo{
    margin-top: 30px;
}
.cat_center {
    position: absolute;
    top: 40px;
    text-align: center;
    width: 100%;
   /* z-index: 99999;*/
    text-shadow: 1px 1px 1px #000000;
}
.cat_center h2 {
    font-family: 'Abril Fatface', cursive;
    font-size: 2.4em;
    color: #fff;
    letter-spacing: 0.02em;
}
.cat_center h3 {
    font-family: 'Abril Fatface', cursive;
    font-size: 2.2em;
    /*color: #fdff92;*/
}
.cat_2 a {
    color: #fdff92;
    font-family: 'Patua One', cursive;
    font-size: 1.8em;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
.cat_2 a:hover {
    color:#fff;
}
.cate {
    border-top: 1px #ddd inset;
    font-family: 'Patua One', cursive;
    font-size: 1.8em;
    max-width: 18%;
    margin: 20px auto;
}
/*
.cat_2 li {
    display: -webkit-inline-box;
}
.cat_2 li a {
    font-family: 'Patua One', cursive;
    display: block;
    color: white;
    text-align: center;
    padding: 12px;
    text-decoration: none;
}
.cat_2 li a:hover {
    color:#fdff92;
}
*/
