@media only screen and (min-width:450px) {
    .menu-icon {
        width: 60px;
        height: 60px
    }

    .page-section {
        padding-right: 15%;
        padding-left: 15%
    }

    #home-header h1 {
        font-size: 2.5em;
    }

    #home-conversion {
        font-size: 1em;
        margin-top: 0
    }

    #home-conversion i {
        font-size: 1em
    }

    #home-why-digitize {
        height: 110vh
    }

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

@media only screen and (min-width:768px) {
    figcaption {
        font-size: small
    }

    .menu-icon {
        display: none
    }

    .menu-logo {
        padding: 15px;
        position: fixed;
        height: 60px;
        top: 0;
        left: 0;
        z-index: 3;
        display: block;
        color: #1d2b57;
        font-size: 1.5em
    }

    .menu-logo:hover {
        cursor: pointer
    }

    nav {
        width: 100%
    }

    header {
        opacity: .9
    }

    .nav-options {
        display: flex;
        flex-direction: row;
        justify-content: space-evenly;
        height: 60px;
        padding: 0 15% 0 25%;
        box-sizing: border-box;
        width: 100%
    }

    .nav-options a:not(:nth-child(1)) {
        font-size: large;
        padding: 0;
        color: #1d2b57
    }

    .nav-options a:not(:nth-child(1)):hover {
        font-weight: 600;
        border-bottom: solid 1px #f2b33d
    }

    .page-section {
        padding: 100px 60px 20px 60px
    }

    .page-header {
        top: 0;
        position: absolute;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 60px;
        color: #fff;
        background-color: #1d2a57
    }

    .home-triangle-left-gold {
        border-right: 10vw solid #f2b33d;
        right: 20px
    }

    .home-triangle-right-gold {
        border-left: 10vw solid #f2b33d;
        left: 20px
    }

    .home-triangle-left-gold {
        border-right: 10vw solid #f4ce86
    }

    .home-triangle-right-gold {
        border-left: 10vw solid #f4ce86
    }

    .home-triangle-left-blue {
        border-right: 10vw solid #1d2b57
    }

    .home-triangle-right-blue {
        border-left: 10vw solid #1d2b57
    }

    #home-header {
        display: none
    }

    #home-enter {
        padding: 60px 60px 20px 60px;
        height: 100vh;
        justify-content: space-evenly
    }

    #home-enter-arrow {
        position: absolute;
        bottom: 20px;
        right: 30px;
        z-index: 2
    }

    #home-enter-arrow i {
        color: #f2b33d;
        font-size: 3em
    }

    .home-section h2 {
        font-size: 2em
    }

    .home-section h3 {
        font-size: 1.3em
    }

    #home-DVD-wiz {
        display: none
    }

    #home-analogue-digital {
        margin-top: 60px;
        padding: 0 60px;
        box-sizing: border-box;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center
    }

    #home-conversion {
        margin: 0;
        font-size: large
    }

    #home-graphic {
        height: 75%
    }

    .home-section {
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center
    }

    .section-header {
        top: 20px
    }

    #home-why-digitize {
        height: 115vh;
        padding: 100px 60px 60px 60px
    }

    .why-digitize-section {
        box-sizing: border-box;
        padding: 20px;
        width: 260px;
        height: 300px;
        background-color: #fff;
        opacity: .9;
        margin: 10px
    }

    .why-digitize-section>h3 {
        padding-bottom: 20px;
        border-bottom: solid #f2b33d
    }

    .why-digitize-section>p {
        padding-top: 20px
    }

    #home-why-us {
        height: 120vh;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-content: space-around;
        align-items: center
    }

    .why-us-section {
        width: 45%;
        margin: 1%
    }

    .why-us-section h3 {
        font-size: 1em
    }

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

    .why-us-section>* {
        padding: 5px;
        margin: 0
    }

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

    #services-header-info {
        width: 25%;
        text-align: left
    }

    #services-header {
        box-shadow: none;
        margin-top: 60px;
        flex-direction: row;
        align-items: center;
        border: none;
        padding: 0
    }

    .services-section h2 {
        border-bottom: solid 1px #f2b33d
    }

    .services-main-section {
        min-height: 450px;
        height: 90%;
        width: 33%;
        padding: 10px 10px 20px 10px;
        margin: 0;
        flex-direction: column;
        justify-content: space-between;
        box-sizing: border-box;
        position: relative
    }

    #services-main {
        padding: 40px 10px 80px 10px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        height: calc(100vh - 60px);
        min-height: 600px
    }

    .services-images {
        width: 100%
    }

    .services-images figure {
        width: 20%
    }

    .services-images img {
        width: 30px
    }

    .services-info h3 {
        margin-bottom: 0
    }

    .services-price {
        position: absolute;
        bottom: -25px;
        height: 40px
    }

    #services-extra {
        padding: 60px 0;
        flex-direction: row;
        justify-content: space-evenly;
        height: calc(100vh - 60px)
    }

    .services-extra-section {
        position: relative;
        width: 30%;
        padding: 0 0 40px 0;
        margin: 20px
    }

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

    #services-duplicate {
        align-self: flex-start;
        margin-top: 50px
    }

    #services-edit {
        align-self: flex-end;
        margin-bottom: 50px
    }

    #services-line {
        display: none;
        position: absolute;
        top: 0;
        width: calc(100% - 500px);
        height: calc(100% - 200px);
        margin: 100px 250px;
        background: linear-gradient(to top left, #1d2a5700 0, #1d2a5700 calc(50% - 1.5px), #1d2b57 50%, #1d2a5700 calc(50% + 1.5px), #1d2a5700 100%)
    }

    #duplicate-price,
    #edit-price {
        bottom: -45px;
        width: 80%
    }

    #faq-general {
        display: block
    }

    #faq-options-general {
        border-bottom: solid 1px #1d2a57
    }

    .faq-section {
        display: none;
        position: absolute;
        top: 180px;
        left: 0;
        padding: 0 20px;
        margin: 140px 60px;
        width: calc(100% - 120px);
        height: calc(100% - 280px);
        background: 0 0
    }

    .faq-section li {
        position: relative;
        border-bottom: solid 1px #1d2b57
    }

    .faq-section h3 {
        padding: 0;
        margin: 20px 0 5px 0;
        font-weight: 500
    }

    .faq-section h3:hover {
        font-weight: 600;
        cursor: pointer
    }

    .faq-section p {
        display: none
    }

    .faq-icon {
        position: absolute;
        display: block;
        text-align: right;
        right: 20px;
        top: 0
    }

    .faq-icon:hover {
        cursor: pointer
    }

    #faq-menu {
        min-height: 550px;
        height: calc(100vh - 240px);
        box-sizing: border-box;
        padding: 0;
        margin: 0 60px 60px 60px;
        border-right: solid 1px #1d2b57;
        border-left: solid 1px #1d2b57;
        background-image: url(../images/faq-back-stars.jpg);
        background-size: cover
    }

    #faq-options {
        width: 100%;
        height: 60px;
        background-color: #f4ce86;
        box-shadow: 3px 3px 10px #1d2a57;
        flex-direction: row;
        align-items: center;
        justify-content: center
    }

    #faq-audio,
    #faq-collection,
    #faq-general,
    #faq-photo,
    #faq-video {
        height: calc(100% - 280px)
    }

    #faq-options i {
        display: none
    }

    #faq-options a {
        padding: 0 20px;
        color: #000;
        border-right: solid 1px #1d2a57
    }

    #faq-options a:hover {
        color: #1d2a57;
        cursor: pointer
    }

    #faq-options a:nth-child(1) {
        border-left: solid 1px #1d2a57
    }

    .faq-section-header {
        display: none
    }

    .faq-section i:hover {
        font-weight: 600
    }

    #faq-back {
        display: block;
        position: absolute;
        top: 70px;
        right: 20px;
        width: 20%;
        z-index: 3
    }

    #faq-header {
        height: 230px;
        position: relative
    }

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

    .faq-triangle {
        display: block;
        background-color: transparent;
        position: absolute;
        top: 170px;
        width: 0;
        height: 0;
        border-top: 60px solid transparent;
        border-bottom: 60px solid transparent
    }

    #faq-triangle-left {
        border-right: 60px solid #f4ce86;
        left: 0
    }

    #faq-triangle-right {
        border-left: 60px solid #f4ce86;
        right: 0
    }

    .about-section {
        flex-direction: row
    }

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

    #about-second img {
        order: 0
    }

    .about-text {
        width: 50%
    }

    #contact-header {
        box-shadow: 3px 3px 10px #1d2a57;
        height: 235px
    }

    #contact-wizard {
        display: block;
        position: absolute;
        left: 20px;
        top: 30%;
        width: calc(100% - 20px);
        z-index: 3
    }

    #contact-main {
        background: 0 0;
        min-height: 850px;
        height: 120vh;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        padding: 180px 30px 60px 30px
    }

    #contact-info {
        position: absolute;
        top: 250px;
        right: 10%;
        height: 70%;
        width: 35vw;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        justify-content: center
    }

    #contact-form {
        padding: 10px;
        height: 90%;
        z-index: 3
    }

    #contact-button {
        margin: 0
    }

    #contact-form fieldset {
        padding: 5px
    }

    #contact-form input {
        width: 80%;
        margin-right: 10%
    }

    #contact-details {
        padding: 15px;
        height: 20%;
        margin: 10px;
        z-index: 4
    }

    #contact-details ul {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start
    }

    #contact-message {
        height: 100px
    }

    #contact-details li {
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding-left: 20px;
        margin: 5px
    }

    #contact-details p {
        margin: 5px 5px 5px 20px
    }

    #contact-details i {
        padding-right: 15px;
        padding-bottom: 0;
        border-right: solid 1px #f2b33d;
        border-bottom: none
    }

    footer {
        height: 450px;
        position: relative;
        flex-direction: row;
        justify-content: space-evenly;
        align-items: flex-start;
        flex-wrap: wrap
    }

    .footer-sec {
        position: absolute
    }

    .footer-about {
        top: 50px;
        right: 6%;
        padding: 20px 8%;
        border-top: solid 2px #000
    }

    .footer-learn {
        top: 50px;
        left: 6%;
        padding: 20px 8%;
        border-top: solid 2px #000
    }

    .footer-connect {
        top: 200px
    }

    .footer-logo {
        position: absolute;
        top: 0;
        width: 15%
    }

    .footer-misc {
        flex: 0 0 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-self: flex-end
    }

    .footer-misc>* {
        padding: 0 20px
    }

    footer div {
        margin: 10px
    }

    footer h2 {
        font-size: large
    }

    footer a,
    footer p {
        font-size: small
    }

    #alert-message {
        width: 20%
    }
}

