/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*MY CODE*/
* {
  text-decoration: none;
  background-color: f4f4f4;
}

a:hover {
  background-color: red;
}


header {
  background-color: #f4f4f4;
  width: 100%;
  height: 100px;
}




header .section-header {
  display: inline-block;
  padding-left: 5px;
  padding-top: 10px;
}


/*INDEX*/

#navbar {
  background-color: #333;
  color: #fff;
  width: 100%
}

#navbar ul {
  padding: 0;
  list-style: none;
}

#navbar li {
  display: inline;
}

#navbar a {
  color: #fff;
  text-decoration: none;
  font-size: 17px;
  padding-left: 6px;
  line-height: 50px;
}
.container{
	width: 98%;
}



.vertical-center{
	width: inherit;
  padding-top: 30px;
  padding-left: 20x;
	padding-right: 0px;
}


h2 {
  text-align: center;
  font-size: 22px;
  line-height: 50px;
}

.txt{
  padding-left: 10px;
  font-size: 18px;
  padding-right: 10px;
}

.about {
  font-size: 15px;
}

/*footer*/
#main-footer {
  background: #333;
  color: #f4f4f4;
line-height: 30px;
  margin-top: 20px;
}

h3 {
  text-align: center;
  font-size: 15px; 
}

@media only screen and (max-width: 600px) {
  #navbar a {
    color: #fff;
    text-decoration: none;
    font-size: 15px;
    padding-left: 6px;
    line-height: 50px;
  }
.vertical-center
	width: 90%;
  height: 90%;
} 
.index-banner{
  width:fit-content;
}