﻿/********* HOME PAGE definition - start **********/
@font-face {
    font-family: Montserrat;
    src: local("Montserrat Bold"), local("Montserrat-Bold"), url('../fonts/montserrat-bold.woff') format("woff");
    font-weight: 700;
    font-style: normal;
}

.voice_menu {
    color: rgb(0, 79, 159);
    display: block;
    text-transform: uppercase;
    column-rule-color: rgb(224, 0, 66);
    text-align: center;
    border: 0px none rgb(224, 0, 66);
    font: normal normal bold normal 14px / 25px Montserrat;
    list-style: none outside none;
    outline: rgb(224, 0, 66) none 0px;
    transition: padding 0.3s ease 0s, color 0.3s ease 0s, background-color 0.3s ease 0s;
}

.voice_menu:link {
    color: rgb(0, 79, 159);
    text-decoration: none !important;
}

.ws_background {
    background-image: url('../images/ws_background.png');
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    background-size: cover;
}
/********* HOME PAGE definition - end **********/