
* {
    margin: 0;
    padding: 0;
    font-family: 'Lato', sans-serif;
    outline: none!important;
}


body {
  overflow-x: hidden;
}


.banner {
  background-image: url(../img/banner01.jpg) ;
  background-color: #cccccc;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.banner-content { 
  height: 100%;
  position: relative;
}

#bannercon {
  position: absolute;
  top: 40%;
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  text-align: right;
  width: 100%;
  
}
#bannercon p{
 text-align: right;
  color: #ffffff;
  font-size: 40px;
  font-weight: 100;
   text-shadow: 2px 2px 5px black;
   margin-right: 45px;
}
#bannercon a{
	color: #ffffff;
 text-align: right;
  color: #ffffff;
  font-size: 40px;
  font-weight: 100;
}
