﻿@font-face {
    font-family: "Avenir Next Pro";
    src: url('Font/AvenirNextLTPro-Regular.otf')
}
input, button, div, body, header, footer, select, a, p, h1, h2, h3, h4, h5, h6 {
    font-family: 'Avenir Next Pro';
}
input, button, body, header, footer, select, a, p, h1, h2, h3, h4, h5, h6 {
    -webkit-transition: .5s all ease-in-out;
    -moz-transition: .5s all ease-in-out;
    -o-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}
input, button, div, body, header, footer, select, a, p {
    font-size: 12pt;
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
}
h1, h2, h3, h4, h5, h6{
    cursor:default;
}
body {

}
button, a{
    border:none;
    background:none;
    text-decoration:none;
    outline:none;
    opacity:0.5;
}
button:hover, a:hover{
    opacity:1;
    cursor: pointer;
    transform:scale(1.05);
}
