* {
  box-sizing: border-box;
}

body {
  margin: 10px;
  font-family: serif;
  color: white;
  
  background-image: linear-gradient(to bottom, #1238eb, #4c6ffa, #819fff, #ebbaff, #ffb9e2 );
}

.container-1lp {
  padding: 10px;
  height: 100vh;
  
}

#landing-page {
  border: solid 2px black;
  background: linear-gradient(181deg, #4c6ffa, #de98fa);
  background-size: 1000% 1000%;

  -webkit-animation: AnimationName 10s ease infinite;
  -moz-animation: AnimationName 10s ease infinite;
  animation: AnimationName 10s ease infinite;
}

@-webkit-keyframes AnimationName {
  0%{background-position:51% 0%}
  50%{background-position:50% 100%}
  100%{background-position:51% 0%}
}
@-moz-keyframes AnimationName {
  0%{background-position:51% 0%}
  50%{background-position:50% 100%}
  100%{background-position:51% 0%}
}
@keyframes AnimationName {
  0%{background-position:51% 0%}
  50%{background-position:50% 100%}
  100%{background-position:51% 0%}
}

img.profile {
  margin-top: 20px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 300px;
  border-radius: 50%;
  box-shadow: 0 0 10px black;
}

img.profile:hover {
  transform: scale(1.1);
  box-shadow: 0 0 10px black;
  transition: 50ms;
}

h1.text-profile {
  font-family: serif;
  color: whitesmoke;
  text-shadow: 3px 1px darkslategray;
}


#lp-text1 {
  margin-top: 0;
}

.row2 {
  margin-top:75px;
  align-content: center;
  text-align: center;
}

.button1 {
  text-shadow: 3px 1px darkslategray;
  border-radius: 4px;
  background-color: none;
  border: solid 4px whitesmoke;
  color: #FFFFFF;
  text-align: center;
  font-size: 20px;
  font-family:sans-serif;
  padding: 20px;
  width: 200px;
  transition: all 0.5s;
  cursor: pointer;
  box-shadow: 3px 1px darkslategray;
 
}

.button1 span {
  cursor: pointer;
  display: inline-block;
  position: relative;
  transition: 0.5s;
}

.button1 span:after {
  content: '\21e9';
  position: absolute;
  opacity: 0;
  top: 0;
  right: -20px;
  transition: 0.5s;
}

.button1:hover span {
  padding-right: 25px;
}

.button1:hover span:after {
  opacity: 1;
  right: 0;
}


