html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}
body {
    line-height: 1
}
ol, ul {
    list-style: none
}
blockquote, q {
    quotes: none
}
blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
* {
    box-sizing: border-box
}
body {
    font-family: 'Catamaran', sans-serif;
    font-size: 17px;
    line-height: 25px
}
h1 {
    font-family: 'Fredericka the Great', cursive;
    font-size: 40px;
    margin-bottom: 25px;
    line-height: 40px
}
p {
    margin-bottom: 20px;
    color: #5e5f5f
}
.intro {
    font-family: 'Lora', serif;
    font-size: 19px;
    line-height: 30px
}
h2 {
    font-family: 'Covered By Your Grace', cursive;
    font-size: 27px;
    color: black;
    margin-bottom: 10px
}
em {
    color: #0072bc;
    font-family: 'Lora', serif;
    font-style: italic
}
h3 {
    font-family: 'Lora', serif;
    font-style: italic;
    color: #0072bc;
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 500;
    line-height: 25px
}
img {
    width: 100%
}
a {
    color: #0072bc;
    text-decoration: none;
    border: 0;
}
a:hover {
    color: #ed1c24;
    text-decoration: none;
    border: 0;
}
#header-border {
    width: 100%;
    height: 65px;
    position: fixed;
    z-index: 100;
    background: white
}
header {
    width: 100%;
    display: flex;
    justify-content: center
}
#wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0;
    z-index: 20
}
#logo-nav-group {
    display: flex;
    height: 64px;
    justify-content: space-between;
    padding: 0 20px
}
#logo-nav-group #logo {
    padding-top: 10px;
    width: 210px
}
#menu-group {
    padding: 0
}
#nav-border {
    width: 100%
}
#top, #middle, #bottom {
    border-top: 4px solid #0072bc;
    margin-bottom: 6px
}
#burger1 {
    margin-top: 22px
}
#burger2 {
    margin-top: 5px;
    border: 0;
    background: white
}
#x {
    height: 42px;
    font-size: 45px;
    color: #0072bc
}
.burger {
    width: 45px;
    display: block;
    background: white;
    border: 0
}
.burger div:nth-of-type(3) {
    margin-bottom: 0
}
nav {
    width: 100%;
    background: white;
    border-bottom: 1px solid #0072bc
}
li {
    text-align: center
}
li a {
    font-size: 20px;
    font-family: 'Lora', serif;
    /*font-style: italic;*/
    display: block;
    padding: 13px 0;
    text-decoration: none;
    color: #000;
}
li a:hover {
    background: #0072bc;
    color: white
}
.hidden {
    display: none
}
.show {
    display: block
}
.open-menu {
    height: 281px
}
.hero-phone {
    width: 100%;
    position: relative;
    top: 65px;
    z-index: 1
}
#artist {
    background-image: url("../img/tatyana-borowski-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 25% center;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px;
    height: auto;
    z-index: 50
}
#artist-text {
    padding: 40px;
    margin-top: 150px;
    background: #020024;
    background: linear-gradient(0deg, rgba(2, 0, 36, 1) 0%, rgba(12, 34, 129, .8) 40%, rgba(0, 212, 255, .0) 100%);
}
#artist-text h1, #artist-text p {
    color: white
}

#artist-text h1 {
    width: 50%;
}

