/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */


/*
body {
  padding-top: 54px;
  background: linear-gradient(#131313, #6c6c6c);
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  color: #00bcd4;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
      color: #00bcd4;
  }
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.portfolio-item {
  margin-bottom: 30px;
}
*/

a.navbar-brand {
	background-image: url(../images/bannermakeronline.svg) ;
	height: 100px;
	width: 460px;
	background-repeat: no-repeat;
	background-size: cover;
	}
	
	
/*
	
.my-4 {
	color: #03a9f4;
	text-align: center;
	padding: 40px 0 0 0;
	font-family: 'Roboto Slab', serif;
	font-size: 350%;
}




h2 {
	text-align: center;
	margin: 30px 0 20px 0;
}
h3 {
	font-size: 230%;
}
.realestate {
	text-align: center;	
	padding-top: 30px;
	color: #03a9f4;
	color: #dcdcdc;
	font-family: 'Roboto Slab', serif;
	font-weight: 300;
	font-size: 300%;
    font-family: 'Lato';
    font-weight: 300;
}
.card-header {
	text-align: center;
	color: #f7af63;
	margin-bottom: -20px;
    margin-top: 10px;
    font-family: 'Lato';
    font-weight: 300;
}
.h-100 {
    height: 100%!important;
    background-color: transparent;
    }
.card-text {
	color: #bbb;
	text-align: center;    
    }
.card-footer {
	text-align: center;
}
.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 0px solid rgba(0,0,0,.125);
    margin-top: 4px;
    }
.card-title {
	color: #ccc!important;
	text-align: center;
	font-family: 'Lato', sans-serif;
    font-weight: 300;
}

*/

a {
	color: #2196f3;
}
a:hover {
    color: #ffc107;
    text-decoration: none;
}

.btn-secondary {
    color: #fff;
    background-color: #8196a9;
    border-color: #545b62;
}
.btn-secondary:hover {
    color: #fff;
    background-color: #E91E63;
    border-color: #545b62;
}

p {
	color: #ccc;
}

    
.text-white {
    color: #9e9e9e!important;
    font-size: 90%;
    font-family: 'Lato',sans-serif;
    font-weight: 300;
}
.text-uppercase {
	color: #ddd;;
}
img.bathurst-logo {
    width: 60%;
}
.footer-title {
    color: #ababab!important;
    font-size: 100%;
    font-family: 'Lato', sans-serif;
    font-weight: 300;
}
.text-foothead {
	color: #9e9e9e;
}

ul, li {
	list-style-type: none;
}

.h-100 {
	background-color: transparent;
    }
    
.navbar-dark .navbar-nav .nav-link {
    color: #faa74f;
}
.nav-link {
    color: #faa74f;
}
.twoColumns{
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
}
.threeColumns{
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
}


p.4columns {
       -webkit-column-count: 4; /* Chrome, Safari, Opera */
       -moz-column-count:    4; /* Firefox */
       column-count:         4;
       -webkit-column-gap:   20px; /* Chrome, Safari, Opera */
       -moz-column-gap:      20px; /* Firefox */
       column-gap:           20px;
       column-rule-color: #ccc; /* Optional */
       column-rule-style:solid; /* Optional */
       column-rule-width: 1px; /* Optional */
       text-align: justify; /* Optional */
   }
p.3columns {
       -webkit-column-count: 3; /* Chrome, Safari, Opera */
       -moz-column-count:    3; /* Firefox */
       column-count:         3;
       -webkit-column-gap:   20px; /* Chrome, Safari, Opera */
       -moz-column-gap:      20px; /* Firefox */
       column-gap:           20px;
       column-rule-color: #ccc; /* Optional */
       column-rule-style:solid; /* Optional */
       column-rule-width: 1px; /* Optional */
       text-align: justify; /* Optional */
   }
p.2columns {
       -webkit-column-count: 2; /* Chrome, Safari, Opera */
       -moz-column-count:    2; /* Firefox */
       column-count:         2;
       -webkit-column-gap:   20px; /* Chrome, Safari, Opera */
       -moz-column-gap:      20px; /* Firefox */
       column-gap:           20px;
       column-rule-color: #ccc; /* Optional */
       column-rule-style:solid; /* Optional */
       column-rule-width: 1px; /* Optional */
       text-align: justify; /* Optional */
   }

.faqheading {
    color: #ccc;
}