/*!
 * 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)
 */





/*
Uni Referance

RB Orange : #f68428
RB Brown: #794500

Head Font: font-family: 'Sulphur Point', sans-serif;
Body: font-family: 'Montserrat', sans-serif;
*/

/*Universal Switches*/

body {
  padding-top: 56px;
}

section {
    padding: 50px;

}

a {
    color: #f68428;
}
a:hover {
    transition: .2s;
    color: #ff9e50;
}

.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;
}


/*Font Override*/


h1 {
    font-family: 'Sulphur Point', sans-serif;
    font-weight: 700;
}

h2,h3 {
    font-family: 'Sulphur Point', sans-serif;
}

p, li, a, form{
    font-family: 'Montserrat', sans-serif;
}

.btn {
    background-color: #f68428;
} 
.btn:hover {
    background-color: #ff9e50;
}




/*NAV AREA*/

.navbar  {
    background-color: #191919;
    font-family: 'Montserrat', sans-serif;
    font-size: 120%;
}

.logo-small {
    width: 40%;
}


/*Footer*/

footer{
    background-color: #191919;
}

.footer-logo-small {
    width: 50px;
    padding-bottom: 29px;
}

.footer-logo-small-kb {
    width: 79px;
    padding-bottom: 31px;
}

