html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden; 
}
.homepage{
/*    background: url(../images/background/blkfloor.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;*/
    background: #222629;
    width: 100%;
    height: 800px;
    color: #ffffff;
    text-align: center;
    font-size: 40px;
    font-family: 'glober';
}
.homepage h1{

    text-align: center;
    font-size: 50px;
    font-family: 'Arial Black';
    font-weight: normal;
    font-style: normal;
}
.homepage p{
    padding-top: 5px;
    font-size: 25px;
    color: white;
}
.homepage h3 a{
  color: #ffffff;
  font-size: 40px;
}
.homeNo{
  font-size: 50px;
}
#logotitle{
  padding-top: 120px;
  padding-bottom: 10px;
}
#logotitle img{
    vertical-align: middle;
}
#logotitle h1{
    display: inline-block;
}




#aboutpage{
/*    background: #2c3e50;*/
    background: #222629;
    width: 100%;
    height: 1000px;
    color: #ffffff;
    text-align: center;
}
#aboutinfo{
    display: inline-block;
}
#aboutpage h2{
  font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    padding-top: 5%;
}
#aboutpage p{
    font-size: 20px;
    color: #ffffff;
    padding-left: 2px;
}
#commercialpage{
/*    background: #2C3E50; */
    background: #222629;
    width: 100%;
    height: 1400px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
}
#commercialpage h2{
  font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    padding-top: 5%;
}
#commercialpage p a{
      color: #FFFFFF;
      text-align: center;
      font-size: 20px;
  }
#otherpage{
  /*    background: #2C3E50; */
    background: #222629;
    width: 100%;
    height: 1400px;
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
    }
#otherpage h2{
  font-family: 'Montserrat', sans-serif;
  font-size: 40px;
  padding-top: 5%;
}
#otherpage p a{
    color: #FFFFFF;
    text-align: center;
    font-size: 20px;
  }
    
#otherpage p a{
      color: #FFFFFF;
      text-align: center;
      font-size: 20px;
      }
#residentialpage{
  background: #222629;
  width: 100%;
  height: 1000px;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}
#residentialpage h2{
  font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    padding-top: 5%;
}
#residentialpage p{
  text-align: center;
  padding-left: 3%;
  padding-right: 3%;
}
#residentialpage p a{
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
}

#contactpage{
    background: #222629;
    width: 100%;
    height: 800px;
    color: white;
    text-align: center;
}
#contactpage h2{
  font-family: 'Montserrat', sans-serif;
    font-size: 40px;
    padding-top: 5%;
}
#contactpage h4{
  font-size: 25px;
}
#contactpage h5{
  font-size: 25px;
}
#contactpage h5 a{
  color: white;
  text-align: center;
}
.card{
    background-color: transparent;
    border: none;
}
/*
.card-link{
    color: hotpink;
    background-color: orange;
}*/
.card-body{
    color: white;
}







/* -------------------------------------------------------------- 
 * ## text rotator
 * -------------------------------------------------------------- */

/*Sentence*/
.sentence{
    font-size: 30px;
}
/*Wrapper*/
.wrapper{
    margin-right: 100px auto;
    position: relative;
    width: 90%;
    

}

/*Vertical Sliding*/
.slidingVertical{
   display: inline;
}
.slidingVertical span{
   animation: topToBottom 7.5s linear infinite 0s;
   -ms-animation: topToBottom 7.5s linear infinite 0s;
   -webkit-animation: topToBottom 7.5s linear infinite 0s;
   color: #ffffff;
   opacity: 0;
   overflow: hidden;
   position: absolute;
}
.slidingVertical span:nth-child(2){
   animation-delay: 2.5s;
   -ms-animation-delay: 2.5s;
   -webkit-animation-delay: 2.5s;
}
.slidingVertical span:nth-child(3){
   animation-delay: 5s;
   -ms-animation-delay: 5s;
   -webkit-animation-delay: 5s;
}
/*topToBottom Animation*/
@-moz-keyframes topToBottom{
   0% { opacity: 0; }
   5% { opacity: 0; -moz-transform: translateY(-50px); }
   10% { opacity: 1; -moz-transform: translateY(0px); }
   25% { opacity: 1; -moz-transform: translateY(0px); }
   30% { opacity: 0; -moz-transform: translateY(50px); }
   80% { opacity: 0; }
   100% { opacity: 0; }
}
@-webkit-keyframes topToBottom{
   0% { opacity: 0; }
   5% { opacity: 0; -webkit-transform: translateY(-50px); }
   10% { opacity: 1; -webkit-transform: translateY(0px); }
   25% { opacity: 1; -webkit-transform: translateY(0px); }
   30% { opacity: 0; -webkit-transform: translateY(50px); }
   80% { opacity: 0; }
   100% { opacity: 0; }
}
@-ms-keyframes topToBottom{
   0% { opacity: 0; }
   5% { opacity: 0; -ms-transform: translateY(-50px); }
   10% { opacity: 1; -ms-transform: translateY(0px); }
   25% { opacity: 1; -ms-transform: translateY(0px); }
   30% { opacity: 0; -ms-transform: translateY(50px); }
   80% { opacity: 0; }
   100% { opacity: 0; }
}

/*
Paradiv
*/
.paradiv1, .paradiv2, .paradiv3, .paradiv4{
    position: relative;
    opacity: 0.8;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
  
  .paradiv1{
    background-image: url('../images/background/londonday.jpg');
    min-height: 400px;
   }
  
  .paradiv2{
    background-image: url('../images/background/towerbridgeday.jpg');
    min-height: 400px;
    
  }
  
  .paradiv3{
    background-image: url('../images/background/colourhouse.jpg');
    min-height: 400px;
  }

  .paradiv4{
    background-image: url('../images/background/londonbusiness.jpg');
    min-height: 400px;
  }
    .hometext{
      position: absolute;
      top: 10%;
      width: 100%;
      text-align: center;
      /*color: rgb(206, 36, 36);*/
      color: gold;
      font-size: 50px;
      letter-spacing: 8px;
      font-weight: 300;
      text-shadow: 0px 4px 3px rgba(0,0,0,0.4),
                   0px 8px 13px rgba(0,0,0,0.1),
                   0px 18px 23px rgba(0,0,0,0.1);
    }
/*    .hometext{
      padding-top: 20px;
      font-size: 70px;
      font-weight: 300;
    }
*/
.footercont{
  background: #181b1d;
  color: #ffffff;
}
.footercont a{
  color: #ffffff;
}

#accred{
  width: 20px;
  
}