body {
  color: black;
  font-family: "Josefin Sans", sans-serif !important;
  height: 100vh !important;
}
/*
p {
  font-size: 16px;
  line-height: 28px;
}*/
a {
  text-decoration: none;
}
ul {
  list-style: none;
}

#lazy {
  margin-bottom: 30px;
}
/*FOOTER*/
#footer-text a {
  color: #878787 !important;
  transition: all 0.3s linear;
}
#footer-text a:hover {
  color: #007bff !important;
}
.ul-no-margin {
  margin-top: 1rem !important;
}

/*NAV*/
#signin {
  margin-top: 20px;
  margin-right: 20px;
}
#vpis {
  border-radius: 4px;
  background-color: #4084f9;
  color: white;
  border: 1px darkblue;
  font-size: 11.5pt;
  padding: 12px 12px 10px 10px;
}
#vpis:hover {
  background-color: #184ea9;
}

#loggedin .test {
  margin-top: 10px;
  margin-right: 20px;
}
#greeting {
  padding-top: 5px;
}
#navbtn {
  background-color: white;
  color: black;
  height: 35px;
}

/*LOGIN page*/
#loginpage {
  margin-top: 30px;
}
#loginpage #loginregisterbtn {
  text-decoration: underline;
}
#loginpage #borderdiv {
  padding: 10px;
  box-shadow: 0 0 5px 5px #888888;
}
#loginpage .loginbtn {
  border-radius: 10px;
  border: 1px solid black;
}

#loginpage .loginbtn:hover {
  border-radius: 10px;
  border: 1px solid black;
  background-color: black;
  color: white;
}

/*REGISTER user*/
#registerpage {
  margin-top: 30px;
}
#registerpageform {
  border-radius: 10px;
  padding: 10px;
  box-shadow: 0 0 5px 5px #888888;
}
#registerpage #registerloginbtn {
  text-decoration: none;
}
#registerpage .registerbtn {
  border-radius: 10px;
  border: 1px solid black;
}

#registerpage .registerbtn:hover {
  border-radius: 10px;
  border: 1px solid black;
  background-color: black;
  color: white;
}

/*REGISTER service*/
.addServiceForm {
  margin: 0 auto;
  margin-top: 5%;
  width: 60%;
}
.addServiceForm .form-check {
  margin-left: 5px;
}
.addServiceForm input,
select {
  border-radius: 5px;
  font-size: large;
  border: 1px solid black;
  outline: none;
  margin-bottom: 10px;
}
.addServiceForm .checkbox {
  margin-left: 10px;
  margin-bottom: 0;
  vertical-align: middle;
  position: relative;
  bottom: 2px;
  height: 20px;
  width: 20px;
}
.addServiceForm .websiteinput {
  width: 300px;
}
.addServiceForm .websiteinput,
.checkbox {
  display: inline-block;
}
.search-exp {
  margin-bottom: 20px;
}
#div_id_county_operation {
  margin: 0 auto;
}

.confirm-location-page {
  margin-top: 30px;
}
.addServiceForm .websiteinput {
  width: 100%;
}
.addServiceForm #id_website {
  width: 100%;
  line-height: 1.5;
  font-weight: 400;
  padding: 0.375rem 0.75rem;
}
@media (min-width: 767px) {
  .addServiceForm .websiteinput {
    width: 300px;
  }
}
/*PASSWORD reset*/
.passwordreset {
  width: 60%;
  margin: 0 auto;
  margin-top: 30px;
}
.passwordreset #id_email {
  width: 50%;
}

@media (min-width: 500px) {
  #id_new_password1,
  #id_new_password2 {
    width: 250px;
  }
}
/* EDIT serivce list*/
.editservicelistpage {
  margin-top: 30px;
}
.editservicelistpage .servicelist {
  border-radius: 10px;
  box-shadow: 0 0 5px 5px #888888;
}
.editservicelistpage .servicelist td {
  padding: 5px 20px 5px 20px;
}
.editservicelistpage .servicelist #approvedicon {
  text-align: center;
}
.editservicelistpage .servicelist th {
  padding: 20px;
}

/*CONTACT page*/
.contactpage {
  margin-top: 30px;
}
.contactpage .pagename {
  text-align: center;
}
.contactpage .icon {
  width: 60px;
  height: 60px;
  background-color: #46b5d1;
  border-radius: 50%;
  margin: 0 auto;
  margin-top: 100px;
}
.contactpage .text {
  margin-top: 5px;
}

/*PROJECT page*/
.projectpage {
  margin-top: 30px;
}
.projectpage .image {
  margin-top: 30px;
  text-align: center;
}
.projectpage .logo {
  text-align: center;
}
.projectpage .main-text {
  width: 60%;
  margin: 0 auto;
}
.projectpage .more-info {
  margin-top: 10px;
  text-align: center;
}

/*TERMS page*/
.termspage {
  margin-top: 30px;
}
.termspage .pagename {
  text-align: center;
}
.termspage .termstext {
  margin: 0 auto;
  width: 60%;
}
.termspage .terms {
  margin-top: 30px;
}
.termspage .terms li {
  font-weight: bold;
}
.termspage .terms p {
  font-size: 15px;
}

/*ABOUT US page*/
.aboutuspage {
  margin-top: 30px;
}
.aboutuspage .pagename {
  text-align: center;
}
.aboutuspage .aboutustext {
  margin: 0 auto;
  margin-top: 30px;
  width: 60%;
}
