/* For Mobile under 601px */

.home-text-box-container {
  position: relative;
  top: 180px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  margin-bottom: 0px;  
}
.home-text-box {
  background: #552200; 
  opacity: 0.8;
  border-radius: 5px;
  font-family: 'proxima-nova', helvetica, sans-serif;
  color: #E4E4E4;
  text-align: justify;
   text-justify: auto;
  font-size: 1.8em;
	font-weight: 500;
  line-height: 45px;
  padding: 25px 30px 25px;  
  width: 750px;
}

.startbutton{
  background: #09640F; 
  opacity: 0.9;
  border-radius: 5px;
  border: 3px ridge white;
  cursor: pointer;
  font-family: 'proxima-nova', helvetica, sans-serif;
  text-align: center;
  border: 3px ridge white;
  cursor: pointer;
  font-size: 3em;
  font-weight: 500;
  line-height: 30px;
  padding: 25px 25px 25px; 
  margin: 10px 0;
  width: 330px;
}

.startbutton:hover {
  background-color: #009D03;
}

/* ----------------------------------------- */
/* For Desktop */
@media only screen and (min-device-width: 768px){
.home-text-box-container {
  width: 700px;
}

/* textbox and start button colors set here both dt and mobile screens */
.home-text-box {
  font-size: 1.4em;
	font-weight: 500;
  line-height: 30px;
  padding: 25px 30px 25px;  
  width: 650px;
}

.startbutton{
  font-size: 1.5em;
	font-weight: 500;
  color: #E4E4E4;
  line-height: 30px;
  padding: 15px 15px 15px; 
  margin: 5px 0;
  width: 170px;
}
}


