﻿/*.btn-default{
    background-color: #e6e6e6;
}*/

/*.jumbotron{
    background-color: #4eddf1
    #bee6ff
}*/

/*large box on main page when not logged in*/
.jumbotron {
    padding-top: 30px;
    padding-bottom: 30px;
    margin-bottom: 30px;
    color: inherit;
    background-color: white; /*#e5f5ff*/
    border-radius: 15px
}

/*index logged in page list headers*/
.list-group-item.active {
    background-color: #7b98c5;
    border-color: #7b98c5;
}

/*backgroup of link buttons*/
.btn-primary {
    background-color: #7b98c5;
    border-color: #7b98c5;
}

.a {
    color: #7b98c5;
}

.thead-MaxtonBlue {
    background-color: #7b98c5;
    border-color: #7b98c5;
    color: white;
}

.table {
    box-shadow: 3px 3px 12px #d6e2f3;
}

    .table th {
        font-weight: normal
    }

.container {
    max-width: 1540px;
}

.container-Sm {
    padding-top: 70px;
    padding-left: 100px;
    padding-right: 200px;
    padding-bottom: 70px;
}

@font-face {
    font-family: 'Agita_Playtype';
    src: url('/fonts/Agita_Playtype.otf') format("opentype");
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url('/fonts/Roboto-Regular.ttf') format("opentype");
}

body {
    font-family: 'Roboto-Regular';
    color: #49423e;
}

/*a {
    color: #439edc
}*/

/* Container holding the image and the text */
.containerFront {
    position: relative;
    text-align: center;
    color: white;
}
/* Centered text */
.centeredFront {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/*Hyper link color*/
/*.a:visited {
    color: #7b98c5 !important;
}
a:link {
    color: #7b98c5 !important;
}
.a:active {
    color: #7b98c5 !important;
}*/

