@import url('https://fonts.googleapis.com/css2?family=Cabin:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@200..800&family=Lora:ital,wght@0,400..700;1,400..700&display=swap');

html{
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    //background: #fcfcfc;
    background: linear-gradient(to bottom right, #fcfcfc, #eae9df) no-repeat center center fixed;
    background-size: cover;
  }
  
  body{ 
  margin: 0;
  height: 100%;
  //background: #fcfcfc;
  background: linear-gradient(to bottom right, #fcfcfc, #eae9df) no-repeat center center fixed;
  background-size: cover;
  }
    
    #indexLogo{
    position: absolute;
    top: 0;
    right: 0;
    width: 25%;
    padding: 10px 40px 0 0;
    }

    #myTopnav{
        background: #e2e4e1;
        width: 100%;
        font-family: cabin;
        border-bottom: 1px solid #ccc;
    }


    .topnav {
        overflow: hidden;
        background-color: #e2e4e1;
        font-family: "cabin";
        //border-top: 1px solid #ccc;
        -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
        -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
        transition: all 0.5s ease-out;
      }
      
      .topnav a {
        float: left;
        display: block;
        color: #f2f2f2;
        text-align: center;
        text-decoration: none;
        font-size: 17px;
        -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
        -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
        -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
        transition: all 0.5s ease-out;
      }
      
      .active {
        background-color: #04AA6D;
        color: white;
      }
      
      .topnav .icon {
        display: none;
      }

      .dropdown {
        float: left;
        overflow: hidden;
        border-right: 1px solid #cccccc;
        display: inline-block;
        font-size: 17px;
        letter-spacing: 3px;
      }
      
      .dropdown .dropbtn {
        display: inline-block;
        padding: 20px 30px;
        border-right: 1px solid #ccc;
        background: #e2e4e1;
        border-bottom: none;
        font-size: 17px;
        letter-spacing: 3px;
        text-shadow: 0 3px 6px rgb(0 0 0 / 0.3);
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;	
        transition: all .5s ease-in-out;
        margin-left: -4px;
      }

      .dropbtn:hover {
        text-shadow: 0 0 4px rgb(0 0 0 / 0.5);
        background: #eeedeb;
      }
      
      .dropdown-content {
        display: none;
        position: absolute;
        background-color: #f8f8f8;
        min-width: 160px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
        z-index: 1;
        font-size: 14px;
      }
      
      .dropdown-content a {
        float: none;
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        text-align: left;
        border-bottom: 1px solid #cccccc;
        font-size: 14px;
      -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
      -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
      transition: all 0.5s ease-out;
      }

      .dropdown-content a:hover {
        background-color: #32829b;
        color: white;
      }
      
      .dropdown:hover .dropdown-content {
        display: block;
      }

      .acct{
        color: #005832;
        font-size: 50px;
      }

      .pharmName{
        float: right;
        display: inline-block;
        font-size: 22px;
      }

    #footer{
        position: fixed;
        bottom: 0;
        left: 0;
        background:#e2e4e1;
        font-family: cabin;
        font-size: 15px;
        width: 100%;
        color: #808285;
        border-top: 1px solid #ccc;
    }

    .footerUnit{
        display: inline-block;
        padding: 45px 100px 45px 45px;
        border-right: 1px solid #ccc;
    }

    .navButt{
        display: inline-block;
        padding: 20px 30px;
        border-right: 1px solid #ccc;
        font-size: 17px;
        letter-spacing: 3px;
        text-shadow: 0 3px 6px rgb(0 0 0 / 0.3);
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;	
        transition: all .5s ease-in-out;
        margin-left: -4px;
    }

    .navButt:hover{
        text-shadow: 0 0 4px rgb(0 0 0 / 0.5);
        background: #eeedeb;
    }

    .footerinline{
        color: #007cb2;
        cursor: pointer;
        -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;	
        transition: all .5s ease-in-out;
    }

    .footerinline:hover{
        color: #005190;
    }

    #popuplington{
      position: relative;
      display: none;
      width: calc(100% - 400px);
      max-width: 600px;
      margin: 80px auto 100px auto;
      vertical-align: top;
      color: #666;
      line-height: 26px;
      background: linear-gradient(to bottom right, #fcfcfc, #eae9df) no-repeat center center fixed;
      padding: 45px;
      border-radius: 8px;
      box-shadow: 0 0px 20px rgb(0 0 0 / 0.3);
      font-family: cabin;
      font-size: 15px;
      position: fixed;
      top: 35%;
      left: 50%;
      transform: translate(-50%, -50%);
      z-index: 9;
    }

    #closerDiv{
      position: absolute;
      top: -12px;
      right: -12px;
      width: 30px;
      display: inline-block;
      cursor: pointer;
      text-decoration: none;
      -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
      -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
      transition: all 0.5s ease-out;
    }

    #closerDiv:hover{
      opacity: .7;
    }

    .content{
        display: block;
        margin: 10px 10px 100px 10px;
        font-family: Assistant;
        width: calc(100% - 100px);
        font-size: 18px;
    }

    .bidnissContent{
      display: block;
      margin: 10px 10px 100px 60px;
      font-family: Assistant;
      width: calc(100% - 200px);
      font-size: 18px;
    }

    .copyBlock{
      padding: 0 100px 0 80px;
      color: #999;
      max-width: 800px;
      vertical-align: top;
    }

    #infoBlock{
        width: calc(100% - 400px);
        max-width: 900px;
        margin: 80px auto 100px auto;
        vertical-align: top;
        color: #666;
        line-height: 26px;
        background: #fff;
        padding: 45px;
        border-radius: 8px;
        box-shadow: 0 0px 20px rgb(0 0 0 / 0.1);
        font-family: Lora;
        font-size: 22px;
        display: none;
    }

    .infoBlockImg{
        width: 170px;
        margin: 0 30px 30px 0;
        float: left;
    }

    .infoBlockHead{
      font-size: 40px;
    }

    .pageTitle{
      font-size: 30px;
      padding: 60px 0 20px 30px;
      font-family: Lora;
      font-weight: 450;
    }

    .sectionTitle{
      font-size: 20px;
      color: #666;
      font-weight: 500;
    }

    .halfPage{
      display: inline-block;
      padding: 10px;
      width: 45%;
      min-width: 300px;
      color: #666;
      vertical-align: top;
    }
    
    .halfPageHeader{
      padding: 10px;
      font-size: 22px;
      color: #222;
      font-weight: 500;
      font-family: Lora;
    }

    .halfEnvelope{
      margin-left: 40px;
      vertical-align: top;
    }

    .formInputHolder{
      width: calc(100% - 20px);
      padding: 10px;
      vertical-align: top;
    }

    .regInLine{
      color:#32829b;
      text-decoration: none;
      font-weight: 700;
      -webkit-transition: all .5s ease-in-out;
        -moz-transition: all .5s ease-in-out;
        -o-transition: all .5s ease-in-out;
        -ms-transition: all .5s ease-in-out;	
        transition: all .5s ease-in-out;
    }

    .regInLine:hover{
      color:#78bed2;
    }

    .formCalloutL{
      display: inline-block;
      width: 35%;
      text-align: right;
      vertical-align: top;
    }

    #captchaSpace{
      display: inline-block;
    }

    .formCalloutR{
      display: inline-block;
      width: 55%;
      text-align: left;
      vertical-align: top;
    }

    .textInput{
      padding: 5px;
      width: 100%;
      border-radius: 3px;
    }

    .compCartouche{
      display: inline-block; 
      padding: 5px; 
      border: 1px solid #ccc; 
      border-radius: 3px; 
      background: #dad9d8;
      margin-bottom: 5px;
    }

    .butt{
      display:inline-block;
      background: #3b5564;
      color: #a2e162;
      border: 1px solid #afb9c0;
      border-radius: 5px;
      font-size: 17px;
      padding: 7px 14px 7px 14px;
      cursor: pointer;
      font-family: cabin;
      font-weight: 400;
      text-decoration: none;
      -webkit-transition: all 0.7s ease-out;  /* Chrome 1-25, Safari 3.2+ */
      -moz-transition: all 0.5s ease-out;  /* Firefox 4-15 */
      -o-transition: all 0.5s ease-out;  /* Opera 10.50�12.00 */
      transition: all 0.5s ease-out;
      }
      
      .butt:hover{
      background: #517489;
      border: 1px solid #3b5564;
      color: #fff;
      }

      .swal2-popup {
        //font-size: 1.6rem !important;
        font-family: Cabin, sans-serif;
      }

    @media screen and (max-width: 600px) {
      .topnav a:not(:first-child), .dropdown .dropbtn {
        display: none;
      }
      .topnav a.icon {
        position: absolute;
        right: 10px;
        top: -5px;
        display: block;
        font-size: 45px;
        vertical-align: top;
        background: none;
      }
      .topnav.responsive {position: relative;}
    
    .topnav.responsive a {
      float: none;
      display: block;
      text-align: left;
    }
    .topnav.responsive.dropdown {
      float: none;
      display: block;
      width: 100%;
    }
    .topnav.responsive .dropdown-content {position: relative;}
    .topnav.responsive .dropdown .dropbtn {
      display: block;
      width: 100%;
      text-align: left;
      border-right: none;
    }

    .dropdown{
      width: 100%;
      display: block;
      border-bottom: 1px solid #ccc;
    }

    .dropbtn{
      border-bottom: 1px solid #ccc;
    }

        #indexLogo{
            width: 150px;
            padding: 5px;
            top: 0;
            left: 0;
            }

        #elInvisable{
          border-right: none;
          border-bottom: 1px solid #ccc;
        }

        .content{
            display: block;
            font-family: Assistant;
            background: #fcfcfc;
            margin: 10px 10px 100px 10px;
            width: calc(100% - 20px);
            font-size: 18px;
        }

        .bidnissContent{
          display: block;
          margin: 10px 10px 100px 10px;
          font-family: Assistant;
          width: calc(100% - 100px);
          font-size: 18px;
        }
    
        #infoBlock{
            width: 90%;
            margin: 80px auto 100px auto;
            vertical-align: top;
            color: #666;
            line-height: 20px;
            background: #fff;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 0px 15px rgb(0 0 0 / 0.1);
            font-size: 16px;
        }

        .infoBlockHead{
          font-size: 30px;
          line-height: 35px;
        }

        .copyBlock{
          padding: 5px;
          color: #999;
          max-width: 800px;
          vertical-align: top;
        }

        .halfPage{
          display: inline-block;
          padding: 10px;
          width: calc(100% -20px;);
          min-width: 300px;
          color: #666;
          vertical-align: top;
        }

        .halfEnvelope{
        margin-left: 0px;
        vertical-align: top;
        }

        .textInput{
          padding: 5px;
          width: 100%;
          border-radius: 3px;
        }

        .infoBlockImg{
          width: 6cap;
          margin: 0 10px 10px 0;
          float: left;
      }

        #captchaSpace{
          display: none;
        }

        #footer{
            position: fixed;
            bottom: 0;
            left: 0;
            background:#e2e4e1;
            font-family: cabin;
            font-size: 15px;
            width: 100%;
            color: #808285;
            border-top: 1px solid #ccc;
        }
    
        .footerUnit{
            display: inline-block;
            padding: 5px;
        }
      }
