/*!
 * Start Bootstrap - Full Width Pics (https://startbootstrap.com/template/full-width-pics)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-full-width-pics/blob/master/LICENSE)
 */
body {
  padding-top: 56px;
}

.bg-image-full {
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}

.Button1 {
  box-shadow: inset 4px 5px 0px 0px #3f1bc2;
  background-color: #000080;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
  text-align: center;
  color: cornsilk;
}
.Button1:hover {
  background-color: #d86315;
}
.Button1:active {
  position: relative;
  top: 1px;
}

.Button2 {
  box-shadow: inset 4px 5px 0px 0px #680000;
  background-color: #830000;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button2:hover {
  background-color: #e9b313;
}
.Button2:active {
  position: relative;
  top: 1px;
}

.Button3 {
  box-shadow: inset 4px 5px 0px 0px #003500;
  background-color: #006400;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button3:hover {
  background-color: #0deb0d;
}
.Button3:active {
  position: relative;
  top: 1px;
}

.Button4 {
  box-shadow: inset 4px 5px 0px 0px #2c0500;
  background-color: #460800;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button4:hover {
  background-color: #eb2a14;
}
.Button4:active {
  position: relative;
  top: 1px;
}

.Button5 {
  box-shadow: inset 4px 5px 0px 0px #003d00;
  background-color: #007a00;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button5:hover {
  background-color: #b4c519;
}
.Button5:active {
  position: relative;
  top: 1px;
}

.Button6 {
  box-shadow: inset 4px 5px 0px 0px #4b4002;
  background-color: #887611;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button6:hover {
  background-color: #dabb0f;
}
.Button6:active {
  position: relative;
  top: 1px;
}

.Button7 {
  box-shadow: inset 4px 5px 0px 0px #5c0048;
  background-color: #8d006e;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button7:hover {
  background-color: #db5213;
}
.Button7:active {
  position: relative;
  top: 1px;
}

.Button8 {
  box-shadow: inset 4px 5px 0px 0px #292929;
  background-color: #3b3b3b;
  border-radius: 20px;
  display: inline-block;
  cursor: pointer;
  color: #ffffff;
  padding: 0px 35px;
  padding-top: 5px;
  height: 70px;
  width: 350px;
  text-decoration: none;
}
.Button8:hover {
  background-color: #d41e1e;
}
.Button8:active {
  position: relative;
  top: 1px;
}