#artist-text p {
    width: 100%
    letter-spacing: .5px;
}
#artist-text .tagline {
    font-family: 'Lora', serif;
    color: #1c88ce;
    font-size: 20px;
    font-style: italic
}
#artist-text .noun {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic;
    color: #808285
}
#artist-text .definition {
    font-family: 'Lora', serif;
    font-weight: 400;
    font-style: italic
}
#ux-designer {
    margin-top: 65px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    padding: 40px
}
#ux-designer #ux-designer-group {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column
}
#ux-designer #ux-designer-text {
    text-align: center
}
#ux-designer #ux-designer-text h1 {
    color: black
}
#experience {
    margin-bottom: 40px
}
#skills {
    width: 100%;
    height: 240px;
    margin-bottom: 40px
}
#skills #levels .level {
    border-top: 1px dotted #a9aaab;
    padding-top: 0px;
    height: 52px
}
#skills #levels .level:nth-of-type(3) {
    border-bottom: 1px solid #0072bc;
}
#skills #levels p {
    font-size: 11px;
    text-align: left;
    display: none
}
#skills #graph {
    display: flex;
    justify-content: center;
    margin-top: 12px;
    width: 100%;
    position: relative;
    z-index: 6;
    bottom: 174px
}
#skills #graph .skill {
    width: 13%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 7px
}
#skills #graph .skill .bar {
    background: #0072bc;
    height: 154px;
    width: 13px
}
#skills #graph .skill .icon {
    margin-bottom: 10px;
    color: #0072bc;
    font-size: 25px;
    margin-top: 10px
}
#skills #graph .skill .responsive {
    font-size: 14px
}
#skills #graph .skill .icon-text {
    display: block;
    transform: rotate(-90deg);
    margin-top: 15px;
    text-align: right;
    font-size: 12px;
    margin-top: 30px;
    color: black;
    line-height: 16px;
    font-weight: 500;
    width: 87px
}
#skills #graph .skill #seo-bar, #skills #graph .skill #sass-bar {
    height: 125px;
    margin-top: 29px
}
#skills #graph .skill #videography-bar {
    height: 100px;
    margin-top: 54px
}
#skills #graph .skill #photography-bar {
    height: 135px;
    margin-top: 19px
}
#skills #graph .videography {
    display: none
}
#skills #graph .marketing {
    display: none
}
#photographer {
    padding: 40px;
    background-image: url("../img/shoes-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    display: flex;
    flex-direction: column;
    position: relative;
    height: auto
}
#photographer #photographer-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 20px 0
}
#photographer h1, #photographer p {
    color: white
}

#photographer-text p {
    width: 80%;

}
#index button {
    padding: 15px 30px;
    border-radius: 30px;
    color: #0072bc;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid white;
    background: white
}
#index button:hover {
    padding: 15px 30px;
    border-radius: 30px;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid black;
    background: black;
    border: 1px solid white
}
#and-more {
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 40px
}
#and-more #and-more-group {
    display: flex;
    flex-direction: column;
    justify-content: center
}
#and-more .more-skills-icon {
    color: #0072bc;
    font-size: 4em;
    margin-bottom: 10px
}
#work-philosophy {
    background: #dbdbdb;
    padding: 40px;
    text-align: center;
    display: flex;
    flex-direction: column
}
#work-philosophy h1 {
    color: #0072bc
}
#work-philosophy div {
    width: 100%
}
#work-philosophy img {
    width: 95%
}
#waiting {
    background: #0072bc;
    padding: 40px 40px 45px 40px;
    text-align: center
}
#waiting h1 {
    color: white
}
#waiting div {
    display: flex;
    flex-direction: column;
    justify-content: center
}
#waiting div a {
    margin-top: 20px
}
#waiting div a button {
    background: none;
    color: white
}
#footer {
    border-top: 1px solid #0072bc;
    padding: 20px;
    text-align: center
}
#footer em {
    color: #5e5f5f !important
}
#footer p {
    font-size: 12px !important;
    line-height: 20px;
    margin-bottom: 0
}
#who-i-am {
    background-image: url("../img/woman-illustration-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px;
    height: auto;
    z-index: 50
}

#who-i-am video {
    display: none;
}

#who-i-am-text {
    position: relative;
}

