﻿.MenuName {
    font-size: 18px;
    color: aliceblue
}

.MenuTitle {
    font-size: 14px
}

.ICONsize {
    font-size: 100px;
    color: #1e5799;
}

a:link {
    text-decoration: none
}

.ICONsize:hover {
    color: #ffd800;
    font-weight: bold;
    text-align: center
}

.MenuBox {
    min-height: 100px;
    width: 45%;
    margin: 5px;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7abcff+0,60abf8+44,4096ee+100;Blue+3D+%2314 */
    background: #7abcff; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #7abcff 0%, #60abf8 44%, #4096ee 100%); /* FF3.6-15 */
    background: -webkit-radial-gradient(center, ellipse cover, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* Chrome10-25,Safari5.1-6 */
    background: radial-gradient(ellipse at center, #7abcff 0%,#60abf8 44%,#4096ee 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7abcff', endColorstr='#4096ee',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    color: #ffffff;
}

.col {
    max-width: 180px;
    min-width: 150px
}

.mycard {
    padding: 10px
}
