/* line 2, /var/www/htdocs/app/assets/stylesheets/start.scss */
#start.index .middlecontent li {
  padding: 5px 0px;
}
/* line 6, /var/www/htdocs/app/assets/stylesheets/start.scss */
#start.index .roundbutton {
  color: #c0c0c0;
  text-decoration: none;
  padding: 7px;
  border-radius: 12px;
  border: solid 1px;
  margin: 0 10px;
}
/* line 14, /var/www/htdocs/app/assets/stylesheets/start.scss */
#start.index .roundbutton:hover {
  border-color: #ffffff;
  color: #ffffff;
  text-decoration: none;
}
/* line 21, /var/www/htdocs/app/assets/stylesheets/start.scss */
#start.index .roundbutton.darkroundbutton {
  border-color: #333333;
  color: #333333;
}
/* line 24, /var/www/htdocs/app/assets/stylesheets/start.scss */
#start.index .roundbutton.darkroundbutton:hover {
  border-color: #000000;
  color: #000000;
  text-decoration: none;
}

/* line 32, /var/www/htdocs/app/assets/stylesheets/start.scss */
.backgroundc {
  background-image: url(/img/main.png);
  background-attachment: fixed;
  background-size: cover;
  height: 100vh;
  position: relative;
  max-width: 100%;
}

/* line 41, /var/www/htdocs/app/assets/stylesheets/start.scss */
.vertc {
  top: 50%;
  position: absolute !important;
  transform: translateY(-50%);
}
