* {
    box-sizing: border-box;
    margin: 0px;
    padding: 0px;
}

.indexlink {
    text-decoration: none;
}

.indexlink:link {
  color: black;
}

.indexlink:visited {
  color: black;
}

.indexlink:hover {
  color: black;
}

.indexlink:active {
  color: black;
}

.header {
    display: block;
    width: 100%;
    text-align: center;
}

.header__faq {
    display: block;
    width: 100%;
    text-align: center;
    height: 60px;
    border-bottom: 2px solid gray;
}

.header--main {
    background-image: url('images/headerpic2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    border-top: 2px solid gray;
    height: 60%;
    clear: both;
}

.header--title {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-size: 22px;
    display: inline;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
    float: left;
    color: black;
}

.header--navbutton {
    float: right;
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.071em;
    text-decoration: none;
    font-family: Helvetica, arial, sans-serif;
    line-height: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}

.header h3 {
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    display: inline;
}

.header h1 {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 400;
    color: rgb(247, 247, 247);
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 56px;
    padding-top: 56px;
}

.header button {
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: rgb(210, 47, 37);
    border-radius: 4px;
    border-style: none;
    color: white;
    width: auto;
    max-width: 100%;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-right: 32px;
    text-transform: uppercase;
    letter-spacing: 0.071em;
    padding-left: 32px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 16px;
    padding-top: 16px;
    font-weight: 700;
}

.header--main a {
    text-decoration: none;
}

.header--main a:link {
  color: white;
}

.header--main a:visited {
  color: white;
}

.header--main a:hover {
  color: white;
}

.header--main a:active {
  color: white;
}

main {
    display: block;
}

.main__faq {
    text-align: center;
    display: block;
    height: 90vh;
}

.main__customer {
    text-align: center;
    display: block;
    margin: 10px;
}

.main--contact {
    max-width: 100%;
    width: 100%;
    max-height: 50vh;
    height: 50vh;
    display: block;
}

.main--contact--left {
    height: 100%;
    width: 50%;
    display: inline-block;
}

.main--contact--left__image {
    width: 100%;
    max-height: 100%;
}

.main--contact--right {
    width: 50%;
    height: 100%;
    float: right;
    text-align: center;
}

.main--contact--right--details {
    margin-top: 60px;
}

.main--contact--right--details__title {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 38px;
    line-height: 1.25;
    color: rgb(27, 27, 27);
    text-transform: none;
    letter-spacing: normal;
}

.main--contact--right--details__address {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 1.25;
    color: gray;
}

.main--services {
    display: block;
    text-align: center;
    clear: both;
}

.main--services__title {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #d3402a;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 56px;
    padding-top: 56px;
}

.service {
    display: block;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.service__title {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    color: #d3402a;
    text-transform: none;
    letter-spacing: normal;
    margin: 10px;
}

.faq__main__label {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
    color: #d3402a;
    text-transform: none;
    letter-spacing: normal;
    padding-bottom: 56px;
    padding-top: 56px;
}

.faq__question {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    color: #d3402a;
    text-transform: none;
    letter-spacing: normal;
    margin: 10px;
}

.service__box {
    display: inline-block;
    margin: 30px;
}

.service__picture {
    width: 300px;
    height: 200px;
}

.service__desc {
    text-align: left;
    margin-top: 25px;
    margin-bottom: 5px;
    margin-left: 2px;
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 20px;
    line-height: 1.25;
    color: #353837;
    text-transform: none;
    letter-spacing: normal;
}

.main--services__smallprint {
    padding-top: 70px;
    padding-bottom: 30px;
}

.main--newsletter {
    display: block;
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #ffdfd3;
}

.newsletter__p {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.25;
    color: #d3402a;
    text-transform: none;
    letter-spacing: normal;
    display: inline;
}

.newsletter__label {
  font-family: 'Roboto', sans-serif;
  font-size: 1.2rem;
  margin-left: 2rem;
  margin-top: 0.7rem;
  display: block;
  transition: all 0.3s;
  transform: translateY(0rem);
}

.newsletter__input {
  font-family: 'Roboto', sans-serif;
  color: #333;
  font-size: 1.2rem;
  margin: 20px;
  padding: 1.5rem 2rem;
  border-radius: 0.2rem;
  background-color: rgb(255, 255, 255);
  border: none;
  width: 40%;
  display: inline;
  border-bottom: 0.3rem solid transparent;
  transition: all 0.3s;
  height: 30px;
}

.newsletter__button {
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: rgb(210, 47, 37);
    border-radius: 4px;
    border-style: none;
    color: white;
    width: auto;
    max-width: 100%;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-right: 32px;
    text-transform: uppercase;
    letter-spacing: 0.071em;
    padding-left: 32px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 16px;
    padding-top: 16px;
    font-weight: 700;
}

.footer {
    display: block;
    background-color: black;
    text-align: center;
    height: 25vh;
}

.customer__footer {
    display: block;
    background-color: black;
    text-align: center;
    height: 25vh;
}

.copyrightNotice {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.25;
    color: gray;
    text-transform: none;
    letter-spacing: normal;
    display: block;
    padding: 50px;
}

.footer__link {
    color: white;
    text-transform: uppercase;
    text-decoration: none;
    margin: 20px;
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.faq__answer {
    margin: 20px;
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-weight: 400;
    line-height: 1.2;
}

.contact__form__box {
    text-align: center;
}

.contact__form {
    text-align: center;
}

.contact__input {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    width: 70%;
    display: block;
    border-bottom: 0.3rem solid transparent;
    height: 30px;
    border-color: rgb(226, 226, 226);
    margin-bottom: 24px;
}

.contact__textarea {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    width: 40%;
    display: block;
    border-bottom: 0.3rem solid transparent;
    border-color: rgb(226, 226, 226);
    margin-bottom: 24px;
}

.contact__submit {
    font-family: Helvetica, arial, sans-serif;
    font-size: 14px;
    background-color: rgb(210, 47, 37);
    border-radius: 4px;
    border-style: none;
    color: white;
    width: auto;
    max-width: 100%;
    margin-bottom: 24px;
    margin-top: 24px;
    padding-right: 32px;
    text-transform: uppercase;
    letter-spacing: 0.071em;
    padding-left: 32px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
    padding-bottom: 16px;
    padding-top: 16px;
    font-weight: 700;
}

.privacyPolicy {
    display: block;
    text-align: center;
    height: 90%;
}

.privacyPolicy h1, .privacyPolicy h2, .privacyPolicy p, .privacyPolicy li {
    display: block;
    margin-bottom: 10px;
}

.privacypolicy__section {
    margin: 20px;
    margin-bottom: 35px;
}

.termsofservice__section {
    margin: 20px;
    margin-bottom: 50px;
}

.search--header {
    font-family: "League Spartan", arial, helvetica, sans-serif;
    font-size: 22px;
    display: block;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
    color: black;
}

.search--header--button {
    font-family: Helvetica, arial, sans-serif;
    width: 100px;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    text-decoration: none;
}

.search--label {
    font-weight: 700;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 0.071em;
    text-decoration: none;
    font-family: Helvetica, arial, sans-serif;
    line-height: 24px;
    padding-right: 24px;
    padding-left: 24px;
    padding-bottom: 16px;
    padding-top: 16px;
    margin-left: 0px;
    margin-top: 0;
    margin-bottom: 0;
    color: black;
}

.new--client--button {
    font-family: Helvetica, arial, sans-serif;
    width: 100px;
    padding: 20px;
    background: #2196F3;
    color: white;
    font-size: 17px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    text-decoration: none;
}

.customer__input {
    font-family: 'Roboto', sans-serif;
    color: #333;
    font-size: 1.2rem;
    margin-left: auto;
    margin-right: auto;
    padding: 1.5rem 2rem;
    border-radius: 0.2rem;
    background-color: rgb(255, 255, 255);
    width: 30%;
    display: block;
    border-bottom: 0.3rem solid transparent;
    height: 30px;
    border-color: rgb(226, 226, 226);
    margin-bottom: 24px;
}

.client--settings--button {
    font-family: Helvetica, arial, sans-serif;
    width: 220px;
    height: 60px;
    padding: 20px;
    background: #2196F3;
    color: white;
    font-size: 22px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    text-decoration: none;
    display: inline-block;
}

.notes {
	resize: none !important;
	overflow: auto !important;
	outline: none;
	box-shadow: none !important;
	border-color: $border !important;
	&:hover {
		resize: none !important;
		overflow: auto !important;
		outline: none;
		box-shadow: none !important;
		border-color: $border !important;
	}
}
textarea.notes {
	width: 20%;
	height: 19em;
	line-height: 31px;
	background-image: -webkit-linear-gradient(left, white 0, transparent 0), -webkit-linear-gradient(right, white 0, transparent 0), -webkit-linear-gradient(white 30px, #ccc 30px, #ccc 31px, white 31px);
	background-repeat: repeat-y;
	background-size: 100% 100%, 100% 100%, 100% 31px;
	background-attachment: local;
}

.crossed-out {
    text-decoration: line-through; !important
}

.client--files--button {
    font-family: Helvetica, arial, sans-serif;
    width: 100px;
    padding: 10px;
    background: #2196F3;
    color: white;
    font-size: 12px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    text-decoration: none;
}

.fileContainer {
    padding: 10px;
}

.fileInputControl {
    padding: 10px;
}

.client--save--button {
    font-family: Helvetica, arial, sans-serif;
    width: 220px;
    padding: 20px;
    margin: 10px;
    background: #2196F3;
    color: white;
    font-size: 22px;
    border: 1px solid grey;
    border-left: none; /* Prevent double borders */
    cursor: pointer;
    text-decoration: none;
}

.customer__form {
    text-align: center;
    padding: 20px;
}
