header {
    background-color: black;
    padding-bottom: 30px;
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    padding: 10px;

}

header h1 {
    font-size: 2em;
    color: aqua;
    text-shadow: 3px 3px 6px rgba(78, 78, 255, 0.8);
    margin-bottom: 5px;
    padding-top: 5px;
    padding-bottom: 0px;


}

div#wrapper {
    width: 100%;
    margin: auto;
    max-width: 1080px;
    /* display: flex;
    align-content: center;
    align-items: right; */
}


html,
body {
    width: 100%;
    height: 100%;
    font-family: 'Montserrat', sans-serif;
}

main {
    margin: 0 auto;
}

section#hero {
    padding: 10px;
    display: flex;
    align-items: center;
    height: 100vh;
    /* max-width: 960px; */
    background-image: url('assets/ImageByStarlineOnFreepik.jpg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}


section#hero div#hero-content {
    color: aliceblue;
    padding: 20px;
    width: 100%;
    height: 70%;
}

section#hero div#hero-content h1,
section#hero div#hero-content h2,
section#hero div#hero-content p {
    text-align: center;
    width: 40%;
}

section#hero div#hero-content p {
    /* background: rgba(0,0,0,0.2); */
    text-shadow: 4px 3px 6px rgb(1, 1, 1);
}

section#hero div#hero-content h1 {
    background: rgba(0, 0, 0, 0.366);
    box-shadow: 0 0 2px black, 0 0 10px white, 0 0 4px orange;
    padding: 8px 8px;
    line-height: 1.2em;
}


p#click {
    width: 100% !important;
}

header div#hero-content {
    color: white;
}

section div#hero-content p a {
    color: chartreuse;
    font-family: 'Montserrat', sans-serif;
}


h1 {
    color: rgb(235, 10, 235);
    text-shadow: 1px 1px rgba(255, 255, 255, 0.567), 2px 2px rgba(255, 166, 0, 0.638);
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
    text-align: left;
}

h2 {
    color: #f2a28c;
    font-size: 1.3em;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    padding-top: 10px;
    padding-bottom: 20px;
    text-align: center;
    text-shadow: rgb(5, 1, 83) 1.5px 0 10px;
}

section#about h2 {
    padding-bottom: 10px;

}

section#work h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    /* background-color: rgba(235, 10, 235, 0.9); */
    font-size: 1.5em;


}

section#work h3 {
    font-size: 1.3em;
    font-style: italic;
    padding-bottom: 15px;
}

section#work h4 {
    padding-bottom: 10px;
    font-weight: 300;
}

section#work h5 {
    padding-bottom: 10px;
    font-weight: 400;
}

p {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    color: aqua;
    font-size: 1.4em;
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
    text-align: center;
}

section#about p {
    padding-top: 0px;
    padding-bottom: 10px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.2em;

}

p#click {
    background: rgba(0, 0, 0, 0);
}

nav#main-nav ol {
    display: flex;
    justify-content: flex-end;
}

nav#main-nav ol li {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 15px;
}

nav#main-nav ol li a {
    color: white;
    background-color: rgba(235, 10, 235, 0.9);
    padding: 10px;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 5px;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
    margin-bottom: 20px;
    margin-right: 10px;
}

header nav#main-nav ol li a:hover {
    background-color: indigo;
}

header nav#main-nav ol li a:active {
    background-color: chartreuse;
}

footer {
    background: rgba(235, 10, 235, 0.9);
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    padding: 10px;
}

footer nav#footer-nav ol {
    display: flex;
    justify-content: right;
    margin-bottom: 20px;
}

footer nav#social-nav ol {
    display: flex;
    justify-content: left;
    margin-bottom: 20px;
}

section.quote {
    Font-family: Calibri;
    Color: white;
    Font-Size: 1.5em;
    Height: 70vh;
    Padding: 10px;
    Display: flex;
    /* max-width: 500px; */
}

blockquote p {
    color: rgba(244, 53, 237, 0.9);
    text-shadow: 0.5px 0.5px 0.5px rgb(1, 1, 1);
    /* background: rgba(0, 0, 0, 0); */
    text-align: right;
    width: 100%;
    /* max-width: 500px;
    Display: flex;
    flex-direction: row; */


}


blockquote p#the-quotee {
    color: black;
    text-align: right;
}

blockquote {
    Border: 3px solid black;
    Background-Image: url('assets/dali.jpg');
    Background-repeat: no-repeat;
    Background-position: left center;
    Padding: 40px 10px 40px 10px;
    min-width: 40%;
    max-Width: 100%;
    Display: flex;
    Align-items: center;
    Justify-content: right;
    Flex-direction: column;
}

/* About */
section#about {
    background: rgba(235, 10, 235, 0.9);
    padding-bottom: 20px;
    padding-top: 10px;
}

section#about h2 {
    font-size: 1.5em;
}

section#about p {
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: left;
}

section#about p img {
    width: 200px;
    height: auto;
    float: left;
    margin-right: 20px;

    border: 3px solid black;
    /* padding: 0px; */
}


/*Recent Project Style*/

