body {
background-image:url('images/DSC_5228-20.jpg') !important;
background-color: #1080c8;
background-repeat: no-repeat;
background-attachment: fixed;
padding-bottom: 50px;
}
.container {
background-color: #ffffff;
padding-top: 10px;
}

.mobileShow { display: none;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){ .mobileShow { display: inline;}}

.mobileHide { display: inline;}
   /* Smartphone Portrait and Landscape */
   @media only screen
   and (min-device-width : 320px)
   and (max-device-width : 480px){  .mobileHide { display: none;}}

.navbar-brand > img {
  object-fit: contain;
  max-height: 100%;
  height: 100%;
}
h1 {
color: #012754 !important;
}
h2 {
color: #ddc764 !important;
}
h3 {
color: #ddc764 !important;
}