@media only screen and (min-width:1260px) {
    .nav-options {
        padding: 0 20%
    }

    .section-header {
        top: 20px
    }

    .home-triangle-left-gold {
        border-right: 15vw solid #f4ce86;
        right: 40px
    }

    .home-triangle-right-gold {
        border-left: 15vw solid #f4ce86;
        left: 40px
    }

    .home-triangle-left-blue {
        border-right: 15vw solid #1d2b57
    }

    .home-triangle-right-blue {
        border-left: 15vw solid #1d2b57
    }

    #home-analogue-digital span {
        font-size: 0.8em;
    }

    #home-why-digitize {
        height: 100vh
    }

    #home-why-us {
        min-height: 700px;
        height: 100vh;
        padding-top: 100px
    }

    .why-us-section {
        width: 30%;
        margin: 1% 7%
    }

    .menu-logo {
        font-size: x-large
    }

    #services-header {
        flex-direction: row
    }

    #services-main {
        justify-content: space-evenly
    }

    .services-main-section {
        width: 25%;
        height: 85%
    }

    #services-price-info {
        left: 80px
    }

    .services-extra-section {
        width: 25%
    }

    #faq-back {
        top: 50px
    }

    .about-text {
        width: 35%
    }

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

    #contact-wizard {
        width: 87%;
        top: 180px
    }

    #contact-info {
        width: 30vw
    }

    #contact-details li {
        padding-left: 35px
    }

    #contact-form input {
        width: 75%
    }

    .footer-logo {
        width: 10%
    }

    .footer-connect {
        top: 210px
    }

    .footer-about {
        right: 8%;
        padding: 20px 10%
    }

    .footer-learn {
        left: 8%;
        padding: 20px 10%
    }
}