@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  margin: 0;
  padding: 0;
}

body,
html {
  scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
  font-family: "Montserrat", sans-serif;

}


html body [data-ca3_iconfont="ETmodules"]::before {
  font-family: "ETmodules";
}
[data-ca3_icon]::before {
  font-weight: normal;
  content: attr(data-ca3_icon);
}

.ca3-scroll-down-arrow {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiPjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2hldnJvbl90aGluX2Rvd24iIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiBmaWxsPSJ3aGl0ZSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTE3LjQxOCw2LjEwOWMwLjI3Mi0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwYzAuMjcsMC4yNjgsMC4yNzEsMC43MDEsMCwwLjk2OWwtNy45MDgsNy44M2MtMC4yNywwLjI2OC0wLjcwNywwLjI2OC0wLjk3OSwwbC03LjkwOC03LjgzYy0wLjI3LTAuMjY4LTAuMjctMC43MDEsMC0wLjk2OWMwLjI3MS0wLjI2OCwwLjcwOS0wLjI2OCwwLjk3OSwwTDEwLDEzLjI1TDE3LjQxOCw2LjEwOXoiLz48L3N2Zz4=);
  background-size: contain;
  background-repeat: no-repeat;
}

.ca3-scroll-down-link {
  cursor: pointer;
  height: 60px;
  width: 80px;
  margin: 0px 0 0 -40px;
  line-height: 60px;
  position: absolute;
  left: 50%;
  bottom: 0px;
  color: #fff;
  text-align: center;
  font-size: 70px;
  z-index: 100;
  text-decoration: none;
  text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.4);

  -webkit-animation: ca3_fade_move_down 2s ease-in-out infinite;
  -moz-animation: ca3_fade_move_down 2s ease-in-out infinite;
  animation: ca3_fade_move_down 2s ease-in-out infinite;
}

/*animated scroll arrow animation*/
@-webkit-keyframes ca3_fade_move_down {
  0% {
    -webkit-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 20px);
    opacity: 0;
  }
}
@-moz-keyframes ca3_fade_move_down {
  0% {
    -moz-transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -moz-transform: translate(0, 20px);
    opacity: 0;
  }
}
@keyframes ca3_fade_move_down {
  0% {
    transform: translate(0, -20px);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 20px);
    opacity: 0;
  }
}

.center {
  padding: 1rem 1rem 1rem 1rem;
  display: block;
  margin: 0 auto;
}

.contact {
  padding: 20px;
  margin: 0rem auto 0rem auto;
  display: block;

  text-align: left;
}

.contact img {
  width: 30px;
  height: auto;
}
.contact-img img {
  display: inline;
}

.contact-img h3 {
  padding-left: 20px;
  display: inline;
}

.footer {
  background-color: white;
  margin: 30px 2rem;
}
.footer p {
  font-size: 12px;
  color: black;

}

.sticky-footer{
  
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
  
}

.typing-head {
  display: inline-block;
}
.narrow-read {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 2rem;
}

.narrow {
  width: 75%;
  margin: 1.5rem auto;
  padding-top: 1rem;
}

.tech {
  margin-top: 10rem;
  background-color: white !important;
}
.is-hidden {
  transform: translateY(-100%);
}
.is-visible {
  transform: translateY(0);
}

.page-body {
  /* overflow: hidden;
  margin-top: 5rem;
  margin-bottom: 10rem; */
}

.description {
  margin-bottom: 4rem;
}

.description img {
  width: 1000px;
  height: auto;
}




.page-body p {
  font-size: 1.2rem;
  letter-spacing: 0.1rem;
}

.projects {
  padding: 1.5rem;
}

