@font-face {
  font-family: "Raleway";
  src: url("fonts/Raleway/Raleway-Regular.ttf");
}

body {
  font-family: "Raleway" !important;
  -webkit-font-feature-settings: "lnum";
  -moz-font-feature-settings: "lnum";
  font-feature-settings: "lnum";
}

.main-section{
  margin-top: 55px !important;
  min-height: calc(100vh - 55px);
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.no-border {
  border: none;
}

.no-underline {
  text-decoration: none;
}
.no-underline:hover {
  text-decoration: none;
}
.no-underline:focus{
  text-decoration: none;
}

.full-height{
  height: 100vh;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.divider-container{
  height:2px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.divider-50{
  height: 100%;
  width: 50%;
  border-bottom: 1px solid var(--lightGrey);
}