/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html, body {
  width: 100%;
  height: 100%;
  margin: 0px;
    font-family: "Quicksand", sans-serif;
}

#div_big {
  margin-top: -56px;
  padding-top:70px;
  height: 100%;
  width: 100%;
  font-size: 5.9vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Quicksand", sans-serif;
  background-color: #0070ba;
  background-size: cover;

  /*background-repeat: no-repeat;
  background-size:100% 100%;*/
}

.carousel-item {
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}


.carousel-control-next,
.carousel-control-prev /*, .carousel-indicators */ {
    filter: invert(100%);
}


.portfolio-item {
  margin-bottom: 30px;
}

.bg-company-sapphire {
    background-color: #1d1e33 !important;
}

.bg-company-sfumato {
	background: #ffffff;
	background: linear-gradient(0deg,rgba(255, 255, 255, 1) 0%, rgba(209, 213, 222, 1) 100%);
}

.bg-company-sfumato-inverso {
	background: #d1d5de;
	background: linear-gradient(0deg,rgba(209, 213, 222, 1) 0%, rgba(255, 255, 255, 1) 100%);
}



.strokeme {
   text-shadow: 2px 0 #1d1e33, -2px 0 #1d1e33, 0 2px #1d1e33, 0 -2px #1d1e33, 1px 1px #1d1e33, -1px -1px #1d1e33, -1px 1px #1d1e33, 1px -1px #1d1e33; 
}

.map-responsive{
  position: relative;
  padding-bottom: 65.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map-responsive iframe{
  left:0;
  top:0;
  height:100%;
  width:100%;
  position:absolute;
}

.img-cover {
  position: relative;
 }

.img-responsive {
  max-width: 250px;
  width:100%;
  height: auto;
	
}

.img-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
}

.img-overlay:before {
  content: ' ';
  display: block;
  /* adjust 'height' to position overlay content vertically */
  height: 50%;
}

.btn-responsive {
  /* matches 'btn-md' */
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;

}

.btn-md {
    padding: 10px 20px;
    font-size: 18px;
    border-radius: 10px;
    width:50%;    /*Specify your width here*/
}


@media (max-width:250px) { 
    /* matches 'btn-xs' */
    .btn-responsive {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }
}

  @media only screen and (max-width: 768px) { 
        .slide-hide-on-mobile { display: none; }
    }