* {
    margin: 0;
    padding: 0;
  
}

body {
    font-size: 16px;
    font-family: "Open Sans", sans-serif;
    font-style: normal;
    font-weight: 300;
    color: black;
    line-height: 1.5;
}


a {
    color: black;
    text-decoration: none;
}

nav {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0px!important;
    padding-bottom: 0px!important;

    
}

.container-fluid {
    background-color: #1A2735!important;
}

.home-logo {
    max-width: 180px;
}


dropdown-item a:hover {
    color: black;
}


.nav-link:hover {
    color: #F0F2F2!important;
}

nav a {
    color: #F0F2F2;
}

nav a:visited {
    color: #F0F2F2;
}

.dropdown-item {
    color: black!important;
}

.dropdown-item:hover {
    color: #1A2735!important;
}


#navbarNavDropdown {
    justify-content: right;
}

.nav-item {
    padding-left: 20px;
    font-weight: 400;
    color: white!important;
}

.nav-link {
    color: #F0F2F2!important;
    font-weight: 300!important;
}

.navbar-toggler {
    background-color: white!important;
}

/* Home page main image */


.hero-image {
    background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2)), url("images/home/train-home.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
}

/* home page card section */





.hero-title-section {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 75px;
}




.open-sans-roboto {
  font-family: "Open Sans", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings:
    "wdth" 100;
    color: #333333;
}


.hero-card-section {
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 30px;
}

.btn {
    background-color: #1A2735!important;
    color: #F0F2F2!important;
    border: none!important;
}

.product-card {
 
}





/* Footer */

.bg-grey {
        background-color: #1A2735!important;
        margin-top: 255px;
        max-width: 100%;
     }
     .logo-footer {
        margin-bottom: 40px;
     }
     footer {
            color: #F0F2F2;

     }
     footer p, a {
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
}
footer h6 {
    font-family: 'Playfair Display', serif;
    margin-bottom: 40px;
    position: relative;
}
footer h6:after {
    position: absolute;
    content: "";
    background: grey;
    width: 12%;
    height: 1px;
    left: 0;
    bottom: -20px;
}
     .btn-footer {
                 color: grey;
                text-decoration: none;
                border: 1px solid;
                border-radius: 43px;
                font-size: 13px;
                padding: 7px 30px;
                line-height: 47px;
     }
     .btn-footer:hover {
                
                text-decoration: none;
               
     }
    .form-footer input[type="text"] {
        border: none;
    border-radius: 16px 0 0 16px;
    outline: none;
    padding-left: 10px;
    
}
::placeholder {
    font-size: 10px;
    padding-left: 10px;
    font-style: italic;
}
 .form-footer input[type="button"] {
    border: none;
    background:#232323;
        margin-left: -5px;
    color: #fff;
    outline: none;
    border-radius: 0 16px 16px 0;
    padding: 2px 12px;
}
     .social .fa {
    color: grey;
    font-size: 22px;
    padding: 10px 15px;
    background: #3c3c3c;
}
     footer ul li {
    list-style: none;
    display: block;
}
  footer ul  {
   padding-left: 0;
}
footer ul  li a{
  text-decoration: none;
  color: grey;
  text-decoration:none;
}
a:hover {
    text-decoration: none;
    color: #f5f5f5 !important;
    
}
.logo-part {
    border-right: 1px solid grey;
    height: 100%;
    }
    
/* Credit to https://bootsnipp.com/snippets/M56El  */    


.footer-copy-container {
    padding-top: 35px;
    text-align: center;
}

.footer-yt-link {
    color: white;
    text-decoration: none;
}



/* About us PAGE */

.about-main-container {
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 105px;
}

.about-main-container h2, h5 {
    text-align: left;
}

.about-main-container p {
    padding-bottom: 35px;
}

.about-main-container img {
    max-width: 350px;
}

.about-us-title {
    padding-top: 40px;
    padding-bottom: 25px;
}

