* {
  margin: 0;
  padding: 0;
}

body {
  margin: auto;
  font-family: 'Roboto', sans-serif;
  font-size: 11pt;
  overflow-x: hidden;
  color: #002B5C;
  background-color: white;
}

h2 {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20pt;
}

p {
  padding-bottom: 10px;
}

ul {
  list-style: none;
}

li {
  padding-bottom: 25px;
}

#servicesInfo a, #owners a, #managers a, #support a {
  text-decoration: none;
  color: #E37F1C;
  display: block;
}

#servicesInfo a:visited, #owners a:visited, #managers a:visited, #support a:visited {
  color: #E37F1C;
}


/*
==================================
========== The Nav Bar ===========
==================================
*/

#top {
  background-color: white;
  height: 55px;
  width: 100vw;
  position: fixed;
  z-index: 3;
}

#links {
  height: 55px;
  width: 100vw;
  position: fixed;
  top: 3px;
  z-index: 3;
}

#links a {
  color: #002B5C;
  text-decoration: none;
  font-size: 12pt;
  padding-right: 25px;
}

#menubutton, #menubutton2 {
    position: fixed;
    top: 0;
    width: 100%;
    height: 50px;
    background-color: white;
    z-index: 3;
}

#logo img {
  /*width: 140px;*/
  padding-top: 10px;
  /*padding-left: 40px;*/
}

#mobilemenu {
  width: 550px;
  position: absolute;
  top: 25px;
  right: 0px;
  display:none;
}


/*
==================================
=========== Home Page ============
==================================
*/

#noshow, .noshow {
  display: none;
}

#homeimg {
  height: 420px;
}

#homeimg h3 {
  width: 700px;
  margin: auto;
  font-size: 50pt;
  text-align: center;
}

#title {
  padding-top: 140px;
  font-weight: bold;
}

#homevid video {
  position: absolute;
  width: 100vw;
  top: 10px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  opacity: .5;
  z-index: -1;
}

#signup {
  background-color: #002B5C;
  color: white;
  padding: 11px 15px 11px 15px;
  border-radius: 8px;
  font-size: 17pt;
  font-weight: normal;
  text-decoration: none;
}

#homedetails {
  width: 100vw;
  height: 200px;
  margin: auto;
  padding-top: 30px;
  background-color: white;
  z-index: 6;
  line-height: 18px;
}

#homecenter {
  width: 645px;
  margin: auto;
}

.icon {
  text-align: center;
  float: left;
  padding: 30px;
}

#wifi img, #time img, #people img {
  height: 45px;
  padding-bottom: 20px;
}

#homedetails p {
  width: 155px;
  text-align: left;
}

.highlight, .bodyHighlight {
  color: #E37F1C;
}


/*
==================================
============ Services ============
==================================
*/

#services, #owners, #managers, #support, #about, #contact {
  width: 600px;
  margin: auto;
  padding: 100px 0px 50px 0px;
}

#services {
  height: 850px;
  margin-top: 70px;
}

#servicesInfo {
  width: 270px;
  float: left;
  padding-right: 20px;
}

#servicesInfo ul {
  padding-top: 20px;
}

#services img {
  width: 300px;
  padding-bottom: 20px;
}

#services p {
  /*width: 220px;*/
  line-height: 17px;
}

.sideNote {
  font-size: 9pt;
  /*padding-top: 15px;*/
}

#ownersbgm, #managersbgm, #supportbgm, #aboutbgm, #contactbgm {
  height: 400px;
  background-attachment: inherit;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .5;
  margin-top: 30px;
}


/*
==================================
============= Owners =============
==================================
*/

#ownersbgm {
    background-image: url("/assets/img/owners.jpg");
}

#owners {
  height: 850px;
}

#ownersub {
  text-align: center;
  margin-top: -25px;
  padding-bottom: 30px;
}

#ownersimg {
  width: 250px;
  padding-top: 15px;
  float: left;
}

#ownersimg img {
  width: 250px;
}

