/* Add here all your css styles (customizations) */
@import url("https://use.typekit.net/ipm7khr.css");

body {
font-family: acumin-pro, sans-serif;
font-style: normal;
font-weight: 100;}

.nav-link {
    color: #090f34;
}

h1 {
    color: #1F4E79;
    line-height: 1;
}

.g-bg-primary-dark-v3 {
  background-color: rgba(0, 0, 0, 0) !important; }
.g-bg-black-opacity-0_6 {
  background-color: rgba(0, 0, 0, 0) !important; }

#link img a
 {
 border:0;
 outline:none;
 border-style: none;
 }

.right {
  position: absolute;
  right: -20%;
}

.vertical{
margin-top:40%;
}


/* logo */

.logo-wrapper {width: 100%; height: auto; }




/* home page */
.header2 { 
padding-left: 50px;
padding-right: 50px;
padding-top: 30px;
padding-bottom: 30px;}

/* Contact Page */


a.no_underline:hover{
    text-decoration: none;
}

.padding-bottom{
    padding-bottom: 20px;
}

/* Solutions Page */

.img-shadow {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* custom_eLearning_LMS_solutions Page */

.elearning-panel {
    min-height: 345px;
}

.gridHeaderRow {
    background-color: #D6DCE4;
    color: black;
}

.gridHeaderRowCenter {
    background-color: #D6DCE4;
    color: black;
    border-right: solid;
    border-right-width: thin;
    text-align: center;
}

.gridFooterRow {
    border-top: solid;
    color: black;
}

.gridFooterRowAlt {
    color: black;
}

.gridDetailRow {
    color: black;
}

.gridDetailRowHeader {
    color: black;
    font-weight: bold;
}

.gridDetailRowAlt {
    color: black;
    background-color: #F2F2F2;
}

.gridHeader {
    font-size: x-large;
}

.gridDetailNegative {
    color: red;
}

.no-print, .no-print * {
    display: none !important;
}

.rightBorder {
    border-right: solid;
    border-right-width: thin;
}

.gridCenter {
    text-align: center;
}

.gridItalic {
    font-style: italic;
}

.gridWidth {
    max-width: 940px !important;
}
