@import url(https://fonts.googleapis.com/css?family=Roboto:400,100);
@import url(http://weloveiconfonts.com/api/?family=entypo);
*, *:after, *:before {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
* {margin:0;padding:0;border: 0 none;position: relative;}
[class*="entypo-"]:before {font-family: 'entypo', sans-serif; display: inline-block; margin-right: .5rem;}

h2:after {content:"\2606";font-family: 'entypo', sans-serif; display: inline-block; margin-left: 1rem;;
}
html {
  background: url(http://users.design.ucla.edu/~dasulkim92/background.png) no-repeat 50% fixed;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: roboto;
  font-weight: 100;
  overflow-y: scroll;
}
body {
  width: 100%;
  min-height: 100%;
  background: inherit;
  overflow: hidden;
}
article {
  background: inherit;
  position: relative;
  width: 60%;
  margin: 10vh auto 15vh;
  border-radius: 15px;
  border: 10px solid rgba(255,255,255,.15);
  box-shadow: 1px 1px 4px rgba(0,0,0,.3);
  z-index: 5;
  font-size: 1.4rem;
  cursor: move;
}
article:before {
  content: '';
  position: absolute;
  top: 0; left:0; right:0; bottom:0;
  background: inherit;
  filter: blur(5px); 
  -webkit-filter: blur(6px); 
  -moz-filter: blur(6px);
  -o-filter: blur(6px);
  -ms-filter: blur(6px);
  filter: url(#blur);filter:progid:DXImageTransform.Microsoft.Blur(PixelRadius='6');
}

h6 {
  font-size: 1rem;
  font-weight: 100;
  text-align: left;
  color: #183142;
}

h5 {
  font-size: 1rem;
  font-weight: 100;
  text-align: center;
  color: #183142;
}


h4 {
  font-size: 2rem;
  font-weight: 100;
  text-align: center;
  color: #183142;
}

h3 {
  font-size: 3rem;
  font-weight: 100;
  text-align: center;
  color: #183142;
}

h1 {
  font-size: 5rem;
  font-weight: 100;
  text-align: center;
  color: #183142;
}
h2 {
  font-size: 2rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: center;
  text-transform: uppercase;
  color: #183142;
  border-top: 1px solid rgba(255,255,255,.3);
  margin: 2rem 0 0 0;
  padding: 1rem 0;
}
form {
  border-bottom: 1px solid rgba(255,255,255,.3);
  color: #183142;
  text-align: justify;
  line-height: 1;
  position: relative;
  padding: 1rem 1rem 0;
}
form [class*="entypo-"]:last-child:before {margin-right: 0;}
form:after {
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  line-height:0;
  visibility: hidden;
  font-size: 0;
}
form span {
  display: inline-block;
  vertical-align: middle;
}
input[type='text'] {
  color: inherit;
  background: none;
  display: inline-block;
  border: 1px solid;
  border-radius: 5px;
  line-height: 20px;
  vertical-align: middle;
  width: 45%;
  margin: 0 .5rem 0;
}
ul {
  list-style-type: none;
  margin-top: 2rem;
  padding: 0 1rem;
}
li {
  margin-bottom: .5rem;
  color: #000;
}
li:before {color: #597572;}
a {
  background: rgba(0,0,0,.1);
  color: yellow;
  text-decoration: none;
  text-transform: uppercase;
  border-radius: 5px;
  letter-spacing: 2px;
  display: inline-block;
  padding: 0 5px;
}
.notice {margin-bottom: 100px;}
.notice h2 {
  border-top: 0 none;
  border-bottom: 1px solid rgba(255,255,255,.3);
  margin: 0 0 2rem;
}
.notice form {
  border-bottom: 0 none;
  border-top: 1px solid rgba(255,255,255,.3);
  margin: 2rem 0 0 0;
}
svg {
  height:0;
  width: 0;
  position: absolute;
}
.aviso {
  position: fixed;
  bottom: 0;
  right: 0;
  background: orange;
  color: #fff;
  font-weight: 400;
  padding: .5rem;
  border-radius: 5px 0 0;
  box-shadow: 0 0 4px rgba(0,0,0,.4);
  z-index: 100;
}
.aviso a {
  text-decoration: none;
  color: #000;
}