* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 auto;
  padding: 0;
}

body > * {
  width: 100%;
}

header div {
  position: relative;
  width: 1180px;
  height: 120px;
}

header h1 {
  position: absolute;
  left: 10px;
  bottom: 15px;
}

.global_navigation_bar {
  right: 0px;
  bottom: 0px;
  font-size: 20px;
  padding-right: 16px;
}

.global_navigation_bar > li {
  margin: 0px 30px 15px;
}

.global_navigation_bar > li > a {
  text-decoration: none;
  font-weight: 1000;
  color: rgb(26, 22, 22);
}

.global_navigation_bar > li > a:hover {
  color: rgb(71, 173, 182);
}

.utility_bar {
  right: 30px;
  top: 20px;
  font-size: 11px;
  margin: 0 auto;
}

.utility_bar li {
  margin: 0px 14px;
}

* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 auto;
  padding: 0;
}

body > * {
  width: 100%;
}

li {
  float: left;
}

ul {
  position: absolute;
  display: inline-block;
  list-style-type: none;
}

li a {
  text-decoration: none;
  color: rgb(26, 22, 22);
}

* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 auto;
  padding: 0;
}

body > * {
  width: 100%;
}

main {
  height: 590px;
}
main div {
  width: 800px;
  height: 300px;
  margin: 0 auto;
  padding: 150px 0 0;
  color: rgb(255, 255, 255);
}
main div > p {
  font-size: 80px;
  margin: 0;
  font-weight: 1000;
}
main div > p ~ p {
  font-size: 25px;
}

section div {
  width: 1080px;
  height: 450px;
  margin: 0 auto;
}
section div > p {
  margin: 50px auto;
  text-align: center;
  font-size: 20px;
  font-weight: 1000;
}

article {
  width: 230px;
  float: left;
  margin: 0 20px;
}
article img {
  width: 230px;
  height: 163px;
}
article p:first-of-type {
  font-weight: 1000;
}

* {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  margin: 0 auto;
  padding: 0;
}

body > * {
  width: 100%;
}

footer {
  background-color: rgb(0, 9, 103);
  color: rgb(255, 255, 255);
}
footer h1 {
  position: absolute;
  left: 10px;
  bottom: 15px;
  margin: 0 auto;
}
footer div {
  width: 1000px;
  height: 100px;
  position: relative;
  margin: 0 auto;
}
footer p {
  display: block;
  width: 1000px;
  height: 100px;
  margin: 0 auto;
  padding: 10px;
  font-size: 11px;
  box-sizing: border-box;
}
footer .footer_menu_bar {
  font-size: 13px;
  right: 20px;
  bottom: 15px;
}
footer .footer_menu_bar a {
  color: rgb(255, 255, 255);
}
footer .footer_menu_bar a:hover {
  color: rgb(189, 105, 129);
  cursor: pointer;
}
footer .footer_menu_bar li {
  display: inline-block;
  padding: 0 15px;
  border-right: 2px solid rgb(193, 215, 248);
}
footer .footer_menu_bar li:last-child {
  border-right: none;
}/*# sourceMappingURL=index.css.map */