@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

/* *** standard tags *** */
body { margin-right: 60px;margin-left: 50px; }
h2 { font-size:50px;font-weight: 700;color: #2a2a2a;line-height: 72px; }
h4, h5 { font-size:19px;font-weight: 800; text-align: left;color: #ff695f; }
p { line-height:24px;font-weight:600;}

/* *** Menu *** */

@media screen and (max-width: 600px) {
    .topnav a {display: none;height: 40px;}
    .menu {display: block;}
    .topnav a.icon { /* display hamburge menu */
      float: right;
      display: block;
      position: absolute;
      left: 20px;
      top: 20px;
      font-size: 21px; /* size in hamberger menu - icon */
    }
  }
  
  @media screen and (max-width: 600px) { 
      .topnav.responsive a {
          float: none;
          display: block;
          text-align: left;
          line-height: 40px;
          font-size: 21px; /* size in hamberger menu - menu*/
      }
      .menu.responsive  {
        padding-top: 35px;
        width: 200px;
        background-color: #ffffff;
        box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
        display:block;
      }
  }

.topnav {
    background-color: rgb(250, 245, 245);
    overflow: hidden;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
    font-family: 'Poppins', sans-serif;
    font-size: 16px;
    font-weight: 700px;
    letter-spacing: 20px;
    z-index: 10;
    background: rgb(255,104,95);
    background: linear-gradient(180deg, #c2e4f9 -100%, rgba(255,255,255,1) 100%);
}

.topnav .icon { display: none; }
.topnav a.active  { color: #ff685f;}
.topnav a:hover { color: #ff685f;}
.topnav a {color: #016695;text-decoration: none;font-weight: 700;letter-spacing: 2px;}

.menu{ /* menu position */
    position: fixed;
    top: 20px;
    left: 15px;
    right: 0px;
    padding: 10px;
}

.menu-title { /* title in menu */
    opacity: 0.4;
    text-align: center;
    letter-spacing: 2px;
    color:#000000;
    font-weight: 600;
}

/* *** main text area *** */

.main-text-area { /* main(first) text area */
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 236px; /* Padding for main text area */
    padding-bottom: 60px;
    overflow: hidden;
    margin-right: 20px;
    margin-left: 140px;
    margin-top: 0px;
}

.main-text-area:after { /* first background image */
    content: '';
    background-image: url(../images/contact-left-dec.png);
    background-repeat: no-repeat;
    position: absolute;
    opacity: 0.5;
    z-index: -1;
    left: 0;
    top: 50px;
    width: 267px;
    height: 532px;
}

.main-text-area:before { /* second background image */
    content: '';
    background-image: url(../images/background-right-top.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    z-index: -1;
    opacity: 0.8;
    right: 0;
    top: 70px;
    left: 550px;
    width: 819px;
    height: 674px;
}

.max-column {  max-width:450px; }


.card { /* cards - three cards under main area */
    box-shadow: 10px 10px 10px rgb(0 0 0 / 0.3);
    height: 200px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px;
    min-width:220px;
    max-width:240px;
    align-items: left;
    z-index: 1;
    /* margin: 0 auto;  Added */
    float: none; /* Added */
}

.contact-laura-text {
    margin-left: 1000x;
    align-items: left;
    z-index: 1;
    background-color: #ff695f;
}

.img1-box { /* background picture 3 */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 320px;
    left: 20px;
    opacity: 0.6;
}

.img2-box { /* background picture 4 */
    width: 100%;
    height: 100%;
    position: absolute;
    top: 1000px;
    left: 20px;
    opacity: 0.6;
}

.list { /* list in text area (ul and li) */
    font-weight: 650;
    font-size: 18px;
    line-height: 36px;
    color: #03a4ed;
}

.list-blog { /* list in text area (ul and li) */
    font-weight: 600;
    font-size: 14px;
    line-height: 25px;
    color: #03a4ed;
}

/* contact buttons */

.contact-us {z-index: 2;position:relative; padding-top:120px;margin-top:200px;margin-bottom:600px;}

.contact-us .info span, a {color: #ff685f;font-size: 18px;font-weight: 500;line-height: 25px;}

.contact-us .info span {opacity: 1; display: inline-flex;}

.contact-us .info span i {
    width: 46px;
    height: 46px;
    display: block;
    text-align: center;
    line-height: 46px;
    background: rgb(255, 104, 95);
    background: linear-gradient(105deg, rgba(255, 104, 95, 1) 0%, rgba(255, 144, 104, 1) 100%);
    border-radius: 50%;
    color: #fff;
    font-size: 26px;
    margin-left: 0px;
    margin-right: 15px;
}



/* add <br> when screen bec omes smaller */
br.responsive { display: none; }


/* On screens that are 700px or less */

@media screen and (max-width: 700px) {
    body {
        background-color: rgb(252, 247, 247);
        margin-left: 10px;
        margin-right: 10px;
        margin-top: 0px;
        overflow-x: hidden; /* Hide horizontal scrollbar */
    }
    .card {
        margin-left: 20px;
        margin-right: 5px;
    }

    .main-text-area {
        padding-top: 100px;
        margin-left: 20px;
        margin-right: 20px;
        margin-top: 0px;
    }
    .main-text-area:after {
        opacity: 0.2;
    }
    br.responsive {
        display: block; 
    }
    .main-text-area::before {
        width: 273px;
        height: 225px;
        opacity: 0.2;
        left:auto;
    }
}

@media screen and (min-width: 1380px) {
    .main-text-area::before {
        left:auto;
    }
}