#ownersimg a {
  font-size: 9pt;
  text-decoration: none;
}

#ownersicon {
  padding-top: 20px;
}

#owners ul {
  width: 290px;
  float: right;
}


/*
==================================
=========== Managers =============
==================================
*/

#servicesInfo a, #managers a {
  text-decoration: none;
  color: #E37F1C;
  display: block;
}

#servicesInfo a:visited, #managers a:visited {
  color: #E37F1C;
}

#managersbgm {
    background-image: url("/assets/img/services.jpg");
}

#managers {
  padding-bottom: 100px;
  height: 800px;
}

#managers img {
  width: 230px;
  float: right;
  margin-top: 30px;
}

#managers ul {
  width: 300px;
  float: left;
  padding-left: 20px;
}

#managers p {
  float: left;
}

#managersNote {
  width: 230px;
  font-size: 9pt;
  margin: 15px 0px 0px 50px;
}


/*
==================================
============ Support =============
==================================
*/

#supportbgm {
    background-image: url("/assets/img/support.jpg");
}

#support {
  height: 550px;
}

#supporticon {
  width: 300px;
  float: left;
}

#support p {
  width: 270px;
  float: right;
  padding-left: 20px;
  padding-bottom: 14px;
}


/*
==================================
============= About ==============
==================================
*/

#aboutbgm {
  background-image: url("/assets/img/about_med.jpg");
}

#about {
  width: 400px;
  height: 550px;
}

#about p {
  padding-bottom: 30px;
}


/*
==================================
============ Contact =============
==================================
*/

#contactbgm {
    background-image: url("/assets/img/contact_med.jpg");
}

#contacttext {
  width: 60%;
  margin: auto;
}

#my_form {
  width: 300px;
  margin: auto;
  padding-bottom: 30px;
}

#my_form p, #my_form input, #my_form textarea {
  width: 300px;
  margin-bottom: 5px;
  color: #002B5C;
}

#my_form select {
  width: 100%;
  padding: 10px 10px 10px 10px;
  font-size: 9pt;
  border-style: solid;
  border-width: thin;
  border-color: #e6e6e6;
  background-color: white;
}

#my_form input {
  padding: 5px 10px 5px 10px;
  font-size: 9pt;
}

#my_form p {
  padding-bottom: 3px;
}

#helpQuestion {
  padding-top: 20px;
}

#my_form textarea {
  font-size: 9pt;
  padding: 10px 10px 10px 10px;
  border-color: #e6e6e6;
}

#my_form input:focus, #my_form textarea {
  outline-color: rgba(227, 127, 28, .5);
}

#name {
  margin-top: 20px;
}

.antispam {
  display: none;
}


/*
==================================
============  Footer  ============
==================================
*/

footer {
  width: 100%;
  height: 210px;
  background-color: #e6e6e6;
  font-size: 10pt;
  padding-top: 10px;
}

#footerSect {
  width: 500px;
  margin: auto;
}

footer h3 {
  font-size: 12pt;
  padding-bottom: 10px;
}

footer p {
  font-size: 9pt;
}

footer ul {
  list-style: none;
  width: 100px;
}

#support a:hover, footer a:hover {
  border-style: none;
  color: #E37F1C;
}

footer a {
  text-decoration: none;
  color: #002B5C;
}

footer a:visited {
  color: #002B5C;
}

#footerNav, #footerSupport, #footerContact {
  float: left;
  padding-right: 30px;
}

#footerNav {
  font-size: 12pt;
}

#copyright {
  font-size: 8pt;
}


/*
==================================
==========  Width CSS  ===========
==================================
*/

@media (max-width: 750px) {
  body {
    width: 750px;
  }
  #menuOwn {
    display: none;
  }
  #mobilemenu {
    width: 450px;
    position: absolute;
    top: 25px;
    right: 0px;
    display:none;
  }
}


/*
==================================
==================================
*/

