/* Resets */
* {
    margin: 0;padding: 0;border: 0;
    text-decoration: none;outline-style: none;
    /*font-size: 14px; font-size: 1.4rem;*/

    -o-box-sizing: border-box; /* Opera */
    -ms-box-sizing: border-box; /* IE */
    -moz-box-sizing: border-box; /* Mozilla */
    -webkit-box-sizing: border-box; /* Chrome, Safari */
    box-sizing: border-box;     
}
input[type=button], input[type=submit], input[type=reset] {
    -webkit-appearance: none;
    border-radius: 0;
}
#adminLink {
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 1000;
}
* a {
    color:inherit;
}
* a:hover {
    color:inherit;
    text-decoration:none;
}

a[href^="tel"] {
  color: inherit; /* Inherit text color of parent element. */
  text-decoration: none; /* Remove underline. */
}

html {
    height:100%;
    min-height:100%; 
    position:relative;
    color: #333;
}
body {
    position:relative;
    height:100%;	
    min-height:100%;
    min-width:280px;
    font-family: 'Montserrat', sans-serif;
margin:0;
}