@import url('https://fonts.googleapis.com/css?family=Lora&display=swap');

.ml2 {
    font-weight: 900;
    font-size: 3.5em;
    color:white;
  }
  
  .ml2 .letter {
    display: inline-block;
    line-height: 1em;
  }
  .heroitems{
    position: absolute;
    width: 100%;
    height: 50vh;
    text-align: center !important;
    display: table-cell;
    vertical-align: middle;
    margin: auto;
    z-index: 2;
    top: 30%;
    color: var(--white-color);
}
.heroitems h1{
    font-size: 3em;
}
.heroitems p{
    font-size: 25px;
    margin-bottom: 20px;
}
.heroimage:before{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100vh;
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
a{
    transition: .3s all ease;
    -webkit-transition: none;
    -o-transition: none;
    text-decoration: none;
}
.heroimage{
    background-image: url("../images/home.jpg"); 
    background-size: cover;
    height: 100vh;  
}
img{
    content: "";
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}
body{
  background-color: #F4F4F4;
  margin:0px;
  padding:0px;
  font:20px/1.5 'Lora', sans-serif !important;
  background-image: linear-gradient(-90deg, pink,white);
}

header{
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 5;
}
header nav{
  background: transparent !important;
}
header>div .logo{
  float: left;
  padding: 1em 3.5em 1em 0.5em;
}
.logo{
  text-transform: uppercase;
  letter-spacing: .2em;
  font-weight: 700;
  color: var(--white-color);
}
nav {
  font-weight: bold;
  padding: 0.01em 1em 0.01em 1em;
  padding-bottom: none;
  float: none;
  width: auto;
  height: auto;
  display: block;
}
nav li{
  display: inline-block;
}
nav a{
  padding-right: 2em;
  text-decoration: none;
}
nav ul{
  margin: none;
  padding-left: 0px;
  list-style-type: none;
}
nav a:hover{
  opacity: 1;
  color: #111;
}
.heroimage{
  background-image: url("../images/banner.jpg"); 
  background-size: cover;
  height: 100vh;
  position: relative;  
}
.sideleft{
  float: left;
  text-align: center;
  width: 30%;
}