html {
  position: relative;
  min-height: 100%; 
}

/*h1,h2,h3,h4,h5,h6{
  font-family: 'AntiquarianScribe' !important;
}

body, p{
  font-family: 'nimbo-typewriter-regular' !important;
}
*/p{
  text-align: justify;
}
strong, b {
/*    font-family: 'nimbo-typewriter-bold' !important;
*/    /* background-color: #410000b5; */
    text-decoration: underline;
    text-decoration-color: #410000;
    text-decoration-style: solid;
}
a:hover {
  color: #410000;
    text-decoration-color: black ;
    text-decoration: blink;
}
/*.display-1{
    font-size: 8rem;

}
#home_text {
    font-size: 1.5rem;
}
h2, .h2 {
    font-size: 4rem;
}

.card-title > a {
  font-size: 2.9rem;
}
.display-4 {
    font-size: 4.5rem;
}
h4 > a {
  font-size: 2rem !important;
}
h5, .h5 {
    font-size: 2.25rem;
}
h4{
  font-size:3rem;
}

*/.badge-info, .badge-success {
/*    font-size: 2rem;
*/    margin-bottom: 1rem;
}

/* Sticky footer styles
--------------------------------------------------
-------------------------------------------------- */

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    /* height: 224px; */
    line-height: 43px;
    /* background-color: #f5f5f5; */
}

body {
    padding-top: 50px; 
    margin-bottom: 25rem;
}
.footer, .footer-middle, .footer-bottom {
  background-color: #f5f5f5;    padding: 4px;

}
.bg-company-red {background-color: darkred; }
.ctct-form-header {
    font-weight: normal;
/*    font-size: 1.5rem;
*/}

/* END footer styles
-------------------------------------------------- */

/* 
-------------------------------------------------- */
.text-danger{
    display: none;
  }
body {
  /* Margin bottom by footer height */
  margin-bottom: 90px; 
}

/* START modal and video stuff
-------------------------------------------------- */

#modal-dialog-video {
      max-width: 800px;
      margin: 30px auto;
  }
#modal-body-video {
  position:relative;
  padding:0px;
}
#close-video {
  position:absolute;
  right:-30px;
  top:0;
  z-index:999;
  font-size:2rem;
  font-weight: normal;
  color:#fff;
  opacity:1;
}

/* END video stuff */
/* CUSTOM THEME-ING
-------------------------------------------------- 
-------------------------------------------------- 
-------------------------------------------------- */
body { 
    padding-top: 50px; 
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255, 255, 255);
/*    letter-spacing: -1px;
    word-spacing: -4px;
*/}


a.dropdown-item > span{
      font-size: .75rem;
    margin-left: 1rem;
    margin-bottom: 0;

}

.bg-dark {
    background-color: #001b78 !important;
}

.btn-primary {
    color: #fff;
    background-color: #001b78 !important;
}

/*.btn-primary:hover {
    color: #fff !important;
    background-color: #000000 !important;
    border-color: #000000 !important;
}
*/
.badge-info {
    color: #fff !important;
    background-color: #062f4F !important;
}

a {
    color: #001b78;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}


.btn-outline-info {
    color: #017e92;
    background-color: transparent;
    background-image: none;
    border-color: #006776;
}


.btn-outline-info:hover {
    color: #fff;
    background-color: #00525f;
    border-color: #00505d;
}

.btn-primary:focus, .btn-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(85, 0, 0, 0.59);
}

.main-jumbotron {
    height: 820px;
/*    background: url(../../assets/images/jumbo_back.jpg);
*/    background-size: cover;
    background-repeat: no-repeat;
    color: white;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

}
.layer{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #550000;
}

.card-body {
    box-shadow: 6px 4px 20px 0px #424242;
}

.img-thumbnail {
    max-width: -webkit-fill-available;
}

.categories_image{
  max-width: 800px;
}

::-moz-selection { /* Code for Firefox */
    color: white;
    background:grey ;
}

::selection {
    color: white; 
    background:grey ;
}


@media only screen and (max-width: 600px) {
  .display-1 {
      font-size: 4rem;
  }
  .layer{
    background-color: rgba(0, 0, 0, 0.5);
        height: 8%;

}
.main-jumbotron{
    height: 927px;
}


.categories_image, select {
    max-width: 100%;
}
}
select{width:100%;}

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

#home_page{
    margin-top: 18rem !important;
}
#home_text{
  margin-top: 1rem;
}



}
@media screen 
  and (min-device-width: 1200px) 
  and (max-device-width: 1600px) 
  and (-webkit-min-device-pixel-ratio: 1) { 
    #home_page{
    margin-top: 14rem !important;
    }
    #home_text{
      margin-top: 1rem !important;
    }

}
.badge {
    white-space: inherit;
}

 .jumbotron-interest{
  background: url('../../assets/images/pen.jpg');
  background-size: cover;
  overflow: visible;

} 

