﻿html {
    font-size: 62.5%;
}

html,
body {
    min-height: 100%;
    padding: 0;
    margin: 0;
}

body {
    color: #3b3b3b;
    font-family: "Montserrat", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.875;
    margin-bottom: 150px;
}

p {
    margin: 1.5rem 0 3rem;
}

#main-nav {
    width: 100%;
}

#main-menu > .menus {
    color: white;
    background-color: #282828;
    padding: 0.6em 1em;
}

#main-menu > .menus > div {
    text-align: right;
    white-space: nowrap;
}

.usermenu > SPAN, .usermenu > A { margin: 0 0 0 0.5em; }

.usermenu > *:after, .usermenu { content: '|'; margin-left: 1em; color: white; }
.usermenu > *:last-child:after { content: ''; margin-left: 0; }
.usermenu > *:last-child { margin-right: 0; }

a {
    color: #C4143E; /*red in flag*/
    text-decoration: none;
}

a:hover {
    color: #FEC232; /*yellow in flag*/
}

#main-menu a {
    color: #FEC232; /*yellow in flag*/
}

#main-menu a:hover {
    color: white;
}

.content a {
    background-image: linear-gradient(#fec232 0,#fec232 100%);
    background-position: 0 100%;
    background-size: 100% .18em;
    background-repeat: repeat-x;
}

.logo-mobile { float: left; }

.logo-mobile > img { width: 105px; margin: 0 1.5rem 1.5rem 0; }

#vmlink { float: left; }

h1 { margin-top: 0; }

h2 {
    margin-left: -1em;
    text-transform: uppercase;
    font-weight: 400;
    padding: 0 1em;
    background-color: #3b3b3b;
    color: #FEC232; /*yellow in flag*/
}

.content {
    margin: 0 1em;
}

.btn, input[type=submit] {
    display: inline-block;
    font-size: 1.8rem;
    line-height: 1.22;
    color: #FEC232; /*yellow in flag*/
    background-color: #3b3b3b;
    padding: 1.5rem 3.5rem;
    border-radius: 6px;
    background-image: none !important;
    transition: all .3s;
    cursor: pointer;
    border: none;
}

.btn:hover, input[type=submit]:hover {
    color: #2B2E34 !important;
    background-color: #FEC232 !important; /*yellow in flag*/
}

.btn:disabled, INPUT:disabled, INPUT[type=submit]:hover:disabled { color: #2B2E34 !important; cursor: default; background-color: #888 !important; }

.btn:hover:disabled {
    background-color: #888 !important;
}