/*Custom theme*/
/*BODY
{
	background: #4DA0B0;
	(* fallback for old browsers *)
	background: -webkit-linear-gradient(to left, #4DA0B0 , #D39D38);
	(* Chrome 10-25, Safari 5.1-6 *)
	background: linear-gradient(to left, #4DA0B0, #D39D38);
	(* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ *)
}*/
BODY {
    background: #C2E59C;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #c2e59c , #64b3f4);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #C2E59C, #64B3F4);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    background: #73C8A9;
    /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #73C8A9 , #373B44);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #73C8A9, #373B44);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
/*Card*/
.card {
    margin-top: 38px;
    background-color: #F2F1F1;
    -webkit-box-shadow: 0px 0px 14px -1px rgba(150,150,150,0.8);
    -moz-box-shadow: 0px 0px 14px -1px rgba(150,150,150,0.8);
    box-shadow: 0px 0px 14px -1px rgba(150, 150, 150, 0.8);
    border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    -webkit-border-radius: 3px 3px 3px 3px;
    border: 0px solid #000000;
    padding: 45px 15px 15px;
    text-align: center;
}
.card IMG {
    max-width: 213px;
    margin-top: 10px;
}
.card H1 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 3.5em !important;
}
.card HR {
    border-bottom: 1px solid #E0E0E0;
    padding-top: 12px;
    padding-bottom: 12px;
}
@media (min-width: 1200px) {
    .v-content {
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .v-center {
        display: table !important;
        height: 220px;
    }
}
@media (max-width: 280px) {
    .card IMG {
        max-width: 180px;
    }
    .card H1 {
        font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
        font-size: 2.6em !important;
    }
}
.my-links LI + LI:before {
    content: " | " !important;
    margin-left: 0px !important;
    margin-right: 8px !important;
}
.my-links A {
    transition: color 0.5s ease;
}
.my-links A:hover {
    color: #65A691;
    text-decoration: none;
}
