@charset "UTF-8";
/* Body */
body {
  font-family: sans-serif;
  background-color: #f2f2f2;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  font-style: normal;
  font-weight: 200;
}
/* Container */
.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  /*	height: 1000px;*/
  height: 100%;
  background-color: #FFFFFF;
  background-image: url("../images/Website_Background.png");
  background-repeat: repeat-y;
  background-size: cover;
  background-position: center center;
}
/* Navigation */
header {
  width: 100%;
  /*	height: 5%;*/
  height: 50px;
  background-color: #52bad5;
  border-bottom: 1px solid #2C9AB7;
}
.logo {
  color: #fff;
  font-weight: bold;
  text-align: undefined;
  width: 15%;
  float: left;
  margin-top: 15px;
  margin-left: 25px;
  letter-spacing: 2px;
  white-space: nowrap;
}
nav {
  float: right;
  width: 50%;
  text-align: right;
  margin-right: 25px;
}
header nav ul {
  list-style: none;
  float: right;
}
nav ul li {
  float: left;
  color: #FFFFFF;
  font-size: 14px;
  text-align: left;
  margin-right: 25px;
  letter-spacing: 2px;
  font-weight: bold;
  transition: all 0.3s linear;
}
ul li a {
  color: #FFFFFF;
  text-decoration: none;
}
ul li:hover a {
  color: #2C9AB7;
}
/* Projects Dropdown */
.dropdown {
  float: left;
  overflow: hidden;
}
.dropdown .dropdownbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #FFFFFF;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}
.dropdown-content a {
  float: none;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #52bad5;
}
.dropdown:hover .dropdown-content {
  display: block;
}
/* About section */
about {
  background-color: #FFFFFF;
  padding-bottom: 35px;
}
.about_section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 100px;
  width: 70%;
  align-content: center;
}
about .about_section h3 {
  color: #FFFFFF;
  text-align: center;
  background-color: #52bad5;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 25px;
}
about .about_section .portrait {
  width: 200px;
  height: 200px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 50%;
  border: 10px solid #52bad5;
}
about .contact_container {
  position: relative;
  float: left;
  width: 50%;
}
about .overlay {
  position: absolute;
  top: 0;
  left: 25px;
  opacity: 0;
  transition: .3s ease;
}
about .contact_container:hover .overlay {
  opacity: 1;
}
about .about_section p {
  padding: 15px;
  padding-bottom: 30px;
  padding-top: 30px;
  color: #717070;
  background-color: #FFFFFF;
  text-align: left;
  line-height: 25px;
  font-weight: bold;
  border-radius: 25px;
  border: 5px solid #52bad5;
}
about .about_section a {
  color: #2C9AB7;
  text-decoration: none;
}
about .about_section a:hover {
  color: #52bad5;
}
/* More info */
projects {
  padding-bottom: 35px;
}

.project_column {
  width: 50%;
  text-align: center;
  padding-top: 30px;
  float: left;
}

projects .project_column h3 {
  color: #FFFFFF;
  background-color: #52bad5;
  text-align: center;
  margin-right: 20px;
  margin-left: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-radius: 25px;
}

projects .project_column a {
  color: #FFFFFF;
  text-decoration: none;
}

projects .project_column a:hover {
  color: #2C9AB7;
}

.cards {
  width: 100%;
  height: auto;
  max-width: 80%; /* Set max-width to 80% */
  max-height: 80%; /* Set max-height to 80% */
  object-fit: cover;
  border: 10px solid #52bad5;
  border-radius: 25px;
}

projects .project_column p {
  color: #717070;
  background-color: #FFFFFF;
  padding: 10px;
  text-align: center;
  line-height: 25px;
  font-weight: bold;
  margin-left: 20px;
  margin-right: 20px;
  border-radius: 25px;
  border: 5px solid #52bad5;
}

.button {
  width: 200px;
  margin-top: 40px;
  margin-right: auto;
  margin-bottom: auto;
  margin-left: auto;
  padding-top: 20px;
  padding-right: 10px;
  padding-bottom: 20px;
  padding-left: 10px;
  text-align: center;
  vertical-align: middle;
  border-radius: 0px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 2px;
  border: 3px solid #FFFFFF;
  color: #FFFFFF;
  transition: all 0.3s linear;
}

.button:hover {
  background-color: #FEFEFE;
  color: #C4C4C4;
  cursor: pointer;
}

projects {
  display: inline-block;
}

.hidden {
  display: none;
}

highlight {
  color: #2C9AB7;
}
/* Mobile */
@media (max-width: 320px) {
  .logo {
    color: #fff;
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    display: none;
  }
  header nav ul {}
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
  }
  .text_column {
    width: 100%;
    text-align: justify;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .project_column {
    width: 100%;
    margin-top: 0px;
  }
  .banner {
    background-color: #2D9AB7;
    background-image: none;
  }
  .tagline {
    margin-top: 20px;
    line-height: 22px;
  }
}
/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
  .logo {
    width: 100%;
    text-align: center;
    margin-top: 13px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    color: #fff;
  }
  .container header nav {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    float: none;
    overflow: auto;
    display: inline-block;
    background: #52bad5;
  }
  header nav ul {
    padding: 0px;
    float: none;
  }
  nav ul li {
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    width: 100%;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .container {
    width: 100%;
  }
  .about_section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 90%;
  }
  about .about_section .portrait {
    width: 100px;
    height: 100px;
    float: left;
    margin-right: 10px;
    margin-left: 10px;
    border-radius: 50%;
    border: 5px solid #52bad5;
  }
  about .linkedin, about .email {
    width: 50px;
    height: 50px;
  }
  about .overlay {
    position: absolute;
    top: 0;
    left: 7px;
    opacity: 0;
    transition: .3s ease;
    width: 50px;
    height: 50px;
  }
  .cards {
    width: 90%;
    height: auto;
    object-fit: cover;
    border: 10px solid #52bad5;
    border-radius: 25px;
  }
  .project_column {
    width: 100%;
    margin-top: 0px;
  }
}
/* Small Desktops */
@media (min-width: 768px) and (max-width: 1096px) {
  .text_column {
    width: 100%;
  }
  .thumbnail {
    width: 50%;
  }
  .text_column {
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .banner {
    margin-top: 0px;
  }
  .about_section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
    width: 90%;
  }
}