.padding-twise{
    padding-left: 5%;
    padding-right: 5%;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 600;
    background-color: #ff7b00;
}

.poppins{
    font-family: 'Poppins', sans-serif;
}

.bg-main{
    background-color: #ff7b00; 
}

.height-fit{
    height: 700px;
    width: 100%;
}

.con-height{
    height: 700px;
    width: 100%;
    background-image: url('../img/Eimskip.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: "Times New Roman", Times, serif;
    color: white;
}

.con-height h1{
    font-size: 50px;
}

.con-height h3{
    font-family: 'Poppins', sans-serif;
    text-align: center;
}


.text-headline{
    font-size: 30px;
}

 .hr-text {
        line-height: 1em;
        position: relative;
        outline: 0;
        border: 0;
        color: black;
        text-align: center;
        height: 1.5em;
        opacity: .5;

    }


    .divider {
        display: flex;
        align-items: center;
        text-align: center;
        font-size: 30px;
        color: #ff7b00;
        font-family: "Times New Roman", Times, serif;
      }
      
      /* To show the lines on right 
      and left sides of the text */
      .divider::after,
      .divider::before {
        content: "";
        border: 1px solid #ff7b00;
        flex: 1;
      }
      
      /* Space on left and right sides of text */
      .divider:not(:empty)::before {
        margin-right: 0.25em;
      }
      
      .divider:not(:empty)::after {
        margin-left: 0.25em;
      }



      .img-fit{
          max-width: 100%;
          min-width: 100%;

      }
    .font-f{
        font-family: 'Poppins';
    }

    .a-color{
        color: #ff7b00;
    }

    .bg-own{
        background-color: #ff7b00;
    }

    .mt-con{
        margin-top: 60px;
    }

    .form-contact textarea{
        max-height: 175px;
        min-height: 175px;
    }

@media only screen and (max-width: 600px) {
    .padding-twise{
        padding-left: 0;
        padding-right: 0;
    }

    .height-fit{
    
        min-width: 100%;
        max-width: 100%;
        height: 300px;
    }

    .con-height{
        height: 300px;
        width: 100%;
        background-image: url('../img/Eimskip.jpg');
        background-repeat: no-repeat;
        background-size: 100% 100%;
    
    }

    .img-fit{
        max-width: 100%;
        min-width: 100%;

    }

    .con-height h1{
        font-size: 30px;
    }
    
}