#what-ive-done {
    background-image: url("../img/color-wheel-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px;
    height: auto
}
#why-choose-me {
    background-image: url("../img/thumbnail-sketch-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px
}
#interests {
    display: grid;
    grid-template-columns: 25% 25% 25%;
    grid-column-gap: 40px;
    grid-template-rows: repeat(140px 10%);
    justify-items: center;
    align-items: center;
    justify-content: space-between;
    text-align: center
}
#interests p {
    line-height: 20px;
    font-size: 14px
}
#software {
    margin-bottom: 20px
}
#software p {
    margin-bottom: 5px
}
#software li {
    list-style-position: inside;
    text-align: left
}
#software li .icon {
    font-size: 12px
}
#software li:last-child {
    margin-bottom: 20px
}
#contact-me {
    background-image: url("../img/fish-phone.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    display: flex;
    flex-direction: column;
    position: relative;
    top: 65px
}
#who-i-am-text, #what-ive-done-text, #why-choose-me-text, #contact-me-text {
    padding: 40px;
    z-index: 10
}
#who-i-am-text p, #what-ive-done-text p, #why-choose-me-text p, #contact-me-text p {
    width: 80%
}
#inside {
    margin-top: 70px;
    padding: 40px
}
#inside img {
    max-width: 100%
}
#inside button {
    border-radius: 30px;
    padding: 15px 30px;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid #0072bc;
    background: #0072bc;
    margin-bottom: 20px
}
#inside button:hover {
    color: white;
    border: 1px solid black;
    background: black
}
#inside figure {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    justify-content: center;
    text-align: left;
}

.portfolio {
    background-color: #fff;
}


#inside figure a, #inside figure img, #inside figure video {
    order: 2
}

#inside figure figcaption .portfolio-subhead {
    border-top: 1px solid #ccc;
    padding-top: 5px;
    margin-bottom: 15px
}

#inside figure .testimonial-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /*align-items: center;*/
    /*border: 1px solid red;*/
    border: 1px dashed #addbf5;
    position: relative;
    margin-bottom: 20px;
    /*background-color: #ececec;*/
    padding-left: 15px;
    padding-right: 15px;
}

#inside .testimonial-wrapper .testimonial {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding-top: 10px;
    /*border: 1px solid blue;*/
    margin-bottom: 10px;
    position: relative;
}

#inside .testimonial-wrapper .testimonial .top-quote {
    position: absolute;
    width: 30px;
    /*border: 1px solid red;*/
    top: -10px;
    background-color: white;
    left: 47%;
    align-self: center;
    padding-left: 5px;
    padding-right: 5px;
    /*width: 100%;*/

}

#inside .testimonial-wrapper .bottom-quote {
    position: absolute;
    width: 30px;
    /*border: 1px solid red;*/
    bottom: -10px;
    background-color: white;
    left: 47%;
    align-self: center;
    padding-left: 5px;
    padding-right: 5px;
    transform: rotate(180deg);
    /*width: 100%;*/

}



#inside .testimonial-wrapper .person-photo {
    /*border: 1px solid blue;*/
    width: 100px;
    order: 1;
    /*margin-right: 10px;*/
}

#inside .testimonial-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*border: 1px solid red;*/
    width: 100%;
}


#inside .testimonial-group .person-name {
    order: 2;
    text-align: center;
    font-family: 'Lora', serif;
    color: #3889c9;
    font-size: 15px;
    line-height: 18px;
    /*font-style: italic*/
    /*border: 1px solid pink;*/
}

#inside .testimonial-text {
    /*border: 1px solid green;*/
    font-family: 'Lora', serif;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 15px;
    text-align: center;
}


#inside video {
    max-width: 100%;
        
}

#inside iframe {
    height: 200px;
    order: 2;
}

