* { padding: 0; margin: 0; border: 0; font-family: inherit; }

a:link,a:active,a:visited {color : #FFFFFF;text-decoration: none;}

body {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100%;
  background-color: #f0f0f8;
  /*-moz-hyphens: auto;
  -ms-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;*/
}

code, pre, abbr, kbd {
  -moz-hyphens: none;
  -ms-hyphens: none;
  -o-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}

#wrapper {
  width: 955px;
  margin: auto;
  background-color: white;
}

.section1 {
  background-image: url(../images/taxibanner.jpg);
  height: 253px;
  text-align: center;
  background-repeat: no-repeat;
}

.section1 label {
  position: relative;
  z-index: 3;
  color: white;
  font-size: xx-large;
  text-shadow: 4px 8px 8px black;
  top: 150px;
  display: block;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: gray;
  font-weight: bold;
}

.section1 figure {
  position: relative;
  top: 10%;
  left: 3%;
  width: max-content;
  float: left;
}

.section2 {
  background-color: #ffd801;
  text-align:center;
  padding: 20px 0 20px 0;
}

.sec2div {
  display: table-cell;
  vertical-align: middle;
  width: 520px;
}

.sec2divarticlelabel1 {
  font-size: 1.5em;
  font-weight: bold;
}

.sec2divarticlelabel2 {
  font-size: 1.4em;
}

.sec2divarticlelabel3 {
  font-size: 3em;font-weight: bold;
}

.sec2divarticlelabel4 {
  font-size: 0.7em;
}

.section3 {
  background-image: url(../images/taxiutcakep.gif);
  height: 280px;
}

.section3 table {
  margin: 0 auto;
  padding: 70px 0 0 0;
}

.section3 table td {
  padding: 10px;
}

.feherlabel {
  color: white;
  display:block;
  font-weight: bold;
  /*-webkit-text-stroke: 1px black;*/
  text-shadow: 1px 2px 2px black;
  font-size: 1.2em;
}

.graylabel {
  color: black;
  font-weight: bold;
  /*-webkit-text-stroke: 1px black;*/
  text-shadow: 1px 2px 2px white;
  font-size: 1.2em;
}

.section4 {
  background-color: white;
  margin: 5px;
}

.section4 article {
  padding: 5px;
}

.section4 a {
  color: #369;
}

.section4 a:hover {
  text-decoration: underline;
}

.section4 ul {
  list-style: none;
}

.section4 p {
  width: 200px;
  height: 150px;
}

.section5 {
  background-color: #4a4444;
  height: 80px;
  padding: 30px;
}

.section5 ul {
  list-style: none;
  color: #ffd801;
}

.section4 li {
  padding: 5px;
}

.section5 li {
  padding: 5px;
}

.section5 a:link, .section5 a:visited, .section5 a:active {
  color: #ffd801;
}

.copyright {
  background-color: #ffd801;
  padding: 5px;
}

.copyright p {
  text-align: center;
  font-size: .8em;
}

.modal {
  display: block;
  position: fixed;
  z-index: 10;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0,0,0); /* Fallback color */  
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal_content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 55%;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  height: 50%;
  background-color: #ffe138;
  text-align: center;
}

.modal_content p {
    font-size: 3em;
    top: 35%;
    position: relative;
    font-weight: bold;
}


@media only screen
and (min-width : 320px)
and (max-width : 640px) {
  #wrapper { width: 100%;}
  .section1 {background-size: 100% 100%;height: 100px;}
  .section1 figure img {width: 64px}
  .section1 label {top: 55%; right: 20px; font-size: .7em; text-shadow: 2px 4px 4px black;}
  .sec2div {width: 80%}
  .sec2divarticlelabel1 {font-size: .8em;font-weight: bold;}
  .sec2divarticlelabel2 {font-size: .6em;}
  .sec2divarticlelabel3 {font-size: 1em;font-weight: bold;}
  .sec2divarticlelabel4 {font-size: 0.7em;}
  .section3 {height: 130px; background-size: 100% 100%;}
  .section3 table {padding: 20px 0 0 0;}
  .section3 table td {padding: 5px;}
  .section3 table td img {width: 24px;}
  .feherlabel {font-size: .8em;}
  .graylabel {font-size: .6em;}
  .modal_content p {font-size: 2em;}
  .modal_content {width: 85%;}
}