body {
  margin: 0;
  padding: 0;
  font-size: 1em;
  font-family: "open sans", sans-serif;
  line-height: 1.3;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

h3 {
  margin: 0;
  text-align: left;
}

a.anchor {
  display: block;
  position: relative;
  top: -130px;
  visibility: hidden;
}

a:hover {
  color: #707070;
}

.bor {
  border: solid black 1px;
}

.pretty-text {
  font-family: 'EB Garamond', serif;
}

.header {  
  background-color: #FFFFFF;
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 10;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100px;
}

.header-logo {
  width: 20%;
}

.header-logo img {
  margin-left: 30px;
}

.header-menu {    
  visibility: visible;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  width: 60%;
}

.menu-item {
  display: block;
  color: #929EA3;
  font-weight: bolder;
  font-size: 0.8em;
  text-align: right;
  padding: 3px 5px;
}

.menu-item-cont {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.banner-container {
  display: flex;
  align-items: flex-end;
  background-color: #FFFFFF;
  background-image: url("../images/background.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: calc(100vh - 100px);
  
}

.banner-logo-container {
  height: calc(100% - 60px);  
}

.banner-logo {
  position: relative;
  top: 40%;
  left: 20%;
  width: 250px;
  border-radius: 35px;
  padding: 10px 20px;
  background-color: #FFFFFF;
}

.banner-tags-container {
  display: none;
  visibility: hidden;
  height: 60px;
}

.back-grey {
  background-color: #929EA3;
  color: #FFFFFF;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-size: 1.4em;
  overflow: hidden;
}

.back-light_grey {
  background-color: #DDDDDD;  
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;   
  overflow: hidden;
}

.back-white {
  background-color: #FFFFFF;
  color: #929EA3;
  width: 100%;  
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
}

.back-orange {
  background-color: #FF826C;
  color: #FFFFFF;
  width: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  text-align: center;
}

.back-image {
  display: flex;
  align-items: center;  
  background-color: #929EA3;
  background-image: url("../images/back-buildings.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding-top: 30px;
  padding-bottom: 30px;
}

.col-medium {
  text-align: center;  
}

.card {
  margin: 10px;
  background-color: #FFFFFF;
  padding: 20px;
  color: #929EA3;
}

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

.card-banner_image {
  width: 60px;
  padding-right: 10px;
}

.card-banner_title {  
  text-align: left;
}

.card-content {
  font-size: 1em;
  text-align: justify;
  margin-top: 20px;
}

.card-content li {
  text-align: center;
}

.card-grey {
  margin: 10px;
  background-color: rgba(146,158,163,0.9);
  padding: 30px;
  color: #FFFFFF;
  border-radius: 30px;
}

.card-grey_title {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 20px;
  height: 35%;
}

.card-grey_content ul {
  list-style: disc;
  list-style-position: inside;
  text-align: left;
  font-size: 1em;  
  margin: 0 30px;
}

.card-grey_content li {
  margin-bottom: 10px;
}

.footer {
  font-size: 0.6em;
}

.footer-item {
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  align-items: center;
}

.footer-item img {
  margin-right: 10px;  
}

.footer-item a {
  color: #FFFFFF;
}

@media (min-width: 45em)
{
  .banner-logo-container {
    height: calc(100% - 80px);    
  }

  .banner-tags-container {
    height: 80px;  
  }

  .header-menu {    
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 60%;
  }
  
  .menu-item {
    display: block;
    color: #929EA3;
    font-weight: bolder;
    font-size: 1em;
    text-align: center;
    padding: 0 20px;
  }

  .menu-item-cont {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card {
    width: 45%;
  }

  .card-grey {
    width: 45%;
  }

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

  .banner-tags-container {
    visibility: visible;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }

  .banner-tags-item {  
    display: block;    
    color: #FFFFFF;    
    font-size: 1em;
    font-weight: bolder;    
    text-align: center;
  }

  .banner-item-cont {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #FF826C;
    margin: 0 5px;
    padding: 20px;
  }

  .footer {
    font-size: 0.8em;
  }

  .footer-left {
    width: 50%;    
    text-align: left;
  }

  .footer-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  .footer-right-items-cont {
    width: 80%;
  }

  .footer-item {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
  }
}

@media (min-width: 65em)
{
  .banner-logo-container {
    height: calc(100% - 60px);
  }

  .banner-tags-container {
    height: 60px;  
  }
  
	.header-menu {    
    visibility: visible;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    width: 60%;
  }
  
  .menu-item {
    display: block;
    color: #929EA3;
    padding-left: 20px;
    padding-right: 20px;
    font-weight: bolder;
    font-size: 1.3em;
    text-align: center;
  }
  
  .banner-tags-container {
    visibility: visible;
    display: flex;
    align-items: stretch;
    justify-content: stretch;
  }
  
  .banner-tags-item {  
    display: block;    
    color: #FFFFFF;    
    font-size: 1.1em;
    font-weight: bolder;    
    text-align: center;
  }

  .banner-item-cont {
    display: flex;
    flex-grow: 1;
    justify-content: center;
    align-items: center;
    height: 100%;
    background-color: #FF826C;
    margin: 0 5px;
    padding: 20px;
  }

  .col-medium {    
    width: 50%;
    font-size: 1.2em;
  }

  .text-right {
    text-align: right;
  }

  .text-left {
    text-align: left;
  }

  .my-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .margin-left {
    margin-left: 20px;
  }
  
  .margin-right {
    margin-right: 20px;
  }
  
  .card-row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
  }

  .card {
    width: 30%;
  }

  .card-grey {
    width: 30%;
  }

  .footer {
    font-size: 0.8em;
  }

  .footer-left {
    width: 50%;    
    text-align: left;
  }

  .footer-right {
    width: 50%;
    display: flex;
    justify-content: flex-end;
    text-align: right;
  }

  .footer-right-items-cont {
    width: 60%;
  }

  .footer-item {
    display: flex;
    margin-bottom: 10px;
    justify-content: flex-start;
    align-items: center;
  }
}