@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;
}
/* InfoSection */
infosection {
    background-color: #FFFFFF;
    padding-bottom: 35px;
}
.infoSection_section {
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    width: 90%;
    align-content: center;
    margin-bottom: 50px;
}
.infoSection_section#first {
	margin-top: 100px;
}
infosection .infoSection_section h3 {
    color: #FFFFFF;
    text-align: center;
    background-color: #52bad5;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 25px;
}
infosection .infoSection_section .infoSection_picture {
  width: 300px;
  height: 300px;
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  border-radius: 25%;
  border: 10px solid #52bad5;
  object-fit: cover;
}
infosection .infoSection_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;
}
infosection .infoSection_section a {
  color: #2C9AB7;
  text-decoration: none;
}
infosection .infoSection_section a:hover {
  color: #52bad5;
}
/* Mobile */
@media (max-width: 320px) {
  .logo {
    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;
  }
  .text_column {
    width: 100%;
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }
  .thumbnail {
    width: 100%;
  }
  .project_column {
    width: 100%;
    margin-top: 0px;
  }
  .thumbnail {
    width: 50%;
  }
  .banner {
    padding-left: 20px;
    padding-right: 20px;
  }
  .project_column {
    width: 100%;
  }
infosection .infoSection_section .infoSection_picture {
  width: 100px;
  height: 100px;
  border: 5px solid #52bad5;
  
}
}
/* 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;
  }
}
