/*This is the CSS page. Name of the file=amoghindexstylesheet.css
.foodincali is for the title of the food page.
h1 style is for all the headings
h3 style is for subheadings,
h4 style is for subheadings
californiatable is a table for better user navigation within the index.html page.
.name is class style used for all the webpages. 
other style classes names are aligned with the styles used in the corresponding section
*/


body { 

  background-size: cover;
  background-color: #6abdfc;
}


}

h1 {
  font-family: 'Helvetica Neue', sans-serif;
  color: #4bf542;
}
h3 {
  font-family: 'Helvetica Neue', sans-serif;
  color: #6bff75;

}


.foodincali {
  color: #8442f5;
}

h4 {
  font-family: 'Helvetica Neue', sans-serif;
  color: #367cff;
}
p {
  font-family: Helvetica Neue;
  color: #03fff2;
  text-align: center;
  font-weight: bold;
}	
.maintable {
  font-family: Helvetica Neue;
  background-color: #6bff75;
  border:1px #6bff75;
  background-blur:2px;
  width: 100%;
}


h2 {
  font-family: 'Helvetica Neue', sans-serif;
  color: #03fcc2;
}	

#californiatable {
  font-family: Helvetica Neue;
  border: 10px; 
  background-color: solid transparent;
}

ul {
  font-family: 'Helvetica Neue', sans-serif;
  color: #03fc20;
}	

.alcatraz {
  float: right;
}	


a:link {color: #3474eb
  
}

a:visited {color: #3474eb
  
  }

.yosemite {
  float: up;
  color: #ff3636;
  font-size: 20px;
}
.disneyland {
  float: up;
  color: #ff3636;
  font-size: 20px;
}

.zoo {
  float: up;
  color: #ff3636;
  font-size: 20px;
}

.burger {
  float: right;
  color: #8442f5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*font-size: 1.6rem;
  font-weight: 300;*/
  line-height: 1.625;
  font-weight: 500;
}

.innout {
  background-color: transparent;
  border-color: transparent;
  font-size: 20px;
}

.foodchain {
  font-size: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #8442f5;
  float: up;
}

.tacotext {
  /*color: #00ff6e;
  font-size:18px
  float: right;
  color: #000000;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.625;*/
  
  float: right;
  color: #8442f5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*font-size: 1.6rem;
  font-weight: 300;*/
  line-height: 1.625;
  font-weight: 500;
}

.burger2 {
  font-size: 20px;
  font-family: 'Helvetica Neue', sans-serif;
  color: #367cff;
  float: up;
}

.supertext {
    float: right;
    color: #8442f5;
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 16px;
    /*font-size: 1.6rem;
    font-weight: 300;*/
    line-height: 1.625;
    font-weight: 500;
  }
.fastfoodchains {
  color:#8442f5;
}

.transportlinespace {
  line-height: 2;
}

.sight {
  float: left;
  color: #8442f5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 16px;
  /*font-size: 1.6rem;
  font-weight: 300;*/
  line-height: 1.625;
  font-weight: 500;
}

.name {
  float: center;
  color: #8442f5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.indextable {
  color: #8442f5;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
.abc {
  color: #6abdfc;
}

