@import url("https://use.typekit.net/xfy5qgj.css");

html {
	background: rgb(255, 255, 255);
	color: rgb(0, 0, 0);
}

body{
	margin-top: 10vh;
	margin-left: 5vw;
}


h1{
	font-family: vista-sans-narrow, sans-serif;
   	font-weight: 800;
	font-size: 5rem;
	text-align: center;
	margin-top: 0;

}

h2{
	font-family: vista-sans-narrow, sans-serif;
	font-weight: 400;
	font-style: normal;
	border-bottom: 1px solid rgb(0, 0, 0);
}

h1:hover, h2:hover{
}


ul{
	font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}

a{
	text-decoration: none;
	color: rgb(0, 0, 0);
}
	a:hover{
		color: rgb(160, 160, 160);
	}



.dropbtn {
    background-color:  rgb(255, 255, 255);
    color: black;
    padding: 16px;
    font-size: 16px;
    border: black 1px dashed;
    border-radius: 10px;
    font-family: vista-sans-narrow, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 2rem;
    z-index: 100000;

  }

  .dropdown {
    position: relative;
    display: inline-block;
    z-index: 100000;
  }
  .dropdown-content {
	display: none;
	position: absolute;
	background-color: rgb(255, 255, 255);
	min-width: 160px;
	border-radius: 10px;
	font-family: vista-sans-narrow, sans-serif;
	border: 1px black dashed;
  }
  .dropdown-content a {
	padding: 12px 16px;
	text-decoration: none;
	display: block;
	font-family: vista-sans-narrow, sans-serif;
	font-weight: 400;
	font-style: normal;
	z-index: 100000;
	color: rgb(0, 0, 0);
  }

    .dropdown-content a:hover {background-color:#ffffff;border-radius: 10px; font-family: vista-sans-narrow, sans-serif;
        font-weight: 400;
        font-style: normal;
        z-index: 100000;
        border: black 1px dashed;

    }

    .dropdown:hover .dropdown-content {display: block;}

    .dropdown:hover .dropbtn {background-color: #000000; color: #ffffff ;
        z-index: 100000;
		color: #ffffff ;
        z-index: 100000;
        border: white 1px dashed;}

		#move{
			top: 20px;
			position: fixed;
			left: 70%;
		}
		#move_2{
			top: 20px;
			position: fixed;
			left: 5%;
		}
	
		.container {
			margin: 0;
			display: flex;
			justify-content: center;
			align-items: center;
		}
		
		img {
			max-width: 100%;  
			height: auto; 
			box-shadow: 10px black;
}
		


	img{
		margin-bottom: 30px;
		width: 50%;
		height: auto;
	}

	.p1_1 {
		display: flex;
		flex-direction: column;
		position: relative;
		border: 1px solid rgb(0, 0, 0);
		padding-left: 10px;
		width: 95%;
		border-bottom: none;
	}

	.p1_2{

		display: flex;
		flex-direction: column;
		position: relative;
		border: 1px solid rgb(0, 0, 0);
		padding-left: 10px;
		width: 95%;
		border-bottom: none;
		}

	.p1_3{

		display: flex;
		flex-direction: column;
		position: relative;
		border: 1px solid rgb(0, 0, 0);
		padding-left: 10px;
		width: 95%;
		border-bottom: none;
		}
	.p1_4{

		display: flex;
		flex-direction: column;
		position: relative;
		border: 1px solid rgb(0, 0, 0);
		padding-left: 10px;
		width: 95%;
		margin-bottom: 50px;
		}

	.svg:hover{
		fill: #ff4ebb;
	}