.maincontent {
    max-width: 1000px;
}
.mybrand {
    position: absolute;
    padding: 5px 10px;
    float: left;
}
.mybrand img {
    width: 48px;
}
.mybrand span {
    font-size: 14pt;
    color: aliceblue;
    padding-left: 8px;
}
.header-right {
    float: right;
    font-size: 8pt;
}
.skills {
    font-size: 14pt;
    font-weight: 300;
}
.checkouts {
    float: right;
}
.btn-social {
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 2px solid #000;
    border-radius: 100%;
    text-align: center;
    line-height: 38px;
}
.btn-outline,
.btn-outline:focus {
    margin-top: 10px ;
    border: solid 2px #000;
    font-size: 16px;
    color: #000;
    background: 0 0;
    transition: all .3s ease-in-out;
}

.btn-outline:hover,
.btn-outline:active,
.btn-outline.active {
    border: solid 2px #000;
    color: green;
    background: #fff;
}
.mail-but a {
    font-size: 10pt;
}
@media only screen and (max-width: 400px) {
    .mybrand span {
        font-size: 10pt;   
    }
    .checkouts {
        float: none;
    }
}
@media only screen and (max-width: 500px) {
    .hidden-xxs {
        display: none !important;
    }
}

.title{
    font-size: xx-large;
}

.profession {
    font-size: larger;
}

.card {
    margin: auto;
    margin-top: 100px;
    max-width: 500px;
    min-width: 200px;
}

.info {
    font-size: x-large;
}
