/*CODE FOR INDEX MENU AND NAV BAR*/


.mobile-on {
    display: none;
}

.mobile-off {
    display: block;
}

--------------------------------
/*(drowpdown menu for galleries)*/

.dropdown {
    float: left;
    overflow: hidden;
}

.dropdown .dropbtn {
    border: none;
    outline: none;
    color: black;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit;
    margin: 0;
}

.navbar a:hover, .dropdown:hover .dropbtn {

}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content a {
    float: none;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content a:hover {
    background-color: #ddd;
}

.dropdown:hover .dropdown-content {
    display: block;
}

--------------------------------

.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin: 0;
}

.align-items-center {
    display: flex;
    align-items: center;
    /*Aligns vertically center */
    justify-content: center;
    /*Aligns horizontally center */
}


/*   NAV BAR START   */
.navbar {
    margin-bottom: 0;
    margin-bottom: 0;
}

.navbar-nav {
    float: right ;
    margin: 0 ;
}

nav a {
    color: black ;
}

nav a:hover {
    background: none ;
    color: #555555 ;
}

#myNavbar {
    font-size: 1.5em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

/*   NAV BAR END   */

/*   JUMBOTRON START   */
.jumbotron {
    margin-bottom: 100px ;
    height: 70vh;
    background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../assets/jumbotron-index.jpg");
    background-attachment: fixed;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.jumbotron-horse {
         background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../assets/jumbotron-horse.jpg");
         background-attachment: fixed;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;

    }
    
       .jumbotron-portraits {
         background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../assets/jumbotron-portrait.jpg");
         background-attachment: fixed;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    
    
    .jumbotron-music {
         background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../assets/jumbotron-music.jpg");
         background-attachment: fixed;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;

    }
    
    .jumbotron-baby {
         background: linear-gradient(rgba(0,0,0,.6), rgba(0,0,0,.6)), url("../assets/baby.jpg");
         background-attachment: fixed;
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;

    }



h1 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    font-size: 80px !important;
    color: white;
    padding-top: 5%;
    padding-bottom: 5%;
}
/*   JUMBOTRON END   */


/*   ABOUT ME START  */
.about{
    margin-bottom: 10%; 
    margin-top: 10%;
    padding-left: 10%; 
    padding-right: 10%;

}
.about h2{
    margin-bottom: 30px;
}

.about img{
    width: 60%;
}

.about p{
    margin-top: 30px; 
    font-size: 18px; 
    font-family: 'Roboto', sans-serif;
}
p{
    margin-top: 30px; 
    font-size: 18px; 
    font-family: 'Roboto', sans-serif;
}

/*   ABOUT ME END  */


/*   HOME IMAGE GALLERIES START   */
/*SLICK GALLERY CODE*/

.navbar-header {
    font-size: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.navbar-header p a:hover {
    text-decoration: none;
}

.slick-prev:before {
    color: black !important;
}

.slick-next:before {
    color: black !important;
}


.graphic-project-text {
    text-align: left;
    padding-right: 10%;
    padding-top: 5%;
}

.wrapper {
    width: 100%;
    padding-top: 20px;
    margin-bottom: 80px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-height: 700px;
}


.carousel {
    width: 100%;
    margin: 0px auto;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
}

.navbar-header {
    font-size: 4em;
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
}

.navbar-header p a:hover {
    text-decoration: none;
}

.slick-prev:before {
    color: black !important;
    font-size: 50px !important;
    left: -100px !important;
}

.slick-prev {
    left: -56px !important;
}

.slick-next:before {
    color: black !important;
    font-size: 50px !important;
}

.variable-width {
    width: 90%;
    margin: 0px auto;
}

.variable-width slick-slide {
    height 900px !important;
}

.variable-width slick-slide inside {
    position: absolute !important;
    width: 90px !important;
    height: 100px !important;
    margin: 0 auto;
    bottom: 0;
}

.slick-slide {
    margin: 10px;
}

.slick-slide img {
    width: 100%;
    border: 2px solid #fff;
    height: 100% !important;
    max-height: 700px;
}

.horizontal-gallery-width img{
    width: 300px;
}

.variable-width .slick-slide {
    /*    width: 475px !important;*/
}

/* END OF SLICK GALLERY CODE*/
/*   HOME IMAGE GALLERIES END   */


/*   TESTIMONIALS START   */
#testimonials {
    padding: 40px;
    background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/baby-mobile.jpg");
    color: #ffffff;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    font-family: 'Roboto', sans-serif;
}

#testimonials h2{
    color: white;
}

#testimonials p{
    display: inline-block;
    font-size: 20px;
}

.user {
    border-radius: 100%;
    height: 100px;
    width: 100px;
    float: left;
}

