/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/06/2019, 12:42:25 PM
    Author     : aislinn
    Info       : this is the style sheet for the hopsitality web pages
*/


  .img-header {
    background-color: #D1ECF2;
  }

  .responsive {
  width: 100%;
  height: auto;
  /*max-width: 1200px;*/
 }
 
 .logo {
  width: 100%;
  height: auto;
  padding: 25px;
  max-width: 250px;
 }
 
 .logtext {
    color: #f47d20;
    font-family: arial;
 }
 
 .card{
     word-wrap: normal !important;
 } 
 
 .card-header{
    padding-right: 1rem !important;
    padding-left: 1rem !important;  
 }
 
 .divider-hr {
     border-bottom: 1px solid #c8ccd0;
     margin-bottom: 3px;
 }
  .btn-info{
    background: #f47d20;
    border-color: #f47d20;
  }
  
 .btn-info:hover{
    background: #4d1f5b;
    border-color: #4d1f5b;
  }
  
  .headerfilter{
    text-align: center;
  }
  
  a{
    color: #f47d20;
  }
  
  a:hover{
    color: #4d1f5b;
    text-decoration: none;
  }

  .purple{
    color: #4d1f5b;
  }
