﻿body {
    font-family: Montserrat, serif;
    color: #010e3d;
    height: 100vh;
}

.logo {
    margin-top:50px;
}

.textcenter
{
    text-align:center;
}

.loadingtext {
    font-size: 20px;
    line-height: 22px;
    color: #373740ff;
    font-weight:bold;
    font-family: Montserrat, serif;
}

.msgtext1 {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
}

.butonstyle1 {
    color: #fff !important;
    background-color: #177a06 !important;
    font-size: 20px;
    line-height: 26px;
    font-family: Montserrat, serif;
    font-weight: bold;
    width: 80%;
    border: 1px solid #177a06;
    padding-top: 12px;
    padding-bottom: 12px;
    border-radius:10px;
}

.previewbtn {
    color: #fff !important;
    background-color: #177a06 !important;
    font-size: 20px;
    line-height: 26px;
    font-family: Montserrat, serif;
    font-weight: bold;
    width: 100%;
    padding: 10px 20px;
    max-width: 420px;
    border: 1px solid #177a06;
    border-radius: 10px;
}

.submitbtn {
    color: #fff !important;
    background-color: #177a06 !important;
    font-size: 20px;
    line-height: 26px;
    font-family: Montserrat, serif;
    font-weight: bold;
    width: 100%;
    padding: 10px 20px;
    max-width: 420px;
    border: 1px solid #177a06;
    border-radius: 10px;
}

.submitbtn2 {
    color: #fff !important;
    background-color: #e07503 !important;
    font-size: 20px;
    line-height: 26px;
    font-family: Montserrat, serif;
    font-weight: bold;
    width: 100%;
    padding: 10px 20px;
    max-width: 420px;
    border: 1px solid #e07503;
    border-radius: 10px;
}

    .submitbtn .mud-button-label p, .submitbtn2 .mud-button-label p {
        font-weight: bold;
        text-transform: uppercase;
        font-size: 20px;
    }
    .mud-typography-body1 {
    font-family: Montserrat, serif;
}

.mud-typography-h6, .mud-typography-h4 {
    font-family: Montserrat, serif;
    text-transform: uppercase;
    font-size: 34px;
    font-weight: bold;
    line-height: 36px; 
}

.smallitaly {
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 10px;
}

.mud-container {
}

.mud-input-control > .mud-input-control-input-container > .mud-input-label-inputcontrol {
    color: #818181e0;
    text-transform: uppercase;
}

.voterpartybox {
    border: 1px solid #ACACAC;
    padding-top: 8px;
    padding-bottom: 8px;
}

    .voterpartybox .head {
        text-transform: uppercase;
        font-size: 23px;
        font-weight: 900 !important;
        line-height: 24px;
        margin-top: 5px;
    }

    .voterpartybox .subhead {
        text-transform: uppercase;
        font-size: 20px;
        line-height: 22px;
    }

    .voterpartybox .imghero {
        border: 2px solid #ACACAC;
        margin-top: 8px;
    } 

.dottedruler {
    margin-top: 25px;
    margin-bottom: 10px;
    width: 100%;
    border-style: dotted;
    border: 1px dotted;
}

video {
    max-width: inherit;
    width:100%;
}

.mud-appbar {
    height: 80px;
}

.mud-appbar .mud-toolbar-appbar {
    height: 100%;
}

.barlogo {
    position: fixed;
    left: 50%;
    margin-left: -112px;
    margin-top: -6px;
}
.barmenu .mud-icon-size-medium {
    font-size: 2.5rem;
}
.advicon {
    /*position: fixed;
    bottom: 100px;
    background-color: #009eff;
    z-index: 1000;
    border-radius: 0px 10px 10px 0px;
    border: 4px solid #eee;
    border-left: none;
    left: 0;*/
}

#adacontainer {
    display: none !important;
    background: rgba(0, 0, 0, 0.4);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    overflow: hidden;
    min-height: 3000px;
    min-width: 3000px;
}
.adainnercontainer {
    position: fixed;
    background: #fafafa;
    width: 320px;
    left: 50%;
    top: 30%;
    margin-left: -160px;
    border: 2px solid #ccc; 
}
.advclose {
    position: absolute;
    top: -16px;
    right: -16px;
    padding: 0px !important;
    width: 31px;
    height: 31px;
}


@media only screen and (max-width: 520px) {
    video {
            max-width: 110%;
        }



    }

@media only screen and (max-width: 480px) {


    .mud-typography-h6, .mud-typography-h4 {
        font-size: 30px;
        line-height: 34px;
    }
}

    @media only screen and (max-width: 424px) {

        .mud-typography-h6, .mud-typography-h4 {
            font-size: 30px;
            line-height: 34px;
        }
        video {
            max-width: 105%;
        }

        .voterpartybox .head {
            font-size: 21px;
        }

        .voterpartybox .subhead {
            font-size: 18px;
            line-height: 20px;
        }

        .mud-width-full {
            width: 94%;
        }
    }

    @media only screen and (max-width: 380px) {

        .mud-typography-h6, .mud-typography-h4 {
            font-size: 28px;
            line-height: 32px;
        }
        .voterpartybox .head {
            font-size: 20px;
        }

        .voterpartybox .subhead {
            font-size: 16px;
            line-height: 20px;
        }
    }

