/*!
 * Start Bootstrap - Modern Business (http://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)
 */

body {
     padding-top: 54px;
     background: url("bgrepeat.jpg");
     
}


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

.card-text {
    font-color:#FF00FF;
}
.cardcolor {
    background-color: black;
}


.custom-toggler{

  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,102,203, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.portfolio-item {
    margin-bottom: 30px;
}
/* Makes images fully responsive */


.carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  
}
