header{
background-color: #F5A8CA;
height: 6vh;
}
body{
background-color: #e6e6e6;
}
nav{
display: flex;
align-items: center;
}
*{
margin: 0 auto;
}
header, nav, footer{
width: auto;
padding: 3px 80px;
box-sizing: border-box;
}
.logo{
color: #000000;
font-weight: 1000;
font-size: larger;
padding: 5px;
}
nav a{
color: black;
text-decoration: none;
font-size: small;
font-weight: 1000;
padding: 5px;
margin-inline: 15px;
}
nav a:hover{
background-color: #6000323d;
color: white;
}
.sticky {
background-color: #F5A8CA;
padding: 3px;
position: sticky;
top: 0; 
z-index: 100; 
height: 7vh;
box-shadow: 0 4px 4px #0000004b;
}
.home{
width: auto;
height: fit-content;
background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('img/pinkpos.jpg');
background-size: cover;
background-repeat: no-repeat;
background-position: center center;
text-align: center;
padding: 50px 50px;
}
.box-home{
width: 800px;
height: fit-content;
display: flex;
align-items: center;
}
.text-box{
width: fit-content;
max-height: fit-content;
text-align: left;
}
.attina{
margin-left: -110px;
margin-top: -100px;
width: 200px;
height: 200px;
float: left;
}
.fanfic-box{
width: fit-content;
text-align: left;
color: white;
}
.fanfic-text{
color: white;
font-size: 50px;
font-weight: 100;
}
/* SLIDER */
.slider-container {
width: 350px;
overflow: hidden;
}
.slider {
display: flex;
transition: transform 1s ease;
}
.slider img {
width: 400px;
height: 230px;
}
/* HEADER DOWN */
.down-header{
background-color: #ffd7e9;
height: 8vh;
align-items: center;
box-shadow: 0 4px 4px #4d303f4b;
padding: 5px 150px;
}   
.buttons{
display: flex;
align-items: center;
margin-inline: 150px;
}
.buttons h3{
color: black;
font-family: "Brush Script MT", "Brush Script Std", cursive;
font-size: 40px;
font-weight: 70;
}
.home-button{
font-weight: 900;
font-size: small;
padding: 5px;
color: black;
text-decoration: none;
}
.home-button:hover, .sobre-button:hover{
color: #600032;
background-color: #4b022721;
text-decoration: underline;
}
.sobre-button{
font-weight: 900;
font-size: small;
padding: 5px;
color: white;
text-decoration: none;
background-color: #600032;
}
.sobre-button:hover{
color: #600032;
background-color: #4b022721;
}
/* ICONS */
.icons{
display: flex;
justify-items: left;
gap: 10px;
}
#facebookIcon:hover{
width: 26px;
}
/*FEED BUTTONS*/
.feed-icons{
margin-top: 20px;
padding: 0 390px;
display: flex;
justify-content: center;
background-color: rgba(255, 255, 255, 0.356);
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
}
.feed-icon{
background-color: #e6e6e6;
padding: 10px 50px;
}
.feed-icon:hover{
border: 1px solid rgb(192, 192, 192);
background-color: transparent;
}
.home-icon{
background-color: transparent;
padding: 10px 50px;
}
.home-icon:hover{
background-color: #ffffff69;
border: 1px solid rgba(0, 0, 0, 0.377);
}
.profile-icon{
background-color: transparent;
padding: 10px 50px;
}
.profile-icon:hover{
background-color: #ffffff69;
border: 1px solid rgba(0, 0, 0, 0.377);
}
/* BODY */
.body-box{
width: fit-content;
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
margin-top: 70px;
}
.container {
text-align: center;
}
.post {
border: 1px solid #e1e1e1;
background-color: white;
margin: 10px;
padding: 10px;
max-width: 1100px;
display: flex;
flex-direction: row;
}
.post-image {
max-width: 45%;
margin-left: 15px;
}
.comments {
margin-top: 10px;
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-end;
flex-grow: 1;
padding-left: 10px;
text-align: left;
}
.comment {
border-top: 1px solid #e1e1e1;
padding: 5px 0;
text-align: left;
}
.profile {
display: flex;
flex-direction: column;
align-items: center;
}
.profile img {
width: 50px;
height: 50px;
border-radius: 50%;
margin-right: 0;
}
.add-comment {
display: flex;
align-items: center;
margin-top: 10px;
}
.add-comment input {
flex-grow: 1;
}
.add-comment-vid button{
margin-top: 10px;
}
video{
margin-bottom: 50px;
margin-left: 7px;
}
.new-post {
border: 1px solid #e1e1e1;
background-color: #F5A8CA;
padding: 10px;
max-width: 1000px;
color: rgb(0, 0, 0);
}
.new-post input[type="file"] {
display: none;
}
/* FOOTER */
.footer{
margin-top: 80px;
background-color: #F5A8CA;
color: black;
display: flex;
align-items: center;
justify-content: space-between;
padding: 10px;
}
footer a {
text-decoration: none;
color: #000000;
}
.footer-text {
display: flex;
justify-items: left;
gap: 250px;
}