@font-face{
    font-family: opensans;
    src: url('../fonts/Open_Sans/OpenSans-Regular.ttf');
}

@font-face{
    font-family: raleway;
    src: url('../fonts/Raleway/Raleway-Medium.ttf');
}

body {
  font-family: opensans;
  color:#5a5c61;
}

#header {
  font-family: raleway;
/*  line-height: 100%;*/
}

#topheader{
    padding: 10px 0px 0px 0px;
}

#contactus {
    padding-top: 7px;
    font-size:18px;
    line-height: 120%;
}

.phonenumber{
    font-size:25px;
}
.dporange{
    color:#fd5500;
}

.dpgrey{
    color:#5a5c61;
}

.section {
    margin-bottom: 40px;
}

/* Single-direction drop shadow */
hr {
    height: 12px;
    border: 0;
    box-shadow: inset 0 12px 12px -12px rgba(90, 92, 97, 0.5);
    color:red;
    margin-top:0px;
}

u   {
    text-decoration: none;
    border-bottom: 3px solid #fd5500;
}

/*html,body{
    height:100%;
}
*/
#content {
    min-height: 700px;
    height: auto;
    position: relative;
    z-index: 2;
}

#content h1{
    color:#fd5500;
    font-size:300%;
    font-family: opensans;
}

#content h4{
    color:black;
    font-family: opensans;
}

#content h5{
    color:black;
    font-family: opensans;
}

#inner{
/*    padding:0px;*/

}

#inner h2{
    margin-bottom: 30px;
    margin-top: 20px;
/*    text-decoration: underline;
    text-decoration-color: #fd5500;
    border-bottom: 5px solid #fd5500;*/
}

#inner ul {
    color:#fd5500;
    padding: 0px;
    list-style-position: inside;
}

.navbar-light .navbar-nav .nav-link {
  color: #5a5c61;
}

.navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
  color: #fd5500;
}

.navbar-light .navbar-nav .nav-link.disabled {
  color: #5a5c61;
}

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: #fd5500;
}

.navbar-nav li{
    padding-right: 20px;
}

.rounded-circle {
  background-color:#5a5c61 ;
  color: white;
}

#inner .rounded-circle {
  border: solid 5px #fd5500;
}

#contentbubble .rounded-circle {
    height: 300px;
    width: 300px;
}

#footer {
    margin-top: 0px;
    background-color: #fd5500;
    color: white;
    padding: 20px 0px;
    font-family: raleway;
}

#footer h2 {
    font-family: opensans;
}
.row { margin: 0; padding: 0 }

.circletext1 {
    padding-top: 70px;
    width: 200px;
    margin: auto;
    font-size: 12px;
}

.circletext1 img {
    width: 60px;
    padding-bottom: 10px;
}


.circletext2 {
    padding-top: 20px;
    width: 200px;
    margin: auto;
    font-size: 12px;
}

.circletext2 img {
    width: 40px;
    padding-bottom: 5px;
}

.circletext3 {
    padding-top: 40px;
    width: 200px;
    margin: auto;
    font-size: 12px;
}

.circletext3 img {
    width: 80px;
    padding-bottom: 10px;
}

address{
    margin-top: 60px;
}

form label {
    margin-top: 15px;
    margin-bottom: 0px;
    font-size: 0.8em;
}

#terms {
    padding-top: 60px;
}

.tableprice{
    text-align: right;
}

#footerstyle{
    position: relative;
    padding-top: 80px;
}

#footerstyle img{
    width: 100%;
    position: absolute;
    z-index: 1;
    bottom:-10px;
}