section#work {
    border: thick dotted pink;
    background: rgba(235, 10, 235, 0.9);
    padding-top: 20px;
    padding-bottom: 20px;
    /* display: flex; */
    /* flex-wrap: wrap; */
}

div#project-cards {
    display: flex;
    gap: 1em;
    /* background: rgba(235, 10, 235, 0.9); */
    padding-top: 20px;

    flex-wrap: wrap;
    justify-content: space-between;
}

article.cards {
    padding: 20px;
    background-color: aliceblue;
    border-radius: 20px;
    margin-bottom: 15px;
    margin: 0 auto;

    /* distribute width */
    /* flex-grow: 1;
    flex-shrink: 1;
    flex-basis: 0; */
    /* distribute content in the cards */
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 30%;

}

article p {
    margin-bottom: 0;
    font-size: 1em;
    color: black;
    background: rgba(235, 15, 147, 0.2);
}

article.cards div.card-info p {
    margin-bottom: 15px;
}

/* Styles for Images */
article p img {
    max-width: 100%;
    height: auto;
    max-height: 180px;
    border: thin solid black;
    padding: 5px;
    margin-bottom: 15px;
}

/* Footer */
footer {
    /* border-bottom: 90px solid black; */
    border-bottom: 45px solid black;
}

/* Footer-nav */

footer nav#footer-nav ol {
    display: flex;
    justify-content: right;
    margin-bottom: 10px;

}

footer nav#footer-nav ol li a {
    display: block;
    padding: 10px 20px;
    margin: 0 10px;
    text-decoration: none;
    background-color: aqua;
    border-radius: 5px;
}

footer nav#footer-nav ol li a:hover {
    background-color: chartreuse;
}

footer nav#footer-nav ol li a:active {
    background-color: yellow;
}

/* Footer SM */

footer nav#social-nav ol {
    display: flex;
    justify-content: left;
}

footer nav#social-nav ol li a {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 10px;
    background-color: blue;
    border-radius: 40px;
    /* Background Sprites */
    background-image: url(assets/social_media_icons_4.png);
    background-repeat: no-repeat;
}

footer nav#social-nav ol li a b {
    display: none;
}

/* SM Sprites application */

/* Icon - YouTube */
li#sm-yt-icon a:link {
    background-position: 0 0;
}

li#sm-yt-icon a:hover {
    background-position: 0 -60px;
}

li#sm-yt-icon a:active {
    background-position: 0 -120px;
}

/* Icon - Instagram */
li#sm-ig-icon a:link {
    background-position: -60px 0;
}

li#sm-ig-icon a:hover {
    background-position: -60px -60px;
}

li#sm-ig-icon a:active {
    background-position: -60px -120px;
}

/* Icon - X */
li#sm-x-icon a:link {
    background-position: -120px 0;
}

li#sm-x-icon a:hover {
    background-position: -120px -60px;
}

li#sm-x-icon a:active {
    background-position: -120px -120px;
}

/* Icon - Website */
li#sm-li-icon a:link {
    background-position: -180px 0;
}

li#sm-li-icon a:hover {
    background-position: -180px -60px;
}

li#sm-li-icon a:active {
    background-position: -180px -120px;
}

/* Styles for the Slideshow */

* {
    box-sizing: border-box
}

/* Slideshow container */
.slideshow-container {
    max-width: 1000px;
    position: relative;
    margin: auto;
}

/* Hide the images by default */
.mySlides {
    display: none;
}

/* Next & previous buttons */
.prev,
.next {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    margin-top: -22px;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    user-select: none;
}

/* Position the "next button" to the right */
.next {
    right: 0;
    border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover,
.next:hover {
    background-color: rgba(0, 0, 0, 0.8);
}

/* 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 {
    cursor: pointer;
    height: 15px;
    width: 15px;
    margin: 0 2px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
    transition: background-color 0.6s ease;
}

.active,
.dot:hover {
    background-color: #717171;
}

/* Fading animation */
.fade {
    animation-name: fade;
    animation-duration: 1.5s;
}

@keyframes fade {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}


/* Styles for the Contact Form */

 /* Style inputs with type="text", select elements and textareas */
 input[type=text], select, textarea {
    width: 100%; /* Full width */
    padding: 12px; /* Some padding */ 
    border: 1px solid aqua; /* Gray border */
    border-radius: 4px; /* Rounded borders */
    box-sizing: border-box; /* Make sure that padding and width stays in place */
    margin-top: 6px; /* Add a top margin */
    margin-bottom: 16px; /* Bottom margin */
    resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
 
  }
  
  /* Style the submit button with a specific background color etc */
  input[type=submit] {
    /* background-color: #04AA6D; */
    background-color: aqua;
    color: blue;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
  }
  
  /* When moving the mouse over the submit button, add a darker green color */
  input[type=submit]:hover {
    /* background-color: #45a049; */
    background-color: blue;
    color: aqua;
  }
  
  /* Add a background color and some padding around the form */
  .container {
    /* border-radius: 5px; */
    border: thin solid aqua;
    background-color: rgba(235, 10, 235, 0.9);
    padding: 20px;

  } 

  section.cs-flexible ul {
    padding-bottom: 20px;
  }