:root {
    --mat-blue: #303D4F;
    --white: white;
    --banner-claret: #6e0f0f;
    --banner-blue: #353584;
    --banner-green: #1c5e2b;
    --banner-yellow: #ffd400;
    --black: black;
    --light-green: #3bbe59;
    --backgbround-blue: #e7f0fa;
    --footer-text: rgba(0, 0, 0, .6);
    --matt-blue-transparent: rgba(53, 66, 87, .75);
    --button-gray: #CFCFCF;
  }
  @font-face{
    font-family: 'Heebo';
    src: url('/css/fonts/Heebo-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 400;
    font-style: normal;
  }

  @font-face{
    font-family: 'Heebo';
    src: url('/css/fonts/Heebo-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
    font-style: medium;
  }
  @font-face{
    font-family: 'Heebo';
    src: url('/css/fonts/Heebo-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 600;
    font-style: medium;
  }
  @font-face{
    font-family: 'Heebo';
    src: url('/css/fonts/Heebo-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 800;
    font-style: bold;
  }
  @font-face{
    font-family: 'Heebo';
    src: url('/css/fonts/Heebo-ExtraBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 900;
    font-style: bolder;
  }


  /***********************************************
  Some general styles
  ***********************************************/
  h2 {
    margin: 0;
    padding: 0;
  }

  li {
    text-decoration: none;
  }

  a {
    color: #000;
    margin-bottom: 0;
    text-decoration: none;
  }

  a:hover {
    color: var(--banner-green);
    text-decoration: underline;
  }

  body {
    margin: 0;
    padding-right: 0;
    font-family: 'Heebo', sans-serif;
   background-image: linear-gradient(To Top Left, #DCEAFB, #FFFEFE);
  }

  body.blue-background {
    margin: 0;
    padding-right: 0;
    font-family: 'Heebo', sans-serif;
   background-image: linear-gradient(To Top Left, #DCEAFB, #FFFEFE);
  }

  div.wrapper {
    text-align: center;
    width: 1440px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    display: block;
    overflow: hidden;
    background-image: linear-gradient(to top left, #4691F1,#DCEAFB, #DCEAFB);
  }

  .container {
    text-align: center;
    width: 1410px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: visible;
  }
  /********************************************* 
  Header section settings
  **********************************************/
  header {
    height: 50px;
    margin: 0;
    box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.1);
  }

  header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    height: 100%;
  }

  .logo {
    color: var(--banner-green);
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    text-align: left;
    line-height: 105%;
    padding-bottom: 5%;
  }

  header nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
  }

  header nav ul li {
    text-decoration:  none;
    color:var(--black);
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
  }

  header nav ul li:last-of-type {
    padding-right: 15px;
  }

  header nav ul li#menu-icon {
    display: none;
  }

  div.mobile-container {
    position: relative;
    width: 1410px;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
    display: block;
    overflow: visible;
  }

  ul.drop-down {
    position: absolute;
    right: -100%;
    top: 0px;
    background-color: var(--mat-blue);
    width: 80px;
    border-radius: 0 0 15px 15px;
    margin: 0;
    padding: 5px 15px 10px 15px;
    padding-top: 5px;
    display: none;
    }

  ul.drop-down li {
  list-style-type: none;
  color: whitesmoke;
  }

  ul.drop-down li a{
    color: whitesmoke;
  }

  header div.mobile-container ul.drop-down.openList {
    right: 25px;
  }
  ul.drop-down li#closeMenu {
  font-size: 20px;
  color:darkgray;
  cursor: pointer;
  }
  /******************************************************
  The main section of the homepage, down to the footer
  ******************************************************/
  .section-homepage {
    
    background-image: url(/images/Group-3.webp);
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 1440px;
    margin-left: auto;
    margin-right: auto;
  }

  .company-heading {
    text-align: center;
    width: 1440px;
    max-width: 100%;
    height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    font-size: 64px;
    font-weight: 800;
    line-height: 130%;
    border-top: 6px solid #000;
    border-bottom: 6px solid #000;
  }

    .banner-background {
    background-color: var(--banner-green);
    border-radius: 60px;
    width: 1070px;
    max-width: 95%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 32px;
    padding-bottom: 32px;
    display: inline-block;
    }
    
    .dsm {
    background-color: var(--banner-blue);
        }

    .cfd {
    background-color: var(--banner-claret);
    }

    .daylight {
    background-image: radial-gradient(#fff3ca 20%, white 45%,#7785a0 );
    }

  .banner-text {
    color: var(--white);
    font-size: 38px;
    font-weight: 900;
    line-height: 120%;
  }

  .paragraph-heading {
    color: var(--black);
    text-align: left;
    max-width: 550px;
    padding-top: 30px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 38px;
    line-height: 100%;
  }

  .home-paragraph-1 {
    color: var(--black);
    text-align: justify;
    width: 1410px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 0px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 165%;
  }

  .home-paragraph-2 {
    color: var(--black);
    text-align: justify;
    max-width: 920px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 165%;
  }

  .home-paragraph-3 {
    color: var(--black);
    text-align: justify;
    max-width: 700px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 165%;
  }
  .paragraph-4 {
    color: var(--black);
    text-align: justify;
    width: 1410px;
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding-bottom: 25px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 165%;
  }
  .home-paragraph-5 {
    color: var(--black);
    text-align: justify;
    max-width: 1100px;
    margin-top: 10px;
    margin-bottom: 30px;
    margin-left: 0;
    font-size: 26px;
    font-weight: 600;
    line-height: 165%;
  }


  .bullets {
    margin-top: 30px;
    margin-left: 40px;
    text-align: left;
    flex-flow: column;
    display: flex
  }

  .link-subject{
    font-size: 28px;
    font-weight: 600;
    line-height: 150%;
  }

  .convergance{
    font-size: 24px;
    font-weight: 500;
    line-height: 165%;
  }

  .div-block-author {
    float: none;
    text-align: center;
    max-width: 450px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-bottom: 30px;
    display: flex;
  }

  .author {
    color: var(--black);
    text-align: left;
    margin-top: 30px;
    margin-bottom: 10px;
    margin-left: 10px;
    font-size: 18px;
    font-weight: 500;
    line-height: 150%;
    display: block;
  }
/******************************************
Styling for the examples DSM,CFD,Daylight
******************************************/

  .card-container {
  margin-top: 40px;
  }

  .card-flexbox {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px;
    display: flex;

  }
  .card-image {

    max-height: 400px;
    max-width: 55%;
    border-radius: 60px;
  }

  .image {
    border-radius: 60px;
    object-fit: cover;
    width: 100%;
    height: 100%;
    min-height: 350px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .image.left {
    border: 2px solid #000;
    width: 100%;
    max-width: none;
    margin-left: -105px;
  }

  .image.right {
    border: 2px solid #000;
    width: 100%;
    max-width: none;
    margin-left: 10px;
  }

  .card-text {
    max-width: 50%;
    margin-top: 0;
    padding: 0 25px;
    overflow: visible;
  }

  .card-heading {
      margin-top: 0;
      margin-bottom: 0;
      padding-top: 30px;
      font-size: 34px;
      line-height: 110%;
  }
  .card-paragraph {
    text-align: justify;
    max-width: 95%;
    margin-top: 0px;
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    line-height: 165%;
  }
  /**************************************
  Footer
  **************************************/
  .footer {
    background-color: var(--mat-blue);
    color: var(--white);
    text-align: left;
    display: block;
    max-width: 1440px;
    font-size: 18px;
    line-height: 110%;
    margin-bottom: 0;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .flex-block-footer {
    text-align: center;
    display: flex;
    justify-content: space-around;
    align-items: stretch;
    max-width: 1230px;
  }

  .div-block-footer {
    text-align: left;
    flex-flow: column;
    max-width: 20%;
    margin-left: 0;
    display: flex;
  }
  
  .div-block-footer.last {
    width: auto;
    max-width: 20%;
  }
  
  .div-block-footer.first {
    max-width: 20%;
    margin-left: 0;
  }

  .clock {
    margin-top: 15px;
  }

  .header-footer {
    color: var(--white);
    text-align: left;
    flex: 0 auto;
    margin-top: 40px;
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 110%;
  }

  .header-footer.logo {
    color: var(--light-green);
    margin-bottom: 0;
  }

  .footer-paragraph {
    color: var(--white);
    text-align: left;
    max-height: 170px;
    margin-top: 0;
    margin-bottom: 6px;
    font-size: 14px;
    line-height: 20px;
  }

  .link-footer {
    color: var(--white);
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 6px;
  }
  
  .link-footer:hover {
    color: var(--white);
  }

  .flex-block-weather {
    display: flex;
    justify-content: space-around;
  }
  .city {
    text-align: center;
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 1230px;
    margin-left: 30px;
  }

  .weather-info {
    padding: 5px;
  }

  .notes {
    display: flex;
    justify-content: space-between;
  }
  .copyright {
    font-size: 10px;
    text-align: left;
    justify-content: center;
    margin-top: 10px;
    color: var(--button-gray);
  }

  .web-note {
    font-size: 14px;
    color: var(--light-green)
  }
  /*************************************
  Small desktop
  *************************************/
  @media screen and (max-width: 1180px) {  
  .card-paragraph {
    font-size: 22px;
    line-height: 150%;}
  }

  /*************************************
  Tablet section
  *************************************/
@media screen and (max-width: 960px) {
  header nav ul li {
    display: none;
  }

  .flex-block-weather {
    display: none;
  }
  
  header nav ul li#menu-icon {
    display: inline-block;
  }
    
  ul.drop-down {
      display: block;
  }

  body {
  background-color: var(--backgbround-blue);
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  }

  .company-heading {
    width: 960px;
    font-size: 38px;
    line-height: 110%;
  }

  .section-homepage {
    background-image: none;
  }

  .banner-background {
      margin-top: 30px;
  }

  .banner-text {
    font-size: 28px;
  }

  div.bullets ul {
    padding-left: 10px;
  }

  .convergance{
    font-size: 20px;
    font-weight: 500;
    line-height: 135%;
  }

  .card-container {
    margin-top: 15px;
    }

  .base-up {
      flex-flow: column-reverse;
      margin-top: 0;
  }

  .top-down {
     flex-flow: column;
     margin-top: 0;
  }

  .card-text {
    margin-top: 0;
    padding: 0;
    max-width: 100%;
    min-width: 75%;
    overflow: hidden;
  }

  .card-text.reverse {
    padding-left: 0;
    padding-right: 0;
  }

  .card-image {
    max-width: 100%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto; 
  }

  .image {
    min-height: 100px;
  }

  .image.left {
    width: 100%;
  }

  .image.right {
    width: 100%;
  }

  .card-paragraph {
    font-size: 20px;
    line-height: 125%;
  }

  .home-paragraph-1 {
    text-align: justify;
    font-size: 20px;
    line-height: 125%;
  }

  .home-paragraph-2 {
    margin-bottom: 0;
    text-align: justify;
    font-size: 20px;
    line-height: 125%;
  }

  .home-paragraph-3 {
    text-align: justify;
    font-size: 20px;
    line-height: 125%;
  }

  .paragraph-4 {
    text-align: justify;
    font-size: 20px;
    line-height: 125%;
  }

  .home-paragraph-5 {
    margin-bottom: 0;
    text-align: justify;
    font-size: 20px;
    line-height: 125%;
  }

  .bullets {
    margin-left: 20px;
  }

  .link-subject {
    font-size: 22px;
    font-weight: 600;
    line-height: 135%;
  }
  
  .header-footer {
    font-size: 16px;
  }

  .link-footer {
    font-size: 14px;
    margin-bottom: 6px;
  }
  }

 /*************************************
 Small mobile section
  *************************************/
  @media screen and (max-width: 576px) {
  .header-footer {
    font-size: 16px;
  }

  .link-footer {
    font-size: 14px;
    margin-bottom: 6px;
  }

  .footer-paragraph {
    font-size: 12px;
    line-height: 15px;
    }

  h1.company-heading {
  width: 400px;
  margin: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: 102%;
  }

  .header-footer.logo {
  font-size:12px ;
  }
  .web-note {
  display: none;
  }

  .clock {
    font-size: 12px;
  }
  }