/*--------------------------------------------- 
  MAIN STYLES
--------------------------------------------- */
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

body {
  font-family: Calibri, Helvetica, Arial, sans-serif;
}

section {
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
  width: 100%;
  padding-left: 15%;
  padding-right: 15%;
  padding-top: 5%;
  padding-bottom: 5%;
  min-height: 500px;
  text-align: center;
}

.main-header-about {
  margin-bottom: 80px;
  color: rgba(0, 0, 30, 1);
}

.main-header-services {
  margin-bottom: 80px;
  color: rgba(255, 255, 255, 1);
}

.about-header {
  font-size: 26px;
  margin-bottom: 20px;
  color: rgba(0, 0, 30, 1);
}

.about-paragraph-main {
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 30, 1);
  padding-bottom: 30px;
}

.about-paragraph {
  font-size: 22px;
  color: rgba(0, 0, 30, 1);
  padding-bottom: 30px;
}

.banner-image {
  margin-top: 70px;
  width: 100%;
  height: auto;
  z-index: 20;
}

#demo-canvas {
  z-index: 0;
  background-color: rgba(0, 0, 30, 1);
}

#about-section {
  background-color: rgba(255, 255, 255, 1);
}

#contact-section {
  background-color: rgba(255, 255, 255, 1);
}

footer {
  padding: 10px;
  text-align: center;
  font-size: 16px;
  color: rgba(255, 255, 255, 1);
  background-color: rgba(0, 0, 30, 1);
}

h1 {
  text-align: center;
  font-size: 30pt;
  margin: 10px;
}

/*--------------------------------------------- 
  SERVICES STYLES
--------------------------------------------- */

#services-section {
  background-color: rgba(0, 0, 30, 1);
}

.services-btn {
  display: inline-block;
}

.services-btn a {
  color: rgb(255, 255, 255);
  text-decoration: none !important;
  cursor: pointer;
}

.circular--portrait {
  position: relative;
  width: 140px;
  height: 140px;
  overflow: hidden;
  border-radius: 50%;
  margin-left: 10px;
  margin-top: 10px;
  padding: 10px;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.circular--portrait:hover{
  width: 140px;
  height: 140px;
  padding: 0;
}

.circular--portrait:hover img {
  width: 100%;
  height: auto;
}

.about-img{
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-top: -125px;
  margin-bottom: -75px;
  width: 100%;
}