body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
    padding-top: 54px;
  }
  
  .topnav {
    overflow: hidden;
    background-color: black;
    opacity: 95%;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 10000;
  }
  
  .topnav a {
    float: left;
    display: block;
    color: #f2f2f2;
    text-align: center;
    text-decoration: none;
    font-size: 17px;
 
    /**padding: 14px 16px;*/
  }
  
  .topnav a:hover {
    background-color: #ddd;
    color: black;
  }
  
  .topnav a.active {
    background-color: #b59933;
    color: white;
  }
  
  .topnav .icon {
    display: none;
    float: right;   
  }

  /* Right-aligned section inside the top navigation */
  .topnav-right {
    float: right;
    /**padding: 14px 16px;*/
  }

  .topnav-right a {
    padding: 14px 16px;
  }
  
  @media screen and (max-width: 600px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav a.icon {
      float: left;
      display: block;
      position: absolute;
      right: 0;
      top: 0; 
    }
  }
  
  @media screen and (max-width: 600px) {
    .topnav.responsive {position: fixed;}
    .topnav.responsive .icon {
      position: absolute;
      right: 0;
      top: 0; 
    }
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }   



  
  }

  @media screen and (max-width: 600px) {
    .description {
      padding-top: 100px;
      width: 100%;
    }
    .description h4 {
      font-size: medium;
    }
    
  }

  /* @media screen and (max-width: 400px) {
    .description {
      padding-top: 100px;
    }
    .description h4 {
      font-size: small;
    }
  } */

  .nav-logo {
    background-image: url('../images/gilmourhamiltonlogo.svg');
    height: 48px;
    width: 280px;
    padding: 14px 16px;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 3px;
  }


  .header {
    background-image: url('../images/gilmourhamiltonoffice-min.png');
    background-size: cover;
    background-position: center;
    position: relative;
    opacity: 100%;
  }

  .overlay {
    position: absolute;
    min-height: 100%;
    min-width: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.6);
  }

  .navbar {
    background:#000000;
  }

  .page-footer {
    background-color: #222;
    color: #ccc;
    padding: 60px 0 10px;
    display: block;
  }
  
  .footer-copyright {
    color: #666;
    padding: 10px 0;
  }

  a {
    color: #B5995B;
  }

  .description p {
    color: #fff;
    font-size: 1.3rem;
    line-height: 1.5;
  }

  .description {
    /* left: 50%; */
    position: relative;
    top: 0px;
    /* transform: translate(-50%, -55%); */
    text-align: center;
    width: 100%;
    display: table;
  }
  
  .description h1 {
    color: #b59933;
  } 

  .description h2{
    color: white; 
  }

  .description h4 {
    color: white;
  }

  .google-maps {
    position: relative;
    padding-bottom: 75%; 
    height: 0;
    overflow: hidden;
  }

  .google-maps iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100% !important;
      height: 100% !important;
  }

  html {
    box-sizing: border-box;
  }
  
  *, *:before, *:after {
    box-sizing: inherit;
  }
  
  .column {
    float: left;
    width: 33.3%;
    margin-bottom: 16px;
    padding: 0 8px;
    background-color: transparent;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  
  .card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    opacity: 70%;
    background-color: black;
  }
  
  .card img { 
    height: 200px;
    width: 500px;
  }

  .container {
    padding: 0 16px;
    
  }
  
  .card p {
    color: black;
  }
  
  .card h2 {
    color: black;
  }

  .container::after, .row::after {
    content: "";
    clear: both;
    display: table;
  }

  .title {
    color: white;
  }
  
  .button {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
  }
  
  .button:hover {
    background-color: #555;
  }

/* Login box */



.logon-box{
  background:                   #737373; 
  border:                     1px solid rgba(224,224,224, 0.8); 
  /* -moz-box-shadow:            1px 1px 10px 1px #ccc; 
  -webkit-box-shadow:         1px 1px 10px 1px #ccc; 
  box-shadow:                 1px 5px 7px 1px #ccc; 
  border-radius:              0 0 5px 5px;  */
  width:                      100%; 
  margin:                     0 auto;  
  position:					relative;    
  min-height:					30s0px;
  opacity: 80%;
  height: auto;
}

.logon-box table {
  width:100%; 
}

.logon-box a {
  color: #f0be0a;
  text-align: center;
}

