.starthidden{display: none;}
.btn-dark{
  background-color: #033661 !important;
  color: white;
}
.thin-border{
  border: solid thin;
}
.infobox{
    position: fixed;
    z-index: 3999;
    bottom: 0px;
    left: 0px;
}

.upinfobox{
  position: fixed;
    z-index: 3999;
    top: 75px;
    right: 0px;
}

.fill_box{
  height: 100%;
  width: 100%;
}

.capitalize{
  text-transform: capitalize
}

.fixed_card{
	overflow: auto
}
@media print
{
.no-print {display:none;}
section{padding: 0px;
margin: 0px !important;
top: 0px;
left: 0px;}
.card{
  all: unset;
}
}

.div-500{
  max-height: 500px;
  overflow: auto;
}

.black_bg{
  background-color: black
}

.float{
	position:fixed;
	width:50px;
	height:50px;
	bottom:30px;
	right:30px;
	background-color:#0C9;
	color:#FFF;
	border-radius:50px;
	text-align:center;
	box-shadow: 2px 2px 3px #999;
}

.my-float{
	margin-top:22px;
}

.sticky_top {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  top: 70px;
  z-index: 15;
}

.sticky_bottom {
  position: sticky;
  position: -webkit-sticky;
  position: -moz-sticky;
  position: -ms-sticky;
  position: -o-sticky;
  z-index: 15;

  bottom: 5px;
  padding: 0px 0px 5px;
  background-color: white;
}
.link{
  cursor: pointer;
  text-decoration: underline;
}

.passport_image{
  height: 75px;
  margin: 5px;
}

.white_bg{
  background-color: white;
  padding: 5px 5px 5px;
  background-color: white;
  /* border: thin solid; */
  border-radius: 5px;
  margin-bottom: 5px;
  box-shadow: 1px 1px 5px lightgrey;
}

.btn-white{
  color: #333;

background-color: #fff;

border-color: #ccc;
}
.text-white{
  color: white;
}
footer{
  padding-top: 10px;
  border-top: thin solid black;
}

.big-text{
  font-size: 20px;
  line-height: 31px;
}

h1, h2, h3, h4, h5 {
  font-family: 'Merriweather', sans-serif;
  margin-top: 0px;
  font-weight: 700;
}

body{
  font-family:'Trebuchet MS', Montserrat,  Calibri,  sans-serif;
  font-size: 17px;
 
}


.homeBanner {
  padding-top: 43px;
  padding-bottom: 43px;
  position: relative;
  /* background-size: cover;
  background-color: #2196f3;
  background-repeat: no-repeat;
  background-position: center center; */
  background: url('../images/flock.jpg');
  background-attachment: fixed;
  background-size: cover;
}

.content{
  padding-top: 4rem;
}
.container-fluid{
  padding-left: 0px;
  padding-right: 0px;
}

.large-icon{
  font-size: 50px;
}
.padded{
  padding-top: 45px;
  padding-bottom: 45px;
}
.bd-navbar{
  min-height: 4rem;
  background-color: #2196f3;
  box-shadow: 0 0.5rem 1rem rgba(0,0,0,.05), inset 0 -1px 0 rgba(0,0,0,.1);
}


.margins{
  margin-bottom: 35px;

}

.light-bg{
  background-color: #ebe2f9;
}

.right-border{
  border-right: thin solid black
}

.contact{
  background: url('../images/blur-close-up-composition-320269.jpg');
  background-attachment: fixed;
  background-size: cover;
}

.transparent_div{
  background-color: #563d7c;
  opacity: 0.8;
}
.text-shadow{
  text-shadow: 2px 2px 3px black
}
.filters{
  background-color: #fbead5;
  padding: 5px;
}

.link{
  cursor: pointer;
  text-decoration: underline;
}

/* label{
  font-weight: bold;
} */
@media print{
  
  .no-print{
    visibility: visible
  }

  body{
    font-size: 20px;
  }
  
}

.navbar-dark .navbar-nav .nav-link {
  color: white;
  /* color: rgba(255,255,255,.5); */
}
.btn, .badge{
  margin: 2px;
}

h5{
  text-decoration: underline;
  color: midnightblue;
}