@media (max-width: 650px) {
  body {
    font-size: 10pt;
    width: 650px;
  }
  #homecenter {
    width: 600px;
  }
  #homedetails p {
    width: 140px;
  }
  #menuOwn {
    display: none;
  }
  #menuMan {
    display: none;
  }
  #mobilemenu {
    width: 350px;
    position: absolute;
    top: 25px;
    right: 0px;
  }
  #title {
    padding-top: 140px;
  }
  #homeimg h3 {
    font-size: 30pt;
    width: 350px;
    margin: auto;
    text-align: center;
  }
  #signup {
    background-color: #002B5C;
    color: white;
    padding: 11px 13px 11px 13px;
    border-radius: 8px;
    font-size: 14pt;
    font-weight: normal;
    text-decoration: none;
  }
  #homedetails {
    height: 130px;
  }
  #homecenter {
    margin-top: -70px;
  }
  footer {
    height: 205px;
  }
}


/*
==================================
==================================
*/

@media (max-width: 550px) {
  body {
    font-size: 9pt;
    width: 550px;
    margin: auto;
    overflow-x: hidden;
  }
  h2 {
    font-size: 18pt;
  }
  #top {
    width: 110vw;
  }
  #wifi img, #time img, #people img {
    height: 40px;
    padding-bottom: 10px;
  }
  #homevid video {
    width: 110vw;
  }
  #homecenter {
    width: 500px;
    margin: auto;
  }
  .icon {
    padding: 20px;
    margin-top: 40px;
  }
  #homedetails p {
    width: 110px;
  }
  #services, #owners, #managers, #support, #about, #contact {
    width: 500px;
    margin: auto;
  }
  #servicesInfo {
    width: 200px;
  }
  #services img {
    width: 230px;
  }
  #ownersimg {
    width: 200px;
    margin-left: 30px;
    float: left;
  }
  #ownersimg img {
    width: 200px;
  }
  #owners ul {
    width: 200px;
    padding-left: 20px;
    float: left;
  }
  #managers img {
    width: 200px;
    float: none;
  }
  #managers ul {
    width: 200px;
    float: left;
    margin-right: 20px;
  }
  #managersNote {
    width: 200px;
    margin: 15px 0px 0px 5px;
  }
  #support {
    height: 550px;
    width: 300px;
    margin: auto;
  }
  #supporticon {
    float: none;
    padding-bottom: 20px;
  }
  #support p {
    float: none;
  }
  #about {
    width: 300px;
    margin: auto;
  }
  #contacttext {
    width: 300px;
    margin: auto;
  }
  #contact h2 {
    padding-left: 100px;
    width: 150px;
  }
  #menuOwn {
    display: none;
  }
  #menuMan {
    display: none;
  }
  #menuSup {
    display: none;
  }
  #mobilemenu {
    width: 270px;
    position: absolute;
    top: 25px;
    right: 0px;
  }
  #title {
    padding-top: 110px;
  }
  #homedetails {
    height: 70px;
  }
  #homecenter {
    margin-top: -140px;
  }
}


/*
==================================
==================================
*/

@media (max-width: 500px) {
  body {
    font-size: 9pt;
    width: 100vw;
    margin: auto;
  }
  #wifi img, #time img, #people img {
    height: 30px;
    padding-bottom: 10px;
  }
  #homecenter {
    margin-top: -160px;
  }
  #services, #owners, #managers, #support, #about, #contact {
    width: 100vw;
    margin: auto;
  }
  #servicesInfo {
    width: 160px;
    padding-left: 30px;
  }
  #services img {
    width: 210px;
  }
  #owners ul {
    width: 160px;
  }
  #managers img {
    width: 180px;
  }
  #managersNote {
    width: 180px;
  }
  #supportText {
    width: 300px;
    margin: auto;
  }
  #abouttext {
    width: 300px;
    margin: auto;
  }
  #contacttext {
    width: 300px;
    margin: auto;
    padding-right: 20px;
  }
  footer {
    font-size: 8pt;
    height: 205px;
  }
  #footerSect {
    width: 400px;
  }
}
