/*  custom UI for admission Gate - KFU
2019-05-12 12:49:09
By : Husien Adel - web UI designer
----------------------------------------*/
@import url(//fonts.googleapis.com/earlyaccess/notonaskharabic.css);

* {
    padding: 0;
    margin: 0;
}

html {
    font-size: 16px;
    direction: rtl;
}

body {
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: none;
    font-family: "Cairo", Arial, Helvetica, sans-serif;
}

.topBar {
    position: relative;
    margin: 0 auto;
    width: 100%;
    font-size: 0.9rem;
    height: 50px;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116f77', endColorstr='#116f77',GradientType=1 );
    /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
    color: #fff;
    /*text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}

    .topBar h2 {
        font-size: 1rem;
        padding: 12px 0;
    }

    .topBar .topLinks {
        position: absolute;
        top: 0;
        left: 0;
        font-size: 1rem;
        line-height: 42px;
        padding: 0;
        margin: 0;
    }

        .topBar .topLinks li {
            list-style: none;
            float: right;
            margin: 0 14px;
        }

            .topBar .topLinks li:nth-child(1) {
                background-color: #C69A47;
            }

            .topBar .topLinks li a {
                color: #fff;
                padding: 0 15px;
            }

header {
    width: 100%;
    height: 175px;
    background: #116f77;
    background: linear-gradient(135deg, #116f77 0%, #116f77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116f77', endColorstr='#116f77',GradientType=1 );
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.1);
}

    header #homeLink {
        display: block;
        position: absolute;
        top: 15px;
        right: 0;
    }

    header ul.headerLinks {
        position: absolute;
        top: 65px;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

        header ul.headerLinks li {
            list-style: none;
            font-size: 0.8rem;
            text-align: center;
        }

            header ul.headerLinks li .fas {
                color: #ccc;
                text-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
                display: inline;
                font-size: 1rem;
                text-align: center;
                padding: 0 3px 10px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

            header ul.headerLinks li a {
                color: #fff;
                padding: 5px 7.5px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                header ul.headerLinks li a:hover {
                    text-decoration: none;
                    -webkit-transition: all 0.3s;
                    transition: all 0.3s;
                }

                    header ul.headerLinks li a:hover .fas {
                        color: #C69A47;
                    }

.mainTitle {
    width: 100%;
    display: block;
    position: relative;
    margin: 0 0 30px 0;
}

    .mainTitle .icon {
        display: block;
        text-align: center;
        width: 110px;
        height: 110px;
        background-color: #116f77;
        margin: 50px auto 20px;
        color: #fff;
        font-size: 3rem;
        text-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
        border-radius: 110px;
        line-height: 110px;
        -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
        box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    }

    .mainTitle h2 {
        text-align: center;
        font-size: 1.6rem;
        color: #116f77;
    }

.boxItem {
    width: 100%;
    background-color: #f5f5f5;
    border-top: 5px solid #116f77;
    border-radius: 10px;
    text-align: center;
    margin: 100px auto;
    padding: 40px 0;
    position: relative;
    /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .boxItem .icon {
        display: block;
        font-size: 4rem;
        padding: 0;
        margin: 0 auto;
        color: #116f77;
        background-color: #f5f5f5;
        position: absolute;
        top: -75px;
        right: 0;
        left: 0;
        width: 150px;
        height: 150px;
        border-radius: 150px;
        line-height: 165px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
        border: 3px solid #f5f5f5;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

    .boxItem h3 {
        font-size: 1.3rem;
        color: #116f77;
        margin: 75px auto 0;
        line-height: 1.7;
    }

        .boxItem h3 a {
            display: block;
            width: 90%;
            color: #116f77;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
            margin: 0 auto;
        }

            .boxItem h3 a:hover {
                color: #116f77;
                text-decoration: underline;
            }

    .boxItem .go {
        position: absolute;
        bottom: 15px;
        color: #C69A47;
        left: 0;
        right: 0;
        font-size: 1.5rem;
        display: none;
    }

    .boxItem:hover .icon {
        -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
        color: #C69A47;
        font-size: 3.5rem;
        line-height: 160px;
        border: 3px solid #116f77;
    }

/* box item for */

.mainScreensBox {
    height: 200px;
    margin: 100px auto 0;
}

    .mainScreensBox .icon {
        width: 120px;
        height: 120px;
        line-height: 130px;
        top: -60px;
    }

    .mainScreensBox h3 {
        margin-top: 50px;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .mainScreensBox:hover .icon {
        line-height: 130px;
    }

.homeScreensBox {
    margin: 100px auto 0;
}

    .homeScreensBox .icon {
        width: 120px;
        height: 120px;
        line-height: 130px;
        top: -60px;
    }

    .homeScreensBox h3 {
        margin-top: 50px;
        font-size: 1.5rem;
    }

    .homeScreensBox:hover .icon {
        line-height: 130px;
    }

footer {
    width: 100%;
    height: 50px;
    line-height: 35px;
    text-align: center;
    line-height: 50px;
    font-family: "Cairo", Arial, Helvetica, sans-serif;
    font-size: 0.8rem;
    color: #116f77;
}

.infoBox {
    padding: 30px 10px 10px 0px;
}

    .infoBox h3 {
        text-align: center;
        color: #C69A47;
        font-size: 1.2rem;
        padding-bottom: 10px;
        margin-bottom: 20px;
        font-weight: 700;
    }

    .infoBox ul.red {
        color: #116f77;
        font-weight: bold;
    }

        .infoBox ul.red li {
            list-style: none;
            padding: 0 0 2px;
            font-size: 1rem;
            line-height: 2.7;
        }

            .infoBox ul.red li input[type="checkbox"] {
                zoom: 1.6;
                transform: scale(1.6);
                -ms-transform: scale(1.6);
                -webkit-transform: scale(1.6);
                -o-transform: scale(1.6);
                -moz-transform: scale(1.6);
                transform-origin: 0 0;
                -ms-transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
                -o-transform-origin: 0 0;
                -moz-transform-origin: 0 0;
                -webkit-transform-origin: 0 0;
            }

            .infoBox ul.red li a {
                color: #C69A47;
            }

.highlightItem {
    color: #C69A47;
    margin-top: 30px;
    display: block;
    border-radius: 100px;
    text-align: center;
    width: 100%;
    margin: 0 auto;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.button a {
    display: block;
    text-align: center;
    background: #116f77;
    background: linear-gradient(165deg, #116f77 0%, #116f77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116f77', endColorstr='#116f77',GradientType=1 );
    color: #fff;
    padding: 12.5px 0;
    width: 35%;
    font-size: 1.1rem;
    font-weight: bold;
    margin: 0 auto 40px;
    border-radius: 10px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.2);
}

    .button a:hover {
        text-decoration: none;
        color: #ccc;
        width: 38%;
    }

.linkBox {
    width: 100%;
    margin: 10px auto 20px;
    position: relative;
}

    .linkBox .linkContent {
        width: 100%;
        height: 60px;
        background-color: #f5f5f5;
        display: block;
        padding: 15px;
        /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
        font-size: 1.1rem;
        font-weight: bold;
        position: relative;
        padding-right: 100px;
        line-height: 30px;
        -webkit-box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.1);
        box-shadow: 1px 3px 2px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }

        .linkBox .linkContent:hover {
            background: linear-gradient(135deg, #116f77 0%, #116f77 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116f77', endColorstr='#116f77',GradientType=1 );
        }

            .linkBox .linkContent:hover .icon {
                -webkit-box-shadow: -5px 1px 6px rgba(0, 0, 0, 0.2);
                box-shadow: -5px 1px 6px rgba(0, 0, 0, 0.2);
                background: #C69A47;
            }

            .linkBox .linkContent:hover a {
                color: #fff;
            }

        .linkBox .linkContent a {
            color: #116f77;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .linkBox .linkContent a:hover {
                padding-right: 5px;
            }

        .linkBox .linkContent .icon {
            display: block;
            width: 60px;
            height: 60px;
            background: linear-gradient(135deg, #116f77 0%, #116f77 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116f77', endColorstr='#116f77',GradientType=1 );
            color: #fff;
            text-align: center;
            font-size: 2rem;
            border-radius: 10px;
            line-height: 60px;
            text-shadow: 2px 5px 2px rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 0;
            right: 0;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

.hr {
    display: block;
    width: 85%;
    margin: 0 auto;
    height: 1px;
    background-color: rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 2px rgba(255, 255, 255, 0.1);
}

#funBar {
    width: 100%;
    background: linear-gradient(135deg, #116f77 0%, #116f77 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#116f77', endColorstr='#116f77',GradientType=1 );
    margin: 60px auto 30px;
    text-align: center;
    padding: 35px 0;
    -webkit-box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 15px rgba(0, 0, 0, 0.3);
    overflow: hidden;
}

    #funBar .iconItem {
        display: block;
        padding: 0px 20px;
        color: #fff;
        width: 100%;
        height: 250px;
    }

        #funBar .iconItem span.icon {
            font-size: 2.3rem;
            color: #116f77;
            background-color: #fff;
            -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
            display: block;
            width: 85px;
            height: 85px;
            border-radius: 85px;
            margin: 0 auto 15px;
            text-align: center;
            line-height: 85px;
        }

        #funBar .iconItem h3 {
            font-size: 1.1rem;
            color: #fff;
            margin-bottom: 0px;
            text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.2);
        }

        #funBar .iconItem p {
            text-align: center;
            padding: 10px 0;
            /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
        }

            #funBar .iconItem p a {
                color: #fff;
                text-decoration: none;
                background-color: rgba(0, 0, 0, 0.2);
                padding: 7.5px 20px;
                margin: 15px auto 0;
                display: block;
                max-width: 70%;
                -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
                box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
                border-radius: 100px;
                -webkit-transition: all 0.3s;
                transition: all 0.3s;
            }

                #funBar .iconItem p a:hover {
                    background-color: #C69A47;
                }