#form {
    margin-top: 40px;
}

iframe {
    margin-left: auto;
    margin-right: auto;
}

/*   TESTIMONIALS END   */

/*   CONTACT START   */
.contact {
    margin-top: 40px; 
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    color: black;
    text-align: center;

}

.contact i {
    margin-left: 10px;
}
.contact a {
    color: black;
}

.contact a:hover {
    text-decoration: none;
    color: grey;
}
/*   CONTACT END   */

/*   FOOTER START   */
footer {
    padding-bottom: 50px;
    padding-top: 50px;
}
/*   FOOTER END   */


body {
    margin-left: 15%;
    margin-right: 15%;
}


h2 {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: black;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 50px;
}


/* END OF CODE FOR INDEX MENU AND NAV BAR*/

/*IMAGE GALLERY CODE*/


#gallery {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top: 8em;
}

#gallery img {
    -webkit-filter: brightness(100%);

}

@media (max-width:1200px) {
    #gallery {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:800px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;

        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
}

@media (max-width:600px) {
    #gallery {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

.card {
    width: 100%;
    height: auto;
    margin: 4% auto;
    
    /*  box-shadow:-3px 5px 15px #000;*/
    cursor: pointer;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    margin-top: 100px !important;
}

.modal-img,
.model-vid {
    width: 100%;
    height: auto;
    
}

.modal-body {
    padding: 0px;
    
}

.modal img {
    -webkit-filter: brightness(100%);
}

#gallery p {
    font-family: 'Roboto', sans-serif;
    font-weight: 900;
    color: black;
    text-align: center;
    background-color: #f7f7f7;
    font-size: 1.2em;
}

/*END IMAGE GALLERY CODE*/


/*MOBILE MENU*/
* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

menu {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 100;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*    margin-bottom: 10%;*/
}

menu li {
    line-height: 2.75;
    list-style: none;
    max-height: 0;
    max-width: 0;
    overflow: hidden;
    text-align: right;
    font-family: 'Roboto', sans-serif;
        font-weight: 900;
}

menu a {
    color: currentColor;
    display: block;
    text-decoration: none;
}

menu input {
    display: none;
}

menu input:checked ~ * {
    background-color: #FFF;
}

