/* You can add global styles to this file, and also import other style files */

@import "~@ng-select/ng-select/themes/default.theme.css";
@import "~@angular/material/prebuilt-themes/indigo-pink.css";
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');


html, body {
  height: 100%;
  margin: 0;
  padding: 0;
}
@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');

body {
  margin: 0;
  padding: 0;
}

.test {
  background-color: red;
  padding: 50px 0 50px 0;
}

.flex-container {
  display: flex;
}

.flex-child {
  flex: 1;
  border: 2px solid yellow;
}

  .flex-child:first-child {
    margin-right: 20px;
  } 

.cust-light-blue-Btn {
  background-color: #0072ff;
  color: #ffffff;
  padding: 10px 15px 10px 15px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: bold;
}

.lp-bg-custom-primary {
  background-color: #002b54;
}

.lp-bg-custom-secondary {
  background-color: #ddceb6;
}

.lp-text-custom-primary {
  color: #051526;
}

.lp-cursorPointer {
  cursor: pointer;
}

.lp-cust-bg-color-lightBlue {
  background-color: #0072ff;
}

.lp-cust-bg-color-green {
  background-color: #00bf63;
}

.lp-cust-bg-color-off-white {
  background-color: #f5f5f5;
}

.lp-cust-bg-color-off-whiteTile {
  background-color: #fffff8;
}

.lp-cust-txt-color-primary {
  color: #5f6368;
}

.lp-cust-txt-color-lightBlue {
  color: #0072ff;
}

.cust-txt-color-green {
  color: #00bf63;
}

.lp-customBackgroundImage {
  background: url(../assets/images/banner/fireworksForeverNightSkyFooter1920x1080.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
  padding: 0;
}

/* Control the Font-Size for all text in website. */
.defaultFont {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.standard-header-format {
  font-family: 'Montserrat', 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
  font-size: 18px;
}

  @media (min-width: 576px) {
  }

  @media (min-width: 768px) {
  }

  @media (min-width: 992px) {
  }

  @media (min-width: 1200px) {
  }

  @media (min-width: 1600px) {

  }