.topnav {
  font-family: serif;
  top: 0;
  padding: 5px;
  overflow: hidden;
  background-image: linear-gradient(to bottom, #1238eb, #4c6ffa, #819fff );
  border: solid 2px black;
}

.listitemex
{
  text-align: center !important;
}

.topnav a {
  float: center;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.active {
  background-image: none;
  color: white;
}

.topnav .icon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-image: linear-gradient(to bottom, #1238eb, #4c6ffa, #819fff, #ebbaff, #ffb9e2 );
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.container-1 {
  padding: 64px;
  height: 600px;
  
}


.background {
  position: absolute;
  z-index: -1;
  display: block;
  min-height: 50%;
  min-width: 50%;
  
}

.bg-text1 {
  font-family: 'Bebas Neue';
  z-index: 0;
  color: #4c6ffa;
  text-shadow: 3px 3px #4263eb;
  font-size: 120px;
  transform: rotate(340deg);
  -webkit-transform: rotate(340deg);
  margin-left: 50px;
}

.bg-text2 {
  font-family: 'Bebas Neue';
  z-index: 0;
  color: #ebbaff ;
  text-shadow: 3px 3px #fa9dfa;
  font-size: 120px;
  transform: rotate(340deg);
  -webkit-transform: rotate(340deg);
  margin-left: 50px;
}



.row:after {
  content: "";
  display: table;
  clear: both;
}

.titletext {
  text-align:center;
  text-shadow: 3px 1px darkslategray;
  font-size: 15px;
  font-family: serif;
  font-style: italic;

}

.introtext {
  font-weight: bold;
  text-align: left;
  text-shadow: 3px 1px darkslategray;
  font-size: 45px;
  margin:15px 0px 15px;
}

.introtext-2 {
  box-shadow: 0 0 10px black;
  border: solid 3px whitesmoke;
  text-align: right;
  text-shadow: 3px 1px darkslategray;
  font-size: 35px;
  padding: 15px;
}

.introtext-3 {
  font-weight: bold;
  text-align: center;
  text-shadow: 3px 1px darkslategray;
  font-size: 35px;
  margin:15px 0px 15px;
}

.introtext-quote {
  color: black;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-style: italic;
  box-shadow: 0 0 10px black;
  border: solid 3px whitesmoke;
  text-align: center;
  text-shadow: 3px 1px whitesmoke;
  font-size: 30px;
  padding: 15px;
}

.introtext-quote span{
  font-size: 20px;
}

.introtext-footer {
  color:#555;
  font-family: serif;
  text-align: center;
  text-shadow: 1px 1px whitesmoke;
  font-size: 20px;
  padding: 15px;
}


.column-1 {
  float: left;
  width: 60%;
  padding: 20px;
}

.column-2 {
  float: left;
  width: 40%;
  padding: 20px;
}

.project-box {
  border: 1px solid #ddd;
  box-shadow: 3px 1px darkslategray;
  border-radius: 4px;
  position: relative;
  display: inline-block;
  margin: 20px;
}

.project-photo {
  display: block;
  height: 300px;
  width: 300px;
}

.overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(to bottom, #1238eb, #4c6ffa, #819fff );
  overflow: hidden;
  width: 0;
  height: 100%;
  transition: .5s ease;
}

.project-box:hover .overlay {
  width: 100%;
}

.text-overlay {
  color: white;
  text-decoration: none;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
}







footer {
  align-content: center;
  text-align: center;
  height: 650px;
  padding: 20px;
}

.social img {
  display: block;
  height: 30px;
}

ul {
  padding-inline-start: 0em;
}


.social li {
  display: inline-block;
  
}

.devimage {
  width: 300px;
  height: 75px;
}


@keyframes come-in {
  to { transform: translateY(0); }
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }

  .project-box {
    position: relative;
    display: inline-block;
    margin: 0.5px;
  }

  .project-photo {
    display: block;
    height: 250px;
    width: 250px;
  }

  .titletext {
    text-align:center;
    text-shadow: 3px 1px darkslategray;
    font-size: 20px;
  
  }

  .introtext {
    text-align: center;
    text-shadow: 3px 1px darkslategray;
    font-size: 25px;
    padding: 2px;
  }
  
  .introtext-2 {
    box-shadow: 0 0 10px black;
    border: solid 3px whitesmoke;
    text-align: center;
    text-shadow: 3px 1px darkslategray;
    font-size: 20px;
    padding: 2px;
  }

  .introtext-3 {
    font-weight: bold;
    text-align: center;
    text-shadow: 3px 1px darkslategray;
    font-size: 25px;
    margin:15px 0px 15px;
  }
}

@media screen and (max-width: 1024px) {
  img.profile {
    margin-top: 20px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 200px;
    border-radius: 50%;
    box-shadow: 0 0 10px black;
  }

  .row2 {
    margin-top: 75px;
  }

  .bg-text1 {
      font-family: 'Bebas Neue';
      z-index: 0;
      color: #4c6ffa;
      text-shadow: 3px 3px #4263eb;
      font-size: 60px;
      transform: rotate(340deg);
      -webkit-transform: rotate(340deg);
      margin-left: 50px;
  }

    .bg-text2 {
      font-family: 'Bebas Neue';
      z-index: 0;
      color: #ebbaff ;
      text-shadow: 3px 3px #fa9dfa;
      font-size: 60px;
      transform: rotate(340deg);
      -webkit-transform: rotate(340deg);
      margin-left: 50px;
    }

  .container-1 {
    padding: 50px;
    height: 650px;
    
  }
  

  .column-1,.column-2{
    width: 100%;
    text-align: center;
  }

  



  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
  }
}

