* {
    box-sizing: border-box;
}

body {
    margin: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.header {
    overflow: hidden;
    /*background-color: #f1f1f1;*/
    padding: 20px 10px;
}

    .header a {
        float: left;
        color: black;
        text-align: center;
        padding: 12px;
        text-decoration: none;
        font-size: 18px;
        line-height: 25px;
        border-radius: 4px;
    }

        .header a.logo {
            font-size: 25px;
            font-weight: bold;
        }

        .header a:hover {
            background-color: #ddd;
            color: black;
        }

        .header a.active {
            background-color: dodgerblue;
            color: white;
        }

.header-right {
    float: right;
}

.logo {
    height: 50px;
}

.logIn {
    border-radius: 5px;
    border: solid 5px #0068db;
}

.register {
    border-radius: 5px;
    border: solid 5px #0068db;
    background: #0068db;
    /*background: linear-gradient(to right, rgba(84,167,245,1) 0%, rgba(21,65,112,1) 100%);*/
    background-image: linear-gradient(135deg, #006fe0 0%, #003cbd 100%);
    margin-right: 10px;
}

.backgroundImage {
    background: url('/UploadFolder/layout/law-books-and-judge-gavel.png');
    height: 50%;
    background-size: cover;
    width: 100%;
    background-repeat: no-repeat;
}


.phoneMock {
    /*width: 430px;
    height: 475px;
    padding-top: 5.65%;
    padding-left: 190px;
    position: relative;
    text-align: center;
    color: white;*/
}

.phonePosition {
    width: 10%;
}

.phoneMock img {
    padding-top: 5%;
    padding-left: 10%;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.phoneMockLabel {
    padding-top: 5%;
    padding-left: 1%;
    width: auto;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.phoneMockLabelText {
    font-size: 36px;
}

.phoneMockLabelDiv {
    font-size: 18px;
}

.infoTextMain {
    position: absolute;
    top: 30%;
    left: 130%;
    width: 120%;
    text-align: left;
}

.infoTextData {
    position: absolute;
    top: 61%;
    left: 130%;
    width: 120%;
    text-align: left;
}
/*.buttonPosition {
    width: 137.8%;
}

.logoMock {
    position: absolute;
    top: 44%;
    left: 57%;
    width: 120%;
    text-align: left;
}

.centeredButton {
    position: absolute;
    top: 85%;
    left: 68%;
    transform: translate(-50%, -50%);
}

.centeredText {
    position: absolute;
    top: 85%;
    left: 77%;
    transform: translate(-50%, -50%);
}

.infoTextMain {
    position: absolute;
    top: 30%;
    left: 130%;
    width: 120%;
    text-align: left;
}

.infoTextData {
    position: absolute;
    top: 61%;
    left: 130%;
    width: 120%;
    text-align: left;
}*/
/*FOOTER*/
.footerFR {
    float: left;
    background-color: #f7f7f7;
    margin-top: 5%;
    position: absolute
}

.fbLogo {
    width: auto;
}

.inLogo {
    width: auto;
}

.mailLogo {
    width: auto;
}

.logoFooterR {
    max-width: 17%;
    margin-right: 5%;
    margin-bottom: 3%;
    float: right;
}


@media screen and (max-width: 1000px) {
    .logoFooterR {
        max-width: 30%;
        margin-right: 5%;
        margin-bottom: 3%;
        float: right;
    }
}

@media screen and (max-width: 650px) {
    .logoFooterR {
        max-width: 45%;
        margin-right: 5%;
        margin-bottom: 3%;
        float: right;
    }
}

@media screen and (max-width: 500px) {
    .header a {
        float: none;
        display: block;
        text-align: left;
        margin-right: 0px;
    }

    .logo {
        height: auto;
    }

    .logIn {
        margin-top: 3px;
    }

    .backgroundImage {
        height: 30%;
        background-size: contain;
        width: 100%;
        background-repeat: no-repeat;
    }

    .header-right {
        float: none;
    }

    .phonePosition {
        width: 20%;
    }

    .phoneMock img {
        padding-top: 5%;
        padding-left: 10%;
        width: 38.5%;
        height: auto;
        max-width: 87.23%;
        max-height: 7%;
    }


    .phoneMockLabel {
        padding-top: 12%;
        padding-right: 16%;
        width: auto;
        height: 40%;
        max-width: 59%;
        max-height: 100%;
        float: right;
        font-size: small;
    }

    .logInFR {
        /*   width: 50%; */
        /* margin-left: 25%; */
    }

    .edictoName {
        font-size: 26px !important;
    }

    .edictoNameTop {
        font-size: 36px !important;
    }

    .edictoNameText {
        font-size: large;
    }

    .edictoImg {
        width: 100%;
    }
}

@media screen and (max-width: 1880px) {

    .phoneMockLabelText {
        font-size: 31px;
    }
    .phoneMockLabelDiv {
        font-size: 15.5px;
    }
}

@media screen and (max-width: 1530px) {

    .phoneMockLabelText {
        font-size: 27px;
    }

    .phoneMockLabelDiv {
        font-size: 14px;
    }
}

@media screen and (max-width: 862px) {

    .phoneMockLabel {
        padding-top: 15%;
    }

    .phoneMockLabelText {
        font-size: 20px;
    }

    .phoneMockLabelDiv {
        font-size: 12px;
    }
}

@media screen and (max-width: 775px) {


    .phoneMockLabelText {
        display:none;
    }

    .phoneMockLabelDiv {
        display: none;
    }
}

@media screen and (max-width: 480px) {

    .phoneMockLabel {
        padding-top: 5%;
    }
    .phoneMockLabelText {
        display: unset;
        font-size: 12px;
    }

    .phoneMockLabelDiv {
        display: unset;
        font-size: 8px;
    }
}
