/* This is a file for putting the common css used */
/* Start of element for common font style */
@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-Regular.otf");
    /*font-weight: 200;*/
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-Black.otf");
    font-weight: 900;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-Bold.otf");
    font-weight: bold;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-Semibold.otf");
    font-weight: 400;
}

@font-face {
    font-family: "Myriad Pro";
    src: url("fonts/MyriadPro-Light.otf");
    font-weight: 100;
}
html {
    font-family: "Myriad Pro";
}
/* End of element for common font style  */

body *{
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
}
.divBackground{
    height: 75vh;
    min-width: 100vw;
}
/* .boxContainer{
   
} */
.boxContainer h2{
    /* width: 80vw; */
    font-size: 6vw;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 120%;
}
.boxContainer p, li{
    line-height: 160%;
    width: 67vw;
    font-weight: 100;
    line-height: 120%;
    letter-spacing: 0.01em;
    font-size: 2.6vw;
}
hr{
    border-radius: 7px 7px 7px 7px;
    width: 0vw;
}
.hr1{
   
    border: 1px solid #4bbfed;
    background-color:#4bbfed;
}
.hr2{
    border: 1px solid #c9df71;
    background-color:#c9df71;
    margin-left: 1vw;
}
b, * b{
    font-weight: bold;
}