body {
    font-family: Arial, sans-serif;
    margin: 2px;
    padding: 2px;
    background: #fff;
    text-align: center;
}

.mySlides {
            display: none;
        }

        img {
            vertical-align: middle;
        }

        /* Slideshow container */
        .slideshow-container {
            max-width: 1000px;
            position: relative;
            margin: auto;
        }

        /* Caption text */
        .text {
            color: #f2f2f2;
            font-size: 15px;
            padding: 8px 12px;
            position: absolute;
            bottom: 8px;
            width: 100%;
            text-align: center;
        }

        /* Number text (1/3 etc) */
        .numbertext {
            color: #f2f2f2;
            font-size: 12px;
            padding: 8px 12px;
            position: absolute;
            top: 0;
        }

        /* The dots/bullets/indicators */
        .dot {
            height: 3px;
            width: 3px;
            margin: 0 2px;
            background-color: #bbb;
            border-radius: 50%;
            display: inline-block;
            transition: background-color 0.1s ease;
        }

        .active {
            background-color: #717171;
        }

        /* Fading animation */
        .fade {
            animation-name: fade;
            animation-duration: 1.5s;
        }

        @keyframes fade {
            from {
                opacity: .4
            }

            to {
                opacity: 1
            }
        }

        /* On smaller screens, decrease text size */
        @media only screen and (max-width: 300px) {
            .text {
                font-size: 11px
            }


        }



@media only screen and (max-width: 2000px) {

header {
    background: #00AEEF;
    padding: 10px 0;
}

div.gallery {
  margin: 5px;
  border: 1px solid #ccc;
  float: left;
  width: 225px;
}

div.gallery:hover {
  border: 1px solid #777;
}

div.gallery img {
  width: 100%;
  height: auto;
}

div.desc {
  padding: 15px;
  text-align: center;
}

nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

nav ul li {
    display: inline;
    margin: 0 15px;
}

nav ul li a {
    text-decoration: none;
    color: white;
    font-size: 18px;
}

  nav ul li a:hover {
        color: blue;
    } 



.hero img {
    width: 100%;
    height: auto;
}

.dropdown {
    display: inline-block;
}

.dropdown button {
    background-color: #00AEEF;
    color: #fff;
    border: none;
    cursor: pointer;
    padding: 10px 15px;
    font-size: 100%;
}

.dropdown a {
    display: block;
    color: black;
    text-decoration: none;
    padding: 10px 15px;
}

.dropdown:hover .content {
    display: block;
}

.dropdown .content {
    display: none;
    position: absolute;
    background-color: #ffffff9d;
    min-width: 100px;
    box-shadow: 2px 2px 5px hsla(0, 0%, 0%, 0.379);
}

.dropdown:hover button {
    background-color: blue;
}

.dropdown a:hover {
    background-color: white;
}

.logo img {
   width: 160px;
        margin-top: -80px;
        margin-right: 530px;
}

.title h1 {
    font-size: 28px;
    color: red;
    margin: 10px 0;
}

.painting img {
    width: 90%;
    max-width: 600px;
    margin: 10px 0;
    border-radius: 10px;
}

.details {
    background: #f4f4f4;
    padding: 20px;
}

.design-name {
    font-size: 24px;
    color: red;
    font-style: italic;
}

.price {
    float: right;
    font-size: 20px;
    color: black;
}

.details p {
    font-size: 18px;
    margin: 10px 0;
}

footer {
    background: #00AEEF;
    padding: 20px 0;
    margin-top: 20px;
    color: white;
}

.footer-logo img {
  width: 160px;
        margin-top: -40px;
        margin-right:530px;
}

.social-icons {
    margin: 10px 0;
}

.social-icons img {
      width: 10%;
        margin-top: -1em;
        padding: 1em;
        box-shadow: 0 3px 10px rgba(4, 35, 119, 0.346);
        border-radius: 1em;
        flex-grow: 1;
        flex-basis: 400;
}

footer nav ul {
    margin-top: 10px;
    padding: 0;
}

footer nav ul li {
    display: inline;
    margin: 0 10px;
}

footer nav ul li a {
    color: white;
    text-decoration: none;
}

.copyright {
    margin-top: 10px;
    font-size: 14px;
}
}