.hero-image {
  /* Use "linear-gradient" to add a darken background effect to the image (photographer.jpg). This will make the text easier to read */
  /*background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url("/images/background.jpg");*/
  /*background-color: #FF90B3;*/
  background-color: #bbd5ed;

  /* Set a specific height */
  height: 100%;

  /* Position and center the image to scale nicely on all screens */
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.landing {
  position: relative;
  width: 100%;
  height: 100vh;
  display: table;
  z-index: -1;
}
.contact {
  padding-top: 5rem;
  padding-bottom: 35rem;
}
.left-links a {
  color: black;
  padding-right: 2rem;
}

.home-button {
  padding-top: 4rem;
  text-transform: uppercase;
}
.home-button a {
  font-size: 1.5rem;
}

.container {
  text-align: center;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: black;
}



.other-links {
  margin: 3rem;
}

.other-links a {
  text-transform: uppercase;
  color: white;
  letter-spacing: 0.1rem;
  font-size: 1.5rem;
  margin-right: 1rem;
  margin-left: 1rem;
}

.hero-text {
  padding-top: 5rem;
}

.hero-text h1 {
  margin-top: 2rem;
  font-size: 3rem;
  color: black;
}
.hero-text h2 {
  font-size: 2.5rem;
  margin-bottom: 2rem;
}

.home-inner {
  background: url("/images/bg.jpg") no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.caption {
  width: 100%;
  max-width: 100%;
  position: absolute;
  top: 10%;
  z-index: 1;
  color: white;
}

.home-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.home-inner {
  position: fixed;
  display: table;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  will-change: transform;
}

.typewriter h2 {
  font-size: 3.6rem;
  color: #fff;
  font-family: monospace;
  overflow: hidden; /* Ensures the content is not revealed until the animation */
  border-right: 0.15em solid white; /* The typwriter cursor */
  white-space: nowrap; /* Keeps the content on a single line */
  margin: 0 auto; /* Gives that scrolling effect as the typing happens */
  letter-spacing: 0.15em; /* Adjust as needed */
  animation: typing 3.5s steps(30, end), blink-caret 0.5s step-end infinite;
}

/* The typing effect */
@keyframes typing {
  from {
    width: 0;
  }
  to {
    width: 100%;
  }
}

/* The typewriter cursor effect */
@keyframes blink-caret {
  from,
  to {
    border-color: transparent;
  }
  50% {
    border-color: white;
  }
}

.topnav {
  overflow: hidden;
  padding-top: 2rem;
  margin-bottom: 4rem;
}

.topnav a {
  color: gray;
  font-size: 2rem;

  margin: 2rem 2rem 1rem 1.3rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  padding-right: 1.5rem;
  text-decoration: none;
  text-align: center;
}

.topnav a:hover {
  color: black;
}

.topnav a.active {
  background-color: #4caf50;
  color: white;
}

.topnav .icon {
  display: none;
}



/* #one {
  display: block;
}

#two {
  display: none;
} */
@media screen and (max-width: 1200px) {
  /* #one {
    display: none;
  }

  #two {
    display: block;
  } */
  

  #arrow {
    display: none;
  }
  #big-info {
    display: none;
  }
}

.projects img {
  height: auto;
}

.float-container {


}

.float-child {
  width: 300px;
  float: left;
  margin: 40px 20px 0 0;
}


/*--------*/


.header{
  margin: 50px auto 0 auto;

}

.imageHeader img{
  width:80%;
}


.profile img {
  display: block;
  margin: 0 auto;
  width: 400px;
  height: auto;
  padding: 0 10px;
}

 @media screen and (max-width: 1000px) {
  .topnav a {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 1000px) {
  .topnav.responsive {
    position: relative;
  }
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

.navbar-custom {
  background-color: #bbd5ed !important;
}

.projects a {
  color: black;
}

.projects ul {
  display: inline;
}
.projects li {
  display: inline;
}

.content {
  margin-bottom: 5rem;
}

.dissapear a {
  display: none;
}

.content p {
  padding-left: 1rem;
}
.content h5 {
  padding-left: 1rem;
}
.content a {
  color: black;
  font-weight: 500;
}

@media (min-width: 250px) {

  .home{
    height: 900px;
  }
  .centered{
    height: 900px;
  }
  .headerBody{
    margin: 0 auto;
    width: 100%;
  }
  
  .page-body h1 {
    font-size: 1.8rem;
  }
  .page-body p {
    font-size: 0.8rem;
  }
  .profile img {
    width: 300px;
  }
  .typewriter h2 {
    font-size: 1.3rem;
  }
  .tech h1 {
    font-size: 2.4rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 300px;
  }
  .projects img {
    width: 255px;
  }
  .description img {
    width: 250px;
  }
  .description iframe {
    width: 300px;
    height: 200px;
  }
  nav a {
    font-size: 0.6rem;
  }
  #one{
    margin: 3rem 1rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 100%;
  }
  .projects-tech{
    width: 250px;
    margin: 0 auto;
  }
}

@media (min-width: 576px) {
  .headerBody{
    margin: 0 auto;
    width: 90%;
  }
  .home{
    height: 98vh;
  }
  .centered{
    height: 98vh;
  }
  
  .page-body h1 {
    font-size: 2rem;
  }
  .page-body p {
    font-size: 1rem;
  }
  .profile img {
    width: 400px;
  }
  .typewriter h2 {
    font-size: 1.5rem;
  }
  .tech h1 {
    font-size: 2rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 500px;
  }
  .projects img {
    width: 400px;
  }
  .description img {
    width: 500px;
  }
  .description iframe {
    width: 400px;
    height: 300px;
  }
  nav a {
    font-size: 0.8rem;
  }
  #one{
    margin: 3rem 1rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 100%;
  }
  
.projects-tech{
  width: 400px;
  margin: 0 auto;
}

}

@media (min-width: 768px) {
  .headerBody{
    margin: 0 auto;
    width: 80%;
  }
  .home{
    height: 110vh;
  }
  .centered{
    height: 110vh;
  }
  .page-body h1 {
    font-size: 2.4em;
  }
  .page-body p {
    font-size: 1rem;
  }
  .profile img {
    width: 400px;
  }
  .profile-text{
    width: 590px;
  }

  .typewriter h2 {
    font-size: 2.3rem;
  }
  .tech h1 {
    font-size: 2.4rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 600px;
  }
  .projects img {
    width: 400px;
  }
  .description img {
    width: 600px;
  }
  .description iframe {
    width: 600px;
    height: 400px;
  }
  nav a {
    font-size: 1rem;
  }
  #one{
    margin: 3rem 1rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 80%;
  }
  
