﻿@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,300);
@import url(https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css);

body {
    background-color: #272a30;
    font-weight: 600;
    color: #919191;
    font-family: 'Raleway', sans-serif;
}

table {
    border-radius: 10px;
    margin-top: 25px 0px;
    width: 100%;
}

th {
    background-color: #b36800;
    padding: 5px;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
}

td {
    padding: 2px;
    color: #D1D1D1;
    background-color: rgba(5, 5, 5, 0.15);
}

th, td {
    text-align: center;
}

.btn {
    background: #ff9f1a;
    padding: .3em 1em;
    border: none;
    text-transform: UPPERCASE;
    font-weight: bold;
    color: #fff;
}

    .btn:hover {
        background: #b36800;
        color: #fff;
    }

.card {
    margin-top: 10px;
    background: #20252D;
    line-height: 1.5em;
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.37);
    box-shadow: 0px 4px 10px 0px rgba(1, 3, 12, 0.33);
}

.login {
    color: darkorange;
    text-align: right;
    font-size: small;
    font-family: Broadway;
}


.loginButton {
    background: #daeb5b;
    background-image: -webkit-linear-gradient(top, #daeb5b, #eb0000);
    background-image: -moz-linear-gradient(top, #daeb5b, #eb0000);
    background-image: -ms-linear-gradient(top, #daeb5b, #eb0000);
    background-image: -o-linear-gradient(top, #daeb5b, #eb0000);
    background-image: linear-gradient(to bottom, #daeb5b, #eb0000);
    -webkit-border-radius: 60;
    -moz-border-radius: 60;
    border-radius: 60px;
    font-family: Georgia;
    color: #000000;
    font-size: small;
    padding: 8px 13px 8px 13px;
    text-decoration: none;
    margin-top: 7px;
    margin-right: 35px;
}

    .loginButton:hover {
        background: #ff3838;
        background-image: -webkit-linear-gradient(top, #ff3838, #f5601b);
        background-image: -moz-linear-gradient(top, #ff3838, #f5601b);
        background-image: -ms-linear-gradient(top, #ff3838, #f5601b);
        background-image: -o-linear-gradient(top, #ff3838, #f5601b);
        background-image: linear-gradient(to bottom, #ff3838, #f5601b);
        text-decoration: none;
    }

.loginTextBox {
    padding: -10px;
    font-size: small;
    padding: 10px;
    border: 1px solid;
    -webkit-border-radius: 36px / 26px;
    padding: -8px 10px -5px;
    border: 1px solid;
    -webkit-border-radius: 36px / 26px;
    border-radius: 36px / 26px;
    font: normal 17px/-3px Verdana, Geneva, sans-serif;
    color: rgba(242,145,0,1);
    -o-text-overflow: clip;
    text-overflow: clip;
    background: rgba(104,96,96,1);
    -webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.25) inset;
    box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.25) inset;
    text-shadow: 1px 1px 0 rgba(255,255,255,0.66);
    height: 20px;
    width: 150px;
    margin: 2px;
    outline: none;
}

<!-- footer -->
ul, li {
    padding: 0;
    margin: 0;
}

li {
    list-style-type: none;
}

.footer-social {
    padding: 0px;
}


footer {
    background-color: #0c1a1e;
    min-height: 250px;
    font-family: 'Open Sans', sans-serif;
}

.footer-col {
    margin-top: 30px;
}

.logofooter {
    margin-bottom: 10px;
    font-size: 25px;
    color: #fff;
    font-weight: 700;
}

.footer-col p {
    color: #fff;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 15px;
}

    .footer-col p i {
        width: 20px;
        color: #999;
    }

.footer-ul {
    list-style-type: none;
    padding-left: 0;
    margin-left: 2px;
}

    .footer-ul li {
        line-height: 29px;
        font-size: 12px;
    }

        .footer-ul li a {
            color: #a0a3a4;
            transition: color 0.2s linear 0s, background 0.2s linear 0s;
        }

    .footer-ul i {
        margin-right: 10px;
    }

    .footer-ul li a:hover {
        transition: color 0.2s linear 0s, background 0.2s linear 0s;
        color: #ff670f;
    }

.copyright {
    min-height: 40px;
    background-color: #000000;
}

    .copyright p {
        text-align: left;
        color: #FFF;
        padding: 10px 0;
        margin-bottom: 0;
    }

.heading7 {
    font-size: 21px;
    font-weight: 700;
    color: #d9d6d6;
    margin-bottom: 22px;
}

.post p {
    font-size: 12px;
    color: #FFF;
    line-height: 20px;
}

    .post p span {
        display: block;
        color: #8f8f8f;
    }

.bottom_ul {
    list-style-type: none;
    float: right;
    margin-bottom: 0;
}

    .bottom_ul li {
        float: left;
        line-height: 40px;
    }

        .bottom_ul li:after {
            content: "/";
            color: #FFF;
            margin-right: 8px;
            margin-left: 8px;
        }

        .bottom_ul li a {
            color: #FFF;
            font-size: 12px;
        }

.social-icon {
    width: 30px;
    height: 30px;
    font-size: 15px;
    background-color: blue;
    color: #fff;
    text-align: center;
    margin-right: 10px;
    padding-top: 7px;
    border-radius: 50%;
}

.footer-social li {
    float: left;
}

.linked-in {
    background-color: #007bb6;
}

.facebook {
    background-color: #3b5998;
}

.twitter {
    background-color: #1da1f2;
}

.google {
    background-color: #f63e28;
}

.welcomeText {
    padding-top: 7px;
    color: #9d9d9d;
}

h4.welcomeText {
    color: orange;
}

a.welcomeText {
    color: orange;
}

    a.welcomeText:hover {
        text-decoration-color: orange;
        color: #9d9d9d;
        text-decoration: none;
    }


li a.paddingFix {
    padding-right: 40px;
}

.outImg {
    padding-top: 14px;
    padding-right: 40px;
    padding-left: 10px;
    outline: none;
}
