html 
{
  scroll-behavior: smooth;
}
body
{
  font-family: 'Josefin Sans';
  height: 100vh;
}
a 
{
  text-decoration: none;
  color: rgb(20, 20, 20);
  font-weight: 600!important;
}
h1 {
  font-size: 2em;
}

h2 {
  font-size: 1.5em;
}

p {
  font-size: 1em;
}
h1,
h2,
h3
{
  font-weight: 600;
}
p
{
  color: rgb(20, 20, 20);
}
#danae, #programmer
{
  color: #855fc2;
}
.home-content h1
{
  display: inline;
}
.myBtn
{
  border: none;
  border-radius: 5px;
  background: #656094;
  background: radial-gradient(circle, rgb(128, 109, 170) 0%, rgb(113, 105, 156) 100%);
  padding: 10px;
  
}
.myBtn:hover{
  background: #3d3d3d;
  border: #4f3168;
  color: #ffffff;
  box-shadow: 0px 7px 7px #80838b; 
}.myBtn:hover a{
  color: #fff;
}
/* Menu */
.navbar
{
  font-size: 1.5rem;
  padding: 1%;
  height: 8vh;
}
.navbar-toggler 
{
  border-style: none;
}
/* Menu Icon */
.navbar-toggler
{
  padding-top: 15px;
  border: 0;
}
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus
{
  outline: none;
  box-shadow: none;
  border: none;
}
.toggler-icon
{
  width: 30px;
  height: 3px;
  background-color: #141414;
  display: block;
}
.middle-line
{
  margin: 5px auto;
}
.navbar-toggler .top-line
{
  transform:  rotate(45deg);
  transform-origin: 10% 10%;
  transition: opacity 1.5s ease, transform 1.5s ease;
  transition-duration: 0.4s;
}
.navbar-toggler .middle-line
{
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar-toggler .bottom-line
{
  transform:  rotate(-45deg);
  transform-origin: 10% 10%;
}
.navbar-toggler.collapsed .top-line
{
  transform:  rotate(0);
}
.navbar-toggler.collapsed .middle-line
{
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar-toggler.collapsed .bottom-line
{
  transform:  rotate(0);
}
.navbar-toggler.navbar-toggler.collapsed .toggler-icon
{
  background-color: #4f3168;
}
/*Change color when hover*/
.nav-link:hover
{
  color: none;
  color: #a8a2ad!important;
}
.button
{
  position: relative;
  text-align: center;
  padding: 1%;
  height: 8vh;
}
.banner
{
  text-align: center;
  padding: 1%;
  height: 8vh;
}
/* Home */
.home-background
{
  background-image: url("/Images/background-1e.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1%;
  position: relative;
  width: 100%;
  height: 92vh;
}
.home-container
{
  color: rgb(36, 36, 37);
  padding: 15px;
  position: relative;
  width: -moz-max-content;
  background: linear-gradient(274.28deg, rgba(248, 248, 248, 0.3) -1.15%, rgba(240, 240, 240, 0.5) 100%);
  border-radius: 25px;
  width:fit-content;
  margin-top: 37vh;
}
.home-content
{
  display: block;
  position: relative;
  text-align: center;
  padding: 20px;
  background-color: #fff;
  border-radius: 24px;
}
/* About */
.about-background
{
  background-image: url("/Images/background-2eb.png");
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 1%;
  position: relative;
  width: 100%;
  height: 92vh;
}
.about-container 
{
  color: rgb(36, 36, 37);
  padding: 20px;
  position: relative; 
  width:fit-content;
  width: -moz-max-content;
  background: linear-gradient(274.28deg, rgba(248, 248, 248, 0.3) -1.15%, rgba(240, 240, 240, 0.5) 100%);
  border-radius: 25px;
  margin-top: 150px;
}
.about-content
{
  background-color: #fff;
  border-radius: 24px;
  position: relative;
  text-align: center;
  padding: 30px;
  width: fit-content;
}

.about-content ul
{
  list-style: none;
  padding-left: 0;
}
#about:hover
{
  color: #827eb1;
}
/* Portfolio Page */
.projects-background
{
  background-image: url('/Images/background-3e.png');
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 1%;
  width: 100%;
  height: 92vh;
}
.projects-container
{
  color: rgb(36, 36, 37);
  padding: 25px;
  justify-content: center;
  align-content: center;
  position: relative;
  margin-top: 15vh;
  background: linear-gradient(274.28deg, rgba(248, 248, 248, 0.3) -1.15%, rgba(240, 240, 240, 0.5) 100%);
  border-radius: 25px;
  width: -moz-max-content;    /* Firefox/Gecko */
  width: fit-content;
}
.projects-container div
{
  background-color: #fff;
  padding: 10px;
  text-align: center;
  border-radius: 15px;
}
.projects-container img
{
  width: 100%;
}
#my-work:hover
{
  color: #617C91;
}

/* Contact Page */
.contact-background
{
  background-image: url('/Images/background-4e.png');
  background-color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 1%;
  width: 100%;
  height: 76vh;
}
.contact-container
{
  color: rgb(36, 36, 37);
  padding: 25px;
  position: relative;
  background: linear-gradient(274.28deg, rgba(248, 248, 248, 0.3) -1.15%, rgba(240, 240, 240, 0.5) 100%);
  border-radius: 25px;
  margin: auto;
  width: -moz-max-content;    /* Firefox/Gecko */
  width: fit-content;
}
#lets-talk:hover
{
  color: #a3bbd8;;
}
textarea, input[type=text], input[type=email], #submitBtn
{
  font-size: medium;
  font-style: inherit;
  background-color: rgb(248,248,250);
  padding: 10px;
  resize: none;
  outline: none;
  border: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 2px;
}


/* Css for Phones */
@media only screen   
and (min-width: 320px) 
and (max-width: 425px) 
{ 
  #scroll-link2, #scroll-link3
  {
    display: none;
  }
  .home-container
  {
    padding: 12px;
  }
  .home-content
  {
    font-size: small;
  }
  .navbar
  {
    font-size: 1.2em;
    padding: 0%;
  }
  .about-container
  {
    padding: 10px;
    margin-top: 16px;
  }
  .about-background
  {
    height: 92vh;
  }
  .about-content p
  {
    margin: 0;
  }
  #my-footer
  {
    font-size: 16px;
    padding: 5%;
  }
  
  .contact-background
  {
    height: 95vh;
  }
  
  .projects-container
  {
    margin-top: 18px;
    padding: 12px;
  }
  .contact-background
  {
    height: 82vh;
  }
  .contact-container
  {
    padding: 15px;
  }
  textarea
  {
    height: 130px;
  }
}

/* Css for Tablets */
@media only screen   
and (min-width: 425px) 
and (max-width: 768px)
{
  .about-container
  {
    margin-top: 50px;
    width: 400px;
  }
  .projects-container
  {
    margin-top: 40px;
    height: fit-content;
    width: 400px;
  }
  .contact-container
  {
    width: 400px;
  }
  textarea
  {
    height: 6em;
  }
}
/* Css for Laptops */
@media only screen   
and (min-width: 768px) 
and (max-width: 1440px)
{
  .about-container
  {
    margin-top: 10%;
    width: 700px;
  }
  .projects-container
  {
    margin-top: 8%;
    width: 600px;
  }
  .contact-container
  {
    width: 500px;
  }
  textarea
  {
    height: 10em;
  }
}
/* Footer */
footer
{
  background: #fff;
  position: relative;
  width: 100%;
  padding: 1%;
  height: 8vh;
  text-align: center;
  font-size: 18px;
  color: rgb(36, 36, 37);
}
#policylink
{
  color: rgb(36, 36, 37);
  text-decoration: none;
}
#policylink:hover
{
  color: #a3bbd8;
}

/* SLIDE */
.mySlides {display: none}
img {vertical-align: middle;}

/* Slideshow container */
.slideshow-container
{
  max-width: 700px;
  position: relative;
  margin: auto;
}
.slides-header
{
  font-size: large;
}

/* Next & previous buttons */
.prev, .next 
{
  cursor: pointer;
  position: absolute;
  top: 55%;
  padding: 22px;
  margin-top: -22px;
  color: rgb(136, 136, 136);
  font-weight: bold;
  font-size: 25px;
  transition: 0.6s ease;
  border-radius: 0 1px 1px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 1rem;
}
.prev
{
  left: 1rem;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  color: rgba(255, 255, 255, 0.8);
}

/* The dots/bullets/indicators */
.dot {
  cursor: pointer;
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}

.active, .dot:hover {
  background-color: #717171;
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
  .prev, .next,.text {font-size: 11px}
}

.text a
{
  margin-top: 2px;
}
.text a:hover
{
  color: #5a76c2;
}