#inside .icon {
    color: #0072bc;
    font-size: 20px
}
#get-to-know {
    background: #0072bc;
    padding: 50px 72px;
    text-align: center
}
#get-to-know h1 {
    color: white
}
#get-to-know div {
    display: flex;
    justify-content: center
}
#get-to-know div a {
    /*margin-left: 50px*/
}
#get-to-know div button {
    border-radius: 30px;
    padding: 15px 30px;
    color: #0072bc;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid white;
    background: white;
    margin-bottom: 20px
}
#get-to-know div button:hover {
    border-radius: 30px;
    padding: 15px 30px;
    color: white;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    border: 1px solid black;
    background: black;
    margin-bottom: 20px
}
@media (min-width: 520px) and (max-width: 910px) {
    #who-i-am-text p, #why-choose-me-text p {
        width: 55%
    }
}
@media (min-width: 500px) and (max-width: 680px) {
    #contact-me {
        background-image: url("../img/fish-tablet.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px
    }
}

@media (min-width: 580px) { 

    #inside .testimonial-group {
        flex-direction: row;
    }

    #inside .testimonial-group .person-name {
        text-align: left;
    }

}

@media (min-width: 620px) {
    #who-i-am-text p, #what-ive-done-text p, #contact-me-text p {
        width: 70%
    }
    #software {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    #software p {
        margin-bottom: 5px
    }
    #software li {
        list-style-position: inside;
        text-align: left
    }
    #software li .icon {
        font-size: 12px
    }

}
@media (min-width: 685px) {
    #logo-nav-group {
        flex-direction: column;
        align-items: center
    }
    #menu-group {
        display: none
    }
    #menu {
        display: flex;
        justify-content: center;
        padding-left: 20px;
        padding-right: 20px;
        border-top: 1px solid #0072bc;
        height: 53px
    }
    #menu li a {
        padding: 14px 20px 14px 20px
    }
    #menu li a:hover {
        background: white;
        color: #0072bc;
        /*border-bottom: 1px solid #0072bc*/
    }
    #menu .active {
       color: #0072bc;
    }
    .hero-phone {
        display: none
    }
    #inside {
        margin-top: 130px
    }

    #artist, #who-i-am, #what-ive-done, #why-choose-me, #contact-me {
        top: 118px
    }
    #ux-designer {
        margin-top: 118px
    }
    #artist {
        background-image: url("../img/tatyana-borowski-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 118px;
        height: auto
    }

    #artist-text {
    	margin-top: 0;
    }

    #artist .tagline {
        font-family: 'Lora', serif;
        color: #0b8ee6;
        font-size: 20px;
        font-style: italic
    }
    #artist-text, #photographer-text, #who-i-am-text, #what-ive-done-text, #contact-me-text {
        background: none
    }
    #artist-text p, #photographer-text p, #who-i-am-text p, #what-ive-done-text p, #contact-me-text p {
        width: 55%
    }
    #photographer {
        background-image: url("../img/shoes-tablet.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto
    }
    #photographer #photographer-text {
        z-index: 10;
        background: none
    }
    #photographer #photographer-text h1, #photographer #photographer-text p {
        color: white
    }
    #photographer #photographer-text p {
        width: 60%
    }
    #and-more {
        flex-direction: column
    }
    #and-more #and-more-group {
        flex-direction: row;
        justify-content: space-between
    }
    #and-more .more-skills {
        width: 30%
    }
    #and-more .more-skills-icon {
        color: #0072bc;
        font-size: 4em;
        margin-bottom: 10px
    }
    #interests {
        grid-template-columns: 15% 15% 15% 15%;
        grid-template-rows: auto
    }
    #software {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    #software p {
        margin-bottom: 5px
    }
    #software li {
        list-style-position: inside;
        text-align: left
    }
    #software li .icon {
        font-size: 12px
    }
    #waiting div {
        flex-direction: row
    }
    #waiting div a {
        margin-left: 50px;
        margin-top: 0px
    }

    #who-i-am-bg {
        display: none;
    }

    #who-i-am {
        background-image: url("../img/woman-illustration-tablet.jpg")
    }


}
@media only screen and (min-device-width: 200px) and (orientation: landscape) {
    #footer p {
        font-size: 12px !important
    }
}

