﻿body {
    font-family: TitilliumWeb;
}

input[type=submit] {
    background-color: #009fd9;
    border-radius: 25px;
    border: none;
    color: #fff;
    padding: 15px 30px;
    font-family: Halcom,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

input[type=submit]:hover {
    background-color: #006699;
}

.downloadButton {
    background-color: #00AEEF;
    border-radius: 25px;
}

.evn-headerstyle {
    background-color: #00AEEF;
}

.topnav {
    background-color: #00AEEF;
}

.topnav a:hover {
    background-color: #006699;
}

.navbar-area {
    background-color: #00AEEF;
}

.subnav-content {
    background-color: #00AEEF;
}

.subnav-content a:hover {
    background-color: #006699;
}

/* Collapse Top Navigation Bar */
@media screen and (max-width: 575px) {
    @keyframes open {
        from {
            height: 50px;
        }

        to {
            height: 264px;
        }
    }
}

@font-face {
    font-family: TitilliumWeb;
    src: url(../fonts/titilliumweb-regular.woff);
}

@font-face {
    font-family: TitilliumWeb;
    src: url(../fonts/titilliumweb-bold.woff);
    font-weight: bold;
}

@media screen and (max-width: 1380px) {
    .button-smallscreen {
        width: 100%;
        float: none;
        display: block;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}