﻿#page_content {
    margin: 3px;
}

.alignleft {
    float: left;
}

img.alignleft {
    display: inline;
    margin: 10px 15px 10px 0;
}

a {
    color: white;
    text-decoration: none;
}

    a:hover {
        color: #04b8a5;
        transition: .15s color;
    }

#bottomBTN {
    position: relative;
    left: -22%;
}

.container i {
    font-size: 1.27em;
    padding: 5px;
}


.submit-button {
    border-radius: 3px;
    color: #181c23;
    background-color: #fff;
    border: 1px solid #aaa;
    padding: 4px 11px;
    text-decoration: none;
    font-weight: 600;
    transition-duration: 0.20s;
}

    .submit-button:hover {
        background-color: #e0e0e0;
    }

strong {
    font-weight: 600;
}

div.social-btn {
    display: block;
    width: 665px;
    margin: 0 auto;
    text-align: center;
}

    div.social-btn a {
        text-decoration: none;
    }

    div.social-btn div {
        width: 110px;
        display: inline-block;
        float: right;
        height: 100px;
        line-height: 113px;
        color: #fff;
        margin-right: 3px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        border-radius: 5px;
        font-size: 20px;
        text-shadow: 0px 0px 5px #000;
        -moz-transition: all 0.3s ease-out;
        -o-transition: all 0.3s ease-out;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        margin-bottom: 50px;
    }

    div.social-btn a:last-child div {
        margin-right: 3px;
    }

    div.social-btn div:hover, div.social-btn div:active {
        height: 135px;
        padding-top: 15px;
    }

.container i {
    -moz-transition: all 0.4s ease-out;
    -webkit-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}

div.face span, div.twi span, div.in span, div.pin span, div.git span {
    position: absolute;
    left: 0;
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    padding: 0px 15px;
    opacity: 0;
    -moz-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    transition: all 0.6s ease-in;
    line-height: 110px;
    font-size: 17px;
}

div.social-btn div:hover i {
    opacity: 0;
}

div.social-btn div:hover span {
    opacity: 1;
}

div.face {
    background: #3A5795;
    -moz-box-shadow: 0px 4px 0px #1e469d;
    -webkit-box-shadow: 0px 4px 0px #1e469d;
    box-shadow: 0px 4px 0px #3e6d8d;
    position: relative;
}

div.twi {
    background: #5EA9DD;
    -moz-box-shadow: 0px 4px 0px #186ba4;
    -webkit-box-shadow: 0px 4px 0px #186ba4;
    box-shadow: 0px 4px 0px #2b95df;
    position: relative;
}

div.in {
    background: #0177B5;
    -moz-box-shadow: 0px 4px 0px #035e8e;
    -webkit-box-shadow: 0px 4px 0px #035e8e;
    box-shadow: 0px 4px 0px #035e8e;
    position: relative;
}
