/*!
 * 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)
 */
body {
  padding-top: 56px;
  color: #F31F8A;
  font-family: 'Oswald', sans-serif;
  font-size: 20pt;
}
nav.navbar{
  background-color: #fcf8e7;
}
footer{
  background-color: #fcf8e7;
}
.market{
  color: #F31F8A;
  font-family: 'Oswald', sans-serif;
  font-size: 30pt;
}
font.bigwords{
  font-size: 20pt;
}
font.bigwords-2{
  font-size: 50pt;
}
.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;
}
.carousel-item{
  background-size: cover;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: centercenter;
}
.portfolio-item {
  margin-bottom: 30px;
}
a {
  text-decoration: none;
  color:#F10B80;
  -o-transition:.5s;
  -ms-transition:.5s;
  -moz-transition:.5s;
  -webkit-transition:.5s;
  transition:.5s;
}
a:hover {
color:#f8a0cd;
text-decoration: none;
}

.btn-primary{
  background-color: #F10B80;
  border-color: #F10B80;
  color: #ffffff;
}

.btn-primary:hover{
  background-color: #f8a0cd;
  border-color: #f8a0cd;
  color: #ffffff;
}
