.logo{
    width: 250px;
}

.logo-main-text{
    margin-left: 3px;
    float: left;
    font-weight: bold;
    font-size: 30px;
    color: white;
    font-family: 'Zilla Slab'
}

.logo-sub-text{
    font-family: 'Zilla Slab';
    margin-top: 16px;
    font-weight: 100;
    float: left;
    font-size: 14px;
    color: white;
}

.owl-dots{
    display: none;
}

#team-slider .owl-stage-outer .owl-stage, #team-slider .owl-stage-outer .owl-stage .owl-item{
    width: 100% !important;
}

.team-box .item{
    width: 500px !important;
}

p{
    text-align: justify !important;
  text-justify: inter-word !important;
}

.skaletrad{
    font-style: italic;
}

.fa-footer{
    margin-right: 8px;
}

.bold{
    font-weight: bold;
}

.list-item{
    list-style-type: square;
    margin-left: 25px;
    margin-top:3px;
    font-style: italic;
    text-align: justify !important;
}

.border-bottom{
    border-bottom: solid 1px #0000001a;
}

#email-villubod{
    
}

.validation{
    border-bottom: 1px solid #96000080 !important;
}

@media all and (min-width:321px) and (max-width: 480px) {
    .fronter, .fronter-2{
        font-size: 30px !important;
    }
  }
  
  @media all and (min-width:0px) and (max-width: 320px) {
    .fronter, .fronter-2{
        font-size: 30px !important;
    }
  }


  .hvers-vegna{
      line-height: 1.2;
  }

  .shadow-image {
    -webkit-box-shadow: 6px 10px 12px -5px rgba(0,0,0,0.75);
    -moz-box-shadow: 6px 10px 12px -5px rgba(0,0,0,0.75);
    box-shadow: 6px 10px 12px -5px rgba(0,0,0,0.75);
  }

  #flag{
    position: fixed;
    right: 5px;
    top: 12px;
    height: 45px;
    width: 45px;
  }

  .center{
    visibility: visible;
    display: block;
    width: auto;
    margin: auto;
    animation-name: fadeInLeft;
  }

  #btn_sideNavFlag{
    height: 33px;
    width: 33px;
    display: inline-block;
    text-align: center;
    position: absolute;
    bottom: 30px;
    left: 30px;
    cursor: pointer;
  }


