

.ross1{
    height:auto;
    width:100%;

}

.body {
  background: #333;
}

p{
margin-left:16px;}
hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  padding:0px!important;
  border-top: 4px solid #f19025!important;
  width: 100%!important;
}

.ADlogo{
  max-height: 350px;
  max-width: 350px;
  margin-left:0px;
  text-align: center;
}

.container-fluid{
  margin:0px!important;
}

.row{
  margin:0px;
}
.heroImg {
  width: 100%;
  background-image: url(instaimages/10.jpg);
  padding-top: 300px !important;
  padding-bottom: 200px !important;
  background-position: center !important;
  background-repeat:no-repeat!important;
  background-size: cover !important;
}

.homeImgs{
  width: 100%;
}

  @media only screen and (max-width: 500px){
  .ADlogo {
      max-height: 250px;
      max-width: 250px;
}}


@media only screen and (max-width: 900px){
 .heroImg{
   padding: 100px!important;
 }


 .p{
  margin:20px;
}

}


  
 @media only screen and (min-width:768px){
.homeImgs{
  width:100%;
}

.p{
  margin:20px;
}
}



 @media only screen and (min-width: 1024px){
  .homeImgs {
    height: 150px;

}
 }

 @media only screen and (min-width: 1400px){
  .homeImgs {
    height: 192px;
}
 }