.logon-box .mainlogo{    
  text-indent:                -9999em;    
}

  
  .logon-box .mainlogo.openspace{
      background:             url('/images/iris-openspace-logo.png') center no-repeat;
      min-height:             45px;
  }

  .logon-box .logon-logo {
    background: url('../images/gilmourhamiltonlogo_login.png')  center no-repeat;
    min-height:             45px;
    width: 100%;
    padding: 14px 16px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
  }

  .logon-box form{
    border:                     none;
  }

  .logon-box td {
    color: white;
  }

  .logon-box label {
    color: white;
    float: left;
    margin: 10px 0;
    /* width: 200px; */
  }

  .logon-box form label {
      float:                  left; 
      margin:                 10px 0;       
      text-align: center;
      /* width:                  200px; */
  }

  .logon-box form label{        
      /* text-align:             right; */
      /* width:                  170px; */
  }

  .logon-box form input {
    /* float:                  none;  */
    margin:                 10px 0;       
    /* s */
    /* width: 80%; */
    /* padding-right: 10px; */
   
  }

  .logon-box form input submitbutton {
    background-color: #b59933;
  }



 /* .card {
    border-color: #b59933;
    border: 1px solid #b59933;
  } */

  .card-horizontal {
    display: flex; 
    flex: 1 1 auto; 
    background-color: white;
    border: 5px solid #b59933;
    /* border-color: #b59933; */
  }

   .card-horizontal img{
    /* max-width: 200px; */
  }

  #team .row{
    /* border: 2px solid #b59933; */
    padding-top: 5px;
    padding-bottom: 5px;
  }

  #team .hr {
    color: #b59933;
    display: block;
    height: 5px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
  }


  #team .img-thumbnail {
    width: 205px;
    height: 260px;
  }

/**********************
/***** Services *******
/*********************/
servicecard {
  padding-top: 15p;
}

@import url('https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');
section{
	padding: 60px 0;
}
section .section-title{
	text-align:center;
	color:#b59933; 
	margin-bottom:50px;
	text-transform:uppercase;
}
#what-we-do{
  /* background:#ffffff; */
  /*background-image: url("../images/gilmourhamiltonoffice-min.png");*/
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
#what-we-do .card{
	padding: 1rem!important;
	/* border: none; */

  border:rgba(0, 0, 0, 0.2)
  
	/* margin-bottom:1rem; */
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .card:hover{
	-webkit-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	-moz-box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
	box-shadow: 5px 7px 9px -4px rgb(158, 158, 158);
}
#what-we-do .card .card-block{
	padding-left: 50px;
    position: relative;
}
#what-we-do .card .card-block a{
	color: #b59933 !important;
	font-weight:700;
	text-decoration:none;
}
#what-we-do .card .card-block a i{
	display:none;
	
}
#what-we-do .card:hover .card-block a i{
	display:inline-block;
	font-weight:700;
	
}
#what-we-do .card .card-block:before{
	font-family: FontAwesome;
    position: absolute;
    font-size: 39px;
    color: #b59933 ;
    left: 0;
	-webkit-transition: -webkit-transform .2s ease-in-out;
    transition:transform .2s ease-in-out;
}
#what-we-do .card .block-1:before{
    content: "\f046";
}
#what-we-do .card .block-2:before{
    content: "\f013";
}
#what-we-do .card .block-3:before{
    content: "\f0f7";
}
#what-we-do .card .block-4:before{
    content: "\f2c0";
}
#what-we-do .card .block-5:before{
    content: "\f0d6";
}
#what-we-do .card .block-6:before{
    content: "\f234";
}
#what-we-do .card:hover .card-block:before{
	-webkit-transform: rotate(360deg);
	transform: rotate(360deg);	
	-webkit-transition: .5s all ease;
	-moz-transition: .5s all ease;
	transition: .5s all ease;
}
#what-we-do .h5 {
  color: #b59933  ;
}


.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
  padding-top: 15px;
}

.downarrow { 
  color: white; 
  font-size: xx-large;
}

html {
  scroll-behavior: smooth;
}

.no-js #loader { display: none;  }
.js #loader { display: block; position: absolute; left: 100px; top: 0; }
.se-pre-con {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url("../images/spinner.gif") center no-repeat #fff;
}

.errors {
  color: red;
  display: none;
}
.thanks, .sending {
  display: none;
}
.grecaptcha-badge {
  float: right;
}

input {
  width: 100%;
  /* max-width: 50%; */
}

textarea {
  width: 100%;
}

.logon-box .row {
  padding-right: 20px;
  padding-left: 20px;
}

/* .portal  {
  width: 50%;
  
} */
.logon-box {
  /* width: 50%; */
   left: 50%; 

}

/* .logon-box .container-fluid {
  width: 70%;
} */

@media screen and (max-width: 700px) {
  .portal  {
    width: 100%;
    font-size: small;
    padding-top: 0px;
    left: 0%;
    top: 10%;
    display: block;
  }

  .portalheader {
    height: 500px;
    display: block;
  }

  /* .description {
    min-height: 900px;
  } */

  .portal {
     padding-top: 0px;
  }

  .logon-box {
    left: 0%;
  }

  .logon-box form label {
    text-align: left;
    padding-left: 0px;
  }
}

.portal {
  padding-top: 100px;
  padding-bottom: 100px;
}


.inner {
  display: table-cell;
    vertical-align: middle;
    height: 700px;
    text-align: center;
    padding: 20px;
}

@media screen and (max-width: 900px) {
  .inner {
    display: table-cell;
    vertical-align: middle;
    height: 450px;
    text-align: center;
    padding: 20px;
  }
 
}
