/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.landing_btn {
  background: linear-gradient(180deg, #5691C8 0%, #0078AE 100%);
  border-radius: 22px;
  text-transform: uppercase;
  font-family: Montserrat;
  font-weight: bold;
  border: none;
  padding: 13px 20px;
  font-size: 12px;
  color: white;
  cursor: pointer;
  width: 150px;
}

.hidecolumn{
    display:none;
}


.landingcentercolumn {
    min-width: 280px;   
}


a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

#hdrNav {
  height: 71px;
}
/* unvisited link */
  a:link {
  color: white;
}

/* visited link */
 a:visited {
  color: white;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: none;
}

/* selected link */
a:active {
  color: white;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 14px;
  font-family: 'Montserrat', sans-serif;
  background-color: white;
}

main {
  margin-top:40px;
  background-color: white;
}

.text-center {
  display: none;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

.footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  max-height: 30px;
  line-height: 30px; /* Vertically center the text there */
  text-align: center;
  padding: 2px;
}

.land-body {
  background-color: white;
  height: 100%;
  color: #0078AE;
}

header, nav, footer {
  background-color: #0078AE;
  color: white;
}

.tool-wrapper {
  border-radius: 5px;
  padding: 30px;
  /*height: 200px;*/
  /*cursor: pointer;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}


.tool1 {
    background-image: linear-gradient(130deg, #1F2041 0%, rgba(31, 32, 65, 0) 100%), url(../images/istockphoto-645134968-2048x2048.jpg);
    border-radius: 5px;
    padding: 30px;
    
}
.tool2 {
  background-image: linear-gradient(130deg, #1F2041 0%, rgba(31, 32, 65, 0) 100%), url(../images/bg-new.jpg);
}
.tool3 {
  background-image: linear-gradient(130deg, #1F2041 0%, rgba(31, 32, 65, 0) 100%), url(../images/pipe.png);
}

#main-header {
  text-align: center;
  margin-bottom: 25px;
  font-weight: bold;
  font-size: 40px;
}

.btn-divider {
  margin: 15px 0;
  width: 100%
}

.green_btn {
  background: linear-gradient(rgb(109, 159, 67), rgb(39, 154, 44));
}

.tool-desc {
  width: 70%;
  margin-top: 15px;
}

@media (max-width: 991px) {
  #tools-main-wrapper {
    margin-bottom: 250px;
  }

  .tool-wrapper {
    margin: 20px 0;
  }

  .tool-desc {
    width: 100%;
  }
}

