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);
}
.profile-icon{
background-color: #e6e6e6;
padding: 10px 50px;
}
.profile-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);
}
.feed-icon{
background-color: transparent;
padding: 10px 50px;
}
.feed-icon:hover{
background-color: #ffffff69;
border: 1px solid rgba(0, 0, 0, 0.377);
}
/*BODY*/
.profile {
max-width: 80%;
background-color: white;
padding: 20px;
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
display: grid;
grid-template-columns: auto 1fr;
gap: 10px;
align-items: center;
margin-top: 70px;
padding-bottom: 190px;
height: fit-content;
}
.profile img {
border-radius: 50%;
width: 120px;
height: 120px;
margin-left: 50px;
margin-top: 50px;
margin-bottom: 10px;
}
.profile-info p{
text-align: left;
margin-left: 60px;
margin-top: 10px;
}
.profile-info span{
color: blue;
margin-left: 5px;
}
.profile-infotext h4{
font-size: x-large;
font-weight: 500;
}
.stats {
display: flex;
justify-content: space-around;
margin-bottom: 20px;
gap: 30px;
}
.stats p {
margin: 0;
}
.line-div{
margin-top: 60px;
height: 1px;
background-color: #9e9e9e;
width: 100%;
}
.posts {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
height: fit-content;
}
.post {
width: 300px;
margin-bottom: 20px;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: flex-start;
height: 300px;
}
.post img {
width: initial;
height: 250px;
border-radius: 0;
margin-top: 18px;
}
video{
margin-top: 0;
}
.post-content {
flex: 1;
}
.post-title {
margin-top: 30px;
margin-bottom: 20px;
margin-left: 5px;
}
.post-title p{
color: blue;
}
.post-title span{
font-weight: bolder;
margin-right: 10px;
}
.post-comments {
color: #666;
}
.create-post {
margin-top: 30px;
text-align: left;
}
input[type="file"] {
display: none;
}
.create-post label {
padding: 2px 10px;
color: black;
cursor: pointer;
border-radius: 5px;
border: 1px solid black;
margin-right: 10px;
font-size: x-large;
font-weight: bolder;
}
.create-post label:hover{
background-color: black;
color: white;
}
#upload-label {
cursor: pointer;
}
#file-input {
display: none;
}
#post-title {
display: none;
margin-top: 10px;
padding: 10px;
box-sizing: border-box;
width: 100%;
}
.create-post button{
padding: 6px 10px;
color: black;
border-radius: 5px;
border: none;
font-size: medium;
background-color: transparent;
}
.create-post button:hover{
background-color: blue;
color: white;
}
/* 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;
}