﻿@font-face {
    font-family: 'IRANYekan';
    src: url(myfont2/IRANYekan-medium.woff);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url(myfont2/Roboto-Light.ttf);
    font-weight: normal;
    font-style: normal;
}




* {
    box-sizing: border-box;
}



.section {
    display: grid;
    width: 100%;
    height: 100%;
    grid-template-columns: 1fr;
    grid-template-rows: 100vh;
    align-items: center;
    justify-items: center; /* adjusted */
}

.container {
    color: #47943c;
    text-align: center;
    border-radius: 100px 0 0 100px;
}


label {
    border: 3px #47943c solid;
    padding: 8px;
    width: 250px;
    float: left;
    font-size: 1em;
    cursor: pointer;
}

    label.camara {
        border-radius: 100px 0 0 100px;
    }

    label.senado {
        border-radius: 0 100px 100px 0;
    }


.section input[type="radio"] {
    display: none;
}

input[type="radio"]:checked + label {
    background: #47943c;
    color: white;
}



@media (max-width: 767px) {
    .matin {
        margin-left: 85px !important;
        margin-right: 0px !important;
    }

    .mat {
        display: none;
    }

    .matnn {
        margin-top: 35px;
    }

    .mnnnn {
        border-radius: 0 !important;
        background: none !important;
    }

    .size {
        font-size: small !important;
    }
}
.master1 {
    padding: 2px 0px;
} 
.master2{display: flex; align-items: center;} .master3{margin-left: 11px !important;} .master4{color: #59b94b !important;display: flex; align-items: baseline;} .master5{color: black;} .master6{color: #152a49;} .master7{margin-left: 135px; width: 95px;} .master8{width: 71px;} .master9{display: flex;}
.master10{display: block !important;} .master11{width: 100px;} .master12{font-size: large; margin-left: 6px;} .master13{display: inline-flex;} .master14{font-size: large;} .master15{font-size: x-large;}
.top-header .header-left-content li a:hover {
    color: #d2d2d2;
}