@import "styles.css";

html
{

}

body
{
    background: linear-gradient(90deg, rgb(70, 43, 88) 0%, rgb(139, 69, 56) 100%);
    width: 100%;
    margin: 0px;
    display: block;
}

.star-layers {
 
}


.navbar a
{
    all : inherit
}

.Presentation
{
    padding-top: 200px;
    width: 100%;
    height: 700px;
    margin: auto;
}

.Presentation .Content
{

    margin: auto;
    width: 90%;
    height: 90%;
}

.Presentation .Content .title
{
    height: 200px;
    font-size: 100px;
    margin: auto;
    text-decoration: underline;
    color: #ffffde;

}

.Presentation .Content .presentationBlock
{

    margin: auto;
    justify-items: center;
    align-items: center;
    width: 100%;
    display: flex ;



}

.Presentation .Content .presentationBlock .presentationContainer
{
    background-color: #c56158;
    z-index: 100;
    margin: auto;
    justify-items: center;
    align-items: center;
    width: 100%;
    display: flex ;
    border-radius: 20px;
    height: 650px;
    border: solid 2px white;

}

.Presentation .Content .presentationBlock .pictureContainer
{
    margin: auto;
}
.Presentation .Content .presentationBlock .pictureContainer .picture
{
    justify-content: end;
    width: fit-content;
    margin-left: auto;

}
.Presentation .Content .presentationBlock  .pictureContainer .picture img
{
    border-radius: 15px;
    margin: auto;
    width: 350px;
    height: fit-content
}

.Presentation .Content .presentationBlock .Text
{
    width: 55%;
    margin: auto;
    height: fit-content;
    /* margin-right:75px ; */
}

.Presentation .Content .presentationBlock .Text .bigText
{
    font-family: title;
    color: #ffffde;
    
    font-size: 55px;
    height:  30%;
    margin: auto;

}

.Presentation .Content .presentationBlock .Text .smallText
{
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif, Helvetica, sans-serif;
    font-weight: 500;
    font-size: 25px;
    color: #ffffde;

    text-align: justify;
    padding-right: 20px;
    height:  60%;
    margin: auto;
    padding-top: 30px;

}


.Timeline
{
   
    margin-top: 50PX;
}

.Timeline .timelineTitle
{
    text-align: center;
    font-family: title;
    font-size: 55px;
    margin-bottom: 25px;
    color: white;
}

.Timeline * {
  box-sizing: border-box;
}

/* The actual timeline (the vertical ruler) */
.timeline {
    border: solid 2px white;
    border-radius: 15px ;
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
}

/* The actual timeline (the vertical ruler) */
.timeline::after {
  content: '';
  position: absolute;
  width: 6px;
  background-color: #c56158;;
  top: 0;
  bottom: 0;
  left: 50%;
  margin-left: -3px;
}

/* Container around content */
.containerTime {
  padding: 10px 40px;
  position: relative;
  background-color: inherit;
  width: 50%;
}

/* The circles on the timeline */
.containerTime::after {
  content: '';
  position: absolute;
  width: 25px;
  height: 25px;
  right: -17px;
  background-color: #d6a6c3;;
  border: 4px solid #c56158 ;
  top: 15px;
  border-radius: 50%;
  z-index: 1;
}

/* Place the container to the left */
.left {
  left: 0;
 
}

/* Place the container to the right */
.right {
  left: 50%;
}

/* Add arrows to the left container (pointing right) */
.left::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  right: 30px;
  border: medium solid #c56158;
  border-width: 10px 0 10px 10px;
  border-color: transparent transparent transparent #c56158;
}

/* Add arrows to the right container (pointing left) */
.right::before {
  content: " ";
  height: 0;
  position: absolute;
  top: 22px;
  width: 0;
  z-index: 1;
  left: 30px;
  border: medium solid #c56158;
  border-width: 10px 10px 10px 0;
  border-color: transparent #c56158 transparent transparent;
}

/* Fix the circle for containers on the right side */
.right::after {
  left: -16px;
}

