@font-face{
  font-family: generalFont;
  src: url('../fonts/Roboto-Regular.ttf');
}

@font-face{
  font-family: titleFont;
  src: url('../fonts/Montserrat-VariableFont_wght.ttf');
}

body {
  font-family: generalFont;
  font-size: 1rem;
  font-weight: 400;
  color:#7A7A7A;
}

h3.centered-title{
  font-size: 1.5rem;
  font-weight: bold;
  color: #000000;
  text-align: center;
  margin-bottom:30px;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;  
}

h3.centered-title:before, h3.centered-title:after{
  content: '';
  border-top: 3px solid;
  margin: 0 20px 0 0;
  flex: 1 0 20px;     
}

h3.centered-title:after{
  margin: 0 0 0 20px;    
}

#home-bloc1{
  margin: 50px 0px;
}

#jumbotron-block{
  margin-bottom: 50px;
}

.white-link1:link, .white-link1:active, .white-link1:visited{
  font-family: titleFont;
  font-size : 1.2rem;
  color: #fff;
  text-decoration: none;
}

.white-link1:hover{
  color: #000;
  text-transform: none;
}
