html, body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  color: #ffffff;
  background-color: #2f373e;
  background-image: url('../images/haf_box.svg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: left top;
  background-size: 400px 289px;
}

a {
  4169E1
}

    a:hover {
      color: #0F52BA;
      text-decoration: none;
    }


/* -------------------------------------------------------BACKGROUNDS */

.bg-cover {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}


.haf-grey-bg {
  background-color: #2f373e;
}



/* -------------------------------------------------------BORDERS */

.border-black {
  border: 1px solid #000000;
}

.border-mid-grey {
  border: 1px solid #e0e0e0;
}

.border-p151-50 {
  border: 1px solid #f8c780;
}

/* -------------------------------------------------------BUTTONS */

.btn-bg-p151 {
  background-color: #f18e00;
  color: #ffffff;
}

    .btn-bg-red:hover {
       background-color: #990000;
       text-decoration: none;
       color: #ffffff;
    }



/* -------------------------------------------------------CARDS */

.card {
    flex: 1 5 auto;
    margin: 10px;
}


/* ------------------------------------------------------- DIVIDERS */

.height-20px {
	height: 20px;
}

.height-30px {
	height: 30px;
}

.height-40px {
	height: 40px;
}

.height-60px {
	height: 60px;
}

.height-80px {
	height: 80px;
}

.height-150px {
  height: 150px;
}

.height-200px {
  height: 200px;
}



/* -------------------------------------------------------FLEX */

.flex {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;;
}


/* -------------------------------------------------------FONTS */

.font_default {
  font-family: "Open Sans", sans-serif;
}

/* -------------------------------------------------------FONT WEIGHTS */

.font-bold {
    font-weight: 600;
}

.font-light {
    font-weight: 300;
}

.font-regular {
    font-weight: 400;
}


/* -------------------------------------------------------GRIDS */

.grid-box {
  display: grid;
  grid-template-columns: repeat(auto-fill,minmax(20rem, 1fr));
}

/* -------------------------------------------------------HEIGHTS */

.height-100pc {
  height: 100%;
}



/* -------------------------------------------------------IMAGES */

.person-img-box {
  width: 100%;
  object-fit: cover;
}


/* ------------------------------------------------------- MARGINS */

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.margin-bottom-10px {
  margin-bottom: 10px;
}

.margin-bottom-20px {
  margin-bottom: 20px;
}

.margin-left-20px {
  margin-left: 20px;
}

.margin-right-10px {
  margin-right: 10px;
}

.margin-right-20px {
  margin-right: 20px;
}

.margin-top-10px {
  margin-top: 10px;
}

.margin-top-20px {
  margin-top: 20px;
}


/* -------------------------------------------------------MEDIA QUERIES */

@media only screen and (max-width : 480px) {
   /* Smartphone view: 1 tile */
   .box {
      width: 100%;
      padding-bottom: 100%;
   }
}

@media only screen and (max-width : 650px) and (min-width : 481px) {
   /* Tablet view: 2 tiles */
   .box {
      width: 50%;
      padding-bottom: 50%;
   }
}

@media only screen and (max-width : 1050px) and (min-width : 651px) {
   /* Small desktop / ipad view: 3 tiles */
   .box {
      width: 33.3%;
      padding-bottom: 33.3%;
   }
}

@media only screen and (max-width : 1290px) and (min-width : 1051px) {
   /* Medium desktop: 4 tiles */
   .box {
      width: 25%;
      padding-bottom: 25%;
   }
}



/* -------------------------------------------------------NAVS */

.nav-tabs > a {
  color: #ec671b;
}

.nav-tabs.active > a {
  color: #ec671b;
}

nav .navbar-nav li a{
  color: #000000 !important;
  }


/* -------------------------------------------------------PADDINGS */

.padding-default {
  padding: 1em;
}

.padding-feature {
  padding: 50px;
}





/* ------------------------------------------------------- TABLES */

table {
    margin: 0 auto;
    width:100%;
    table-layout: fixed;
    overflow-wrap: break-word;
  }

.table_cell_pad td, th {
    padding: 8px;
}

/* ------------------------------------------------------- TEXT COLOURS */

.text-white {
  color: #ffffff;
}




/* ------------------------------------------------------- TEXT SIZES */

.text-sml {
  font-size: .8em;
}

.text-large {
  font-size: 1.5em;
}

.text-medium {
  font-size: 1.5em;
}

.text-regular {
  font-size: 14px;
}

.text-42 {
  font-size: 42px;
}


/* ------------------------------------------------------- TEXT FORMATS */

.text-center {
  text-align: center;
}

.text-justified {
  text-align: justify;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-uppercarse {
  text-transform: uppercase;
}


/* ------------------------------------------------------- WIDTHS */

.max-width-380px {
  max-width: 380px!important;
  margin-left: auto;
  margin-right: auto;
}
