body{
  margin: 0;
  font-size: 17px;
  line-height: 1.3;
  font-family: Volkhov;
  color: #333333;
}
h1{
  font-weight: 700;
  color: #5da8dc;
  font-size: 35px;
  font-family: Volkhov;
}
h2{
  font-weight: 700;
  color: #22193a;
  font-size: 35px;
  font-family: Volkhov;
}
a{
  text-decoration: none;
  font-family: Volkhov;
  color: #fff;
}
.columns ul {
  text-align: left;
}
.columns li {
  margin-bottom: 5px;
}
a:hover{
  color: #22193a;
}
a.button{
  background-color: #694993;
  padding: 5px 10px;
  font-size: 20px;
  border-radius: 5px;
  color: #fff;
  margin: 5px;
  text-transform: capitalize;
}
a.button:hover{
  background-color: #5da8dc;
}
a.button.blue {
  background-color: #5da8dc;
}
a.button.blue:hover {
  background-color: #694993;
}
.fullwidth{
  background-color: #22193a;
}
.text-img{
  float: right;
  padding: 0 0 20px 20px;
}
.header-inside{
  width: 80%;
  margin: 0 auto;
  min-height: 70px;
  height: 100%;
  text-align: center;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding: 15px 0;
}
.header-inside .header-left{
  float: left;
}
.header-inside .header-right{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.fullwidth .contact{
  background-color: #EDECED;
}
.heroImage{
  margin-top: 20px;
  height: auto;
  display: flex;
  justify-content: center;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  margin: 0 auto;
  text-align: center;
}
.short-section{
  width: 80%;
  margin: 0 auto;
}
.contact-info p{
  color: #fff;
  font-size: 21px;
  font-family: Volkhov;
  text-align: center;
  margin-bottom: 0;
  margin-top: 0;
}
.contact-banner{
  height: 200px;
  height: 100%;
  background-color: #694993;
  padding: 15px 0;
}
.contact-text{
  display: flex;
  justify-content: center;
}
.contact-info{
  width: 60%;
  margin: 0 auto;
  display: flex;
  justify-content:space-around;
}
.infoelement {
  flex:1;
  text-align:center;
  margin-top: 21px;
}
.quotes{
  display: flex;
  justify-content:space-around;
  text-align: center;
  font-style: italic;
}
.quote-left, .quote-right{
  padding: 20px;
}
.footer-inside{
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content:space-around;
  align-items: center;
}
.footer-left {
  padding: 20px;
}
.footer-right{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  padding: 0;
}
.maintext:after {
  clear: both;
  content: '';
  display: table;
}
.columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin: 20px 0;
}

.about{
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  .columns {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .text-img{
    float: none;
    padding: 0;
    max-width: 100%;
    vertical-align: middle;
    margin: 0 auto;
    text-align: center;
  }
}

@media only screen and (max-width: 800px) {
  body {
    font-size: 15px;
  }
  .contact-info, .short-section {
    width: 90%;
  }
  .header-inside {
    flex-direction: column;
  }
  .header-inside .header-left{
    margin-top: 0;
    float: none;
  }
  .maintext {
    text-align: center;
  }
  .quotes {
    display: block;
  }
  .contact-info {
      display: block;
      text-align: center;
  }
  .footer-inside {
    display: block;
    text-align: center;
    flex-direction: column;
    padding: 15px 0;
  }
  .footer-right {
    margin-top: 0;
    justify-content: center;
  }
  .header-inside .header-right {
    justify-content: center;
  }
}
