/* Write your CSS! */
html {
  height: 100%; }

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
  /* Styles for mobile */ }
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /* Styles for tablet */ }
@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  /* Don't forget your Retina CSS! */
  body {
    background-size: 72px 72px; } }
.wrapper {
  width: 100%;
  height: 300px;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0.65+0,0+100;Neutral+Density */
  background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.65) 0%, transparent 100%); }

#banner {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden; }

#copy {
  width: 250px;
  color: #fff;
  font-size:24px;
  position: absolute;
  left: 15px;
  top: 15px; }

a {
  position: absolute;
  bottom: 15px;
  left: 15px;
  background-color: #000;
  color: #fff;
  padding: 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 18px;
  width: 240px;
  text-align: center; }

#logo {
	background-color: #fff;
	padding: 10px;
  position: absolute;
  right: 15px;
  top: 15px;
  animation-delay: 0.5s;
  animation-duration: 1s; }
  

a#link {
position: absolute;
height: 400px;
width: 400px;
left: 0px;
top: 0px;
background-color: transparent;
}