* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;   
}
body {
    /* Lavigne Display */
    font-family:'lavigne-display',sans-serif;
    font-weight:400;
    font-style:normal; 
    background-color: #fff;
    color: black;
    /*line-height: 1.6;*/
}
ul {
    /* No bullet points */
    list-style-type: none;
}
a {
    /* No underline for links */
    text-decoration: none;
}

/* Start - Animation html styling */
.largecontainer-header{
    width: 100%;
    background-color: white;
}
.largecontainer-section{
    width: 100%;
    background-color: white;
    padding-bottom: 50px;
}
.container {
    max-width: 1400px;
    /* 0 top and bottom, auto left and right*/
    margin: 0 auto;
    overflow: none;
    /* 0 top and bottom, 40 left and right*/
    padding: 0px 40px;
    height: 100%;
}
/*light container version*/
.container2 {
    max-width: 1400px;
    /* 0 top and bottom, auto left and right*/
    margin: 0 auto;
    overflow: none;
    /* 0 top and bottom, 40 left and right*/
    padding: 0px 40px;
    height: 100%;
    background-color: white;
}


.content {
    background-color:white;
    /*height: 50vh;*/
    padding: 40px 40px 0px 40px;
    width: 100%;
    color: #0F1111;
}
.content2 {
    background-color:white;
    height: 50vh;
    padding: 40px;
    width: 100%;
    color: #0F1111;
}
/*fixing header of case study sections*/
.content3 {
    width: 85% !important;
}
.content4{
    padding: 0px 40px !important;
}

.content h1{
    font-weight: bold;
    font-size: 2em;
    margin-bottom: 60px;
}
.content h5{
    margin-bottom: -61px;
    text-align: left;
    font-size: 48px;
    opacity: 0.2;
}
.content h6{
    font-size: 28px;
    color: #0F1111;
    margin-bottom: 15px;
}
.content h7{
    font-size: 18px;
    opacity: 1;
}

.back {
    padding: 5px 10px 5px 10px;
    margin-bottom: 40px;
    background-color: white;
    border: 1px solid #0F1111;
    color: #0F1111;
    font-weight: bold;
}
.back:hover {
    border: 1px solid #ADD3C7;
    color: #ADD3C7;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}
.homebtn {
    padding: 5px 10px 5px 10px;
    margin-bottom: 40px;
    background-color: white;
    border: 1px solid #0F1111;
    color: #0F1111;
    font-weight: bold;
}
.homebtn:hover {
    border: 1px solid #ADD3C7;
    color: #ADD3C7;
    transition: ease-in-out 0.5s;
    cursor: pointer;
}

/*SPECIFIC*/
.roleDetails{
    color: #0F1111;
    font-size: 1.2em;
    text-align: left;
    /*font-family:'source-sans-pro', Helvetica, Tahoma;*/
    float: right;
}

.roleDetails th, td {
    padding: 0px 50px;
  }

.imgcontainer {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-top: 100px;
}

  #heroimg {
    /*width: 800px;*/
    width: 100%;
    display:block;
    margin:auto;
  }

  .caseContent {
      font-size: 16px;
      color: #0F1111;
      font-family:'source-sans-pro', Helvetica, Tahoma;
  }
  .caseQuestion {
    font-size: 16px;
    font-weight: bold;
    color: #0F1111;
    margin-top: 10px;
    line-height: 20px;
    
  }

 



  /* feather icon size set up*/
  .feather-16{
    width: 16px;
    height: 16px;
    }
    .feather-24{
    width: 24px;
    height: 24px;
    }
    .feather-32{
    width: 32px;
    height: 32px;
    }
    .feather-100{
        width: 100px;
        height: 100px;
        }

/* End */


/* START OF V&A DASHBOARD PROJECT STYLING */


/* END */