menu input:checked + label:before {
    background-size: 1.25em 0.125em, 0.125em 1.25em;
    background-position: center, center;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

menu input:checked ~ li {
    max-height: 2.75em;
    max-width: 100%;
    padding: 0 2em 0 1em;
    -webkit-transition: max-height 200ms, max-width 400ms;
    transition: max-height 200ms, max-width 400ms;
}

menu label {
    cursor: pointer;
    display: block;
    overflow: hidden;
    text-align: right;
}

menu label:before {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(#000)), -webkit-gradient(linear, left bottom, left top, from(#000), to(#000));
    background-image: linear-gradient(to top, #b2b2b2, #b2b2b2), linear-gradient(to top, #b2b2b2, #b2b2b2);
    background-position: left 50% top 40%, left 50% bottom 40%;
    background-repeat: no-repeat;
    background-size: 1.25em 0.125em, 1.25em 0.125em;
    content: "";
    display: inline-block;
    height: 2.75em;
    -webkit-transition: background-position 200ms, -webkit-transform 300ms;
    transition: background-position 200ms, -webkit-transform 300ms;
    transition: transform 300ms, background-position 200ms;
    transition: transform 300ms, background-position 200ms, -webkit-transform 300ms;
    vertical-align: top;
    width: 2.75em;
    position: relative;
    top: 1em;
    right: 1em;
    /*    width: 100%;*/
    z-index: 100;
    margin-bottom: 20px;
}

label {
    margin: 0;
    padding-bottom: 5px;
}


h1 .flip {
    display: inline-block;
    position: relative;
    /*            width: 200px;*/
    height: 82px;
    position: relative;
/*    bottom: 5px;*/
    -moz-perspective: 500;
    -webkit-perspective: 500;
    perspective: 500;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

h1 .flip span {
    font-weight: 600;
    display: block;
    width: auto;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -webkit-transform: rotateX(90deg);
    transform: rotateX(90deg);
    position: absolute;
    top: -20px;
    left: 0;
}

h1 .flip span.set {
    top: 0;
    opacity: 1;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

h1 .flip span.down {
    top: 40px;
    opacity: 0;
    -moz-transform-origin: 0% 0%;
    -ms-transform-origin: 0% 0%;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -moz-transform: rotateX(-90deg);
    -ms-transform: rotateX(-90deg);
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);
}

@media only screen and (min-width: 48em) {

    .website-display-head {
        width: 100%;
        height: 21px;
    }

    .website-display {
        width: 100%;
        height: 350px;
        position: relative;
        background: #FFF;
        overflow: hidden;
        float: left;
    }

    .website-display img {
        position: absolute;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0);
        transition: 3s all ease;
    }

    .website-display img:hover {
        -webkit-transform: translateY(-790px);
        -moz-transform: translateY(-790px);
        -ms-transform: translateY(-790px);
        transform: translateY(-790px);
    }
}

@media screen and (max-width: 640px) {





    html,
    body {
        margin: 0px !important;
        padding: 0px !important;
        width: 100%;
        height: 100%;
        overflow-x: hidden;
    }

    .mobile-on {
        display: block;
    }

    .mobile-off {
        display: none;
    }

    h2 {
        padding: 0;
        margin: 0;
        margin-top: 30px;
    }

    h3 {
        font-size: 20px
    }

    /*    JOMBOTRON START    */

    .jumbotron {
        background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/jumbotron-mobile.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
/*        background-repeat: no-repeat;*/
     margin-bottom: 0px !important;
         width: 100%;
        height: 100vh;
       
    }
    .jumbotron-horse {
         background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/horse-photos-gallery/2nd%20copy.jpg");
         background-attachment: fixed;
        background-size: cover;
        background-position: center;
/*        background-repeat: no-repeat;*/
     margin-bottom: 0px !important;
         width: 100%;
        height: 100vh;
    }
    
       .jumbotron-portraits {
         background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/portrait-photo-gallery/V%203.jpg");
         background-attachment: fixed;
        background-size: cover;
        background-position: center;
/*        background-repeat: no-repeat;*/
     margin-bottom: 0px !important;
         width: 100%;
        height: 100vh;
    }
    
    
    .jumbotron-music {
         background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/music-photos-gallery/modeville-01.jpg");
         background-attachment: fixed;
        background-size: cover;
        background-position: center;
/*        background-repeat: no-repeat;*/
     margin-bottom: 0px !important;
         width: 100%;
        height: 100vh;
    }
    
    .jumbotron-baby {
         background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/baby-photos-gallery/Ben%20Chloe%202.jpg");
         background-attachment: fixed;
        background-size: cover;
        background-position: center;
/*        background-repeat: no-repeat;*/
     margin-bottom: 0px !important;
         width: 100%;
        height: 100vh;
    }



    .jumbotron h1 {
        font-size: 45px !important;
    }

    h1 {
        font-family: 'Roboto', sans-serif;
        font-weight: 900;
        font-size: 2em !important;
    }

    h1 .flip {
        height: 32px;
        bottom: 10px;
    }

    /*    JUMBOTRON END    */

    /*    ABOUT ME START    */

    .about img{
        width: 60%;
        display: block;
        margin-left: auto !important;
        margin-right: auto !important
    }
    /*    ABOUT ME END    */

    /*    HORIZONTAL IMAGE GALLERIES START    */
    .slick-slide img {
        width: 300px;
        margin: 0;
        padding: 0;
        max-height: 300px;
    }

    .wrapper {
        width: 100% !important;
        padding: 0px;
        margin-bottom: 0px;
        text-align: center;
        margin-left: auto;
        margin-right: auto;
        max-height: 700px;
        vertical-align: middle;
    }

    .slick-prev:before {
        font-size: 30px !important;
        display: none;
    }

    .slick-next:before {
        font-size: 30px !important;
        display: none;
    }

    .slick-prev {
        left: -35px !important;
        display: none;
    }

    .horizontal-gallery-width img{
        width: 200px;
    }

    /*    HORIZONTAL IMAGE GALLERIES END     */

    /*    TESTIMONIALS START    */
    #testimonials {
        background: linear-gradient(rgba(0,0,0,.7), rgba(0,0,0,.7)), url("../assets/baby-mobile.jpg");
        background-attachment: fixed;
        background-size: cover;
        background-position: center;
    }
    #testimonials h2{
        color: white; 
        margin-bottom: 30px !important;
    }

    #testimonials .col-md-4{
        margin-bottom: 100px !important;

    }
    /*    TESTIMONIALS END    */

    /*    CONTACT START    */
    .contact p{
        margin-bottom: 20px;
        font-size: 15px;
        text-align: left;
        padding-left: 20%;
        font-weight: 100;
    }
    .contact i{
        margin-right: 15px;
    }
    /*    CONTACT END    */

    /*    FOOTER START    */
    footer{
        margin: 0;
        padding: 0;
        font-size: 10px;
    }
    /*    FOOTER END    */
    
}
@supports (-webkit-touch-callout: none) {
    /* Your styles for iOS devices */
   
    .jumbotron {
        background-attachment: scroll;
        
    }
    #testimonials {
        background-attachment: scroll;
        
    }
    
}