@import url('//fonts.googleapis.com/css2?family=Josefin+Sans:wght@400;700&family=Lato:wght@300;700&display=swap');

/* 

'Josefin Sans', sans-serif: (tabs - light300), (buttons - bold700)
'Lato', sans-serif: (titles - light 300, bold 700)

*/

body {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
}

video#coverVideo {
  margin-top:170px;
}

.navbar-regular.nav-v7 .navbar-nav > li > a,
.nav-v7 li.drop-down-link div.drop-down {
  font-family: 'Josefin Sans', sans-serif;
  font-weight: 300;
  font-size: 1.3em;
  border-right: none !important;
  text-transform: capitalize;
}

.navbar-regular.nav-v6 .navbar-nav>li:last-of-type>a {
  border-right: none;
}
.navbar-regular.nav-v6 .navbar-nav>li a {
  border-right: 1px solid #000 !important;
}

.navbar.nav-v6 .social-square .contact-icon:hover i {
  color: #fff;
}

.custom_html_1-section {
  background-color: #090401;
  background-image: url("https://static.spotapps.co/web/thecollinsquarter--com/css/../custom/back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom_html_1-section .section-wrapper {
  width: 1300px;
  max-width: 100%;
}

.custom_html_1-section  .container, .custom_html_1-section .section-wrapper, .custom_html_1-section .section-wrapper .container {
  width: 100%;
}

.custom_html_1-section .section-wrapper .container img {
  margin: auto;
}

.custom_html_1-section .section-wrapper .container .locations-holder {
  text-align: center;
}

.custom_html_1-section h1:nth-child(1) {
  font-size: 2.3em;
  color: #fff;
  font-family: 'Lato', sans-serif;
  font-weight: 300;
  margin-bottom: 0;
}
.custom_html_1-section h1:nth-child(2) {
  font-size: 3.5em;
  color: #e1c7c0;
  font-family: 'Lato', sans-serif;
  font-weight: 700;
  margin-top:5px;
  margin-bottom: 45px;
}

.custom-temp-btn,
.on-cover-content .locations-holder a.custom-temp-btn {
    padding: 12px 40px 10px 40px;
    text-transform: uppercase;
    background-color: #6f948b;
    background: #6f948b;
    border: 2px solid #6f948b;
    color: #000;
    font-family: 'Josefin Sans', sans-serif;
    font-weight: 700;
    font-size: 1.3em;
    box-shadow: none;
    border-radius: 5px;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.custom-temp-btn:hover,
.hvr-fade:hover,
.hvr-fade:focus, 
.on-cover-content .locations-holder a.custom-temp-btn:hover,
.on-cover-content .locations-holder a.custom-temp-btn:focus {
    text-decoration: none;
    background-color: #e1c7c0;
    background: #e1c7c0;
    border: 2px solid #e1c7c0;
    color: #000;
    opacity: 1;
    outline: none;
}


@media (max-width: 767px) {
  video#coverVideo {
    margin-top: 70px;
  }
  .mobile-navigation .navbar-header {
    border-bottom: none !important;
  }
  .navbar.nav-v6 .header-logo img {
    max-height: 100%;
    margin-top: 1px;
  }
}