﻿/* unvisited link */



.mySlides {
    display:none;
    }

#bannerSpace {
  padding: 120px 80px 100px 10px;
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 2px #565656;
  font-weight: 500;
  height: inherit;
}

@media only screen and (max-width: 768px) {
  #bannerSpace {
  padding: 100px 10px 80px 10px;
  text-align: center;
  margin: 0;
  text-shadow: 2px 2px 2px #565656;
  }
}

#HomeBannerSpace {
  padding: 100px 80px 100px 80px;
  text-align: center;
  margin: 0;
}

@media only screen and (max-width: 768px) {
  #HomeBannerSpace {
  padding: 80px 10px 80px 10px;
  text-align: center;
  margin: 0;
  }
}





#one {
    height: 270px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    }

@media only screen and (min-width: 600px) {
  #one {
    height: 300px;
  }
}

.one {

    background: white;

}



@media only screen and (max-width: 768px) {
  .one {
    margin: 3% 2% 3% 2%;
    padding:10px;
    border-radius: 2px;
  }
}


@media only screen and (min-width: 769px) {
  .one {
    width: 24%;
    float: left;
    margin: 1% 0% 1% 1%;
    height: 250px;
    border-radius: 4px;
  }
}

