* {
    margin: 0;
    padding: 0;
    font-family: 'Georgia', sans-serif;
    box-sizing: border-box;
}
  
  body {
    margin: 0px;
    padding: 0px;
}

.background1{
    width: 100%;
    height: 100vh;
    background-image: url(Assets/background1.jpg);
    background-repeat: no-repeat;
    background-size: 50%;
    background-position: right;
    
}

.info{
    margin-left: 7%;
    margin-top: 6%;
}

.info h1{
    font-size: 65px;
    color: darkgray
}

.info h3{
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 24px;
}

.homePhoto{
    width: 30px;
    height: 60%;
    position: absolute;
    right: 5px;
    bottom: 0;
}

.homePhoto img{
    position: absolute;
    height: 140%;
    left: 20%;
    transform: translate(-100%);
    bottom: 0;
    transition: left 2s ease;
}

.homePhoto:hover .briana{
    left: 75%;
}

.background2{
    width:100%;
    height: 100vh;
    background-image: url(Assets/sherlockHolmes.jpeg);
    background-repeat: no-repeat;
    background-size: 35%;
    background-position: left;
    
}
.background3{
    width:100%;
    height: 70vh;
    background-image: url(Assets/sherlockHolmes1.jpeg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right;
}


.background5{
    width: 100%;
    height: 100vh;
    background-image: url(Assets/background.jpg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left;
    background-color: #ffffff;
}
  
.background6{
    width: 100%;
    height: 100vh;
    background-image: url(Assets/jimRohn.jpg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: right;
    background-color: #ffffff;
}
.background7{
    width: 100%;
    height: 100vh;
    background-image: url(Assets/computer.jpg);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left;
    background-color: #ffffff;
}
.background8{
    width: 100%;
    height: 100vh;
    background-image: url(Assets/future.webp);
    background-repeat: no-repeat;
    background-size: 30%;
    background-position: left;
    background-color: #ffffff;
}

.background9{
    width: 100%;
    height: 100vh;
    background-image: url();
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    
}
  
.navbar {
    overflow: hidden;
    background-color: #333;
    font-family: Arial;  
  }
  

  .navbar a {
    float: right;
    font-size: 16px;
    color: white;
    text-align: center;
    padding: 10px 16px;
    text-decoration: none;
  }
  
  .dropdown {
    float: right;
    overflow: hidden;
  }
  
  .dropdown .dropbtn {
    font-size: 16px;
    border: none;
    outline: none;
    color: white;
    padding: 14px 16px;
    background-color: inherit;
    font-family: inherit; 
    margin: 0;
  }
  

  .navbar a:hover, .dropdown:hover .dropbtn {
    background-color: rgb(88, 74, 92);
  }
  
  .dropdown-content {
    display: none;
    position: absolute;
    background-color: #d1c4d7;
    min-width: 160px;
    box-shadow: 0px 8px 15px 0px rgba(0,0,0,0.2);
    z-index: 1;
  }
  

  .dropdown-content a {
    float: none;
    color: rgb(58, 44, 60);
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: center;

  }
  
  .dropdown-content a:hover {
    background-color:rgb(177, 146, 181);;
  }
  
  .dropdown:hover .dropdown-content {
    display: block;
  }


#image-container {
    position: fixed;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

#personality{
    padding: 80px 0;
    color: #111011;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
}

.personality-col-1{
text-align: center;
}
.personality-col-2{
text-align: center;
}

.personalityHeader{
font-family: algerian;
text-align: 50%; 
}

.personalityHeader1{
    font-family: algerian;
    text-align: 50%; 
}

.personalityHeader2{
    font-family: algerian;
    text-align: 50%; 
}

.professionalPadding{
    padding: 35px;
}

header {
    color: #fff;
    padding: 20px 0;
}



.container
{
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    background-color: #ffffff;
}

.storyboard
{
    position: relative;
    width: 100%;
    min-height: 1000px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    box-shadow: 0px 35px 55px rgb(253, 253, 253);
    margin:50px;
}

.storyboard .left
{
    position: relative;
    padding: 40px;
}

