@charset "UTF-8";
/* CSS Document */
*{ margin: 0; padding:0;}
img{ width:100%; height: auto; border:0;}
a{ border:0; text-decoration:none;}
a:hover{ text-decoration:none; border:0;}
body {margin:0; font-family: 'Nunito Sans', sans-serif; -webkit-text-size-adjust:none; font-weight:400; color:#FFFFFF; background-color: #156BD0; background: url(../main-page/bg.png) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;}
#cont{ max-width:500px; display:block; margin:10% auto; text-align:center; width:85%; height: auto; padding:4%; box-sizing: border-box; background-color: rgba(0,36,114,.4); border-radius: 8px;}
img#logo{ width:200px; margin:10% auto; display:block;}
a.cta{border-radius: 4px;text-align: center; background-color: #FFFF35; padding: 10px 20px; color: #000; font-weight: 700;}


/* Shrink */
.shrink {
  display: inline-block;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;}

.shrink:hover,
.shrink:focus,
.shrink:active {
  -webkit-transform: scale(0.95);
  transform: scale(0.95);}