/* Colours
Yellow #ffe300
Dark Blue #1a2a3c

*/
body{
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}
p {
  font-size: 1.3rem;
}
h1 {
  font-size: 2.2rem;
}
.h1 {
  font-size: 1.5rem;
}

h2  {
  font-size: 1.8em;
}
h3  {
  font-size: 1.6em;
}

h4  {
  font-size: 1.6em;
}

.h5 {
  font-size: 1.2rem; /* footer */
  line-height:1.8rem;
}

p a:link {color: #000; text-decoration: underline;}
p a:visited {color: #000; text-decoration: underline;}
p a:hover {color: #666;text-decoration: underline;}


.text-white {color:#fff;}
.text-white a:link {color: #fff; text-decoration: none;}
.text-white a:visited {color: #fff; text-decoration: none;}
.text-white a:hover {color: #fff;text-decoration: underline;}

.text-mkyellow {color:#ffe300;}
.text-mkyellow a:link {color: #ffe300; text-decoration: none;}
.text-mkyellow a:visited {color: #ffe300; text-decoration: none;}
.text-mkyellow a:hover {color: #ffe300;text-decoration: underline;}

.h1 {color:#ffe300;}
.h1 a:link {color: #ffe300; text-decoration: none;}
.h1 a:visited {color: #ffe300; text-decoration: none;}
.h1 a:hover {color: #ffe300;text-decoration: underline;}

li {
  font-size: 1.3rem;
  line-height: 1.6;
}

.nav-link, .dropdown-item {
  font-size: 1.2rem;
}

.nav-link, .dropdown-item  {
  font-size: 1.2rem;
}

.text-dkblue {color:#1a2a3c;}
.text-mkrsyellow {color:#ffe300;}

/* nav */
.nav-anim > a {
  font-size: 1.4rem;
  position: relative;
  color: #ffe300;
  text-decoration: none;
}

.nav-anim > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: -4px;
  left: 0;
  background-color: #ffe300;
  visibility: hidden;
  transform: scaleX(0);
  transition: all 0.3s ease-in-out 0s;
}
.nav-anim > a:hover::before {
  visibility: visible;
  transform: scaleX(1);
}
.nav-anim .active {
  outline-offset: 4px;
  border-bottom: 4px solid #ffe300;

}
.nav-anim-active {
  outline-offset: 4px;
  border-bottom: 4px solid #ffe300;

}
/* Misc */
.nvz {
  z-index: 900;
}
.pointer {cursor: default;}
.dimimg {opacity: 0.4;}
.bg-dkblue  {background-color: #1a2a3c;}
.bg-mkrsyellow  {background-color: #ffe300;}

.btn-mkrs { 
  color: #ffe300; 
  background-color: #1A2A3C; 
  border-color: #1A2A3C; 
} 
 
.btn-mkrs:hover, 
.btn-mkrs:focus, 
.btn-mkrs:active, 
.btn-mkrs.active, 
.open .dropdown-toggle.btn-mkrs { 
  color: #ffe300; 
  background-color: #335A87; 
  border-color: #1A2A3C; 
} 
 
.btn-mkrs:active, 
.btn-mkrs.active, 
.open .dropdown-toggle.btn-mkrs { 
  background-image: none; 
} 
 
.btn-mkrs.disabled, 
.btn-mkrs[disabled], 
fieldset[disabled] .btn-mkrs, 
.btn-mkrs.disabled:hover, 
.btn-mkrs[disabled]:hover, 
fieldset[disabled] .btn-mkrs:hover, 
.btn-mkrs.disabled:focus, 
.btn-mkrs[disabled]:focus, 
fieldset[disabled] .btn-mkrs:focus, 
.btn-mkrs.disabled:active, 
.btn-mkrs[disabled]:active, 
fieldset[disabled] .btn-mkrs:active, 
.btn-mkrs.disabled.active, 
.btn-mkrs[disabled].active, 
fieldset[disabled] .btn-mkrs.active { 
  background-color: #1A2A3C; 
  border-color: #1A2A3C; 
} 
 
.btn-mkrs .badge { 
  color: #1A2A3C; 
  background-color: #ffe300; 
}

/* gallery */
.gal-container{
  padding: 12px;
}
.gal-item{
  overflow: hidden;
  padding: 3px;
}
.gal-item .box{
  height: 350px;
  overflow: hidden;
}
.box img{
  height: 100%;
  width: 100%;
  object-fit:cover;
  -o-object-fit:cover;
}
.gal-item a:focus{
  outline: none;
}
.gal-item a:after{
  content:"+";
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  right: 3px;
  left: 3px;
  top: 3px;
  bottom: 3px;
  text-align: center;
    line-height: 350px;
    font-size: 26px;
    color: #fff;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.gal-item a:hover:after{
  opacity: 1;
}
.modal-open .gal-container .modal{
  background-color: rgba(0,0,0,0.4);
}
.modal-open .gal-item .modal-body{
  padding: 0px;
}
.modal-open .gal-item button.close{
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #000;
    opacity: 1;
    color: #fff;
    z-index: 999;
    right: -12px;
    top: -12px;
    border-radius: 50%;
    font-size: 15px;
    border: 2px solid #fff;
    line-height: 25px;
    -webkit-box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
  box-shadow: 0 0 1px 1px rgba(0,0,0,0.35);
}
.modal-open .gal-item button.close:focus{
  outline: none;
}
.modal-open .gal-item button.close span{
  position: relative;
  top: -3px;
  font-weight: lighter;
  text-shadow:none;
}
.gal-container .modal-dialogue{
  width: 80%;
}
.gal-container .description{
  position: relative;
  height: 60px;
  top: 0px;
  padding: 20px 25px;
  background-color: rgba(0,0,0,0.5);
  color: #fff;
  text-align: left;
}
.gal-container .description h4 {
  margin:0px;
  font-size: 1.4em;
  line-height: 0.6em;
  padding-bottom: 1rem;
}

@media (max-width: 768px) {
  .gal-container .modal-content{
      height:250px;
  }

}
@media (min-width: 768px) {
  .gal-container .modal-dialog {
    width: 75%;
    margin: 50 auto;
  }
  p {
    font-size: 1.3rem;
  }
  li {
    font-size: 1.3rem;
    line-height: 1.6;
  }

  .h1 {
    font-size: 2.2rem;
  }
  .h5 {
    font-size: 1.3rem;
  }
}

@media only screen and (min-width : 768px) {


}
@media only screen and (min-width : 1370px) {


}