body {
    padding: 0;
    margin: 0;
    text-align: center
}

h1 {
    font-family: forumregular, cursive
}

h2,
h3 {
    font-family: quicksandlight, sans-serif
}

a,
label,
p,
small {
    font-family: khularegular, sans-serif;
    font-weight: 500
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

a {
    text-decoration: none
}

small {
    font-size: .2em;
    vertical-align: top
}

figcaption {
    font-size: small
}

fieldset {
    border: none
}

button {
    width: 100px;
    height: 40px;
    box-sizing: border-box;
    margin: 20px 0;
    background-color: #1d2b57;
    box-shadow: 2px 2px 2px #f2b33d;
    color: #fff;
    border: none;
    font-size: medium
}

button:hover {
    cursor: pointer
}

.material-icons {
    vertical-align: middle
}

header {
    height: 60px;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 4
}

.menu-logo {
    display: none;
    font-family: forumregular, cursive;
    font-size: x-large;
    color: #fff;
    padding: 15px;
    position: absolute;
    top: 0;
    box-sizing: border-box
}

.menu-icon {
    background-color: #f2b33d;
    color: #1d2b57;
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 2;
    border-bottom: solid 1px #1d2b57;
    border-right: solid 1px #1d2b57
}

.nav-options {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: solid 1px #1d2b57
}

.nav-options a:not(:nth-child(1)):hover {
    font-weight: 600
}

.expand {
    display: flex;
    background-color: #1d2b57
}

.nav-options a:not(:nth-child(1)) {
    color: #fff;
    font-size: x-large;
    padding: 40px
}

.home-triangle {
    display: block;
    background-color: transparent;
    position: absolute;
    width: 0;
    height: 0;
    border-top: 50vh solid transparent;
    border-bottom: 50vh solid transparent
}

.home-triangle-left-gold {
    border-right: 10vw solid #f4ce86;
    right: 10px;
    z-index: 2
}

.home-triangle-right-gold {
    border-left: 10vw solid #f4ce86;
    left: 10px;
    z-index: 2
}

.home-triangle-left-blue {
    border-right: 10vw solid #1d2b57;
    right: 0;
    z-index: 2
}

.home-triangle-right-blue {
    border-left: 10vw solid #1d2b57;
    left: 0;
    z-index: 2
}

.home-triangle-high {
    top: 25vh
}

.home-triangle-low {
    top: -25vh
}

#home-header {
    top: 0
}

#home-header h1 {
    color: #1d2b57;
    font-size: 8vw;
    margin: 0;
    border-bottom: solid 1px #f2b33d
}

#home-enter {
    padding: 80px 60px 20px 60px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    background-image: url(../images/magic-back-2.jpg);
    background-size: cover
}

#home-analogue-digital {
    color: #1d2b57;
    text-shadow: 1px -1px 2px #f2b33d;
    width: 100%
}

#home-analogue-digital>div {
    width: 100%
}

#home-analogue-digital span {
    font-family: vt323regular, monospace;
    font-size: .9em
}

#home-conversion {
    font-size: 4vw;
    margin-top: 15%
}

#home-conversion i {
    vertical-align: top;
    color: #f2b33d;
    font-size: 4vw
}

.page-section {
    height: 100vh;
    position: relative;
    box-sizing: border-box;
    padding: 80px 50px 20px 50px
}

.page-header {
    height: 60px;
    width: 100%;
    position: absolute;
    top: 30px;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 0 60px;
    box-sizing: border-box
}

.section-header {
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    padding: 15px 60px;
    box-sizing: border-box
}

.section-header h2 {
    margin: 0
}

.home-section {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly
}

.home-section h2 {
    padding: 10px;
    border-bottom: solid 1px #f2b33d;
    font-size: 1.5em;
    color: #1d2b57
}

#home-why-digitize {
    height: 140vh;
    background-image: url(../images/degrade-1.jpg);
    background-size: cover;
    z-index: 2
}

.why-digitize-section {
    box-sizing: border-box;
    padding: 5px;
    height: auto;
    background-color: #ffffffc4
}

.why-digitize-section p {
    margin: 5px
}

.home-section h3 {
    margin: 5px;
    color: #1d2b57;
    font-size: 1.2em
}

#home-why-us {
    height: 130vh
}

.why-us-section h3 {
    margin: 0;
    font-size: 1.1em
}

.why-us-section>p {
    display: none
}

.why-us-section {
    margin: 20px 20px
}

.why-us-icon {
    color: #f2b33d
}

.why-us-icon:hover {
    font-weight: 500;
    cursor: default
}

.parallax {
    width: 100%;
    height: 100vh;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    background-clip: border-box
}

#services-header {
    height: 100vh;
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    justify-content: space-evenly;
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center
}

#services-header-info {
    padding: 20px;
    width: 60%
}

#services-main {
    height: 300vh;
    width: 100%
}