@media (min-width: 866px) {
	#artist h1 {
		width: 100%;
	}
}

@media (min-width: 961px) {
    #header-border {
        background: white;
        border-bottom: 1px solid #0072bc
    }
    header {
        max-width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center
    }
    #wrapper {
        flex-direction: row;
        justify-content: center;
        max-width: 960px;
        margin: 0 auto;
        align-items: center;
        height: 55px
    }
    #logo-nav-group {
        flex-direction: row;
        background: none;
        justify-content: baseline
    }
    #burger1, #burger2 {
        display: none
    }
    #menu {
        display: flex;
        width: 100%;
        justify-content: flex-end;
        height: 55px;
        padding-top: 2px;
        border-top: 0
    }
    #menu li {
        height: 64px
    }
    #menu li a {
        padding: 20px 20px 15px 20px;
    }
    #menu li a:hover {
        /*background: white;*/
        color: #0072bc;
        /*border-bottom: 1px solid #0072bc;*/
    }
    #menu .active {
        color: #0072bc;
    }
    #inside {
        margin-top: 130px
    }
    nav {
        border-bottom: 0
    }
    .hero-phone {
        display: none
    }
    #artist {
        background-image: url("../img/tatyana-borowski-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px;
        height: auto
    }
    #artist-text {
        padding: 40px;
        z-index: 10;
        background: none
    }
    #artist-text h1, #artist-text p {
        color: white
    }
    #artist-text p {
        width: 60%
    }
    #artist-text .tagline {
        font-family: 'Lora', serif;
        color: #0b8ee6;
        font-size: 20px;
        font-style: italic
    }
    #artist-text .noun {
        font-family: 'Lora', serif;
        font-weight: 400;
        font-style: italic;
        color: #808285
    }
    #artist-text .definition {
        font-family: 'Lora', serif;
        font-weight: 400;
        font-style: italic
    }
    #ux-designer {
        margin-top: 85px
    }
    #ux-designer-group {
        padding: 0 40px
    }
    #photographer {
        background-image: url("../img/shoes-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto
    }
    #photographer #photographer-text {
        width: 100%;
        display: flex;
        flex-direction: column
    }
    #photographer h1, #photographer p {
        color: white
    }
    #photographer-text p {
        width: 70%
    }

    #who-i-am-bg {
        display: block;
        width: 100%;
        border: 1px solid red;
    }

    #who-i-am {
        /*
        background-image: url("../img/woman-illustration-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        */
        display: flex;
        background-image: none;
        position: relative;
        height: auto;
        flex-direction: row;
        margin: 0 auto;
        /*top: 165px;*/
        top: 65px !important;
        justify-content: center;
    }

    #inside.who-i-am {
        margin-top: 500px;
        margin-left: auto;
        margin-right: auto;

    }

     #who-i-am video {
        display: block;
        z-index: 1;
        position: absolute;
        height: 400px;
        /*right: 0;*/
        max-width: 100%;
        margin: 0 auto;
}


    #who-i-am-text {
        display: flex;
        flex-direction: column;
        /*margin-top: -300px;*/
        position: absolute;
        /*margin-right: 200px;*/
        /*border: 5px solid red;*/
        /*margin-left: 200px;*/
    }
    #who-i-am-text p {
        width: 55%;
    }

    #what-ive-done {
        background-image: url("../img/color-wheel-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px;
        height: auto
    }

    #inside iframe {
        width: 611px;
        height: 365px;
    }


    #why-choose-me {
        background-image: url("../img/thumbnail-sketch-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px
    }
    #interests {
        grid-template-columns: 10% 10% 10% 10% 10% 10%;
        grid-template-rows: auto
    }
    #experience {
        margin-bottom: 20px
    }
    #software {
        display: flex;
        flex-direction: row;
        justify-content: space-between
    }
    #software p {
        margin-bottom: 5px
    }
    #software li {
        list-style-position: inside;
        text-align: left
    }
    #software li .icon {
        font-size: 12px
    }
    .videography {
        display: block
    }
    .marketing {
        display: block
    }
    #skills {
        margin-bottom: 0
    }
    #books {
        width: 100%;
        border: 1px solid red;
        display: flex !important;
        flex-wrap: wrap !important
    }
    #books a {
        background: yellow
    }
    #books img {
        width: 25%;
        display: block
    }
    #contact-me {
        background-image: url("../img/fish-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: top center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px
    }
    #who-i-am-text, #what-ive-done-text, #why-choose-me-text, #contact-me-text {
        padding: 40px;
        z-index: 10
    }

    #artist-text, #ux-designer-group, #photographer-text, #and-more-group, #who-i-am-text, #what-ive-done-text, #why-choose-me-text, #contact-me-text {
        max-width: 900px;
        margin: 0 auto
    }
    #who-i-am-text, #what-i-ve-done-text, #why-choose-me-text, #contact-me-text {
        padding: 40px
    }
    #and-more-group {
        padding: 0 40px
    }
    .icon-text {
        transform: rotate(0deg) !important;
        text-align: center !important;
        margin-top: 0px !important
    }
    #what-ive-done-text p, #contact-me-text p {
        width: 60%
    }
    #why-choose-me-text p {
        width: 53%
    }
    #and-more {
        flex-direction: column;
        padding: 60px 40px
    }
    #and-more #and-more-group {
        flex-direction: row;
        justify-content: space-between
    }
    #and-more .more-skills {
        width: 30%
    }
    #and-more .more-skills-icon {
        color: #0072bc;
        font-size: 4em;
        margin-bottom: 10px
    }
    #waiting div {
        flex-direction: row
    }
    #waiting div a {
        margin-left: 50px;
        margin-top: 0px
    }
    #inside {
        max-width: 900px;
        margin: 70px auto 0 auto
    }
    figure {
        flex-direction: row !important;
        justify-content: center;
        align-items: flex-start;
        margin-bottom: 50px
    }
    figure video {
        max-width: 90% !important;
        padding-left: 30px;
        margin-top: -15px
    }
    figure img {
        max-width: 650px !important;
        order: 1 !important
    }
    figure figcaption {
        width: 180px;
        margin-left: 30px;
        order: 2;
        margin-top: 0 !important
    }
    figure:nth-of-type(even) img, figure:nth-of-type(even) video {
        order: 2 !important
    }
    figure:nth-of-type(even) figcaption {
        order: 1 !important;
        margin-right: 30px;
        margin-left: 0
    }

    #inside .testimonial-group {
        flex-direction: column;
    }

    #inside .testimonial-group .person-photo {
        text-align: center;
        order: 1;
    }

    #inside .testimonial-group .person-name {
        text-align: center !important;
        order: 2 !important;
        margin-right: 0;
        margin-left: 0;
    }

    #inside .testimonial-text {
        line-height: 22px;
    }

   #inside .testimonial-wrapper .testimonial .top-quote {
        left: 41%;
    }

   #inside .testimonial-wrapper .bottom-quote {
        left: 41%;
    }

    #inside .testimonial-text {
        text-align: left;
    }

    #inside .testimonial-group .person-name {
        text-align: left;
    }


}
@media (min-width: 1000px) {
    #photographer {
        background-image: url("../img/shoes-desktop.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 25% center;
        display: flex;
        flex-direction: column;
        position: relative;
        height: auto
    }
}
@media (min-width: 1490px) {
    #artist {
        background-image: url("../img/tatyana-borowski-desktop2.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 25% center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px
    }
}
@media (min-width: 1540px) {
    #contact-me {
        background-image: url("../img/fish-desktop4.jpg");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 25% center;
        display: flex;
        flex-direction: column;
        position: relative;
        top: 65px
    }
}