@media screen {
    a {
        background-color: transparent;
    }

    a:active,
    a:hover {
        outline: 0;
    }

    @media print {

        *,
        :after,
        :before {
            color: #000 !important;
            text-shadow: none !important;
            background: 0 0 !important;
            -webkit-box-shadow: none !important;
            box-shadow: none !important;
        }

        a,
        a:visited {
            text-decoration: underline;
        }

        a[href]:after {
            content: " ("attr(href) ")";
        }
    }

    * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    :after,
    :before {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

    .container {
        padding-right: 15px;
        padding-left: 15px;
        margin-right: auto;
        margin-left: auto;
    }

    @media (min-width:768px) {
        .container {
            width: 750px;
        }
    }

    @media (min-width:992px) {
        .container {
            width: 970px;
        }
    }

    @media (min-width:1200px) {
        .container {
            width: 1170px;
        }
    }

    .container:after,
    .container:before {
        display: table;
        content: " ";
    }

    .container:after {
        clear: both;
    }
}

a {
    text-decoration: none;
    color: #000;
}

a:hover {
    text-decoration: none;
    color: #ddd;
}

a {
    color: #c79a39;
}

a:hover {
    text-decoration: none;
}

.footer-top {
    background-color: #000;
    position: relative;
    margin-bottom: 0px;
    border-top: 1px solid #1e1e1f;
    border-bottom: 1px solid #1e1e1f;
}

.footer-top .footer_title1 {
    color: #c79a39;
    float: none;
    font-size: 22px;
    font-weight: 700;
    left: auto;
    margin-bottom: 0;
    position: relative;
    top: auto;
    text-transform: uppercase;
    font-family: 'Titillium Web' !important;
    text-align: center;
    
}

.footer-top .footer_title2 {
    color: #fff;
    font-weight: 300;
    margin-left: 15px;
    margin: 0px 20px;
}

.footer-top .Footer_title3 {
    color: #fff;
}

.home-about-me.container {
    padding: 20px 0 15px;
}

.aboutme-read-more {
    float: right;
    margin: 16px 0;
}

.footer-top .aboutme-read-more > a {
    background-color: #000;
    padding: 15px 15px 12px;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: 700;
    color: #fff;
}

.footer-top .aboutme-read-more > a:hover {
    background-color: #fff;
    color: #000;
    transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -webkit-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
}

.tm-about-text {
    line-height: 70px;
}

footer a {
    color: #d9d9d9;
}

footer a:hover,
footer a:focus {
    color: #fff;
}

@media only screen and (min-width: 1024px) and (max-width: 1230px) {
    .footer-top .aboutme-read-more > a {
        font-size: 12px;
        padding: 12px 16px;
    }

    .footer .footer-top .footer_title1 {
        font-size: 18px;
    }
}

@media only screen and (min-width: 980px) and (max-width: 1023px) {
    .footer-top .aboutme-read-more > a {
        font-size: 12px;
        padding: 12px 16px;
    }

    .footer .footer-top .footer_title1 {
        font-size: 16px;
    }
}

@media (max-width: 979px) {
    .footer-top .aboutme-read-more > a {
        font-size: 12px;
        padding: 12px 16px;
    }

    .footer .footer-top .footer_title1 {
        font-size: 16px;
    }

    .tm-about-text {
        line-height: 25px;
    }
}

@media (max-width: 767px) {
    .home-about-me.container {
        padding: 15px;
    }
}

@media only screen and (max-width: 479px) {
    .home-about-me.container {
        text-align: center;
    }

    .aboutme-read-more,
    .tm-about-text {
        float: none;
    }
}

a {
    background: 0 0;
}

a:active,
a:hover {
    outline: 0;
}

@media print {
    * {
        text-shadow: none !important;
        color: #000 !important;
        background: transparent !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " ("attr(href) ")";
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

:focus {
    outline: none !important;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

@media (min-width:1230px) {
    .container {
        width: 1200px;
        position: relative;
        padding: 0;
    }
}

@media (max-width:1230px) {
    .container {
        width: 980px;
        position: relative;
        padding: 0;
    }
}

@media (max-width:1023px) {
    .container {
        width: 940px;
        position: relative;
        padding: 0;
    }
}

@media (max-width:979px) {
    .container {
        width: 724px;
        position: relative;
        padding: 0;
    }
}

@media (max-width:767px) {
    .container {
        width: auto;
        position: relative;
        padding: 0 15px;
    }
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}
