@import url(http://fonts.googleapis.com/css?family=Shadows+Into+Light&v2);
body {
  font-family: "DejaVu Sans", "Verdana", Sans-Serif;
  background: rgb(183,234,193);
  background-size: 100%;
  background-image: url('menu.png');
  background-position: bottom left;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-height: 100%;
}
p {
  line-height: 1.4em;
}
h1, h2 {
  font-family: "Shadows Into Light", Sans-Serif;
  font-size: 95px;
  margin: 0;
  padding: 0;
  font-weight: normal;
  text-shadow: 1px 1px 0px black;
  margin-top: -20px;
  color: white;
}
h2 {
  font-size: 60px;
}
#content h2 {
  margin-top: 0;
  font-size: 30px;
}
#logo {

  width: 960px;
  padding: 10px;
  background: #003e6f; /* Old browsers */
  background: rgba(0,62,111,0.9); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(0,62,111,0.9) 0%, rgba(0,83,136,0.9) 29%, rgba(0,102,158,0.9) 58%, rgba(0,114,172,0.9) 83%, rgba(0,118,177,0.9) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(45deg, rgba(0,62,111,0.9) 0%, rgba(0,83,136,0.9) 29%, rgba(0,102,158,0.9) 58%, rgba(0,114,172,0.9) 83%, rgba(0,118,177,0.9) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(0,62,111,0.9) 0%, rgba(0,83,136,0.9) 29%, rgba(0,102,158,0.9) 58%, rgba(0,114,172,0.9) 83%, rgba(0,118,177,0.9) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0,62,111,0.9) 0%, rgba(0,83,136,0.9) 29%, rgba(0,102,158,0.9) 58%, rgba(0,114,172,0.9) 83%, rgba(0,118,177,0.9) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgba(0,62,111,0.9) 0%, rgba(0,83,136,0.9) 29%, rgba(0,102,158,0.9) 58%, rgba(0,114,172,0.9) 83%, rgba(0,118,177,0.9) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e6f', endColorstr='#0076b1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  overflow: hidden;
  border-top-left-radius: 28px;
  border-top-right-radius: 28px;
}
#logo a { background: none !important; }
#logo h1, #logo h2 {
  margin-left: 320px;
}
#wrapper {
  margin-top: 10px;
  border-radius: 30px;
  box-shadow: 0px 0px 8px rgba(0,0,0,0.75);
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  border: 3px solid white;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
#logo img.logo {
  width: 250px;
  height: 197px;
  float: left;
  margin-top: 15px;
  margin-bottom: 5px;
  margin-right: 35px;
  margin-left: 35px;
}
#menu {
  width: 900px;
  padding: 5px 40px;
  background-color: rgba(255,255,255,0.5);
  background: rgba(100,162,211,0.8);
  border: 3px solid white;
  border-left: none;
  border-right: none;
  text-align: center;
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 0px rgba(0,0,0,0.5);
  background-image: url('glass.png');
}
#menu span:first-of-type, #menu span:last-of-type {
  display: none;
}
#content {
  width: 900px;
  padding: 10px 40px;
  background: #003e6f; /* Old browsers */
  background: rgba(0,62,111,0.9); /* Old browsers */
  background: -moz-linear-gradient(45deg, rgba(0,62,111,0.99) 0%, rgba(0,83,136,0.97) 29%, rgba(0,102,158,0.95) 58%, rgba(0,114,172,0.93) 83%, rgba(0,118,177,0.91) 100%); /* FF3.6+ */
  background: -webkit-linear-gradient(45deg, rgba(0,62,111,0.99) 0%, rgba(0,83,136,0.97) 29%, rgba(0,102,158,0.95) 58%, rgba(0,114,172,0.93) 83%, rgba(0,118,177,0.91) 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(45deg, rgba(0,62,111,0.99) 0%, rgba(0,83,136,0.97) 29%, rgba(0,102,158,0.95) 58%, rgba(0,114,172,0.93) 83%, rgba(0,118,177,0.91) 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(45deg, rgba(0,62,111,0.99) 0%, rgba(0,83,136,0.97) 29%, rgba(0,102,158,0.95) 58%, rgba(0,114,172,0.93) 83%, rgba(0,118,177,0.91) 100%); /* IE10+ */
  background: linear-gradient(45deg, rgba(0,62,111,0.99) 0%, rgba(0,83,136,0.97) 29%, rgba(0,102,158,0.95) 58%, rgba(0,114,172,0.93) 83%, rgba(0,118,177,0.91) 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e6f', endColorstr='#0076b1',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  color: white;
  text-shadow: 0px 0px 3px rgba(0,0,0,0.7);
}
#menu a {
  font-family: "Shadows Into Light", Sans-Serif;
  font-size: 30px;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  text-transform: lowercase;
}
#menu a.active {
  font-weight: bold;
}
#menu a:hover {
  -webkit-transform: scale(1.2);
  -o-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
