/* impro studio Css */
/*Padding-o makes sure the fullscreen picture fills the screen */
.padding-0 {
    padding: 0;
}

.navbar-header {
    float: left;
    position: absolute;
    padding: 0px;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    min-height: 100%;
    background-color: #f7931e;
}

.nav-center{
            margin: 0;
            float:none;
}

.logo{
        width: 200px;
        height: auto;
}

/*without adding the navbar-default to the navbar brand, the color of the brand wont change because bootstrap css is more specific than mine */
.navbar-header .navbar-brand {
    float:none;
    font-size: 300%;
    font-family: Avenir Next, fantasy;
    font-style: bold;
    color: #FAF6FB; 
}


.moto {
    color:azure;
    font-size: 100%;
}

body{
    margin: 0;
    Padding: 0;
}
div.img {
  background-color: black;
  background-image: url('img/ProntoMan.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 100vw;
  height: 100vh; 
  }

#welcome{
            text-align: center;
            padding-bottom: 20px;
}

#clients{
            text-align: center;
}

#shout{
            text-align: center;
}
.img-small {
  position: relative; /* Added */
  overflow: hidden; /* Avoid nested scrowl bar on fullscreen image */
    }

/* Review Section */
.animated {
    -webkit-transition: height 0.2s;
    -moz-transition: height 0.2s;
    transition: height 0.2s;
}

.stars
{
    margin: 20px 0;
    font-size: 24px;
    color: #d17581;
}

/* Set the fixed height of the footer here */
.footer{
  bottom: 0;
    right: 0;
    left: 0;
  float: left;
  position: fixed;
  padding: 10px;
  background-color: #f7931e;
}

.foot{
    text-align: center;
    font-style: normal;
    font-size: 20px;
    color: aliceblue;
}

.small{
    text-align: center;
    font-style: normal;
    font-size: 5;
    color: aliceblue;
}





