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{
border: 1px solid #600032;
color: #600032;
text-decoration: none;
}
/* BODY */
.body-box{
display: flex;
align-items: center;
gap: 20px;
width: fit-content;
}
.comentario-home{
padding: 5% 2%;
color: rgb(0, 0, 0);
height: 890px;
background-color: rgba(255, 255, 255, 0.541);
margin-top: 70px;
width: 280px;
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
}
.sobre-home{
text-align: left;
padding: 5% 0%;
color: rgb(0, 0, 0);
height: 890px;
background-color: rgba(255, 255, 255, 0.692);
margin-top: 70px;
width: 650px;
box-shadow: 2px 2px 5px 5px #f5a8c956;
}
.sobre-home h1, .comentario-home{
color: #000000;
}
.info-box{
padding: 20px 20px;
}
.magazine-home{
padding: 5% 2%;
color: rgb(0, 0, 0);
height: 890px;
margin-top: 70px;
width: 230px;
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
background-position: center center;
box-shadow: 2px 2px 5px 5px rgba(192, 192, 192, 0.39);
background-image: linear-gradient(rgba(255, 255, 255, 0.5), rgba(51, 16, 16, 0.5)), url('img/magazine.jpg');
}
.fade h1{
color: white;
font-size: 90px;
font-weight: bolder;
text-align: center;
}
.slide{
display: none;
}
.fade{
animation: fade 2s ease-in-out infinite;
}
@keyframes fade {
0%, 100% {
opacity: 0;
}
25%, 75% {
opacity: 1;
}
}
/*FIXACOES*/
.fixacoes{
text-align: center;
margin-top: 70px;
background-color: #F5A8CA;
padding: 15px;
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
}
.below-box{
display: flex;
align-items: center;
height: 350px;
margin-top: 10px;
background-color: rgba(255, 255, 255, 0.692);
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
}
.box1, .box2, .box3, .box4{
height: 268px;
width: 200px;
background-color: rgba(255, 255, 255, 0.801);
border: 1px solid #600032;
}
.box1:hover, .box2:hover, .box3:hover, .box4:hover{
height: 268px;
width: 205px;
border: 2px solid #600032;
box-shadow: 2px 2px 5px 5px rgba(212, 212, 212, 0.39);
}
.box1 h3, .box2 h3, .box3 h3, .box4 h3{
text-align: center;
}
.text{
text-align: left;
font-size: smaller;
padding: 2px 10px;
}
#box1, #box2, #box3, #box4 {
width: 170px;
height: 170px;
border: 1px solid #ccc;
border-radius: 100px;
float: center;
display: flex;
}
/* 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);
}
.home-icon{
background-color: #e6e6e6;
padding: 10px 50px;
}
.home-icon:hover{
border: 1px solid rgb(192, 192, 192);
background-color: transparent;
}
.feed-icon{
background-color: transparent;
padding: 10px 50px;
}
.feed-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);
}
/*PROFILE*/
.profile-h2{
text-align: center;
}
#profile-pic {
width: 170px;
height: 170px;
border: 1px solid #ccc;
border-radius: 100px;
float: center;
display: flex;
}
.name-profile {
font-weight: bold;
margin-bottom: 3px;
margin-bottom: 10px;
text-align: center;
}
.edit-button{
color: black;
padding: 5px 30px;
border: 1px solid gray;
border-radius: 20px;
margin-bottom: 80px;
display: flex;
align-items: center;
}
.edit-button:hover{
color: blue;
background-color: #00000036;
}
/*COMENTARIO*/
.comentario-home h2{
margin-bottom: 15px;
text-align: center;
}
#comment-box {
width: 220px;
height: 60px;
border: 1px solid #ccc;
padding: 10px;
display: flex;
justify-content: center;
margin-bottom: 10px;
}
.comment-container {
clear: both;
margin-top: 10px;
max-width: 400px;
}
#profile-picture {
width: 27px;
height: 27px;
border: 1px solid #ccc;
border-radius: 30px;
margin-right: 10px;
float: left;
}
.comment {
border: 1px solid #ccc;
padding: 5px;
max-width: 300px;
word-wrap: break-word;
}
.timestamp {
color: #888;
font-size: 12px;
margin-top: 5px;
}
.profile-name {
font-weight: bold;
margin-bottom: 3px;
}
.save-button{
display: flex;
justify-content: center;
padding: 5px 71px;
background-color: blue;
color: white;
}
.save-button:hover{
background-color: rgb(32, 32, 255);
}
/* 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;
}