﻿
.home-title {
    background-image: url(/Content/Image/3b59d6f25a1fcd32a831d37c433a5f1c.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center, center;
    width: 100%;
    height: 450px;
    overflow: hidden;
    margin: 0 0 0 0 ;
    top: 0;
    left: 0;
    text-align: center;
    font-size: 6vw;
    font-weight: bold;
    color: white;
     line-height: 450px;
    opacity: .9;
}
.home-menu {
    position: relative;
    width:60%;
    height: 160px;
    margin: auto;
    bottom: 70px;  
}
.home-menu .menu-left {
    position: absolute;
    left: 0;
    width: 30%;
    height: 100%;
}
.home-menu .menu-center {
    position: absolute;
    left : calc(50% - 15%);
    width: 30%;
    height: 100%;
}
.home-menu .menu-right {
    position: absolute;
    right: 0;
    width: 30%;
    height: 100%;
}
.home-menu .menu {
    background-color: #c29551 ;  /*burlywood;*/
    text-align: center;
    padding-top: 15px;
    opacity: .9;
}
.home-menu a {
    height: 100%;
    color: #212529;
    font-size: 2.55em;
    text-align: center;
     text-decoration: none;
 }

/*@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        position: relative;
        top: 0px;
    }

    40% {
        -webkit-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        transform: translateY(-30px);
         position: relative;
        top: -30px;
    }

    60% {
        -webkit-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        transform: translateY(-15px);
        top: -15px;
       
    }
}*/

/*@keyframes bounce {
    0% {
        background-color: #9c431f;
        opacity: .92;
    }
    20% {
        background-color: #9c431f;
        opacity: .94;
    }
    50% {
        background-color: #9c431f;
        opacity: .96;
    }
    80% {
        background-color: #9c431f;
        opacity: .98;
    }
    100% {
        background-color: #9c431f;
        opacity: 1;
    }
}

.home-menu .menu:hover {
    cursor: pointer;
    animation: bounce 2s infinite;
    -moz-animation-name: bounce;
    color:white;
}*/