
  @font-face {font-family: 'Brown'; src: url("fonts/Brown-Regular.woff");}
 
 *, ::after, ::before {
    box-sizing: border-box;
 }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    margin: 8px 0;
  }

  p {
    margin: 0;
  }

  .spacer {
    flex: 1;
  }
  
  .toolbar {
    /* position: absolute; */
    top: 0;
    left: 0;
    right: 0;
    height: 60px;
    display: flex;
    align-items: center;
    background-color: rgb(15 15 16);
    color: white;
    font-weight: 600;
    font-size: 25px;
  }
  
  .v-center{
    justify-content: center;
    align-content: center;
    flex-wrap: wrap;
    height: calc(100vh - 60px);
  }
  
  .toolbar span {
    margin: 0 16px;
  }
  
  .content {
    padding: 0 16px;
    max-width: 100%;
    width: 100%;
  }
  
  .container {
    height: 100%;
    display: flex;
    width: auto;
  }
  
  .col-6 {
    margin-left: 5px;
  }
  
  .linkcolor {
    color: blue;
  }
  
  .move h1 {
    font-size: 58px;
    font-family: 'Brown' !important;
    font-weight: 'bold';
    color: #000000;
  }
  
  .destination h2 {
    font-size: 28px;
    font-family: 'Brown' !important;
    font-weight: 'bold';
    color: #000000;
  }
  
  .destination a {
    color: #0d6efd;
  }
  
  .destination a:hover {
    color: #0d6efd;
  }
  
  .service-text h2 {
    font-size: 28px;
    font-family: 'Brown' !important;
    font-weight: normal;
    color: #000000;
  }
  
  .redirect h2 {
    font-size: 24px;
    font-family: 'Brown' !important;
    font-weight: normal;
    color: #A2A2A2;
  }
  
  .space {
    width: 2px;
  }
  
  .row .img-fluid {
    padding-top: 45px;
    zoom: 90%
  }
  
  a,
  a:visited,
  a:hover {
    color: white;
    text-decoration: none;
  }
  
  a:hover {
    color: white;
  }
