#smarttrucklogo{

margin-top: 16px;
margin-left: 10%;
}

body {
background-image: url('../img/webbackground1900x969.jpg');
background-color: #336699; 
background-repeat: no-repeat;
}


h1{

font-size: 50px;
line-height: 54px;

}
h3{

font-size: 16px;
line-height: 20px;

}

h4{

font-size: 24 px;
line-height: 24 px;

}
h5{
color:darkslategray;
font-style: normal;
}
h6{
color:black;
font-family:Arial, Helvetica, sans-serif;
font-style: normal;
font-weight: normal;
}

h13{
color:orange;
}
#title-row{
padding-top: 10px;
padding-left: 10%;
padding-bottom: 20px;

}

#aboutcaption{

text-align:center;
margin-top: -10px;

}

#aboutcontents{

margin-top: 30px;
padding-left: 3%;
padding-right: 3%;

border: 2px solid;
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;

}


#privacylink:hover{
color: blue;
}

#smarttrucklink:hover{
color: blue;
}
a:hover.selector_body{
color:blue;
text-decoration:none;

}
.border-standard{
border:2px solid;
padding-left:2%;
padding-right:2%;
margin-top: 6px;
margin-bottom: 6px;
background-color: #E8E8E8;

}
.blog-entry{
 margin: 10px 0;
  font-family: inherit;
  font-weight: bold;
  line-height: 20px;
  color: inherit;
  text-rendering: optimizelegibility;
  
}

.blog-date{
color:blue;
}

.blog-links:hover{
color:blue;
}




#carouselcontainer{
margin-left:auto;
margin-right:auto;
width: 1000px;
}

#myCarousel{
margin-left:auto;
margin-right:auto;
}

#myCarousel1{
margin-left:auto;
margin-right:auto;
}
#carouselcontainer1{
margin-left:auto;
margin-right:auto;
width: 280px;
}

.carousel-control1 {
  position: absolute;
  top: 40%;
  left: 15px;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  font-size: 60px;
  font-weight: 100;
  line-height: 30px;
  color: #ffffff;
  text-align: center;
  background: #222222;
  border: 3px solid #ffffff;
  -webkit-border-radius: 23px;
     -moz-border-radius: 23px;
          border-radius: 23px;
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.carousel-control1.right {
  right: -35px;
  left: auto;
}
.carousel-control1.left {
  right: auto;
  left: -35px;
}


.pad-top-10{
margin-top:10px;
}

#top-buttons{
float:right;
display:inline;
margin-right: 11%;
}

.top-button{
margin-right: 5px;
}

.title{
color:black;
text-align:center;
font-size: 16px;
font-weight: bold;
}

#googleplayimage{
padding-top: 6px;
}

.centered-text {
    text-align:center
}  

#title_paragraph{
color:white;
}

IMG.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto }
	    #custom-search-form {
        margin:0;
        margin-top: 5px;
        padding: 0;
    }
 
    #custom-search-form .search-query {
        padding-right: 3px;
        padding-right: 4px \9;
        padding-left: 3px;
        padding-left: 4px \9;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
 
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        -webkit-transition: width  0.2s ease-in-out;
    -moz-transition:width  0.2s ease-in-out;
    -o-transition: width  0.2s ease-in-out;
    transition: width  0.2s ease-in-out;
    }
 
    #custom-search-form button {
        border: 0;
        background: none;
        /** belows styles are working good */
        padding: 2px 5px;
        margin-top: 2px;
        position: relative;
        left: -28px;
        /* IE7-8 doesn't have border-radius, so don't indent the padding */
        margin-bottom: 0;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
    }
 
    .search-query:focus + button {
        z-index: 3;   
    }   
    .search-query:focus{
        width: 260px;
    }   
