body {

    background-image: linear-gradient(to top, #86F5FF 0%, #cef4fe 100%);
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    color:gray;

}


hr {
    height: 2px;
    background-color: #ffffff;
    border: none;
    margin: auto 220px;
    
  }

 h1 {
    font-family: "DM Serif Text", serif;
    font-weight: 400;
    font-style: normal;
    color: #FFBDD8;
    text-shadow: gray;
    text-align: center;
    font-size: 100px;
    margin: 30px 0px 30px;
    
}

h2 {
    font-family: "DM Serif Text", serif;
    color: black;
    text-align: center;
    font-size: 30px;
    color: gray;
    margin:none;
    padding:none;
}

h3 {
    font-family: "sofia-pro", sans-serif;
    font-weight: 600;
    font-style: normal;
    color: black;
    text-align: center;
    font-size: 50px;
    text-shadow: 0px 0px 4px whitesmoke;

}


 a {
    text-decoration: none;
}

 nav {

    display: flex;
    background-color: #FFBDD8;
    justify-content: center;
    position: fixed;
    width: 100%;
    height:auto;
    z-index: 1;
    flex-wrap: wrap;
    box-sizing: border-box;
    

}



@media screen and (min-width: 611px) {
    nav {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 610px) {
    nav {
      font-size: 16px;
    }
  }

  @media screen and (min-width: 611px) {
    .title-bar {
      font-size: 16px;
    }
  }
  
  @media screen and (max-width: 610px) {
    .title-bar {
      font-size: 14px;
    
    }
  }

    @media screen and (max-width: 610px) {
        .title-bar li {
          padding: 0 5px;
        
        }
      }


nav ul {
    display: flex;
    align-items: center;
    padding: 0 10px;
    list-style: none;
    
    
}

nav ul li a {

   
    padding: 0 25px;
    color: gray;
    transition: 1s;
    text-transform: uppercase;
    font-family: "sofia-pro", sans-serif;
    font-weight: 500;
    font-style: normal;
}

nav ul li a:hover {
    transition: 1s;
    
}

.container {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 10px;
    box-sizing: border-box;
}

.title-bar {
        width: 100%;
        max-width: 1600px;
        height: auto;
        text-align: center;
        flex-flow: wrap;
        margin: 0 auto;
        box-sizing: border-box;
    
    }


.title-bar ul {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    padding: 0;
    list-style: none;
    

}

.title-bar ul li {
    padding: 0 60px;
}

.aboutme h1 {
    font-family: "Work Sans" sans-serif;
    color: white;
    text-align: center;
    font-size: 80px;
    margin: 30px 0px 100px;
    text-shadow: 0px 0px 4px gray;
}

.example-tiktok {
    display:flex;
    position: relative;
    flex-flow: wrap;
    text-align: center;
    width:100%;
    max-width: 1100px;
    height:auto;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    position:relative;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    z-index: 0;
}

.example-tiktok video {
    width:auto;
    height: auto;
    min-width: 125px;
    max-width: 325px;
    padding: 10px;
}

.example-tiktok h2 {
    color: white;
    text-shadow: 0px 0px 4px gray;
}


.example-header h2 {
    color: white;
    text-shadow: 0px 0px 4px gray;
}

.example-youtube {
    display:flex;
    position: relative;
    flex-flow: wrap;
    text-align: center;
    width:100%;
    max-width: 1100px;
    height:auto;
    justify-content: center;
    padding: 0 15px;
    box-sizing: border-box;
    position:relative;
    display: flex;
    align-items: center;
    flex-flow: wrap;
    z-index: 0;
}

.example-youtube video {
    width:auto;
    height: auto;
    min-width: 200px;
    max-width: 1100px;
    padding: 10px;
}

.example-youtube h2 {
    color: white;
    text-shadow: 0px 0px 4px gray;
}


.container-2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    padding: 0 20px;
    box-sizing: border-box;
}

#button {

    transition: 1s ease-in-out;
    font-family: "arial";
    color: white;
    margin-left: 20px;
    margin-right: 20px;
 }

 #button:hover {

    transform: scale(120%);
    
 }

 #button a:after {    
    background: none repeat scroll 0 0 transparent;
    bottom: 0;
    content: "";
    display: block;
    height: 1px;
    left: 50%;
    position: absolute;
    background: #fff;
    transition: width 0.3s ease 0s, left 0.3s ease 0s;
    width: 0;
  }

  #button a:hover:after { 
    width: 100%; 
    left: 0; 

  }
 
  a:hover {
 
     text-shadow: 0px 0px 4px gray;
     
  }


.hero {
    padding-top: 2%;
    box-sizing: border-box;
}

.hero img {
    border-style: none;
    border-radius: 50%;
    margin: 0 auto;
    max-width: 440px;
    display: block;
    right:90%;
}

#topbutton {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 100px;
    z-index: 99;
    border: none;
    outline: none;
    color: white;
    cursor: pointer;
    padding: 0px;
    border-radius: 4px;
    opacity: 60%;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 100%;
    width: 30px;
    height: 30px;
    background-image: url("up-arrow.png");
    background-size: contain;
    font-size: 8px;
    border-radius: 50%;
    box-sizing: border-box;
  }
  
  #topbutton:hover {
    background-color: #555;
  }



.aboutme {
    width: 90%;
    max-width: 1200px;
    height: auto;
    text-align: center;
    padding: 0px 0px 50px 0px;
    margin: 0 auto;
    border-style: solid;
    border-color: white;
    box-sizing: border-box;

}

.aboutme-section {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-flow: wrap;
    box-sizing: border-box;

}

