@charset "UTF-8";
/* CSS Document */

html, body {
    margin: 0;
    padding: 0;
}
html {
    min-height: 100%;
}

.body-landing {
    background-size: cover;
    background-position:center;
    background-repeat: no-repeat;
}

::selection {
  background: #e30917;
}
.background-tint {

}

.top-bar {
    padding: 10px 0px 20px 10px;
    margin: 0px;
    background-color: rgba(10, 37, 75, 0.6);
}

.social-media-icon {
    display: inline-block;
    margin-top: 10px;
   
}

.social-media-icons {
    fill: white;
     cursor: pointer;
    width: 30px;
}


.social-media-icons:hover {
    fill: #e30917; 
    transition: 0.2s;
}

h1 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 800;
    color: white;
    text-shadow: 5px 5px 10px rgba(10, 37, 75, 0.6);
}

p, ul, ol {
    font-family: 'Montserrat',sans-serif;
    font-weight: 200;
    color: white;
}

.button-text {
    font-family: 'Montserrat',sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

svg:hover .visit-our-store {
    fill: white;
    transition: 0.2s;
}

svg:hover text {
    fill:#e30917;
    transition: 0.2s;
}

.social-link {
    cursor: pointer;
}

.contact-footer {
    position: fixed;
    bottom: 0px;
    width: 100%;
    margin: 0;
    background-color: rgba(10, 37, 75, 0.6);
    color: white;
    padding: 20px 25px;
    }

.small-print {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0px;
}

.small-print a:link {
    text-decoration: none;
    color: white;
}
.small-print a:visited {
  
    color: white;
}
.small-print a:hover {
  
    color: #e30917;
}


.text-link {
    font-family:'Montserrat',sans-serif;
    color: white;
    font-weight: 600;
}

.text-link {
    font-family:'Montserrat',sans-serif;
    color: white;
    font-weight: 600;
}

a.text-link:link{
    color: white !important;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
    text-decoration: none;
}

a.text-link:visited{
    text-decoration: none;
}
a.text-link:hover{
    color: #e30917 !important;
    text-decoration: none;
}
a.text-link:active{
    color: #e30917 !important;
    text-decoration: none;
}



.bar1, .bar2, .bar3 {
  width: 35px;
  height: 5px;
  background-color: white;
  margin: 6px 0;
  transition: 0.4s;
}
/*
.change .bar1 {
  transform: translate(0, 11px) rotate(-45deg);
}

.change .bar2 {opacity: 0;}

.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
}
*/
.menu-container {
      display: inline-block;
  cursor: pointer;
    z-index: 1;
}

/* The Overlay (background) */

.overlay-change {
    transition: 0.5s; 
    width: 100%;
    
}

.overlay {
  height: 100%;
  width: 0%;
  position: fixed; /* Stay in place */
  z-index: 50; /* Sit on top */
  left: 0;
  top: 0;
  background-color: #e30917; /*  fallback color */
  overflow-x: hidden; /* Disable horizontal scroll */
    transition: 0.5s; 
  
}

/* Position the content inside the overlay */
.overlay-content {
  position: relative;
  top: 10%; 
  width: 100%; /* 100% width */
  text-align: center; /* Centered text/links */
  margin-top: 30px; /* 30px top margin to avoid conflict with the close button on smaller screens */
}

/* The navigation links inside the overlay */
.overlay a {
  padding: 8px;
  text-decoration: none;
  font-size: 24px;
  color: white;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 600;
    white-space: nowrap;
  display: block; /* Display block instead of inline */
  transition: 0.3s; /* Transition effects on hover (color) */
}

/* When you mouse over the navigation links, change their color */
.overlay a:hover, .overlay a:focus {
  color: #0a254b;
}



/* Position the close button (top right corner) */
.overlay .closebtn {
  position: absolute;
  top: 15px;
  right: 22px;
  font-size: 60px;
}

.overlay .closebtn:hover {
  color: #0a254b !important;
    transition: 0.2s;
}

/* When the height of the screen is less than 450 pixels, change the font-size of the links and position the close button again, so they don't overlap */
@media screen and (max-height: 450px) {
  .overlay a {font-size: 20px}

}

.social-link {
    padding: 0px !important;
    margin: 0px 1px; !important;
}

.nav-item {
    margin: 0;
    padding-left: 0;
}

a.nav-link.active  {
    color: red !important;
}



.pop-up-menu-text a:link {
    font-size: 4vw;
    color: white;
    letter-spacing: 0px;
    font-weight: 800;
    margin-bottom: 0px;
    margin-top: 0px;
    text-transform: none !important;
    font-family: 'Montserrat', sans-serif;
}


.pop-up-menu-text a:hover {
    color: #002335 !important;
    transition: 0.2s;
}


.overlay-social-media-icon:hover {
    fill: #0a254b;
    transition: 0.2s;
}

.social-link-icon:hover {
    fill: #0a254b;
    transition: 0.2s;
}
.row {
    margin: 0px;
    padding: 0px;
}

.block-2 {
    padding: 0;
    margin: 0;
}

h2 {
    font-family: 'Montserrat',sans-serif;
    font-weight: 600;
}

.white {
    color: white;
}

.no-padding-or-margin {
    padding: 0px;
    margin: 0px;
}

.right-image {
    position: absolute;
    vertical-align: top;
    display: inline-block;
    padding: 0;
    margin-top: 0px;
    margin-right: 0px;

    
}

.left-text {
    vertical-align: top;
    display: inline-block;
    background-color: #0a254b;
    height: 700px;
}

.my-shape {
    margin: auto;
    display: block;
    margin-right: 0;
}

.engine-image {
    clip-path: url(#clip);
    height: 800px;
    width: 50%;
    object-fit: cover;  
    position: relative;
    top: -800px;
    margin-bottom: -800px;
}

img .clip {
    clip-path: url(#clip);
}
.intro-text {
    
}

.intro-blue-box {
    background-color: #0a254b;
    padding: 0;
}

.intro-cols {
    position: relative;
    
}

.intro-read-more {
    text-align: right;
}

.big-button {
    position: relative;
}

.showroom-content {
    background-color: #0a254b;
}


/*Carousel*/

.carousel-inner carousel-inner-showroom{
  padding: 1em;
}
.card-showroom {
  border: none;
  background-color: #0a254b;
}
.carousel-control-prev-showroom,
.carousel-control-next-showroom {
  display: block;
    position: relative;
    top: 50%;
}
@media (min-width: 768px) {
  .carousel-item-showroom {
    margin-right: 0;
    flex: 0 0 33.333333%;
    display: block;
      
  }
  .carousel-inner-showroom {
    display: flex;
  }
}
.card-showroom .img-wrapper-showroom {
    max-width: 100%;
    
}
.card-showroom img {
    max-height: 100%;
}
@media (max-width: 767px) {
  .card-showroom .img-wrapper-showroom {
    height: 17em;
  }
}

.small-title {
    font-weight: 400;
}

.card-title {
    font-family: 'Montserrat',sans-serif;
    color: white;
    text-transform: uppercase;
    text-align: left;
}

.showroom-shape {
    position: relative;
    bottom: 0;
    z-index: 1;
}

.showroom-button-left {
    padding: 0;
    margin: 0;
    background-color: #0a254b;
    text-align: right
}

.video-frame {
  position: relative;
  background-color: black;
  width: 100%;
  overflow: hidden;

}

.peugeot-row {
    
}

.peugeot-right {
    padding-right: 0;

}

.peugeot-text-box {
    position: relative;
    text-align: right;
}

.store-right {
    text-align:right;
    padding-right: 0;
    z-index: 2;
}

.image-row {
    position: relative;
    background-image: url(../images/aston-martin.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    z-index: 1;
}

.strokes-row {
    position: relative;
    z-index: 3;
}

.strokes-image {
    position: absolute;
}

.news-image {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.news-block {
    background-color: #0a254b;
}

.news-title {
    font-weight: 600;
}

.all-news-button {
    text-align:right;
}

.partners-row {
    background-color: #0a254b;
}

.contact-row {
    background-color: #0a254b;
}

.contact-text {
    font-weight: 600;
}

.contact-right {
    text-align: right;
}

.no-margin-bottom {
    margin-bottom: 0px;
}

p a {
    color: white;
    text-decoration: none;
    
}

    
.highlighted-text a:hover {
    color: #e30917;
    text-decoration: none;
    transition: 0.5s;
    
}
.small-intro-button-row {
     text-align:right;
}

.small-peugeot-image {
    background-image: url(../images/peugeot-home-image-small.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: right;
}

.new-container {
    z-index: 5;
    text-align: left;
}

.my-news-button {
    width: 12px !important;
    height: 12px !important;
    border: solid 2px rgba(10,37,75,1) !important;
    border-radius: 10px !important;
    margin: 0px 5px !important;
    background-color: white !important;    
}

.my-news-button.active {
    background-color: #0a254b !important;
    opacity: 1 !important;
    
}

.peugeot-line {
    padding-bottom: 0;
    margin-bottom: 0;
}

.video-frame-frame {
    padding: 0px;
}

.full-screen-text {
     background-color: #0a254b;
}

.bold {
    font-weight: 600;
}

.full-screen-image {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}


.full-screen-text {
     padding-top: 8%;
     padding-bottom: 8%;
}

.showroom-title {
     padding-top: 4%;
     padding-bottom: 4%;
}

.carousel-item-about {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.footer-block {
    background-color: #0a254b;
}

.footer-link  {
    display: inline-block;
    color: white;
    font-family: 'Montserrat',sans-serif;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 3px;
}

.footer-container {
    text-align: center;
}

.footer-line {
    border: solid white 0.5px;
    opacity: 1;
}

.carousel-caption {
    font-family: 'Montserrat',sans-serif;
    font-weight: 400;
}

.footer-link, a:link {
    color: white !important;
    text-decoration: none;
}

.footer-link, a:visited {
    color: white !important;
    text-decoration: none;
}

.footer-link, a:hover {
    color: #e30917 !important;
    text-decoration: none;
    transition: 0.2s;
}

.footer-link, a:active {
    color: white !important;
    text-decoration: none;
}
.footer-left {
    text-align: left;
    padding: 0;
}

.footer-right {
    padding: 0;
}

.footer-text {
    
}



.chassis {
    font-family: 'Montserrat',sans-serif;
    color: white;
    font-weight: 200;
    bottom: 30px;
    padding-bottom: 0;
    position: absolute
}

.car-pic {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
     padding: 0;
}

.video-row {
    position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.car-video {
    position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    padding:0;
}

.showroom-table-row {
    border: solid #0a254b 1.5px;
}

.showroom-table-cell {
    padding: 1%;
}

.showroom-table-text {
    color: #0a254b;
    padding: 0;
    margin: 0;
    font-weight: 400;
}

.showroom-table {
    
    margin-bottom: 20px;
    
}

.blue {
    color: #0a254b;
    font-weight: 400;
}

.blue a:link {
    color: #0a254b !important;
    font-weight: 400;
}
.blue a:hover {
    color: #e30917 !important;
    font-weight: 400;
}
.blue a:selected {
    color: #0a254b !important;
    font-weight: 400;
}
.blue a:visited {
    color: #0a254b !important;
    font-weight: 400;
}

.see-all-news-container {
    text-align: right;
}

.date {
    color: #e30917;
    font-weight: 600;
}

.news-intro {
    font-weight: 600;
}

.right {
    text-align: right;
}

.blue-tint {
    background-color: rgba(10,37,75,.5);
  background-blend-mode: multiply;
}
.black-tint {
    background-color: rgba(0,0,0,.5);
  background-blend-mode: multiply;
}
.arrow-down {
    position: absolute;
    margin-left: auto;
    text-align: center;    
}

.center-button {
    width: 100%;
    text-align:center;
}

.showroom-title {
    background-color: #0a254b;
}


.contact-text-box {
   background-color: #0a254b;
}

.contact-container {
    padding: 0 !important;
}

.video-frame-peugeot {
    position: relative;
    background-color: black;
    width: 100%;
    overflow: hidden;
}

.team-list {
    display: inline-block;
    cursor: pointer;
    font-weight: 600;
}

.team-list a:link {
    color: white;
}

.team-list:hover {
    color: #e30917 !important;
    transition: 0.2s;
}


.team-list.active {
    color: #e30917 !important;
}

.team-u-list {
    text-align: center;
}

.team-indicators {
    text-align: center;
}

.team-first-line {
    font-weight: 600;
    display: block;
}

.team-button {
    
}

.carousel-indicators {
    
}

.soc-med-icon {
    width: 40px;
    height: 40px;
}

.soc-med-fac {
    margin-bottom: 20px;
}

.soc-med-ins {
    margin-bottom: 15px;
}

.soc-med-twi {
    margin-bottom: 15px;
}

.blue-background {
    position: relative;
    background-color: #0a254b;
    height: 480px;
    padding: 0;
}

.overlaid {
    position: relative;
}

.intro-button {
    position: absolute;
    text-align: right;
    width: 45%
}

.intro-row-1, .intro-row-2, .intro-row-3, .intro-row-4 {
    position: relative;
}

.intro-row-2, intro-row-3 {
    
}

.intro-row-2 {
    text-align: right;
    z-index: 2;
}

.blue-box {
    background-color: #0a254b;
}



.new-big-button {
    padding: 0;
    
}

.intro-row-1 {
    
}

.intro-text-box {
    
}

.intro-row-3 {
    z-index: 3;
}

.button-wrapper {
    padding: 20px 520px 0 0;
    text-align: right;
}

.large-intro-text {
    text-align:left;
}

.showroom-container {
    text-align: left;

}

.store-left {
    text-align: left;
}

.news-row {
    text-align: left;
}

.contact-col {
    text-align:left;
}

.intro-row-4 {
    z-index: 1;
}

.block-3 {
    background-color: #0a254b;
}

.my-new-showroom-button {
    width: 12px !important;
    height: 12px !important;
    border: solid 2px rgba(255,255,255,1) !important;
    border-radius: 10px !important;
    margin: 0px 5px !important;
    background-color: white !important; 
}

.showroom-text-container-small {
    padding: 0;
    text-align: left;
}

.showroom-button-row {
    padding: 0;
    margin-top: 0px;
}

.peugeot-row-1 {
    
    background-image: url(../images/peugeot-home-image.jpg);
    background-position: bottom;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 0;
    margin-bottom: 0;
}

.peugeot-row-2 {
    position: relative;
    padding: 0;
}

.store-row {
    margin-top: 0;
    padding-top: 0;
}

.store-row-2 {
    position: relative;
    text-align: right;
}

.news-button {
    max-height: 40px;
}

.news-all-text {
    text-align: left;
}

.news-indicators {
    position: relative;
}

.get-in-touch-button {
    
}

.contact-row-2 {
    position: relative;
    z-index: 1;
}

.contact-row-1 {
    z-index: 5;
}

.blue-h {
    color: #0a254b;
}

.arrow-up {
    display: block;
    position:fixed;
    z-index: 20;
    bottom: 20px;
    right: 20px;
    filter: drop-shadow(3px 3px 5px rgba(0, 23, 35, 0.5));
}

.news-items-row {
    z-index: 10;
}

.triangle {
    z-index: 1;
}

.back-to-top-arrow {
    
}

.peugeot-videoo {
    
    
}

.strokes-row-peugeot {
    position: relative;
}

.strokes-image-peugeot {
    position: absolute;
}
