
@font-face {font-family: "Skia";
    src: url("http://db.onlinewebfonts.com/t/dc93555ed379e1547d3f0b9b1450c337.eot"); /* IE9*/
    src: url("http://db.onlinewebfonts.com/t/dc93555ed379e1547d3f0b9b1450c337.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("http://db.onlinewebfonts.com/t/dc93555ed379e1547d3f0b9b1450c337.woff2") format("woff2"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/dc93555ed379e1547d3f0b9b1450c337.woff") format("woff"), /* chrome firefox */
    url("http://db.onlinewebfonts.com/t/dc93555ed379e1547d3f0b9b1450c337.ttf") format("truetype"), /* chrome firefox opera Safari, Android, iOS 4.2+*/
    url("http://db.onlinewebfonts.com/t/dc93555ed379e1547d3f0b9b1450c337.svg#Skia") format("svg"); /* iOS 4.1- */
}

html body{
  height: 100%;
  width: 100%;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  }

.parallax {
    background-image: url('images/london.jpg');
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.header{
  position: fixed;
  display: flex;
  width:100%;
  height:75px;
  background:#333;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0 0 25px 5px #333;
  opacity: 0.9;
}

#logo {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -25px;
}

.class-logo {
  border-radius: 10%;
  width: 100px;
  height: 50px;
}

#name {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -25px;
}

.class-name {
  display: inline;
  font: 50px skia, sans-serif;
  font-weight: normal;
  color: #eeeeee;
}

#footer{
  position: fixed;
  width:100%;
  height:100px;
  background:#333;
  bottom:0px;
  margin-left: 0px;
  margin-right: 0px;
  box-shadow: 0 0 25px 5px #333;
  opacity: 0.90;
}

.col1 {
    width:25%;
    height: 50%;
    float: left;
}
.col2 {
    width:25%;
    height: 50%;
    float: left;
}
.col3 {
    width:25%;
    height: 50%;
    float: left;
}
.col4 {
    width:25%;
    height: 50%;
    line-height: 50%;
    float: left;
}

.link { 
  font: 16px skia, sans-serif;
  color: #fff;
  text-decoration: none;
  line-height:16px
}


#registration {
  position: absolute;
  width: 400px;
  right: 50%;
  margin-right: -200px;
  bottom: 15;
}

#copyright {
  position: absolute;
  width: 300px;
  right: 50%;
  margin-right: -150px;
  bottom: 0;
}

.class-registration {
  font: 14px skia, sans-serif;
  text-align: center;
  color: #ffffff;
} 

.class-copyright {
  font: 12px skia, sans-serif;
  text-align: center;
  color: #ffffff;
} 
