#bannerButtons {
  margin-left: auto;
  margin-right: auto;
  margin-top:10px;
}

#bannerCircle {
  /*background-color: #1565C0;*/
  float: right;
  margin-left: 30px;
  margin-top: -30px;
  width: 280px;
  margin-right: 20px;
}

#bannerFullWidth {
  background-color: #2196f3;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);

}

#bannerInternal {
  /*background-color: green;*/
  margin-left: auto;
  margin-right: auto;
  height: 100px;
  max-width: 1000px;
  padding-left: 10%;
}

body {
  background-color: #FAFAFA;
  padding: 0;
  margin: 0;
  position: relative;
}

.bottomText {
  color: lightgrey;
  margin-right: 30px;
  float: right;
}

.codeWrapper {
  background-color: lightgrey;
  border-radius: 5px;
  border-color: grey;
  border-width: 2px;
}

.codeWrapper code {
  position: relative;
  left: 10px;
  top: 10px;
}

.card {
  background-color: white;
  min-width: 220px;
  width: 30%;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  margin: 10px;
  display: inline-block;
  overflow: hidden;
}

.cardImage {
  width: 101%;
}

.cardText {
  margin-left: 15px;
  margin-right: 15px;
  color: black;
}

.circle {
  width: 280px;
  height: 280px;
  border-radius: 50%;
  overflow: hidden;
  transition: box-shadow 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
}

.circleText {
  height: 280px;
  line-height: 280px;
  text-align: center;
}

#content {
  /*background-color: lightblue;*/
  width: 80%;
  max-width: 1000px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.content {
  width: 80%;
  max-width: 1000px;
  min-width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.fontRoboto {
  font-family: 'Roboto', sans-serif;
}

h3 {
  font-size: 40px;
  margin-bottom: 0;
}

h4 {
  font-size: 20px;
  margin-top: -50px;
  margin-left: 10px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 0;
}

.main-text {
  margin-right: 30px;
}

.mainImage {
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  width: 100%;
}

.modal .modal-content {
  padding: 0;
}

.projectCard img {
  width:100%;
  border-radius: 5px;
  margin-top: 10px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  height: 250px;
  object-fit: cover;
}

.projectCard img:hover{
  opacity: 0.8;
}

.projectCard .projectCardTitle {
  width: 100%;
  height: 30px;

  font-size: 19px;
  color: lightgrey;

  position: relative;
  top: -32px;
  left: 5px;
}

.subtitle {
  color: white;
  font-size: 20px;
  padding-top: 50px;
  margin: 0;
}

.title {
  margin: 0;
  color: white;
  font-size: 32px;
  padding-top: 10px;
  float: left;
  height: 40px;
  width: 100%;
}

@media screen and (max-width: 800px) {
  #bannerCircle {
    float: none;
    display: table;
    margin: 0 auto;
  }

  #bannerFullWidth {
    height: 180px;
  }

  #bannerInternal {
    padding-left: 0;
  }

  #bannerInternalTitleFont {
    line-height: 40px;
    height: 20px;
  }

  .card {
    width: 100%;
  }

  #content {
    margin-top: 225px;
  }

  h3 {
    margin-top: 0;
    padding-top: 0;
  }

  #initialContentSpacing {
    padding-top: 70px;
  }

  .title {
    text-align: center;
  }

  .subtitle {
    text-align: center;
  }

}

@media screen and (min-width: 800px){
  #bannerInternal {
    max-width: 10000px;
  }
}

@media screen and (min-width: 1250px){
  #bannerInternal {
    padding-left: 0;
    max-width: 1000px;
  }
}
