﻿html {
    font-size: 12px;
}
.span20 {
    /*font-size: 18px;*/
    /*line-height: 17px;*/
    
}
.left-img {
    width:40%;
    margin-left:30%;
    height:auto;
    margin-top: 0px;
}
.left-img-sm {
     width:34%;
    margin-left:33%;
    height:auto;
    
}
.line {
   
    border:none;
}
.carousel {
       height:400px;
}
/*.carousel-control .fa{   
    margin-top: 190px;
}*/
@media screen and (max-width:580px) {
    .carousel-caption {
        display: none;
    }
    .carousel-indicators {
    bottom:-5px;
     /*bottom: inherit;*/
}
    .btnwide {
        width:100%;
        font-size:100%;
        margin:0;
   word-wrap:break-word;
      white-space:normal;
    }
     h2 {
    font-size: 22px;
}
    h3 {
    font-size: 20px;
}
    .rowWrap p {
        text-align: left;
    }
    .carousel {
       height: 450px;
}
}