/* CSS Document */
@import url("bootstrap.min.css");
/* * * * * * * * * * * * * */
/* * * * UNIVERSAL * * * * */
/* * * * * * * * * * * * * * */
img, embed, object, video, iframe {
  max-width: 100%; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased; }

html {
  font-size: 62.5%;
  height: 100%; }

.border-dark {
  border: 3px inset #999; }

.block {
  display: block;
  margin: 0 auto 10px; }

/* * * * * * * * * * * * * */
/* * * * MAIN DIVS * * * * */
/* * * * * * * * * * * * * */
body {
  background: #fff2a7;
  background: url(../images/background.png);
  font-family: "PT Sans Narrow", sans-serif, Trebuchet, Tahoma, sans-serif;
  font-size: 1.9rem;
  height: 100%;
  padding: 20px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.box {
  margin: 0 auto 10px;
  padding: 20px; }

.box-light {
  background: white;
  background: url(../images/texture-white.png);
  border: 2px outset #cbefff; }

.box-dark {
  background: #044b6a;
  color: white;
  border: 2px outset #9b2000; }
  .box-dark h2, .box-dark h3, .box-dark h4 {
    color: #fff2a7;
    text-shadow: 1px 0 4px rgba(0, 0, 0, 0.5); }

.container {
  background: url(../images/texture-body.png);
  border-radius: 2em;
  padding: 20px 10px 40px;
  overflow: hidden;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.topper {
  background: #044b6a;
  color: white;
  margin: -20px -15px 0;
  padding: 10px 20px;
  text-align: right; }
  .topper h2, .topper h3, .topper h4 {
    color: #fff2a7;
    text-shadow: 1px 0 4px rgba(0, 0, 0, 0.5); }

.topper a, .box-dark a {
  color: #fc734e; }

footer {
  text-align: center; }

/* ------- Jumbotron ----------*/
.jumbotron {
  background: url(../images/banner-tiles.png) no-repeat top center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 0;
  text-align: center; }

.jumbotron h1 {
  color: #af1919 !important;
  font-family: "Vollkorn", Georgia, serif;
  letter-spacing: 2px;
  text-transform: uppercase; }

.jumbotron h2 {
  color: #068bc5;
  font-family: Georgia, serif;
  font-style: italic;
  font-weight: 700;
  text-shadow: 1px 1px 2px #111111; }

.jumbotron img {
  position: absolute;
  right: 0;
  width: 80px; }

/*---------- Sign ------------*/
.sign-wrapper {
  background: #000;
  background: url(../images/banner-sign.png);
  border: 5px inset #CCC;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 10px; }

/* * * * * * * * * * * * * */
/* * * * TYPOGRAPHY * * * * */
/* * * * * * * * * * * * * * */
::selection {
  background: white;
  color: #044b6a; }

::-moz-selection {
  background: white;
  color: #044b6a; }

::-webkit-selection {
  background: white;
  color: #044b6a; }

a {
  color: #af1919;
  font-weight: 700; }

body, h4, h5, h6 {
  font-family: "PT Sans Narrow", sans-serif; }

h2, h3 {
  color: #044b6a;
  font-weight: 700;
  font-family: "Vollkorn", Georgia, serif; }

.list-inline {
  /* aligns topper */
  margin: 0; }

/*------------------------------
----------- MEDIA --------------
-------------------------------*/
.shell {
  position: absolute;
  width: 400px;
  z-index: -10;
  top: 0; }

.shell-left {
  left: 0; }

.shell-right {
  right: 0; }

/* * * * * * * * * * * * * */
/* * * * NAVBAR * * * * */
/* * * * * * * * * * * * * * */
.navbar {
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
  margin: 5px;
  text-align: center;
  width: 100%; }

.navbar .navbar-nav {
  display: inline-block;
  float: none; }

.navbar .navbar-collapse {
  text-align: center;
  padding: 0; }

.navbar-default .navbar-nav > li {
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  margin: 3px; }

.navbar-default .navbar-nav > li > a {
  background: white;
  border-radius: 3px;
  font-weight: 400; }

.navbar-default .navbar-nav > li > a:hover {
  background: #cbefff; }

.navbar-toggle {
  background: white;
  border-radius: 3px;
  float: none;
  width: 100%; }

/*----------------------
-------- TABLE --------
-----------------------*/
.table {
  background: #ffe552;
  color: #333;
  -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2); }

.table tr:nth-child(2n) {
  background: #fff2a7; }

.table tr td:nth-child(2) {
  font-weight: 700; }

/*---------------------
--------FORM-----------
----------------------*/
form {
  display: block;
  margin: 30px auto;
  width: 100%; }

form label {
  width: 100%; }

form input[type="text"],
form input[type="email"],
form input[type="tel"],
form input[type="url"],
form select,
form textarea {
  width: 100%;
  margin: 0 0 5px; }

form select {
  width: 50%;
  display: block; }

form input[type="submit"] {
  cursor: pointer;
  width: 100%;
  border: none;
  font-size: 1em;
  color: #000;
  margin: 10px 0 5px;
  padding: 10px; }

form input[type="submit"]:hover {
  background: #FFF; }

::-webkit-input-placeholder {
  color: #888; }

:-moz-placeholder {
  color: #888; }

::-moz-placeholder {
  color: #888; }

:-ms-input-placeholder {
  color: #888; }

.antispam { display:none;}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
MEDIA QUERIES
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
@media screen and (min-width: 1600px) {
  /* DESKTOP */ }
@media screen and (max-width: 992px) {
  /* SMALL (NOTEBOOK, TABLET) */
  body {
    font-size: 1.8rem;
    padding: 0; }

  .box-light {
    background: url(../images/texture-body.png); }

  .container {
    border-radius: 0;
    background: white;
    border: 0; }

  .jumbotron {
    padding: 10px 0; }

  .jumbotron h2 {
    font-size: 1em; }

  .shell {
    display: none; }

  .topper {
    text-align: center; } }
@media screen and (max-width: 768px) {
  /* EXTRA SMALL (MOBILE PHONES) */ }
