/*!
 * Start Bootstrap - Portfolio Item (https://startbootstrap.com/template-overviews/portfolio-item)
 * Copyright 2013-2017 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-portfolio-item/blob/master/LICENSE)
 */

<!--Orange #f05f40 , dark Blue #212529  Gray #777-->
body {
  padding-top: 54px;
}

@media (min-width: 992px) {
  body {
    padding-top: 56px;
  }
}

.bg-dark {
	background-color: #f05f40!important;
}

body{  
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }

  
h1,h2,h3,h4, h5 {
     font-family: 'Open Sans', 'Helvetica Neue', Arial, sans-serif; 
     color:#f05f40!important;
}

p{
    color: #777777 !important;
}

h1{
color:#777 !important;
font-size: 2rem;
font-weight:bold;
/*font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif; }*/
    
}

small {
    color: #f05f40;
}

 p a {
    color:#f05f40;
    font-family: 'Merriweather', 'Helvetica Neue', Arial, sans-serif;
    text-decoration: underline;
    
}

.carousel-control-next-icon {
    background-image:none !important;
}
.carousel-control-prev-icon {
    background-image:none !important;
    f053
}

.carousel-control-prev-icon:before {
    content: "\f053";
    font-family: FontAwesome;
    color: #A9A9A9	;
}

.carousel-control-next-icon:before {
    content: "\f054";
    font-family: FontAwesome;
    color: #A9A9A9	;
}
    