﻿.divHomeMainImage 
{
    height:100vh;
    width:100%;
    background-image: url(../../../Content/imageLib/main-home-large.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color:#e5e5e5;
    position:relative;
}

.mdc 
{
    width:calc(100% - 40px);
    max-width:72em;
    margin-left:auto;
    margin-right:auto;
    background-color:rgba(255,255,255,0.9);
    padding:1em;
    border-radius:6px;
    position:relative;
}

.mdc2 
{
    width:100%;
    display:block;
}

.mdc3 
{
    width:calc(100% - 100px);
    margin-left:auto;
    margin-right:auto;
    margin-bottom:5em;
}

.lblHdr1 
{
    font-size:3.75em;
    font-family:'Titillium Web', sans-serif;
    color:#007bff;
    font-weight:600;
    text-align:center;
    text-shadow: 1px 1px 1px #000000;
}

.lblCtn1 
{
    font-size:1.4em;
    color:black;
    text-align:center;
}

.divPromotion1 
{
    background-color:#ffbf23;
    padding-bottom:14em;
}

.divPromotionTop {
  background-color: #fbba1b;
  height: 200px;
  clip-path: polygon(0 0, 0 0, 100% 30%, 30% 80%, 0 100%);
  margin-top:-4.3em;
  /*clip-path: polygon(0 100%, 100% 0, 100% 100%, 0 15%);*/
  /*transform: skewY(5deg);*/ /* Skews the element along the Y-axis by -5 degrees */
}


.div-divider-left 
{
    display:inline-block;
    width:calc(50% - 2px);
    vertical-align:top;
}

.div-divider-right 
{
    display:inline-block;
    width:calc(50% - 2px);
    vertical-align:top;
}

.divBunnyNet 
{
    background-color:#12143f;
    position:absolute;
    right:0.5em;
    margin-top:-5em;
    border-radius:6px;
    padding:1em;
    cursor:pointer;
    width:20em;
}

.divServices 
{
    padding-top:15em;
    padding-bottom:4em;
}

.divMainSubContentWrapper 
{
    max-width:80em;
    margin-left:auto;
    margin-right:auto;
}

.divServiceItem 
{
    width:20em;
    display:inline-block;
    padding:1em;
    padding-top:2em;
    padding-bottom:2em;
    border-radius:4px;
    vertical-align:top;
}

.divservtitle 
{
    font-size:1.8em;
    font-weight:600;
    padding-top:1.5em;
    height:3em;
}

.divServiceItem .servcdesc 
{
    font-size:1.1em;
    line-height:1.8em;
}

.divServiceItem .servpic 
{
    height:8em;
    opacity:0;
}

.divCtn1 
{
    padding-top:7em;
    padding-bottom:4em;
}

.mctn-mwrap 
{
    margin-bottom:4em;
    background-color:white;
    border:1px solid #e5e5e5;
    border-top:2px solid #007bff;
    opacity:0;
    transition:0.5s;
}

.mctn-mwrap:hover
{
    box-shadow:0 10px 30px -10px rgba(0, 0, 0, 0.4);
    margin-top:-0.5em;
}

.mctn-image 
{
    width:27em;
    display:inline-block;
    margin-bottom: -3px;
    background-color:#e5e5e5;
}

.mctn-image img
{
    display:block;
}

.mctn-wrap 
{
    padding-left:1em;
    padding-right:1em;
    width:calc(100% - 400px);
    display:inline-block;
    vertical-align:top;
    margin-bottom:1em;
}

.mctn-sub 
{
    font-weight:400;
    font-size:24px;
    color:#007bff;
}

.mctn-ttl 
{
    font-family:'Titillium Web', sans-serif;
    font-size:36px;
    padding:0;
    margin-top:-0.4em;
}

.mctn-dec 
{
    font-size:1.2em;
    color:#474747;
    margin-top:-1em;
}

/*for tablets*/
@media screen and (max-width:959px) {
    .mdc 
    {
        width:calc(100% - 40px);
    }

    .lblHdr1 {
        font-size:2.5em !important;
    }

    .mdc3-ctn1
    {
        margin-top:-1em !important;
    }
}

/*for phones*/
@media screen and (max-width:640px) {
    .mdc3 
    {
        width:calc(100% - 20px);
    }

    .lblHdr1 
    {
        font-size:1.75em !important;
    }

    .mdc3-ctn1
    {
        margin-top:0em !important;
    }

    .divMainSubContentWrapper 
    {
        padding-left:0em;
        padding-right:0em;
    }

    .td-mdc2 
    {
        display:none;
    }

    .mctn-image 
    {
        width:100%;
    }

    .mctn-wrap 
    {
        width:calc(100% - 27px);
    }
}

/*smallest screen for phones*/
@media screen and (max-width:320px) {
    .divHomeMainImage 
    {
        width:320px;
    }

    .divServices 
    {
        width:320px;
    }

    .divCtn1 
    {
        width:320px;
    }
}