/* 
brnad : #00949A;

*/
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Regular.woff2') format('woff2'), url('fonts/OpenSans-Regular.woff') format('woff'), url('fonts/OpenSans-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-SemiBold.woff2') format('woff2'), url('fonts/OpenSans-SemiBold.woff') format('woff'), url('fonts/OpenSans-SemiBold.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans';
  src: url('fonts/OpenSans-Bold.woff2') format('woff2'), url('fonts/OpenSans-Bold.woff') format('woff'), url('fonts/OpenSans-Bold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
body {
  font-family: 'OpenSans', sans-serif;
  font-size: 18px;
  color: #414042;
  font-weight: 400;
}
strong {
  font-weight: 600;
}
.fn-w-sb {
  font-weight: 500;
}
a {
  -webkit-transition: all 0.32s ease-out;
  -moz-transition: all 0.32s ease-out;
  -o-transition: all 0.32s ease-out;
  -ms-transition: all 0.32s ease-out;
  transition: all 0.32s ease-out;
  text-decoration: none;
}
a:hover {
  color: #00949A;
  text-decoration: none;
}
::placeholder {
  color: 000;
  opacity: 1;
}
:-ms-input-placeholder {
  color: 000;
}
::-ms-input-placeholder {
  color: 000;
}
/*COMMOM STYLES*/
.bg-grey {
  background-color: #231F20 !important;
}
.bg-red {
  background-color: #00949A;
}
.btn-brand {
  background-color: #00949A;
  transition: all 0.32s ease-out;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  padding: 15px 25px;
  letter-spacing: 1.5px;
}
.btn-brand:hover {
  background-color: #484c4c;
  color: #FFF !important;
}
.text-red, .text-brand {
  color: #000000 !important;
}
.text-black {
  color: #000 !important;
}
.has-bg {
  background-position: center;
  background-size: cover;
}
.img-linked {
  -webkit-transition: all 0.42s ease-out;
  -moz-transition: all 0.42s ease-out;
  -o-transition: all 0.42s ease-out;
  -ms-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.img-linked:hover {
  transform: scale(1.02);
  cursor: pointer;
}
/* Navigation */
.nav-wrapper::-webkit-scrollbar {
  display: none;
}
/*.navlinks{color: #1b75bb; background-color: #FFF; display: block; margin: 10px; font-size: 21px; padding: 10px; font-weight: 500;}
.navlinks:hover,
.active-nav{background-color: #000!important; color: #FFF!important;}*/
.navlinks {
  color: #000;
  background-color:#E6E6E6;
  display: block;
  margin: 20px 0px;
  font-size: 21px;
  padding: 10px;
  font-weight: 500;
  border:1px solid #808080;
}
.navlinks:hover, .active-nav {
    background-color: #000 !important;
    color: #fff !important;
}

.form-width {
  max-width:600px;
}

#register input {
  background-color:#E6E6E6;
  border:1px solid #808080;
  border-radius:0px;
  text-align:center;
  color:#000;
}

.register-btn {
  padding: 2px 25px;
}

.bg-black {
  background-color:#000 !important;
  color:#fff;
}

.bg-image {
  min-height:50vh;
  background-image:url("../img-01/register-background.jpg");
  background-repeat:no-repeat;
  background-position:bottom;
  background-size:100% auto;
}
@media screen and (max-width: 767px) {
  .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  }
  .navbar-toggler {
    border-color: rgb(4, 63, 131);
  }
  .navbar-toggler:focus, .navbar-toggler:active {
    outline: none;
    box-shadow: none;
  }
}
.nav-wrapper {
  /* background-image: url('../images/bg-pattern.png');*/
  /*background-image: url('../img-01/sidebar_bg.jpg');*/
  background-repeat: repeat;
  background-position: center;
  background-size: cover;
  width: 475px;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow: auto;
}
.content-wrapper {
  width: calc(100% - 475px);
  float: right;
  height: 100vh;
}
h1 {
  font-size: 32px;
}
h2 {
  font-size: 24px;
}
/*#login{background-image: url('../images/hero.jpg'); background-position: left;}*/
#login {
  background-image: url('../img-01/login_pg.jpg');
  background-position: left;
}
/*#home{background-image: url('../images/hero-andrin-homes.jpg'); background-position: center;}*/
#home {
  /*background-image: url('../img-01/logged-in.jpg');*/
  background-image: url('../img-01/logged-in.jpg');
  background-position: center;
}
.disclaimer a:hover {
  text-decoration: underline;
}
.frmLogin input {
  border-radius: 0;
  height: 50px;
}
/*.frmLogin button{background-color: #000; color: #FFF; border: none; font-size: 24px; padding: 8px 20px; }*/
.frmLogin button {
  background-color: #000;
  color: #fff;
  border: none;
  font-size: 24px;
  padding: 8px 20px;
}

/*Added by mhb*/
.ft_logo {
  max-width: 240px;
}
.align-items-end {
  align-content: flex-end;
}
.mx-img-400 {
  max-width: 70%;
}
.title {
	    margin-top: 2.5rem;
}
.disclaimer {
	margin-top: 2.5rem;
}
.fnt-sz-36 {
	font-size: 36px;
}

/*end Added by mhb*/

@media screen and (max-width: 767px) {
  .nav-wrapper {
    width: 100%;
    position: relative;
  }
  .nav-wrapper .wrapper {
    max-width: 375px;
    margin: auto;
  }
  .content-wrapper {
    width: 100%;
    float: none;
    height: auto;
  }
}


/* Image Grid */

.row-gird {
  display: flex;
  flex-wrap: wrap;
  padding: 0 4px;
}

/* Create four equal columns that sits next to each other */
.column {
  flex: 33%;
  max-width: 33%;
  padding: 0 4px;
}

.column img {
  margin-top: 8px;
  vertical-align: middle;
  width: 100%;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
  .column {
    flex: 50%;
    max-width: 50%;
  }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .column {
    flex: 100%;
    max-width: 100%;
  }
}

.renderings-hdng {
	padding: 10px 10px;
    background-color: #03a1cf;
    font-size: 16px;
    color: #fff;
    max-width: 300px;
}

.text-light-blue {
	color: #03a1cf;
}
