/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template/modern-business)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
  font-family: 'Inter', sans-serif;
}

.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.portfolio-item {
  margin-bottom: 30px;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -1px;
}

.navbar-nav li:hover .dropdown-menu {
  display: block;
}

.dark {
  background-color: #6b6b6b
}

.text-dark {
  color: #6b6b6b;
}

.center {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.footer-header-text {
  font-size: 20px;
}

.footer-text {
  font-size: 14px;
}

.link-footer {
  color:linen;
}

.link-content {
  color:#6b6b6b;
}

.link-content-special {
  color:white;
}

.vertical-center {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-top: -9px;
}

.text { 
  text-indent: 30px;
}

.vertical-text {
  writing-mode:vertical-rl;
  -webkit-transform:rotate(180deg);
  -moz-transform:rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform:rotate(180deg);
  transform: rotate(180deg);
}

tr.core-values>td {
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
}

tr.support>td {
  padding-bottom: 2em;
  padding-left: 1em;
  padding-right: 1em;
}

tr.support-extra>td {
  padding-bottom: 4em;
  padding-left: 1em;
  padding-right: 1em;
}

tr.company-overview>td {
  text-align: center;
  vertical-align: middle;
}

/* Style the Image Used to Trigger the Modal */
.customImage {
  cursor: pointer;
  transition: 0.3s;
}

.customImage:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
  margin: auto;
  display: block;
  width: 100%;
  max-width: 1200px;
}

/* Caption of Modal Image (Image Text) - Same Width as the Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation - Zoom in the Modal */
.modal-content, #caption {
  animation-name: zoom;
  animation-duration: 0.6s;
}

@keyframes zoom {
  from {transform:scale(0)}
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position:relative;
  top: 1%;
  right: 1%;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close:hover,
.close:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

/* Container holding the image and the text */
.img-container {
  position: relative;
  text-align: center;
  color: white;
}

/* Centered text */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box_textshadow {
  text-shadow: 2px 2px 0px #000000; /* FF3.5+, Opera 9+, Saf1+, Chrome, IE10 */
}

.img-rounded {
  border-radius: 25px;
  border: 2px solid #6b6b6b;
  padding: 10px;
}

.img-rounded-dark {
  border-radius: 25px;
  border: 2px solid #6b6b6b;
  padding: 10px;
  background-color: black;
}

.img-square-dark {
  border: 2px solid #6b6b6b;
  padding: 10px;
  background-color: black;
}

.h1-special {
  font-weight: bold;
  font-size: 58px;
}

.h5-special {
  font-size: 26px;
}
