/*!
 * Start Bootstrap - Busines Frontpage (https://startbootstrap.com/template-overviews/business-frontpage)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-business-frontpage/blob/master/LICENSE)
 */
html {
  position: relative;
  min-height: 100%;
}

 body {
  font-family: 'Roboto', sans-serif;
  padding-top: 56px;
  margin-bottom: 60px;
  background-color: #F8F8F8;
}

.navbar {
	border-bottom:2px solid #FF2800;
}

.navbar-brand img {
  width: 55px;
  position: fixed;
  float: left;
  margin: -15px 0 25px;
}

h5#title {
  display:inline;
  position: relative;
  left: 60px;
}

#header{
    background-image: url('../img/bg_f.jpg');
    width: 100%;
    height: auto;
    background-size: cover;
	border-bottom:2px solid #F5F5F5;
}

a:link {
  color: #6c757d;
}

a:visited {
  color: #6c757d;
}

a:hover {
  color: #FF2800;
}

a:active {
  color: #FF2800;
}

#footer {
  position: absolute;
  bottom: 0;
  width: 100%;
}