.services-main-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    border: groove 10px #f4ce86;
    height: calc(100vh - 120px);
    padding: 10px;
    margin: 60px;
    background-image: url(../images/magic-back-2.jpg);
    background-size: cover
}

.services-section {
    padding: 0;
    width: 100%
}

.services-section ul {
    padding: 0 20px
}

.services-section li {
    margin: 15px 0
}

.services-section small {
    text-align: center;
    font-size: small
}

.services-section p {
    margin: 5px;
    text-align: left
}

#services-header-image {
    width: 60%
}

.services-images {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: space-evenly
}

.services-images figure {
    width: 20%;
    margin: 5px;
    box-sizing: border-box
}

.services-images img {
    width: 40px
}

.services-price {
    width: 80%;
    height: 60px;
    background-color: #1d2b57;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 5px -5px 5px -5px #1d2b57
}

.services-price p {
    font-size: large;
    color: #fff
}

#services-price-info {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding: 0 60px
}

#photos-images figure {
    width: auto
}

#services-extra {
    height: 140vh;
    display: flex;
    justify-content: center;
    flex-direction: column
}

.services-extra-section {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    border: groove 10px #f4ce86;
    width: calc(100% - 120px);
    background-color: rgba(255, 255, 255, .719);
    padding: 10px;
    box-sizing: border-box;
    margin: 60px
}

.services-extra-section>* {
    margin: 10px
}

.services-extra-section>p {
    padding: 10px 30px 10px 30px
}

#duplicate-price,
#edit-price {
    width: 80%
}

#faq-menu {
    background-color: #1d2b57;
    color: #fff
}

#faq-header h1 {
    color: #fff;
    border-bottom: solid 1px #f2b33d
}

#faq-back {
    display: none
}

#faq-options {
    height: calc(100vh - 60px);
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    color: #f2b33d
}

#faq-options a:hover {
    cursor: pointer
}

.faq-section {
    height: auto;
    background-image: url(../images/faq-back-stars.jpg);
    background-size: cover;
    padding-top: 80px;
    text-align: left;
    border-bottom: solid 1px #f2b33d
}

.faq-section h3 {
    font-family: Khula, sans-serif;
    margin: 0;
    padding: 20px 0 5px 0
}

.faq-section p {
    margin: 0;
    padding: 5px 0 20px 0
}

.faq-icon {
    display: none
}

.faq-header {
    position: absolute;
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center
}

.faq-triangle {
    display: none
}

.about-section {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: left
}

.about-text {
    width: 100%
}

#about-first,
#about-third {
    background-color: #1d2b57;
    color: #f2b33d
}

#about-second {
    background-color: #f4ce86;
    color: #1d2b57
}

#about-second img {
    order: 2
}

.about-section>img {
    width: 60%
}

#about-details {
    text-align: left;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly
}

#about-details>* {
    margin: 10px
}

#about-details .social-icon {
    margin: 0
}

#about-details p {
    color: #fff
}

#about-details i {
    color: #f2b33d
}

#about-logo {
    width: 200px
}

#contact-header h1 {
    border-bottom: solid 1px #f2b33d
}

#contact-wizard {
    display: none
}

#contact-main {
    height: 130vh;
    background-image: url(../images/contact-wizard-mob.jpg);
    background-size: contain;
    background-position: top;
    background-repeat: no-repeat
}

#contact-form {
    background-color: transparent;
    height: calc(100vh - 120px);
    text-align: left;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-direction: column;
    border-radius: 5px
}

#contact-form fieldset {
    width: 80%;
    padding: 5px
}

#contact-form input,
form textarea {
    margin-top: 5px;
    height: 30px;
    width: 100%;
    box-sizing: border-box;
    background: #f4ce86c4;
    border-bottom: solid 1px #1d2b57;
    border-top: none;
    border-right: none;
    border-left: none;
    outline: 0
}

#message-field {
    height: 35%
}

#contact-message {
    height: 100%
}

#contact-details {
    padding-top: 40px
}

#contact-details h2 {
    display: none
}

#contact-details i {
    color: #1d2b57;
    padding-bottom: 15px;
    border-bottom: solid 1px #f2b33d
}

footer {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #f4ce86
}

footer * {
    font-weight: 400;
    color: #000
}

.footer-logo {
    margin-top: 20px;
    width: 25%
}

footer h2 {
    margin: 10px;
    font-size: x-large
}

footer a {
    font-size: medium
}

footer li {
    margin: 5px
}

footer div {
    margin: 20px
}

.footer-misc {
    border-top: 2px solid #000
}

.social-icon {
    width: 40px;
    padding: 5px;
    margin: 10px
}

.social-icon:hover {
    cursor: pointer
}

.overlay {
    width: 100vw;
    height: 100vh;
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 4
}

#alert-message {
    padding: 20px;
    width: 60%;
    height: 20%;
    background-color: #1d2b57;
    box-shadow: 5px 5px 5px #1d2b57;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    z-index: 4
}

#alert-message i:hover {
    cursor: pointer
}