.projects-tech{
  width: 500px;
  margin: 0 auto;
}

}

@media (min-width: 992px) {
  .headerBody{
    margin: 0 auto;
    width: 70%;
  }
  .home{
    height: 98vh;
  }
  .centered{
    height: 98vh;
  }
  .page-body h1 {
    font-size: 2.6rem;
  }
  .page-body p {
    font-size: 1rem;
  }
  .profile img {
    width: 370px;

  }
  .profile-text{
    width: 615px;
  }

  .typewriter h2 {
    font-size: 2.5rem;
  }
  .tech h1 {
    font-size: 2.4rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 700px;
  }
  .projects img {
    width: 500px;
  }
  .description img {
    width: 800px;
  }
  .description iframe {
    width: 800px;
    height: 500px;
  }
  nav a {
    font-size: 1rem;
  }
  #one{
    margin: 3rem 2rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 80%;
  }
  
.projects-tech{
  width: 500px;
  margin: 0 auto;
}

}

@media (min-width: 1200px) {
  .headerBody{
    margin: 0 auto;
    width: 70%;
  }
  .home{
    height: 98vh;
  }
  .centered{
    height: 98vh;
  }
  .page-body h1 {
    font-size: 3rem;
  }
  .page-body p {
    font-size: 1rem;
  }
  .profile img {
    width: 400px;
  }
  .profile-text{
    width: 800px;
  }
  .typewriter h2 {
    font-size: 3.6rem;
  }
  .tech h1 {
    font-size: 2.4rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 700px;
  }
  .projects img {
    width: 300px;
  }
  .description img {
    width: 800px;
  }
  .description iframe {
    width: 800px;
    height: 500px;
  }
  nav a {
    font-size: 1rem;
  }
  #one{
    margin: 3rem 6rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 80%;
  }
  
.projects-tech{
  width: 350px;
  margin: 0 auto;
}

}

@media (min-width: 1300px) {
  .headerBody{
    margin: 0 auto;
    width: 70%;
  }
  .home{
    height: 98vh;
  }
  .centered{
    height: 98vh;
  }
  .page-body h1 {
    font-size: 3rem;
  }
  .page-body p {
    font-size: 1rem;
  }
  .profile img {
    width: 500px;
  }
  .profile-text{
    width: 800px;
  }
  .typewriter h2 {
    font-size: 3.6rem;
  }
  .tech h1 {
    font-size: 2.4rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 700px;
  }
  .projects img {
    width: 400px;
  }
  .description img {
    width: 1000px;
  }
  .description iframe {
    width: 800px;
    height: 500px;
  }
  nav a {
    font-size: 1rem;
  }
  #one{
    margin: 3rem 6rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 80%;
  }
  
.projects-tech{
  width: 400px;
  margin: 0 auto;
}

}

@media (min-width: 1500px) {
  .headerBody{
    margin: 0 auto;
    width: 50%;
  }
  .home{
    height: 98vh;
  }
  .centered{
    height: 98vh;
  }
  .page-body h1 {
    font-size: 3rem;
  }
  .page-body p {
    font-size: 1.2rem;
  }
  .profile img {
    width: 500px;
  }
  .profile-text{
    width: 800px;
  }
  .typewriter h2 {
    font-size: 3.6rem;
  }
  .tech h1 {
    font-size: 2.4rem;
  }
  .tech p {
    font-size: 1rem;
  }
  .center {
    width: 700px;
  }
  .projects img {
    width: 500px;
  }
  .description img {
    width: 1000px;
  }
  .description iframe {
    width: 800px;
    height: 500px;
  }
  nav a {
    font-size: 1rem;
  }

  #one{
    margin: 3rem 6rem;
  }
  .about-text{
    width: 100%;
  }
  .projects-index{
    margin:0 auto;
    width: 80%;
  }
  
.projects-tech{
  width: 500px;
  margin: 0 auto;
}

}



.home {


    background-color: #bbd5ed;
  /* width: 80%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); */
}

.flex{
  display: flex;
  flex-flow: row wrap;  align-items: center;
  justify-content: center;
}

.flex-no-center{
  display: flex;
  flex-flow: row wrap; 
}

.centered{
  display: flex;
  align-items: center;
  justify-content: center;
}

.home a{
  color: black;
  text-decoration: underline;
}

.about{
  background-color: #bbd5ed;
}
.about-container a{
  color: black;
  text-decoration: underline;
}
.about-inner{
  width: 50%;
  padding: 50px 0;
 margin: 0px auto;
}

.projects{
  background-color: #bbd5ed;
}

.projects button{
  color: white;
}

.project-index a{
  color: black;
  text-decoration: underline;
}

.project-body{
  margin: 70px 0 0 0;
}