.loginBox {
    width: 50%;
    background-color: #fff;
    margin: 100px auto;
    padding: 40px 25px;
    text-align: center;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    border-bottom: 5px solid #ccc;
    border-radius: 25px 25px 0 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .loginBox:hover {
        -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
        width: 52%;
    }

    .loginBox h2 {
        color: #116f77;
        /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
        font-size: 1.4rem;
    }

    .loginBox .loginContent {
        width: 100%;
    }

        .loginBox .loginContent input[type="text"] {
            display: block;
            width: 100%;
            border: none;
            border-bottom: 1px solid #116f77;
            margin-bottom: 10px;
            padding: 10px;
            /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .loginBox .loginContent input[type="text"]:hover, .loginBox .loginContent input[type="text"]:focus {
                border-bottom: 1px solid #ccc;
                outline: none;
            }

        .loginBox .loginContent input[type="password"] {
            display: block;
            width: 100%;
            border: none;
            border-bottom: 1px solid #116f77;
            margin-bottom: 10px;
            padding: 10px;
            /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .loginBox .loginContent input[type="password"]:hover, .loginBox .loginContent input[type="password"]:focus {
                border-bottom: 1px solid #ccc;
                outline: none;
            }

        .loginBox .loginContent input[type="submit"] {
            display: block;
            width: 100%;
            margin-top: 25px;
            background-color: #116f77;
            color: #fff;
            text-align: center;
            border: none;
            padding: 10px;
            /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
        }

            .loginBox .loginContent input[type="submit"]:hover {
                display: block;
                cursor: pointer;
                background-color: #C69A47;
            }

.contactBox {
    width: 100%;
    margin: 20px auto 0;
}

    .contactBox h2 {
        text-align: right;
        font-size: 1.4rem;
        color: #116f77;
        margin-bottom: 40px;
        position: relative;
    }

        .contactBox h2::before {
            content: "";
            display: block;
            width: 84%;
            height: 1px;
            background-color: rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 50%;
            left: 0;
        }

    .contactBox .contactForm {
        width: 100%;
        margin: 0 auto;
    }

        .contactBox .contactForm .valdaitetext {
            display: block;
            text-align: center;
            margin: 25px auto 35px;
            color: red;
        }

        .contactBox .contactForm .checkInput {
            border-bottom: 1px solid red !important;
            background-color: #fff3dd !important;
        }

        .contactBox .contactForm .mailContact {
            width: 49%;
            float: left;
            padding: 10px;
            background-color: #f5f5f5;
            border: none;
            -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            margin-bottom: 20px;
            margin-right: 2%;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .mailContact:hover, .contactBox .contactForm .mailContact:focus {
                outline: none;
                border-bottom: 1px solid #116f77;
            }

        .contactBox .contactForm .idNumber {
            width: 49%;
            float: left;
            padding: 10px;
            background-color: #f5f5f5;
            border: none;
            -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            margin-bottom: 20px;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .idNumber:hover, .contactBox .contactForm .idNumber:focus {
                outline: none;
                border-bottom: 1px solid #116f77;
            }

        .contactBox .contactForm .nameUser {
            width: 49%;
            float: right;
            padding: 10px;
            background-color: #f5f5f5;
            border: none;
            -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            margin-bottom: 20px;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .nameUser:hover, .contactBox .contactForm .nameUser:focus {
                outline: none;
                border-bottom: 1px solid #116f77;
            }

        .contactBox .contactForm .mobileContact {
            width: 49%;
            float: right;
            padding: 10px;
            background-color: #f5f5f5;
            border: none;
            -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            margin-bottom: 20px;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .mobileContact:hover, .contactBox .contactForm .mobileContact:focus {
                outline: none;
                border-bottom: 1px solid #116f77;
            }

        .contactBox .contactForm .fileContact {
            width: 100%;
            float: left;
            padding: 10px;
            background-color: #f5f5f5;
            border: none;
            -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            margin-bottom: 20px;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .fileContact:hover, .contactBox .contactForm .fileContact:focus {
                outline: none;
                border-bottom: 1px solid #116f77;
            }

        .contactBox .contactForm .descContact {
            width: 100%;
            padding: 10px;
            background-color: #f5f5f5;
            border: none;
            -webkit-box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            box-shadow: -1px 2px 3px rgba(0, 0, 0, 0.21);
            margin-bottom: 20px;
            border-bottom: 1px solid #fff;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .descContact:hover, .contactBox .contactForm .descContact:focus {
                outline: none;
                border-bottom: 1px solid #116f77;
            }

        .contactBox .contactForm .contactSubmit {
            width: 130px;
            float: right;
            background-color: #116f77;
            color: #fff;
            padding: 10px;
            border: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .contactSubmit:hover {
                background-color: #C69A47;
                cursor: pointer;
            }

        .contactBox .contactForm .contactReset {
            width: 130px;
            float: right;
            background-color: #116f77;
            color: #fff;
            padding: 10px;
            margin-right: 25px;
            border: none;
            -webkit-transition: all 0.3s;
            transition: all 0.3s;
        }

            .contactBox .contactForm .contactReset:hover {
                background-color: #116f77;
                cursor: pointer;
            }

        .contactBox .contactForm input[type="text"]:disabled {
            background-color: rgba(0, 0, 0, 0.1);
        }

.contacTable {
    /*font-family: "Noto Naskh Arabic", serif, Arial, Helvetica, sans-serif;*/
    text-align: center;
    font-size: 0.85rem;
    margin: 0 auto 25px;
}

    .contacTable thead {
        background-color: #116f77;
        color: #fff;
    }

        .contacTable thead tr td {
            -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
            box-shadow: 2px 0 5px rgba(0, 0, 0, 0.2);
            text-align: center;
            font-weight: 700;
            font-size: 1rem;
            padding: 15px 0;
        }

            .contacTable thead tr td .fas {
                margin-left: 4px;
                color: #ccc;
            }

    .contacTable tbody tr .mailContent {
        background-color: rgba(138, 138, 138, 0.1);
        -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
        font-weight: 700;
        color: #116f77;
        text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.3);
        font-size: 1rem;
        padding-top: 15px;
        text-align: right;
    }

    .contacTable tbody tr td {
        font-size: 0.95rem;
        font-weight: 700;
        color: #116f77;
    }

.pagination li a {
    color: #116f77;
}

.page-item.active .page-link {
    background-color: #116f77;
    border: 1px solid #116f77;
}

.operationsItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 15px auto 0;
    padding: 0;
    -ms-flex-line-pack: center;
    align-content: center;
    padding-top: 12px;
    border-top: 1px solid #ccc;
    -webkit-box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 0 -1px 1px rgba(255, 255, 255, 0.2);
}

    .operationsItem li {
        -ms-flex-preferred-size: calc(100% / 2);
        flex-basis: calc(100% / 2);
        display: block;
        list-style: none;
    }

        .operationsItem li a {
            color: #116f77;
        }

.orderTitle {
    font-size: 1.2rem;
    font-weight: bold;
    margin-bottom: 25px;
}

.endTerms {
    text-align: center;
    padding-bottom: 35px;
    display: block;
}
/*# sourceMappingURL=custom.css.map */

a {
    text-decoration: none;
}

    a:hover,
    a:focus {
        text-decoration: none;
    }

.main-logo {
    display: block;
}

    .main-logo img {
        display: block;
        width: 100%;
    }

.btn-yellow {
    background-color: #c69a47;
    color: #fff;
    border-color: #c69a47;
    transition: all .2s ease;
}

    .btn-yellow:hover,
    .btn-yellow:focus {
        background-color: #116f77;
        color: #fff;
        border-color: #116f77;
    }

@media screen and (max-width: 400px) {
    header ul.headerLinks {
        display: none;
    }

    .main-logo img {
        width: 70%;
        margin-right: 15px;
    }

    .linkBox .linkContent {
        height: auto;
    }

    .mainTitle h2 {
        margin: auto 15px;
    }

    .infoBox h3 {
        margin-top: 25px;
    }

    footer {
        line-height: 20px;
    }

    .homeScreensBox {
        margin: 70px auto 0;
    }

    .linkBox .linkContent .icon {
        height: 100%;
    }
}

@media screen and (max-width: 700px) {
    .container {
        max-width: 100%;
    }

    header ul.headerLinks {
        display: none;
    }

    .main-logo img {
        width: 270px;
        margin-right: 15px;
    }

    .linkBox .linkContent {
        height: auto;
    }

    .mainTitle h2 {
        margin: auto 15px;
    }

    .infoBox h3 {
        margin-top: 25px;
    }

    footer {
        line-height: 20px;
    }

    .homeScreensBox {
        margin: 70px auto 0;
    }

    .linkBox .linkContent .icon {
        height: 100%;
    }
}

@media screen and (max-width: 812px) {
    .container {
        max-width: 100%;
    }

    header ul.headerLinks {
        display: none;
    }

    .main-logo img {
        width: 270px;
        margin-right: 15px;
    }

    .linkBox .linkContent {
        height: auto;
    }

    .mainTitle h2 {
        margin: auto 15px;
    }

    .infoBox h3 {
        margin-top: 25px;
    }

    footer {
        line-height: 20px;
    }

    .homeScreensBox {
        margin: 70px auto 0;
    }

    .linkBox .linkContent .icon {
        height: 100%;
    }
}