/*  */


h3.text-white {
    color: white;
}

button.text-white {
    color: white;
}

.main-panel {
    border-top: 0px solid #1d8cf8;
}

.log {
    font-family: 'Amiri', serif;
    font-size: 1.2em;
    margin-top: 0px;
    font-weight: normal;
}

.logo {
    font-family: 'Amiri', serif;
    font-size: 1.7em;
    font-weight: bolder !important;
    color: black;
}

.adjust-title {
    margin-right: -40px !important;
}

.custom-input {
    border: 2px solid black;
    height: 50px;
    font-size: 1.2em;
}

.custom-input-2 {
    border: 2px solid black;
    font-size: 1.2em;
}

.custom-input:focus {
    border: 2px solid #1d8cf8 !important;
}

.custom-button {
    border: 2px solid #1d8cf8;
    height: 50px;
    font-size: 1.2em;
    font-weight: bolder;
}


/* Facebook */
a.facebook-like i,
.facebook-like h4.list-group-item-heading {
    font-weight: bold;
    color: #3b5998;
}

a.facebook-like:hover {
    background-color: #3b5998;
}

a.facebook-like:hover * {
    color: #FFF;
}

/* Google */
a.google-plus i,
.google-plus h4.list-group-item-heading {
    font-weight: bold;
    color: #dd4b39;
}

a.google-plus:hover {
    background-color: #dd4b39;
}

a.google-plus:hover * {
    color: #FFF;
}

/* Tumblr */
a.tumblr i,
.tumblr h4.list-group-item-heading {
    color: #34526f;
}

a.tumblr:hover {
    background-color: #34526f;
}

a.tumblr:hover * {
    color: #FFF;
}