/* The body and #main settings are establsihed to make a PC browser look a bit like a phone.
  The media query at the end of the file then removes these settings for actual phones.
*/
body, html {
  height: 100%;
  line-height: 1.8;
  background-color:silver;
}

.w3-bar .w3-button {
  padding: 10px;
}
#features .w3-button
{
    color:blue;
}
#features .w3-button:hover
{
    text-decoration:underline;
}
h2
{
    text-align:center;
}

#Header1, #myNavbar, #features, #pricing, #contact, #start, #promo
{
    max-width:1400px;
    margin-left: auto;
    margin-right: auto;
}
/*
Logo Font styling
*/
.logof1
{
    color: white;
    font-family: verdana, sans-serif;
    font-weight: normal;
    font-size: 3em;
    text-shadow: 2px 2px 2px black;
}
.logof2 {
	color:red;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 6em;
}
.logof3 {
	color: white;
	font-family: "Times New Roman", Times, serif;
	font-style: italic;
	font-weight: bold;
	font-size: 3.5em;
	text-shadow:2px 2px 2px black;
    margin-left:-0.08em;
    padding-right:0.25em;
}

h2 .logof1
{
    color:black;
    font-size:1em;
    text-shadow:none;
}
h2 .logof2
{
    color:red;
    font-size:2em;
	text-shadow:2px 2px 2px gray;
}
h2 .logof3
{
    color:black;
    font-size:1.5em;
    text-shadow:none;
    margin-left:-0.05em;
}

#start .w3-select
{
    width:inherit;
    max-width:100%;
}

#start form label
{
    color:#9c27b0;
    font-weight:bold;
}
#start hr
{
    border-top:1px solid #9c27b0;
}
#start .inputOther
{
   display:inline;
   width:15em;
   padding-top: 0;
   padding-bottom: 0;
   font-size: 0.9em;
   margin-top: 0.2em;
}

.promo {
	font-size:0.9em;
	color: Gray;
	text-align: center;
    background-color:#eee;
    border-top:1px darkgray solid;
}
.promo p
{
padding:0;
margin:0
}

.feature
{
/*   margin-bottom:1em;*/
    padding:0.5em;
}

.feature b
{
    font-size:1.3em;
    color:#222;
}

.feature i
{
    font-size:2em;
    color:#9c27b0;
    /*color:#222;*/
    padding-right:1em;
}
.feature a i
{
    font-size:inherit;
    color:blue;
    padding:0 0.25em;
}

.feature a
{
    color:blue;
    text-decoration:none;
    margin-left:2em;
    font-size:0.9em;
    padding:0 0.25em;
}
.feature button
{
    background-color:#e7f4f8;
    padding-top: 0.1em;
    padding-bottom: 0.1em;
    margin-left: 2em;
    border-radius: 0.5em;
}