/*
* Style for elrus.ho.ua
*
* created on 25.01.2018
*
* author: Ruslan Dolovanyuk
*
*/

header, footer {
  background: #87CEEB;
  color: #F8F9FA;
}

main {
  background: #7FFFD4;
  color: #343A40;
}

textarea {
  min-height: 100px;
}

img {
    width: 100%;
}

.bg-img {
  width: 100%;
  background-position: center;
  background-size: cover;
}

.bg-light-sea-green {
  background: #50E2DA;
}

.bg-gray {
  background: #9CA5AD;
}

.border-dark-gray {
  border-color: #2F4F4F;
}
