/*body {
  padding-top: 60px;
}*/

.navbar-custom.affix {
    top: 0;
    min-width: 100%;
    background-color: #000;
    opacity: 0.9;
    -webkit-transition: background .5s ease-in-out, opacity .5s ease;
    -moz-transition: background .5s ease-in-out, opacity .5s ease;
    transition: background .5s ease-in-out, opacity .5s ease;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.navbar-custom .navbar-nav > li > a {
  font-family: 'Montserrat', sans-serif;
  font-size: 20px;
  color:#fff;
  -webkit-transition: padding-top .5s ease, padding-bottom .5s ease;
  -moz-transition: padding-top .5s ease, padding-bottom .5s ease;
  transition: padding-top .5s ease, padding-top .5s ease, padding-bottom .5s ease;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.navbar-custom .navbar-nav > .active > a, .navbar-nav > .active > a:hover, .navbar-nav > .active > a:focus {
    /*color: hotpink !important;*/
    background-color:transparent !important;
    border: 0px;
}
.navbar-custom .navbar-collapse {
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.footer {
  text-align: center;
    position: relative;
    bottom: 0;
    width: 100%;
    /*min-height: 100px;*/
    line-height: 25px;
    background-color: #000;
    color: #ffffff;
    padding: 10px 0 10px;
}
.footer a, .footer a:visited, .footer a:link, .footer a:active{
  color: #ffffff;
  text-decoration: none;
}
.footer a:hover
{
  color: #9fa1a3;
}

.rows{
  line-height: 10px;
}

.center
{
margin:auto;
width:100%;
height:100%;
/*max-width: 960px;*/
/*border: 2px solid #73AD21;*/
}

.top-bg {
    background-color: #999;
    background-image: url(../images/motorhome_hero.jpg);
    background-position: center center;
    color: white;
    height: 100vh;
}
.service{
  padding: 10px 0px 10px;
}


#company
{
padding-top: 120px;

text-align: center;
font-family: 'Montserrat', sans-serif;
font-size: 24px;
padding-bottom: 50px;
}

#company a, #company a:visited, #company a:link, #company a:active{
  color: #fff;
  text-decoration: none;
}

#contactBtn{
  outline: none;
  border: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

.info
{
text-align: center;
background-color: white;
max-width: 960px;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
padding-bottom: 20px
}

.info a, .info a:visited, .info a:link, .info a:active{
  color: #000000;
  text-decoration: none;
}
.info a:hover
{
  color: #9fa1a3;
}
.sidenav {
    height: 140px;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 40%;
    right: 0;
    background-color: #000;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 15px;
    border-radius: 25px;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1 !important;
}
.sidenav a, .sidenav p {
    padding: 8px 8px 8px 32px;
    text-decoration: none !important;
    font-size: 20px;
    color: #fff !important;
    display: block;
    transition: 0.3s;
}

.sidenav a:hover, .offcanvas a:focus{
    color: #f1f1f1;
}
.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

.mySlides{
  padding-bottom: 10px;
}

@media (max-width: 540px){
  .navbar img{
    max-height:20px
  }
  .navbar ul li{
    padding:2px 2px 0
  }
  .navbar-custom .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    /*font-weight:bold; */
    font-size: 15px;
  }
  p{
    font-size: 15px;
  }
}

@media (max-width: 410px){
  .navbar img{
    max-height:15px
  }
  .navbar ul li{
    padding:2px 2px 0
  }
  .navbar-custom .navbar-nav > li > a {
    font-family: 'Montserrat', sans-serif;
    font-size: 10px;
  }
  .top-bg {
      min-height: 640px;
  }
  p{
    font-size: 13px;
  }
  .sidenav {padding-top: 15px;
  }
  .sidenav a {font-size: 18px;
  }
}


.navbar-collapse.collapse {
  display: block!important;
}

.navbar-nav>li, .navbar-nav {
  float: left !important;
}

.navbar-nav.navbar-right:last-child {
  margin-right: -15px !important;
}

.navbar-right {
  float: right!important;
}