.aboutme-image {
    height: 400px;
    width: 400px;
    background-image: url("Jessica\ Snape\ Headshot\ 2024.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: 0 auto;
}

.aboutme-text {
    height: auto;
    width: 90%;
    text-align: center;
    color:gray;
    text-shadow: 0px 0px 4px white;
    padding: 10px;
}

.whyUGC {
    position:relative;
    width: 90%;
    max-width: 1100px;
    height: auto;
    text-align: center;
    padding: 40px 0px 50px 0px;
    margin: 0 auto;
    box-sizing: border-box;

}

.whyUGC-section {
    padding: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    box-sizing: border-box;

}

.whyUGC-image {
    height: 400px;
    width: 400px;
    background-image: url("aboutmeimage.jpg");
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    float:left;
}

.whyUGC-text {
    height: auto;
    width: 40%;
    margin-left: 40px;
    text-align: left;
}

#examples {
    padding: 5px;
    margin: 0 auto;
    width: 90%;
    height: auto;
    text-align: center;
}

.projects {
    position:relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
}

.project {
    align-items: center;
    justify-content: center;
    padding-bottom: 50px;
}

.UGC-header h2 {

    color: #FFBDD8;
}

.contact {
    width: 100%;
    height: auto;
    padding: 75px 0 50px 0;
    text-align: center;
    background-color: rgba(3,3,3,45%);
    color: white;
    box-sizing: border-box;
    vertical-align: middle;

    justify-content: right;
    align-items: left;
}



.contact h2, .contact p {
    color: white;
}

.contact-form {
    max-width: 800px;
    display: flex;
    text-align: left;
    max-width: 1100px;
    margin: 0 auto;
    color: white;
    box-sizing: border-box;
}

.contact-form label {
    display: block;
    margin-bottom: 9px;
}

.message {
    display: flex;
    flex-direction: column;
    width: 60%;
}

.message textarea {
    border-radius: 5px;
    border: 0px;
    padding: 10px;
}

.contact {
    flex: 1;
    margin-right: 50px;
}

.contact input {
    width: 20%;
    border-radius: 5px;
    border: 0px;
    padding: 15px 20px;
    margin-bottom: 20px;
}

.contact textarea {

    width: 20%;
    height: 200px;
    border-radius: 5px;
    border: 0px;
    padding: 15px 20px;
    margin-bottom: 20px;

}

.message button {
    color: #1d3d5f;
    border: 0;
    border-radius: 5px;
    background: lightblue;
    width: 140px;
    height: 40px;
    margin-top: 40px;
    margin-left: auto;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s;
}

.message button:hover {
    background: black;
    color:white;
    transition:0.2s;
}

.button {
    border: 5px solid #DCA700;
    border-radius: 10%;
    opacity:80%;
    width: 160px;
    margin-bottom: 100px;
    margin-left: 10px;
    color:black;
    text-decoration: none;
    transition: 1s ease-in-out;
}


.text {
    position: absolute;
    height: 50px;
    width: 90%;
    left: 0;
    bottom: 0;
    z-index: 2;
    background-color: gray;
    overflow: hidden;
    transition: 0.2s;
    padding: 20px;
}

.text:hover {
    height: 175px;
    transition: 0.3s;
}

.text h3 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding:0px;
}


#projects h2 {
    margin: 0px;
    
   
}


.content {
    color: black;
    padding: none;
}

.miami {
    width: 400px;
    height: 400px;
    background: black;
    position: relative;
    border-radius: 10px;
    background-image: url("miami.png");
    margin: 20px;
    background-size:contain;
    background-position: center;
}

.woodstock {
    width: 400px;
    height: 400px;
    background: black;
    position: relative;
    border-radius: 10px;
    background-image: url("file:///Users/mikeo/Desktop/Complete%20Web%20Developer%20Course/1-html/woodstock.jpg");
    margin: 20px;
    background-size:contain;
    background-position: center;
}


footer {
    height: 90px;
    background-color: #FFBDD8;

}

footer .container {
    display: flex;
    align-items: center;
    height: 100%;
}

.social-media {
    position:relative;
    width: 100%;
    align-items: center;
    justify-content: center;
    font-size: 200%;
    width: auto;
    margin:0 auto;
    
}

.social-media a i{
    color: white;
    transition: 0.2s;
    padding: 0 15px;
}

.social-media a i:hover {
    color: white;
    transition: 0.2;
   
    
}

/* animation: bounce 1s infinite; */

.copyright {
    position: absolute;
        width: 100%;
        color: gray;
        text-align: center;
       
}

.row {
    display: flex;
    flex-wrap: wrap;
  }
  
  .column {
    flex: 33%;
    max-width: 33%;
    margin: 0 auto;
  }
  
  .column img {
    margin-top: 8px;
    vertical-align: middle;
    width: 100%;
  }
  
  /* Responsive layout - makes a two column-layout instead of four columns */
  @media screen and (max-width: 800px) {
    .column {
      flex: 50%;
      max-width: 50%;
    }
  }
  
  /* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
  @media screen and (max-width: 600px) {
    .column {
      flex: 100%;
      max-width: 100%;
    }
  }

label {
    display: block;
    padding: 5px;
}

.labelnames
{
    margin-bottom: 5px;
}

.contact p {

    margin-bottom: 20px;
}

@keyframes bounce {
	0%, 50%, 20%, 50%, 20% {
		-webkit-transform: translateY(0);
		-ms-transform:     translateY(0);
		transform:         translateY(0)
	}
	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform:     translateY(-30px);
		transform:         translateY(-30px)
	}
	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform:     translateY(-15px);
		transform:         translateY(-15px)
	}
}



