@import url('https://fonts.googleapis.com/css?family=Roboto:100');
/*@import url('https://fonts.googleapis.com/css?family=Cormorant+Garamond');*/
.zero-margin {
  margin: 0;
}
.zero-padding {
  padding: 0;
}
/*Text*/
.textRight {
  text-align: right;
}
.textLeft {
  text-align: left;
}
.textJustify {
  text-align: justify;
}
.textCenter {
  text-align: center;
}
.text-deco-none {
  text-decoration: none;
}
.text-deco-underline {
  text-decoration: underline;
}
.boldText {
  font-weight: bold;
}
.auto-width {
  width: auto;
}
.clear {
  clear: both;
  float: left;
  width: 100%;
}
.left-float {
  float: left;
}
.right-float {
  float: right;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.relative-right {
  position: relative;
  float: right;
}
.relative-left {
  position: relative;
  float: left;
}
.margin-auto {
  margin: auto !important;
}
.zero-margin-padding {
  margin: 0;
  padding: 0;
}
.hidden-overflow {
  overflow: hidden;
}
.transparent-bg {
  background-color: transparent;
}
.contain-bg-size {
  background-size: contain;
}
.display-none {
  display: none;
}
.clr-padding-left {
  padding-left: 0;
}
.border-clr {
  border: none;
}
footer.footer {
  bottom: 10px;
  left: 50px;
  position: fixed;
  z-index: 1;
}
footer .copy {
  color: #6b6b6b;
  font-size: 12px;
  text-align: center;
}
