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

.fatfont
{
    /*color: #d32127 !important;
    color: #ab3334 !important;
    color: #ee431b !important;*/
    color: black !important;
    /*color: #CA171B !important;*/
    /*font-size: 160px;*/
    font-weight: 900;
    /*font-family: paytone-one, sans-serif;*/
    /*font-family: 'Slackey', cursive;*/
    font-family: 'Rubik', sans-serif;
}

/*.carousel {
    background: black;
}*/
.carousel img {
    /*min-width: 100%;*/
    max-height: 600px !important;
}
.carousel-control.left, .carousel-control.right {
  background: none !important;
  filter: progid: none !important;
  outline: 0;
 }
.carousel .carousel-control {
  visibility: hidden;
}
.carousel:hover .carousel-control {
  visibility: visible;
}
.modal-item  {
    margin:20px !important;
}
.section h1{
    padding-left:20px !important;
    padding-top:50px !important;
}


.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;
  /*border: 1px solid silver;*/
  -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
  /*align-items: center;*/
    justify-content: center;

}

.nowrap  { 
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

.wrap    { 
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}  
.wrap li {
  background: gold;
}

.wrap-reverse         { 
  -webkit-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}  
.wrap-reverse li {
  background: deepskyblue;
}

.flex-item {
  /*background: tomato;*/
  padding: 5px;
  flex-grow:1;
  /*width: 500px;*/
  /*width:50%;*/
  /*flex:2;*/
  /*height: 400px;*/
  /*max-height: 300px !important;*/
  margin: 10px;
  
  /*line-height: 300px;*/
  color: white;
  font-weight: bold;
  font-size: 2em;
  text-align: center;
      /*align-items: center;
          justify-content: center;*/
}

.flex-item2 {
      align-items: center;
          justify-content: center;

  /*background: #d32127;*/
  /*background: tomato;*/
  /*padding: 5px;*/
  /*flex-grow:1;*/
  width: 175px;
  /*width:50%;*/
  /*flex:2;*/
  /*height: 100px;*/
  /*max-height: 300px !important;*/
  margin: 10px;
  /*padding-top: 100px;*/
  
  line-height: 100px;
  color: white;
  font-weight: bold;
  font-size: 1.3em;
  /*text-align: center;*/
}

.flex-item3 {
      /*align-items: center;
          justify-content: center;*/
          /*padding-bottom: 40px;*/
          margin-bottom: -300px !important;

  /*background: #d32127;*/
  /*background: tomato;*/
  /*padding: 5px;*/
  /*flex-grow:1;*/
  /*width: 150px;*/
  /*width:50%;*/
  /*flex:2;*/
  /*height: 360px !important;*/
  /*max-height: 300px !important;*/
  /*margin: 10px;*/
  
  /*line-height: 75px;*/
  /*color: white;*/
  font-weight: bold;
  /*font-size: 1.3em;*/
  /*text-align: center;*/
}