
#logo-image {
  height: 50px;
  margin: 20px;
}

body { 
  text-align: left; 
  margin: 0 0 0 0; 
}
h1 { font-size: 50px; }
body { font: 20px Helvetica, sans-serif; color: #6c757b; height: 100vh; }
a { color: #0000ee; text-decoration: none; }
a:hover { color: #333; text-decoration: none; }

#github {
  color: #0000ee;
  text-decoration: none;
}
#centered {
  background-color: #ffffff;
  width: 80%;
  height: 100vh;
  margin: 0 auto
}
#title {
  font-size: 50px;
  color: #505050;
}
#title2 {
  font-size: 40px;
  color: #505050;
  margin-bottom: 15px;
}

#ul2{
  margin-top: 15px;
}


.bgimg-1, .bgimg-2, .bgimg-3 {
  position: relative;
  background-position: left 80%;
  background-repeat: no-repeat;
  background-size: cover;

}
.bgimg-1 {
  background-image: url("/coffees.png");
  min-height: 500px;
  height: 30%;
}




#desc {
  font-size: 30px;
  color: #6c757b;
}
#desc2 {
  font-size: 20px;
  color: #6c757b;
}
#desc3 {
  font-size: 14px;
  color: #6c757b;
}
#sel1 {
  background-color:#F8F8F8;
  border-bottom: 1px solid #D0D0D0;
}
#sel2 {
  margin: 20px;
}
#sel3 {
  height: 20px;
}
#sel4 {
  margin-left: 20px;
  margin-top: 30px;
  margin-bottom: 10px;
}
#sel5 {
  width: 80%;
  /*margin: 0 auto;*/
  /*background-image: url("/grid.svg");*/
}
#rule {
  margin-top: 50px;
  border-top: 1px solid #D0D0D0;
  margin-bottom: 0px;
}
#footer {
  margin-top: 2px;
  border-top: 0px;
  margin-left: 20px;
  font-size: 14px;
}

#menuitem {
  color: #787878;
  font-size: 24px;
  font-weight: bold;
}

#col-left {
  text-align: left;
}

#col-center {
  text-align: center;
  width: 175px;
}

#asterisk {
  list-style-type: none;
  font-size: 14px;
  color: #6c757b;
}

/*
th {
  background-color: #F8F8F8
}
*/
