/*!
 * Start Bootstrap - Modern Business (https://startbootstrap.com/template-overviews/modern-business)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-logomodern-business-nav/blob/master/LICENSE)
 */

html {
    height: 100%;
}

body {
  padding-top: 54px;
  height: 100%;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.carousel-item {
  height: 85vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  text-shadow:
   -1px -1px 0 #000,  
    1px -1px 0 #000,
    -1px 1px 0 #000,
     1px 1px 0 #000;
}

a {
  text-shadow:none;
}

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

.right {
  position: absolute;
  right: 0px;
}

.center-right {
  position: absolute;
  right: 30%;
}

.center-left {
  position: absolute;
  left: 30%;
}

table.center {
  margin-left:auto; 
  margin-right:auto;
}

footer {
  font-size: 1.3em;
}

.facebook {
  color: #3b5998;
  text-shadow:
   -1px -1px 0 #fff,  
    1px -1px 0 #fff,
    -1px 1px 0 #fff,
     1px 1px 0 #fff;
}

.instagram {
  color: #d6249f;
  color: radial-gradient(circle at 10% 57%, #fdf497 0%, #fdf497 5%, #fd5949 25%,#d6249f 50%,#285AEB 90%);
}

footer td a {
}

.fit-in-size {
    object-fit: cover;
    width: 348px !important;
    height: 196px !important;
}
