/*!
 * 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)
 */
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&subset=cyrillic');

body {
  font-family: 'Roboto', sans-serif;
}
.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;
}

.portfolio-item {
  margin-bottom: 30px;
}
a {
color:#a01f24;
}
a{color:#a01f24;}
.navbar-nav .nav-link a:hover {
color:#a01f24;
}
.navbar-nav .nav-link a:active {
color:#a01f24;
}
.navbar-nav .nav-link a:visited{
color:#a01f24;
}
.btn-75 {
    color: white;
    background-color: #fe49a1;
    border-color: white;
}
.card {

}
.card-title {
	color: #02cbee;
}
