﻿@font-face {
    font-family: primary;
    src: url("/fonts/avnb.eot");
    src: url('/fonts/avnb.otf'), url('/uc/fonts/avnb.ttf');
    src: url("/fonts/avnb.woff");
    unicode-range: U+00-FF;
}

@font-face {
    font-family: secondary;
    src: url("/fonts/avnb.eot");
    src: url('/fonts/avnb.otf'), url('/uc/fonts/avnb.ttf');
    src: url("/fonts/avnb.woff");
    unicode-range: U+00-FF;
}

body {
    font-family: primary,sans-serif;
    font-size: 15px;
    color: #54565a;
    background-image: url('/images/bg-Background.jpg');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
}

.gradbar {
    height: 100px;
    background-color: #e2e2e2;
    /*background: linear-gradient(to right, #00a650, #0c92c6);*/

    margin: 40px 0px 0px 0px;
    padding: 0px;
    width: 100%;
}

.gradbar2temp {
    background: linear-gradient(to right, #00a650, #0c92c6);
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 40px 0px;
    width: 100%;
    color: white;
    font-family: secondary;
    font-size: 30px;
    line-height: 30px;
}

.gradbar2 {
    vertical-align: middle;
    text-align: center;
    margin: 0px;
    padding: 26px 0px;
    width: 100%;
    color: white;
    font-family: secondary;
    font-size: 30px;
    line-height: 44px;
    background: linear-gradient(240deg, #00a650, #009fc7, #54565a);
    background: -webkit-linear-gradient(240deg, #00a650, #009fc7, #54565a);
    background: -o-linear-gradient(240deg, #00a650, #009fc7, #54565a);
    background: -moz-linear-gradient(240deg, #00a650, #009fc7, #54565a);
    background: linear-gradient(240deg, #00a650, #009fc7, #54565a);
    background-size: 1200% 1200%;
    -webkit-animation: Gradient 20s ease infinite;
    -moz-animation: Gradient 20s ease infinite;
    animation: Gradient 20s ease infinite;
}

@-webkit-keyframes Gradient {
    0% {
        background-position: 0% 94%;
    }

    50% {
        background-position: 100% 7%;
    }

    100% {
        background-position: 0% 94%;
    }
}

@keyframes Gradient {
    0% {
        background-position: 0% 94%;
    }

    50% {
        background-position: 100% 7%;
    }

    100% {
        background-position: 0% 94%;
    }
}

h1 {
font-family:secondary,sans-serif;
font-size:36px;
color:#ec1c24;
text-transform:capitalize;
}

.contactinfo {
font-size:24px;
}


a.lnkph {
    text-decoration: none;
    color: #FFFFFF;
margin:0px;
padding:0px;
}

    a.lnkph:visited {
        text-decoration: none;
        color: #FFFFFF;
        
    }
a.lnkph:hover {
    text-decoration: none ;
border-bottom:1px solid #FFFFFF;
transition:all ease-in-out 1s;
    color: #FFFFFF;
}


a.lnkph2 {
    text-decoration: none;
    color: #54565a;
}

    a.lnkph2:visited {
        color: #54565a;
    }

    a.lnkph2:hover {
        transition: all ease-in-out 1s;
        color: #00a650;
    }