﻿
#headerWithoutBreak {
    display: none;
}
.mainText h1, p {
    color: #384252;
    text-align: center
}
.bold {
    font-weight: 700;
}

.background {
    position: relative;
}
.about-feature-box-type2 .about-feature-box-content .title h3 {
    color: #0f53d1;
}

.item {
    position: relative;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 100px 0px 0px 0px;
    z-index: 1;
}

.item:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0px;
    right: 0px;
    z-index: 1;
}

.image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.content-box {
    position: relative;
    display: grid;
    text-align: center !important;
    z-index: 5;
    width: 100%;
    justify-content: flex-start;
}

    .content-box h1, p {
        color: #384252;
    }

.center {
    text-align: center !important;
    margin-top: -75px;
}

.center-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 69%;
}

.imageBox {
    position: relative;
    /*top: -120px;*/
    text-align: center;
    color: white;
}


/* Centered text */
.centered {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered h6 {
    /*font-family:Arial;*/
    /*transform: rotate(20deg);*/
    font-size: 22px;
    font-weight: 700;
    line-height: 26px;
    color:black;
}



.card {
    width: 100px;
    padding: 0px;
    width: 90%;
    margin: 1rem;
    padding-bottom: 1rem;
    /*background-color: darkgreen;*/
    text-align: center;
    border: solid 2px #fcad02;
    border-radius: 40px;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.5);
    z-index: 5;
    -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    box-shadow: 0 1px 2.94px 0.06px rgba(4,26,55,0.16);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.registerCard {
    position: relative;
    color: #f5f9ff;
    background: #003da5;
    border: solid 3px #d50032;
    border-radius: 10px;
    text-align: center;
    max-width: 1000px;
    min-width: 200px;
    font-weight: 600;
    font-size: 25px;
    padding: 12px;
    margin: auto;
    margin-bottom: 90px;
    margin-top: 10px;
    z-index: 10;
    overflow: hidden;
}
.registerCard:before {
    content: "";
    background: white;
    transform-origin: 0 0;
    transform: translateX(-100%) skewX(-45deg);
    transition: transform .7s;
    position: absolute;
    top: 0;
    left: 0;
    width: 130%;
    height: 100%;
    z-index: -1;
}

.registerCard:hover {
    /*transform: scale(1.10);*/
    /*background:white;*/
    color:black;
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.registerCard:hover:before {
    transform: translateX(0) skewX(-45deg);
}
#mainTextWithoutBreaks {
    display: none;
}

.para {
    margin-bottom: auto;
}
.about-feature-box-content {
    font-size: 20px;
}

.outlineForText {
   
    text-shadow: 3px 3px 2px #000, -1px -1px 2px #000, 1px -1px 2px #000, -1px 1px 0 #000, 1px 1px 0 #000;
}

/*Makes the image not bleed into the header above it*/
@media (max-width: 800px) {
    .imageBox {
        top: 0px;
    }
}

@media (max-width: 900px) {
    .centered h6 {
        font-size: 15px;
        line-height: 28px;
    }
}

@media (max-width: 769px) {
    .imageBox {
        display: none;
    }
    .outlineForText {
        text-shadow: none;
    }
    .mainText {
        background: lightgray;
        text-align: center;
        border: 2px solid black;
        border-radius: 10px;
        min-width: 200px;
        color: black;
        padding:20px;
        padding-bottom:0px;
        margin-bottom: 10px
    }

    .mainText h1, p {
        color: #0f53d1;
    }
    .registerCard {
        /*height:100px;*/
        /*line-height:50px;*/
        /*padding:0px;*/
        vertical-align: middle;
    }
    #shipperCard {
        margin-bottom: 10px
    }
    #transporterCard {
        margin-bottom: 80px
    }

    #mainTextWithBreaks{
        display:none;
    }
    #mainTextWithoutBreaks {
        display: block;
        line-height:20px
    }

    #lowerButtons {
        margin-left: -15px;
        margin-right: -15px;
    }
    .item{
        padding-top: 30px;
    }
    #headerWithBreak {
        display: none;
    }

    #headerWithoutBreak {
        display: block;
        color:black;
        font-weight:bold;
        }

}