@charset "utf-8";

body {
    padding: 0;
    margin: 0;
    background: #6FD594;
}

#header {
  height: 78px;
  z-index: 2;
  position: absolute;
  top: 0;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  background: #000;
}

ul {
    width: 100%;
    position: absolute;
    z-index: 3;
    display: inline-block;
    list-style: none;
    height: 64px;
    line-height: 78px;
 	margin: 0 auto;
    text-align: center;
    padding: 0;
}

ul li {
    display: inline-block;
    padding: 0px 15px 0px 15px; 
    border-top: 14px solid transparent; 

}

ul li:hover {
      border-top: 14px solid #6FD594;

}

ul li a {
    color: #fff;
    text-decoration: none;
    line-height: 78px;
    vertical-align: middle;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    position: relative;
    top: -14px;
    
    }

#tech-img {
    width: 100%;
    background:  url(../images/Online-11.jpg) no-repeat;
    background-size: cover;
    height: 400px;
}


#logo {
    margin-top: 10px;
    margin-right: 600px;
}

#gradient-1 {
  height: 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  position: absolute;
  top: 74px;
   
}

#gradient-2 {
  height: 20px;
  width: 100%;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.65)), color-stop(100%,rgba(0,0,0,0)));
  background: -webkit-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -o-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: -ms-linear-gradient(top, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  background: linear-gradient(to bottom, rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 );
  position: absolute;
  top: 380px;
  -ms-transform: rotate(180deg); /* IE 9 */
  -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
  transform: rotate(180deg);
}

#text {
    width: 100%;
    position: absolute;
    text-align: center;
    margin: 0 auto;
    top: 100px;
}
#text h1 {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-weight:  100; 
    font-size: 90px;
    color: #fff;
}

#text2 {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    position: absolute;
    top: 140px;
}

#tag {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size: 31px;
    font-weight: bold;
    color: #fff;
    margin-top: 30px;
}

#content {
    width: 80%;
    margin: 0 auto;
    height: 400px;
}

#column1, 
#column2,
#column3 {
    display: inline-block;
    width: 33%;
    height: 420px;
    text-align: center;
    vertical-align: top;
    
}

#content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 30px;
}

#column1,
#column2,
#column3 p {
 	font-family: 'Open Sans', sans-serif;
}

#col-img {
    background: url(../images/South-Bank-Awards-Key-Art-01-16x9-1.jpg);
    width: 300px;
    height: 200px;
    margin: 0 auto;
    background-size: cover;
    
}

#col-img2 {
    background: url(file:///E|/Sites/Dad%27sWebsite/images/directors-cut.png);
    width: 221px;
    height: 111px;
    margin: 0 auto;
}

#column1,
#column3 {
      background-color: #32a85d;
}



#footer {
    position: fixed;
    z-index: 20;
    background: #000;
    width: 100%;
    height: 80px;
    text-align: center;
    bottom: 0;
}

#footer p {
     font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
     color: #fff;
    
}
