/* ##############################
#        1 General              #
############################## */
.page-size {
  /* width: 100%;
  max-width: 1000px; */
  width: 1000px;
  margin: auto;
}

.float-right {
  float: right;
}

.flex-container {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

main {
  padding: 20px;
  font-family: Helvetica, Arial, sans-serif;
}
/* ##############################
#        2 Header               #
############################## */
header {
  padding: 40px 0 0 0
}

nav.header {
  width: 100%;
  height: 71px;
  overflow: hidden;
  margin: 43px auto 20px auto;
  border-radius: 15px;
}


nav.header .menu {
  width: 60%;
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}

nav.header .menu li {
  float: left;
}

nav.header ul li a {
  display: inline-block;
  color: white;
  padding: 25px 20px;
  border-right: 1px solid #8a8b8c;
}

nav.header ul li a:hover {
  background-color: rgb(2,34,197);
}



.phone-text {
  width: 30%;
  color: white;
  float: right;
  padding-top: 10px;
  padding-right: 20px;
  text-align: right;

}

/* ##############################
#        3 Main Content         #
############################## */
main {
  min-height: 500px;
  border-radius: 15px;
}
/* ##############################
#        4 Aside                #
############################## */

/* ##############################
#        5 Footer               #
############################## */
nav.footer {
  margin: 0 auto;
  width: 60%;
}

nav.footer {
  padding: 10px 0 0 0;
}
nav.footer ul li {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
}



#acc {
  width: 128px;
  height: 85px;
}

#contact {
  width: 263px;
  height: 90px;
}

#contact-info {
  width: 185px;
}
#contact-info h4, #contact-info p {
  margin-bottom: 0.7em;
}

footer h4 {
  margin-top: 0;
}
