body {
  margin: 0px;
}

.wrapper {
  display: grid;
  grid-template-columns: 100px 100px 100px;
  grid-gap: 10px;
  background-color: #fff;
  color: #444;
}

.box {
  background-color: #444;
  color: #fff;
  border-radius: 5px;
  padding: 20px;
  font-size: 150%;
}

.thumbnail {
  padding: 0px;
/*  line-height: 2.42857143; */
  border: 0px solid #ddd;
  border-radius: 0px;
  width: 100%;
  height: 100%;
}


.image {
  display: block;
  max-width: 100%;
  height: auto;
}

.clientImage {
  height: auto;
  width: 100%;
  height: auto;
  display:block;
}

@media only screen and (max-width: 600px) {
.clientImage {
  height: auto;
  width: 40%;
  height: auto;
  display:block;
}
}

.thumbnailText {
  padding: 0px;
  line-height: 0;
  border: 1px solid #ddd;
  border-radius: 4px;
  width: 100%;
  height:200%;
  font-size: x-small;
}

.textSection {
  background-color: #fff;
    line-height: 22px;
    /* width: 90%; */
    margin-right: auto;
    margin-left: auto;
  }

.text-centre {
  text-align: center;
}

.padding-0 {
  padding-left:0px;
  padding-right:0px;
  padding-bottom:0px;
  padding-top:0px;
}
.padding-1 {
  padding-left:1px;
  padding-right:1px;
}
.padding-2 {
  padding-left:2px;
  padding-right:2px;
  padding-bottom: 2px;
  padding-top: 2px;
}

.padding-4 {
  padding-left:4px;
  padding-right:4px;
  padding-bottom: 4px;
  padding-top: 4px;
}

/*.padding-10 {
  padding-left:10px;
  padding-right:10px;
  padding-bottom: 10px;
  padding-top: 10px;
}*/

.padding-14-top {
    padding-top: 14px;
    padding-left:0px;
    padding-right:0px;
}

.padding-20 {
  padding-left:20px;
  padding-right:20px;
  padding-bottom: 20px;
  padding-top: 20px;
}
.padding-50 {
  padding-left:50px;
  padding-right:50px;
  padding-bottom: 50px;
  padding-top: 50px;
}

figcaption {
  text-align:   center;
}

figure {
  margin: 0 0 0 0;


}

.figure {
  display: inline-block;
}


.figure-caption {
  font-size: 80%;
  /*color: #636c72;*/

}

.gridItem {
  border: 10px solid white;
  background-color: #f4f2ef;
}

.gridItemMain {
  border: 0px solid white;
    padding:5px;
}

a {
  text-decoration: none;
  color: white;
}

a:hover{
  color: orange;
  border-bottom: none;
  text-decoration: none;
}


.gridItem .gridItemMain figure {
margin: 0;
    position: relative;
    background-color: #d6d4d4;
}

.gridItem .gridItemMain figure img {
    max-width: 100%;
    display: block;
    position: relative;
}

.gridItem figure:hover img {
    opacity: 0.25;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}
.gridItemProject {
  border: 0px solid white;
    padding:5px;
    padding-right: 30px;
    padding-left: 0px;
}

/* .gridItemProject img:hover {
  opacity: 0.25;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
} */

div.textContainer {
  height: 10%;
  width: 96%;
  position: absolute;
  bottom: 1%;
  left:50%;
  transform: translate(-50%, -50%);
  /* background-color: rgba(0, 0, 0, .25); */
  /* opacity: 0.6;  */
  text-align: center;
 /* // background-color: black; */
 background:rgba(29, 29, 29, 0.5);
}

.gridItemProject:hover div.textContainer {
height: 10%;
bottom: 1%;
/* background:rgba(29, 29, 29, 0.7); */
}


.gridItemProject:hover div.textContainer p.textColour {
  /* color: orange; */
  /* font-size: 2vmin; */
  opacity:initial;
  padding-top: 0%;  
  /* text-decoration: solid;
  font-weight:bold; */
}

.gridItemProject:hover img {
  opacity: 0.25;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transition: all .8s ease;
  }

p.textColour { 
  color: white;
  opacity:initial;
  padding-top: 0%;  
}


 .imagetext {
  position:absolute;
  text-align: center;
  bottom: 0%;
  left:50%;
  transform: translate(-50%, -50%);
  font-size: 20px;
} 

.gridItem figcaption {
  position: absolute;
    top: 45%;
    left: 0;
    width: 100%;
    text-align: center;
    opacity: 0;
    color: #1c1a1a;
    padding-left: 10px;
    padding-right: 10px;
}

.gridItem figure:hover  figcaption{
    opacity: 1;
    -webkit-transition: all .8s ease;
    -moz-transition: all .8s ease;
    transition: all .8s ease;
}

#mainimage figcaption{
  position: absolute;
    top: 15%;
 left:5%;
    width: 30%;
    opacity: 1;
    color: #e27c3d;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 130%;
    font-style: italic;
    font-weight: 300;
    font-family: sans-serif;
    overflow:hidden;

}

#mainimage {

margin-top:0px;
padding-bottom: 10px;
padding-right: 2px;
padding-left: 2px;
max-width: 100%;
display: block;
position: relative;

}

.navbar-header.a.logoHeading
{
  color: orange;
  font-size: 5em;
}


.logoHeading {
    padding-top: 35px;;
    font-size: 25px;
    position: relative;
    /* padding-left: 15px; */
}

.col-lg-4 {
    padding-right: 5px;
    padding-left: 5px;
}

.text-orange {
    color: #e27c3d;
}

.frame {
    margin-right: 1%;
    margin-left: 1%;
    margin-top: 1%;

}

.row {
    padding-left: 0px;
    padding-right: 0px;
    margin-right: 0px;
    margin-left: 0px;
    width: 100%;
}


.navbar-toggleable-md .navbar-nav .nav-link {
    padding-left: 0;
    padding-right: .7rem;
}


 .navbar {
  overflow: hidden; 
  background-color: transparent;
   position: fixed; /* Set the navbar to fixed position */
  top: 2%; /* Position the navbar at the top of the page */
  width: 100%; /* Full width */
} 


.navbar {
  padding-right: 0px;
  padding-left: 0px;
  color: transparent;
  
} 

.navbar a {
  float: right;
  display: block;
  color: white;
  text-align: left;
  padding: 10px;
  text-decoration:solid;
}

.navbar a:hover {
  background: transparent;
  color: orange;

}

.nav-item a{
  color: white;
  size: 10px;
  border-left: white;
} 

.nav-link a {
  color: white;
  size: 10px;
}

.navbar-toggleable .navbar-nav .nav-link {
  padding-right: .5rem;
  padding-left: .5rem;
}

.ul.nav.navbar-nav {
color: #e27c3d;
}

.menuItems {
  padding-left: 45%;
  padding-bottom: 3%;
}
.menu {
  padding-top: 20px;
  padding-right: 200px;
}

.imageContainer {
  position: relative;
  text-align: center;
  color: white;
}

.gridImageItem {
  border: 0px solid white;
    padding:5px;
    padding-right: 30px;
    padding-left: 0px;
}





  



