html {
    height: 100%;
}

body {
    font-family: "Roboto", sans-serif;
    font-family: 'Lato';
    color: #808080;
    height: 100%;
    background-color: #FFFFFF;
}

main {
    letter-spacing: 0.2em;
    line-height: 2em;
    height: 100%;
}

.diary {
    color: #808080;
}

.diary:hover {
    text-decoration: none;
    color:#aaa;	
}

input[type="text"], textarea {
  width: 100%;
  border: 1px solid #cccccc;
  padding: 10px;
  font-size: 14px;
  text-transform: uppercase;
}

.circles-text {
  font-size: 36px !important;
  font-weight: bold;
  line-height: 40px !important;
  margin-top: 70px;
}
.circle span {
  display: block;
  line-height: 20px;
  font-weight: normal;
  font-size: 16px;
  color: #919191;
  text-transform: uppercase;
}

.col-lg-3.col-xs-6 {
  margin: 0 auto;
  text-align: center;
}

@media (max-width:500px){
.col-lg-3.col-xs-6 {
  margin: 0 auto;
  text-align: center;
  width: 100%;
}
}