/* The actual content */
.timeline  .content {
  padding: 20px 30px;
  background-color: #c56158;
  position: relative;
  border-radius: 6px;
  color: white;
  font-family: text;
  font-size: 20px;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
  left: 31px;
  }
  
  /* Full-width containers */
  .container {
  width: 100%;
  padding-left: 70px;
  padding-right: 25px;
  }
  
  /* Make sure that all arrows are pointing leftwards */
  .container::before {
  left: 60px;
  border: medium solid white;
  border-width: 10px 10px 10px 0;
  border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .left::after, .right::after {
  left: 15px;
  }
  
  /* Make all right containers behave like the left ones */
  .right {
  left: 0%;
  }
}

.Skills
{
    width: 100%;
    height: 800px;
    display: flex;
    align-items: center;

}
.Skills .content
{
    /* background-color:#e78d56; */
    z-index: 100;
    width: 90%;
    height: 65%;
    margin: auto;

    border-radius: 20px;
    align-items: center;

    color: white;
     
}


.Skills .content .boxTitle
{
    align-items: center;
    text-align: center;
    vertical-align: middle;
    margin: auto;
    width: 25%;
    height: 80px;
    border-style: solid;
    border-width: 5px;
    border-radius: 15px;


}

.Skills .content .boxTitle .title
{
    display:inline-flex;
    padding-top: 10px;
    vertical-align: middle;
    padding-left: 0px;
    height: 100%;
    margin: auto;
}

.Skills .content .boxContainer
{
    display: flex;
    width: 85%;
    height:100%;
 
    margin:auto;
}

.Skills .content .BoxContent
{
    border: solid 2px white;
    margin: auto;
    width: 25%;
    height: 70%;
    /* border: solid 4px black; */
    border-radius: 25px;
    margin-left: 15px;
    margin-right: 15px;
    display: block;
    justify-content: center;
    align-items: center;
    background-color:#7a3d92;
}

.Skills .content .BoxContent .Title
{
    text-align: center;
    margin: auto;
    font-family:title;
    font-size: 35px;
    height: 60px;
    /* padding-top: 40px; */
    margin-top: 40px;
    text-decoration-line:underline;
    color: #f9f871;
}

.Skills .content .BoxContent .TextList
{
    margin: auto;
    margin-left: 50px;
    list-style-position:outside;

}


.Skills .content .BoxContent .TextList ul
{
    padding-left: 10px;
}


.Skills .content .BoxContent .TextList li
{
    /* margin: auto; */
    text-align: left;
    align-items: center;
    vertical-align: middle;
    height: 60px;
    list-style: none;
    font-family: text;
    font-weight:600 ;
    font-size: 17px;
}


.Skills .content .BoxContent .TextList li::before
{
    display: inline-block;
    content: "";
    width: 1rem;
    height: 1rem;
    vertical-align: middle;
    border-radius: 50%;
    /* border: solid;
    border-color:rgb(121, 16, 68);   */
     background: #fcd175;
    margin-right: .5rem;
}

.Footer .FooterBlock
{   
    background-color: #953e56;
    border: solid 2px white;    

}

/* li::marker {

    color: black;
    font-size: 5rem;
    /* margin: auto;
    vertical-align: middle; */
    /* list-style-type:disc; */

  /* } */

  @media (max-width: 1000px) 
  {

    .star-layers {
        height:  fit-content;
    }

    .Presentation
    {
        height: 800px;
    }
    .Presentation .Content .presentationBlock .presentationContainer
    {
        height: 800px;
    }
    .Presentation .Content .presentationBlock  .pictureContainer .picture img
    {
        width: 250px;
        height: fit-content;
    }

    .Presentation .Content .presentationBlock .Text .title
    {
         font-size: 70px; 
         height: fit-content;
         margin-bottom: 25px;
    }

    .Presentation .Content .presentationBlock .Text .bigText
    {
        font-size: 35px; 
    }   
    /* .Timeline
    {
        height: 10px;
        visibility: hidden;
    }
    .Timeline .datePoint
    {
        font-size: 19px;
        padding: 0px 50px; 
        width:80%;
    } */

    .Skills .content
    {
        width: 100%;    
    }

    .Skills .content .BoxContent .Title
    { 
        font-size: 30px;
    }

    .Skills .content .boxContainer
    {
     
        width: 95%;
    }

    .Skills .content .BoxContent .TextList
    {
        margin-left:20px;
        margin-top: 30px;
    }

    .Skills .container .BoxContent .TextList ul
    {
        padding-left: 20px;
    }

  
  }