﻿
@media screen and (min-width: 320px) and (max-width:767px) {
    .name {
        font-weight: bold;
        font-size: 12pt !important;
    }
    .tcc {
        color: #000 !important;
        font-size: 12pt !important;
    }
    .mhead {
        font-size: 25pt !important;
        font-family: 'Conv_GothamCondensed-Medium' !important;
        color: #512d17 !important;
        /*text-align: center !important;*/
    }

    /*.mi {
        position: absolute;
        bottom: 300px !important;
        text-align: center !important;
        left: 18%;
    }*/
    .cntnr {
        z-index: 999;
        top: -80px;
        position: relative !important;
        max-height: 15px;
        left:15%!important;
    }

    .brwn {
        font-weight: normal !important;
        color: #512d17 !important;
    }
}

@media screen and (min-width: 768px) and (max-width: 991px) {
    .tcc {
        color: #000 !important;
        font-size: 14pt !important;
    }
    .name {
        font-weight: bold;
        font-size: 15pt !important;
    }
    .mhead {
        font-size: 50pt !important;
        font-family: 'Conv_GothamCondensed-Medium' !important;
        color: #512d17 !important;
        text-align: center !important;
    }
    .cntnr {
        z-index: 999;
        top: -180px;
        position: relative !important;
        max-height: 15px;
    }
    /*.mi {
        position: absolute;
        bottom: 700px !important;
        text-align: center !important;
        left: 0%;
    }*/
    .brwn {
        font-weight: normal !important;
        color: #512d17 !important;
    }
}

@media screen and (min-width: 992px) and (max-width:1199px) {
    .tcc {
        color: #000 !important;
        font-size: 10pt !important;
    }
    .name {
        font-weight: bold;
        font-size: 10pt !important;
    }
    .mhead {
        font-size: 60pt !important;
        font-family: 'Conv_GothamCondensed-Medium' !important;
        color: #512d17 !important;
        text-align: center !important;
    }

    .cntnr {
        z-index: 999;
        top: -250px;
        position: relative !important;
        max-height: 15px;
    }
    /*.mi {
        position: absolute;
        bottom: 400px !important;
        text-align: center !important;
        left: 0%;
    }*/


    .par {
        left: 20% !important;
    }

    .pag {
        line-height: 0 !important;
    }

    .brwn {
        font-weight: normal !important;
        color: #512d17 !important;
    }
}

@media screen and (min-width: 1200px) {
    .tcc {
        color: #000 !important;
        font-size: 12pt !important;
    }
    .name {
        font-weight: bold;
        font-size: 12pt !important;
    }
    .mhead {
        font-size: 70pt !important;
        font-family: 'Conv_GothamCondensed-Medium' !important;
        color: #512d17 !important;
        text-align: center !important;
    }
    .cntnr {
        z-index: 999;
        top: -360px;
        position: relative !important;
        max-height: 15px;
    }
    /*.mi {
        position: absolute;
        bottom: 470px !important;
        text-align: center !important;
        left: 19%;
    }*/
    .brwn {
        font-weight: normal !important;
        color: #512d17 !important;
    }


    .pag {
        line-height: 0 !important;
    }
    .par {
        margin: 0px !important;
        position: inherit;
        left: 13% !important;
        padding-top: 0px !important;
        color: #512d17 !important;
    }
}

a {
    color: #fff !important;
}


.contact {
    background-color: #3c2110;
}

.form-control {
    background-color: transparent !important;
    color: #fff !important;
    border: none !important;
    border-bottom: 1px solid #fff !important;
    height: 50px !important;
    font-size: 18px !important;
}

.bt {
    padding: 5px 25px;
    border-radius: 5px;
    background-color: transparent;
    color: white;
    border-color: #fff;
}

.ma {
    margin-bottom: 20px;
}

.tc {
    text-align: center !important;
}

.tcc1 {
    color: #fff !important;
    font-weight: 500 !important;
}