#info {
  float: right;
  width: 300px;
  background-color: rgba(255,255,255,0.7);
  padding: 10px 30px;
  border: 3px solid white;
  border-bottom-left-radius: 30px;
  border-top: none;
  border-right: none;
  color: black;
  text-shadow: none;
  margin: 30px;
  margin-top: -10px;
  margin-right: -40px;
  background-image: url('glass2.png');
  min-height: 500px;
}
#menu img {
  height: 40px;
  position: relative;
  margin: 0px 5px;
  top: 7px;
}
#cloud2 {
  position: absolute;
  background-image: url('cloud2.png');
  width: 400px;
  height: 103px;
  background-repeat: no-repeat;
  top: 150px;
  right: -400px;
  z-index: 666;
}
#cloud1 {
  position: fixed;
  background-image: url('cloud.png');
  width: 400px;
  height: 130px;
  background-repeat: no-repeat;
  top: 20px;
  left: -400px;
  z-index: -1;
}
#clouds {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 320px;
  overflow: hidden;
  pointer-events: none;
}
#footer {
  background-color: rgba(255,255,255,0.7);
  color: black;
  text-align: center;
  padding: 5px;
  padding-top: 8px;
  font-size: 12px;
  background-image: url('glass.png');
  border-bottom-left-radius: 28px;
  border-bottom-right-radius: 28px;
}
#footer a {
  color: black;
  font-weight: bold;
  text-decoration: none;
}
#derpy {
  width: 380px;
  height: 137px;
  margin: 0;
  padding: 0;
  margin-left: 720px;
  margin-bottom: -160px;
  background-image: url('derpy.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 110px;
}
#derpy2 {
  background-image: url('derpy2.png');
  background-repeat: no-repeat;
  width: 150px;
  height: 82px;
  margin-top: 5px;
  margin-bottom: -11px;
  margin-left: auto;
  margin-right: auto;
  clear: both;
-webkit-transform: none;
-ms-transform: none;
-moz-transform: none;
-o-transform: none;
transform: none;
}
a {
  color: white;
  padding: 1px; 
  border-radius: 3px;
  -moz-transition: background-color 0.5s;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  -ms-transition: background-color 0.5s;
  transition: background-color 0.5s;
}
a:hover {
  background-color: white;
  background-color: rgba(255,255,255,0.5);
}

/* Feedback Form hacks. I wrote it, so I can :D */

body #cogIsionFFbtnwrap #cogIsionFFbtn {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.5) !important;
  padding-top: 0px !important;
}
body #cogIsionFFtooltip {
  box-shadow: 0 2px 10px 0 rgba(0,0,0,0.5) !important;
}
/*body #cogIsionFFcontent {
  margin-right: -10px !important;
}
body #cogIsionFFdia #cogIsionFFwidgets {
  padding-top: 5px !important;
}*/

/* cloud animation */
@keyframes slideright {
  from { left: -500px; }
  to { left: 1000px; }
}
@keyframes slideleft {
  from { left: 100%; }
  to { left: -500px; }
}
@-moz-keyframes slideright {
  from { left: -500px; }
  to { left: 1000px; }
}
@-moz-keyframes slideleft {
  from { left: 100%; }
  to { left: -500px; }
}
@-webkit-keyframes slideright {
  from { left: -500px; }
  to { left: 1000px; }
}
@-webkit-keyframes slideleft {
  from { left: 100%; }
  to { left: -50%; }
}
@-o-keyframes slideright {
  from { left: -500px; }
  to { left: 1000px; }
}
@-o-keyframes slideleft {
  from { left: 100%; }
  to { left: -500px; }
}
@-ms-keyframes slideright {
  from { left: -500px; }
  to { left: 1000px; }
}
@-ms-keyframes slideleft {
  from { left: 100%; }
  to { left: -500px; }
}
#clouds #cloud1 {
  animation-duration: 40s;
  animation-name: slideright;
  animation-iteration-count: infinite;
  -moz-animation-duration: 40s;
  -moz-animation-name: slideright;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-duration: 40s;
  -webkit-animation-name: slideright;
  -webkit-animation-iteration-count: infinite;
  -o-animation-duration: 40s;
  -o-animation-name: slideright;
  -o-animation-iteration-count: infinite;
  -ms-animation-duration: 40s;
  -ms-animation-name: slideright;
  -ms-animation-iteration-count: infinite;
  animation-direction:alternate;
  -moz-animation-direction:alternate; /* Firefox */
  -webkit-animation-direction:alternate; /* Safari and Chrome */
  -o-animation-direction:alternate; /* Opera */
  -ms-animation-direction:alternate;
}
#clouds #cloud2 {
  animation-duration: 55s;
  animation-name: slideleft;
  animation-iteration-count: infinite;
  -moz-animation-duration: 55s;
  -moz-animation-name: slideleft;
  -moz-animation-iteration-count: infinite;
  -webkit-animation-duration: 55s;
  -webkit-animation-name: slideleft;
  -webkit-animation-iteration-count: infinite;
  -o-animation-duration: 55s;
  -o-animation-name: slideleft;
  -o-animation-iteration-count: infinite;
  -ms-animation-duration: 55s;
  -ms-animation-name: slideleft;
  -ms-animation-iteration-count: infinite;
  animation-timing-function:linear;
  -moz-animation-timing-function:linear; /* Firefox */
  -webkit-animation-timing-function:linear; /* Safari and Chrome */
  -o-animation-timing-function:linear; /* Opera */
  -ms-animation-timing-function:linear;
}
