.summit-body {
  width: 970px;
  font-family: 'Roboto', sans-serif;
  margin: 0 -10px;
}

.summit-body h1 {
  font-size: 40px;
  margin-bottom: 20px;
}

.summit-body p {
  font-size: 16px;
}

.summit-body h2 {
  font-size: 25px;
}

.summit-body h3 {
  font-size: 20px;
}

.summit-header {
  margin-left: 0;
  margin-top: 0;
}

.summit-text {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.summit-text p {
  margin-top: 2px;
  margin-bottom: 2px;
}

.summit-robert {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.25);
  border-radius: 5px;
}

.summit-register {
  width: 900px;
  margin: 0 auto;
  display: flex;                  /* establish flex container */
  flex-direction: row;            /* default value; can be omitted */
  flex-wrap: nowrap;              /* default value; can be omitted */
  justify-content: space-between; /* switched from default (flex-start, see below) */
  margin-bottom: 60px;
}

.summit-register-block {
  position: relative;
  width: 240px;
  height: 360px;
  text-align: center;
  padding: 0 20px;
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

.summit-price {
  position: absolute;
  top: 235px;
  width: 100%;
  text-align: center;
}

.summit-register-button {
  text-decoration: none;
  color: white !important;
  background-color: rgb(209, 0, 14);
  padding: 10px 35px;
  border-radius: 5px;
  position: absolute;
  top: 295px;
  right: 68.91px;
}

.summit-register-button:link {
  color: white !important;
}

.summit-register-button:hover {
  text-decoration: none !important;
  color: white !important;
  -webkit-transition: background-color 50ms linear;
  -ms-transition: background-color 50ms linear;
  transition: background-color 50ms linear;
  background-color: rgb(180, 0, 12);
}

.summit-sub-bkgr {
  display: table;
  width: 100%;
  background: #0F0F0F;
  text-align: center;
  padding: 35px 0;
}

.summit-sub-msg {
  display: table-cell;
  vertical-align: middle;
  color: white;
  font-size: 18px;
}

.summit-sub-form {
  display: table-cell;
}

input.email-submit.email-submit1 {
	background: rgb(209, 0, 14);
	border: none;
	border-radius: 3px;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  color: white;
  padding: 10px 25px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
	cursor: pointer;
}

input.email-submit.email-submit1:hover {
  -webkit-transition: background-color 50ms linear;
  -ms-transition: background-color 50ms linear;
  transition: background-color 50ms linear;
  background-color: rgb(180, 0, 12);
  color: white;
}

input#email-text {
  padding: 9px;
  margin: 0 5px 0 0;
  border-radius: 3px;
}

.summit-body td {
	text-align: center;
	color: rgb(210, 0, 14);
}

#summit-info {
  margin: 0 auto;
  margin-bottom: 50px;
  padding-top: 20px;
  width: 750px;
  background-color: rgb(245, 245, 245);
  border-radius: 5px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}

#summit-info h1 {
	margin-top: 0px;
}
