@import url(//fonts.googleapis.com/css?family=Open+Sans);
*{box-sizing: border-box; font-family: "open sans", verdana, sans-serif; }
html {height: 100%;font-family: "Lato",sans-serif; font-weight: 300; color: #ccc;background-color: #fff;-ms-text-size-adjust: 100%;-webkit-texts-size-adjust: 100%;-webkit-backface-visibility: hidden;}
body { height: 100%; word-wrap: break-word; margin: 0; }
div#bodycrop {width: 100%; height: 100%; overflow:hidden;}
div#bodywrap {background-image: url("./images/bg1_1580_1050.jpg");background-attachment: fixed;background-position: center;background-size: cover;position: relative;overflow: hidden;width: 100%;height: 100%; }
div#bodywrap.zoom105 {-webkit-transform: scale(1.05, 1.05);transform: scale(1.05, 1.05); transition: all 2.5s;}
div#bodywrap div.webmaillink { display: none; }
div#bodywrap.zoom105 div.webmaillink.done { border: 4px solid transparent; background-color: rgb(205,205,255); background-color: rgba(205, 205, 255, 0.2); color: black; position: relative; top: 23%; left: 15%; width: 26ex; border-radius: 10px; height: 2em; text-align: center; vertical-align: middle; padding: 2px 4px; font-weight: bold; }
a { text-decoration: none; color: rgb(20, 20, 64); }
a:hover { color: rgb(205,205,255); }