﻿body {
  margin: auto;
}

.btn-menu-image{
    height:60px;
}

.btn-menu-text{
    position:relative;
    margin-left: 10px;
}

.btn-menu-item{
    text-align: left;
    color: #6B6BA3;
    margin-top: 25px;
    margin-right: 15px;
    border-left-width:5px;
    text-decoration:none;
    transition: transform .15s;
    font-family: Verdana;
    -webkit-box-shadow: -2px 1px 5px 0px rgba(204,204,204,1);
    -moz-box-shadow: -2px 1px 5px 0px rgba(204,204,204,1);
    box-shadow: -2px 1px 5px 0px rgba(204,204,204,1);
}

.btn-menu-item:hover,
.btn-menu-item:focus{
    color: #6B6BA3;
    transform: scale(1.01);
    -webkit-box-shadow: -2px 1px 8px 0px rgba(107,107,163,1);
    -moz-box-shadow: -2px 1px 8px 0px rgba(107,107,163,1);
    box-shadow: -2px 1px 8px 0px rgba(107,107,163,1);
}

.menu-table{
    width: 100%;
    text-align: center;
    margin: auto;
}

.nav-page-header{
    padding-left: 25px;
    background-color: #1C2747;
}

.nav-user-info{
    color: #cccccc;
    padding-right: 45px;
    margin-top: 15px;
}

.header{
    text-align:left;
    display: flex;
    margin-bottom: 20px;
}

.line{
    flex:auto;
    background-color: gainsboro;
    height: 2px;
    margin: auto;
    margin-left: 10px;
}

.external-links {
    width: 960px;
    margin-top: 50px;
    padding: 20px;
    color: white;
}

.links {
    padding: 0 20px;
    display:flex;
    justify-content: space-between;
}

.link {
    width: 400px;
    padding: 5px 10px;
    background-color: lightgrey;
    border-radius: 6px;
    margin: 0 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #1C2747;
    background-image: linear-gradient(#2e3e6e, #1C2747);
    box-sizing: border-box;
    border-bottom: 8px solid #2e3e6e;
    margin-bottom: 10px;
}

    .link p {
        margin: 0;
        line-height: 34px;
        text-align: center;
        display: inline-block;
        font-size: 18px;
        font-weight: lighter;
    }

    .link:hover {
        cursor: pointer;
        background-image: none;
        background-color: #495e9c;
    }

.title{
    font-size: 1.6em;
    margin: 0;
    color: gray;
}

.icon {
    width: 22px;
    height: 22px;
    margin-right: 10px;
}