﻿@font-face {
    font-family: F37Oracle;
    src: url('../Fonts/F37Oracle-SemiBold.ttf');
    src: url('../Fonts/F37Oracle-SemiBold.woff');
}
body {
    color: #004750;
    background-color: #B6F2A0;
    background-image: url('../Images/SplashGirl.png');
    background-repeat: no-repeat;
    background-position: right bottom;
    background-attachment: fixed;
    font-family: 'Open Sans', sans-serif;
}
.insitesconsulting {
    background-image: url('../Images/logo.png');
    width: 291px;
    height: 50px;
    position: absolute;
    background-size: cover;
    bottom: 50px;
    left: 50px;
    z-index: -10;
}
a {
    color: #333;
    text-decoration: underline;
}
.btn {
    border-radius: 0px !important;
}
.btn-warning {
    color: #004750;
    background-color: #7AE159;
    border-color: #7AE159;
    font-weight: bold;
}
.btn-warning:hover {
    color: #004750;
    background-color: #88ff62;
    border-color: #88ff62;
    font-weight: bold;
}
.header {
    text-align: center;
    margin-top: 25px;
}
.header h1 {
    margin: 0;
    font-weight: 300;
    font-size: 40pt;
    font-family: F37Oracle;
}
.hero-unit {
    background-color: #ffffffd4;
    margin-top: 50px;
}
.intro, .Success, .Fail {
  padding: 2em 5%;
  text-align: center;
}
.intro p {
    margin: 1.5em 0;
    line-height: 1.6;
}
.howto {
    margin: auto;
    padding: 15px;
    text-align: left;
    max-width: 660px;
    background-color: rgba(0, 0, 0, 0.03);
    line-height: 2 !important;
}
.howto .glyphicon {
    margin-right: 5px;
}
.sendButton {
    margin: auto;
    margin-bottom: 20px;
    text-align: center;
    width: 125px;
    height: 122px;
    cursor: pointer;
}
.text-center h4 {
    margin-bottom: 20px;
}
.grid {
    background-size: cover;
    width: 125px;
    height: 122px;
    text-align:center;
    transition: transform .3s ease-in-out; 
}
.grid:hover {    
    transform:rotate(15deg);
}
#messageIcon {
    background-image: url('../Images/securemessage.png');
    opacity: 0.8;
}
.modal-backdrop {
  background-color: #000;
}
.modal-header, .modal-body, .modal-footer {
    background-color: rgba(0, 0, 0, 0.01);
}
.form-control:focus {
    border-color: #7AE159;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(240,137,0,.3);
}
.spinner {
  display: inline-block;
  opacity: 0;
  max-width: 0;

  -webkit-transition: opacity 0.25s, max-width 0.45s; 
  -moz-transition: opacity 0.25s, max-width 0.45s;
  -o-transition: opacity 0.25s, max-width 0.45s;
  transition: opacity 0.25s, max-width 0.45s; /* Duration fixed since we animate additional hidden width */
}
.has-spinner.active {
  cursor:progress;
}
.has-spinner.active .spinner {
  opacity: 1;
  max-width: 50px; /* More than it will ever come, notice that this affects on animation duration */
}
.has-spinner.btn.active .spinner {
    width: 16px;
}
.Success h1, .Success h3 {
    color: #7AE159;
}
.Fail h1, .Fail h3, .messageFail h1, .messageFail h3 {
    color: #FBC5BD;
}
blockquote:hover {
    background-color: #eee;
}
.shouldShow, .messageFail {
    padding: 2em 5%;
    margin: 1.5em 0;
    min-height: 250px;
}