@font-face {
font-family: 'ITC Avant Garde Gothic LT Book';
font-style: normal;
font-weight: normal;
src: local('ITC Avant Garde Gothic LT Book'), url('AvantGardeLT-Book.woff') format('woff');
}

body {
  font-family:'ITC Avant Garde Gothic LT Book';
  text-align: center;
  background-color: #e2e3e3;
  color: #565656;
  margin: 0 auto;
  margin: 0 auto;
  max-width: 800px;
  _width: 800px;
  padding: 0 30px;
  text-align: center;
  -webkit-font-smoothing: antialiased;
}


a {
  color: #000;
  text-decoration: none;
}

a :hover {
  color: #696968;
}


h1 {
  text-transform: uppercase;
  font-family:'ITC Avant Garde Gothic LT Book';
  font-weight: lighter;
  font-size:40px
}

#contact {
  content: "";
  border-bottom: 1px solid #565656;
  margin: auto;
  width: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
}


.rslides_container {
  margin-bottom: 80px;
  margin-top: 50px;
  position: relative;
  float: left;
  width: 100%;
  }

.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }


  @media screen and (min-width: 300px) and (max-width: 1024px) {

    }
  
  @media screen and (min-width: 1025px) and (max-width: 2560px) {



  }
