/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template-overviews/full-width-pics)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.bg-pattern {
  /* background: no-repeat center center scroll; */
  background-image: url("../img/white_carbon.png");
}

#scroll-top{
  position: fixed;
  bottom: 10px;
  right: 20px;
  display:none;
}

@media (min-width: 576px)
{
.container {
     max-width: initial;
}
}

.bg-dark{
  background-color: #202449 !important;
}

.icon {
  width: 16px;
  height: 16px;
}

.icon-white {
  width: 16px;
  height: 16px;
  fill:#fff;
}

.logos img{
  max-width: 300px;
  max-height: 150px;
}

/* 202449 */
