@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Book.otf') format('opentype');
    font-weight: 400;
}

@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Medium.otf') format('opentype');
    font-weight: 500;
}
@font-face {
    font-family: 'Gotham';
    src: url('fonts/Gotham-Bold.otf') format('opentype');
    font-weight: 600;
}

@font-face {
    font-family: 'PlayfairDisplay';
    src: url('fonts/PlayfairDisplay-Regular.ttf') format('opentype');
    font-weight: 400;
}






html{
    scroll-behavior: smooth;
}
body{
    font-family: 'Gotham', sans-serif;
    font-size: 18px; 
    color: #414042;
    font-weight: 400;
    line-height: 1.75;
}



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: #C1982E; text-decoration: none;}

::placeholder { color: 000; opacity: 1; }
:-ms-input-placeholder { color: 000;}
::-ms-input-placeholder { color: 000;}

/*COMMOM STYLES*/
.ff-pf{font-family: 'PlayfairDisplay', serif;}

.fw-bo{font-weight: 600;}
.fw-me{font-weight: 500;}
.fw-re{font-weight: 400;}
.fw-li{font-weight: 300;}

.fs-50{font-size: 50px;}
.fs-42{font-size: 42px;}
.fs-36{font-size: 36px;}
.fs-32{font-size: 32px;}
.fs-28{font-size: 28px;}
.fs-24{font-size: 24px;}
.fs-20{font-size: 20px;}
.fs-14{font-size: 14px;}


.ls-1{letter-spacing: 1px;}
.ls-2{letter-spacing: 2px;}

.lh-2{line-height: 2;}

.op-1{opacity: 1;}
.op-0{opacity: 0;}


@media screen and (min-width:768px){
    .mt-md-lg{margin-top: 60px!important;}
    .mb-md-lg{margin-bottom: 60px!important;}

    .mt-md-xl{margin-top: 100px!important;}
    .mb-md-xl{margin-bottom: 100px!important;}
  
}

