﻿body   { width: 100%; height: 100%; font-family: 'Calibri'; font-size: 12px; font-weight: normal; color: rgb(255,255,255); line-height: 20px; margin: 0; padding: 0; background: rgb(255,255,255); }

.bgimg {
  background-image: url("/images/background/background.png");
  min-height: 100%;
  position: relative;
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

div#wrapper { position: relative; float: left; display: block; width: 100%; overflow: hidden; text-align: left; }

p, h1, h2, h3, h4, h5, h6, address, blockquote, hr, form { white-space: normal; margin: 0; padding: 0; }

form    { display: inline; }
img     { border: 0; max-width: 100%; height: auto; margin: 0px; padding: 0px; }
p       { white-space: normal; margin: 0; padding: 0; }

h2      { font-family: Montserrat; font-size: 18px; font-weight: normal; letter-spacing: 1px; }
h4.link { font-family: Calibri; font-size: 16px; font-weight: normal; font-style: italic; text-decoration: none; cursor: pointer; }
h5      { font-family: Calibri; font-size: 14px; font-weight: normal; }
h7      { font-family: Montserrat; font-size: 18px; margin: 0px; padding: 0px; }

::-webkit-input-placeholder { font-family: Verdana; color: rgb(100,100,100); font-size: 16px; }
::-moz-placeholder          { font-family: Verdana; color: rgb(100,100,100); font-size: 16px; }
:-ms-input-placeholder      { font-family: Verdana; color: rgb(100,100,100); font-size: 16px; }
::placeholder               { font-family: Verdana; color: rgb(100,100,100); font-size: 16px; }



/**/