@font-face {
    font-family: "FC_Minimal";
    src: url(../fonts/FC\ Minimal.ttf) format("truetype");
} 

.pm-header {
  display: block; 
  font-family: FC_Minimal;
  width: 1200px; 
  margin-left: auto; 
  margin-right: auto; 
  padding-bottom: 10px;
  background-image: url('../images/Header.png');
}

.pm-header a{
  color: white;
}

.pm-header .dropdown-item
{
  color: #007bff;
}

.pm-header .dropdown-item.active, .dropdown-item:active
{
  color: white;
}

.container, .container-lg, .container-md, .container-sm
{
  max-width: 1200px;
  padding: 0px;
}

body {
  font-family: FC_Minimal;
  text-align: justify;
  text-justify: inter-word;
}