.bg-grey{background-color: #484c4c!important; }
.bg-brand{background-color: #C1982E;}

.text-brand{color:#C1982E!important;}
.text-black{color:#000!important;}
.text-grey{color:#58595B!important;}
.text-blue {
    color: #015687!important;
}
.btn-brand{background-color: #58595B; border:none; display: inline-block;  transition: all 0.32s ease-out; color: #FFF; font-weight: bold; font-size: 24px; padding: 10px 15px; letter-spacing: 1.5px; }
.btn-brand:hover{background-color: #C1982E; color: #FFF!important;}



.has-bg{background-position: center; background-size: cover; }
.overlay{width: 100%; height: 100%; position: absolute; left: 0; top:0; z-index: 45;}

.img-linked{
    -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;
}
.img-linked:hover{
    transform: scale(1.1);
    cursor: pointer;
}

.text-linked{color: inherit;}
.text-linked:hover{color: inherit; text-decoration: underline;}

@media screen and (max-width: 991px){
    .fs-50{font-size: 40px;}
    .fs-32{font-size: 30px;}
   
}
@media screen and (max-width: 767px){
        body{font-size: 17px; }
        .fs-50{font-size: 35px;}
    .fs-32{font-size: 28px;}
}

@media screen and (max-width: 576px){
    .fs-50{font-size: 30px;}
  .fs-32{font-size: 24px;}
}


/* Navigation */
#topNavigation {background-color: #FFF;}
#topNavigation .img-logo{width: 250px; }
#topNavigation .nav-link{color: #000; font-size:17px;}
#topNavigation .nav-link:hover, #topNavigation .activeNav{color: #C1982E;}




footer{background-color: #58595B;}
footer .img-logo{width: 250px;}
footer .border-right{border-right: 1px solid #FFF;}

@media screen and (max-width: 991px){

}
@media screen and (max-width: 767px){
    #topNavigation .img-logo, footer .img-logo{width: 175px; }
    #topNavigation .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(193, 152, 46, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");}
    #topNavigation .navbar-toggler {border-color: rgba(255,255,255,0);} 
    #topNavigation .navbar-toggler:focus, .navbar-toggler:active { outline: none; box-shadow: none;  }
}

@media screen and (max-width: 576px){
    footer .border-right{border-right: none;}
}


#heroCarousel{position: relative; }
#heroCarousel .carousel-item{height: 100vh; position: relative; background-position: center; background-size: cover;}
#heroCarousel  .hero1{background-image: url('../images/hero/hero1.jpg');}
#heroCarousel  .hero2{background-image: url('../images/hero/hero2.jpg');}
#heroCarousel  .hero3{background-image: url('../images/hero/hero3.jpg');}

#heroCarousel  .innerHero {height: 560px!important;}
#heroCarousel .hero-about{background-image: url('../images/hero/hero-about.jpg');}
#heroCarousel .hero-victoria{background-image: url('../images/hero/hero-victoria.jpg');}
#heroCarousel .hero-contact-us{background-image: url('../images/hero/hero-contact-us.jpg');}

#heroCarousel .caption{position: absolute; left: 50%; bottom: 0%; transform: translate(-50%, -15%); z-index: 99; width: 100%;  max-width:1320px; }
#heroCarousel .caption h1{font-size: 75px; color: #FFF;}

#map{width: 100%; height: 650px;}
#hero-section {
    background-image: url(/images/hero/hero-victoria.jpg);
}
#hero-section {
    height: calc(100vh - 100px);
    background-position: center;
    background-size: cover;
    position: relative;
}
#hero-section .sold-banner {
    position: absolute;
    right: 0;
    top: 9%;
    width: 550px;
}
#hero-section .caption {
    position: absolute;
    left: 50%;
    bottom: 0%;
    transform: translate(-50%, -15%);
    z-index: 99;
    width: 100%;
    max-width: 1320px;
}
#hero-section .caption h1 {
    font-size: 75px;
    color: #FFF;
}
.project-wrapper{position: relative; display: block;cursor:none; overflow: hidden; transition: all .40s linear;}


.project-wrapper:hover{cursor:none}
.projectLink{width: 50px; position: absolute; opacity: 0; pointer-events: none; left: 0; top:0;}

.project-wrapper .caption{position: absolute; left: 0; width: 100%; color: #FFF; text-align: center; z-index: 20; transition: all .30s linear;}
.project-wrapper .projName{font-size: 40px; top:50%; left: 50%; transform: translate(-50%, -50%);}
.project-wrapper .projLocation{bottom: 15px; letter-spacing: 3px;}

.project-wrapper:hover{transform: scale(1.10);}
.project-wrapper:hover .caption{opacity: 0;}

#victoria-common{background-image: url('../images/victoria-common.jpg');}
#south-district{background-image: url('../images/south-district.jpg');}
#the-bronte{background-image: url('../images/the-bronte.jpg');}
#oakville-green{background-image: url('../images/oakville-green.jpg');}


@media screen and (max-width: 991px){
    #heroCarousel .carousel-item{height: 650px;}
    #heroCarousel .caption h1{font-size: 65px;}
    #heroCarousel  .innerHero {height: 460px!important;}

    .project-wrapper .projName{font-size: 38px;}

}
@media screen and (max-width: 767px){
    #heroCarousel .carousel-item{height: 450px;}
    #heroCarousel .caption h1{font-size: 42px;}
    #heroCarousel .caption{padding-left: 15px;}
    #heroCarousel  .innerHero {height: 360px!important;}

    .project-wrapper .projName{font-size: 36px;}
    #hero-section{height: 450px;}
    #hero-section .sold-banner{width: 200px;top: 18%;}
}
@media screen and (max-width: 576px){
    #heroCarousel .carousel-item{height: 320px;}
    #heroCarousel .caption h1{font-size: 26px;}
    #heroCarousel  .innerHero {height: 300px!important;}

    .project-wrapper .projName{font-size: 32px;}
    #hero-section{height: 370px;}
}

.blue-bar-top {
    border-top: 30px solid #015687;
}
.pr-0, .px-0 {
    padding-right: 0!important;
}
#registrationForm .form-control{ background-color: #EDEDED;  border: navajowhite; border-radius: 0;  margin-bottom: 21px;  padding: 20px;}

