.light {
	background-color: white;
	color:#542C1B;
	font-family: Verdana,Arial,sans-serif;
	margin:0 0 0 0;
}

.dark {
  background-color: black;
  color:white;
  font-family: Verdana,Arial,sans-serif;
  margin:0 0 0 0;
}


#a input {
  display: block;
  padding: 5px;
  margin-bottom: 5px;
}

#a label {
  display: block;
  float: left;
  clear: left;
  margin-right: 5px;
  padding: 5px; 
}


.button {
  border: none;
  padding: 10px;
  text-align: center;
  background: #00704A;
  color:white;
  margin-top: 20px;
}

.sbux legend {
   font-size: 20px;
   background-color: green;
   width: 100%;
   text-align: center;
   line-height: 40px;
   color: white;
   margin: none;
   /*padding: 2%*/;
}
.sbux {
  background: #ffdead;
  margin: 15px;
margin-bottom: 30px;
}

#sbuximage {
  padding-top: 3%;
  padding-bottom: 3%;
  height:400px;
  background-image: url("https://stories.starbucks.com/uploads/2021/02/SBX20200225-SpringBeverages-FeatureHorizontal.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
}

form {
  padding-top: 2%;
}

fieldset {
  border: none;
}


header {
  background: #455A64;
  color: white;
  padding: 1%;
  text-align: left;
}
code {
  color: black;
}

pre {
  width: 100%;
  background-color: lightgray;
}


/*new div for drinks*/

.newOrder {
  background: #8FBC8F;
  padding: 2%;
  border: 2px solid;
  width: 20%;
  border-color: #00704A;
  display: inline-block;

}




/*Navigation*/



nav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  background-color: #333;
}

nav li {
  float: left;
  border-right: 1px solid #bbb;
}

nav li a {
  display: block;
  color: white;
  text-align: center;
  padding: 15px 20px;
  text-decoration: none;
}

nav li a:hover {
  background-color: #556B2F;
}

#serviceheading {
text-align: center;
}
/*alert messages*/
#errormessage {
  color: red;
  font-size: 18px;
}
/*li a.active { background-color: #727c73;}*/

.topnav a.active {
  background-color: #727c73;
  color: white;
}
.topnav .icon {
  display: none;
}

/*tutorial*/

#tutorial {
  padding: 10%;

}

#userMessage {
  text-align: center;
  color: purple;
  font-size: 25px;
}

/*security*/
h2 {
  text-align: center;
}
#securitysection {
  padding: 10%;
  padding-top: 1%;
  padding-bottom:2%;
  line-height: 1.6;
}

#heading{
  text-align: center;
}

#serviceform {
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 1px;
}

/*input{
  margin-right: 20px;
}
label {
display: block;
}

fieldset {
   margin: 10px;
   padding: 20px 10px 10px;
   border:none;
   max-width: 700px;
}
legend {
   display: block;
   position: relative;
   top: 1em;
   font-weight: bold;
}
label {
   margin-right: 5px;
}
input {
    float:left;
  }

}
label {
 line-height: 26px;
 margin-bottom: 10px;
}

*/
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
   display: block;
}

* {
   -moz-box-sizing: border-box;
   -webkit-box-sizing: border-box;
   box-sizing: border-box;
}

/*home text*/
 #converter {
  padding: 5% 15%; margin: 0 auto;
  max-width: 700px;
}

.homeabout {
  padding: 2%; margin:0; auto;
  max-width: 90%;
  text-align: center;
}

.homeimage {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  height: auto;
}

h1 {
	padding-top: 1%;
	padding-left: 2em;
}

/*message*/
.hey {
text-align: center;
font-size: 10px;
background: #ffdead;
color: #8b0000;
padding: 1%;
margin-bottom: 15px;
}
#write {
  text-align: center;
  font-size: 15px;
}

/*space*/
.space{
  height:90%;
  background-image: url("space.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  position:relative;
  color: white;
  text-align: center;
  padding-top: 10px;
} 

/*converter*/
#converter {
margin-top: 3%;
padding: 2%;
height: 60%;
background-color:rgba(0,0,0,0.7);
color: white;
width: 60%;
/*position:absolute;*/
/*top: 0; bottom: 0; left: 0; right: 0;*/
margin: auto;
border-radius: 25px;
}

.floatp{
  padding: 10%;
  padding-bottom: 10px;
  text-align: left;
}
.floatchild{
  width: 40%;
  float: left;
  padding-bottom: 20px;
  text-align: right;
  padding-right: 4px;
  line-height: 2;
  padding-left: 0;
}

#error {
  color: red;
  padding: 5%;
}


#button {
  background-color: #4CAF50;
  border: none;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  transition-duration: 0.4s;
}

#send {
  background-color: #4CAF50;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
}
#button:hover {
  background-color: white; 
  color: black; 
}


#marstext {
  padding-top: 10%;
  font-size: 30px;
  color: #D98880;
}

#Wmars {
  margin-top: 10px;
}


/*photography page
gallery */

#gallery img{
	width: 33.33%;
	margin: 1px;
	padding: 2%;
	max-height: 300px;
}

#s{
	width: 90%;
  padding-top:4px; 
	padding: 1%;
	max-width: 1000px;
}

.selfie {
text-align: center;
}


#contact {
  margin: 0 auto;
  max-width: 700px;
}

