/* CSS Document */
/* - - - - - - - MAIN PAGE STUFF - - - - - - - */
body, html
{
	background-color: #EDEDED !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

p, h5, h6
{
    font-weight: 400;
}

p
{
    font-size: 17px;
    margin-bottom: 10px;
}

h5
{
    font-size: 22.96px;
}

h6
{
    margin: 10.733px 0px 45px
}

a
{
    -webkit-transition: color .3s ease;
    transition: color .3s ease;
}
a:hover
{
    color: #5ac8ff;
}

div.top-spacer
{
    margin-top: 15px;
}
div.bottom-spacer
{
    margin-bottom: 15px;
}
div.spacer
{
    margin-top: 15px;
    margin-bottom: 15px;
}

hr
{
    margin: 0px auto;
    width: 40px;
	margin-bottom: 45px;
    border-color: rgba(0,0,0,0.4);
}
hr.spacing
{
    margin-top: 45px;
}

.login-wrapper {
    width: 360px;
    min-height: 470px;
    border: 1px solid rgb(222, 226, 230);
    border-top: 8px solid #003C5E;
    background: rgb(255, 255, 255);
    padding: 16px;
    display: flex;
    align-items: center;
    box-shadow: 0 2px 4px #6f41c51a, 0 0 1px #6f41c50d;
}


/* - - - - - - - COLOR CLASSES - - - - - - - */
.failproof-blue
{
    background-color: #003C5E !important;
    color: #fff;
}
.failproof-blue a
{
    color: #ffab40;
}
    .failproof-blue a:hover
    {
        color: #ffd8a6;
    }

.failproof-gray
{
    background-color: #333 !important;
    color: #fff;
}


/* - - - - - - - FAILPROOF STYLES - - - - - - - */
.card.failproof-blue .card-footer
{
    text-transform: uppercase;
    background-color: inherit;
    border-top: 1px solid rgba(160,160,160,0.2);
}

.card.failproof-blue .card-text
{
    color: #fff;
    font-size: 17px;
}


/* - - - - - - - SECTION STYLES - - - - - - - */
/* Section Titles */
.main h5, .about h5, .work h5, .projects h5, .registry h5
{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.main h6, .about h6, .work h6, .projects h6, .registry h6
{
	text-align: center;
	text-transform: uppercase;
	margin-bottom: 45px;
}

/* Intro Styles */
.intro
{
    font-family: "Roboto", sans-serif;
	text-align: center;
	padding-top: 13%;
	padding-bottom: 13%;
	margin-bottom: 50px;
}

.intro-sm
{
    padding-top: 8%;
    padding-bottom: 8%;
}

.intro h1
{
	font-weight: 700;
	text-transform: uppercase;
    font-size: 58.8px;
    line-height: 110%;
    margin: 2.8rem 0 1.68rem 0;
    color: #fff;
}

.intro h5
{
	text-transform: uppercase;
	background-color: #f5f5f5;
	padding: 10px;
	color: #757575;
	display: inline-block;
	font-size: 16.8px;
    line-height: 110%;
    margin: 1.0933333333rem 0 .656rem 0;
}

/* About Styles */
.about .card img
{
    width: 120px;
    height: 120px;
}

.about .card-title
{
    margin: 18px 0px 15px;
    text-transform: uppercase;
}

.about .col
{
	margin-bottom: 24px;
}



/* - - - ERROR MESSAGE STYLES - - - */
p.error
{
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-size: 18px;
    color: #3f4447;
    margin-bottom: 15px;
    padding: 10px 30px;
    text-align: center;
    border-radius: .25em;
    line-height: normal;
    background-color: #f8d7da;
    border: 1px solid #ed344e;
    border-width: 3px 1px 1px 1px;
}



/* - - - - - - - MDBOOTSTRAP OVERRIDES - - - - - - - */
.card-body
{
    padding: 24px;
}

.card-footer
{
    padding: 16px 24px;
}

.md-form.md-outline label.active
{
    background-color: #EDEDED;
}

.md-form .validate
{
    margin-bottom: 0px;
}

nav.breadcrumbs
{
    box-shadow: none;
    -webkit-box-shadow: none;
}
nav ul li
{
    float: none;
}

.container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm
{
    margin-bottom: 30px;
}
@media (min-width: 1400px)
{
    .container, .container-fluid, .container-xxl, .container-xl, .container-lg, .container-md, .container-sm
    {
        max-width: 1280px;
    }
}

/* - - - Tab Styles - - -  */
.tab-content-wrapper
{
    margin-top: 10px;
}
.tab-content-wrapper h5, .tab-content-wrapper h6
{
    text-align: left;
    text-transform: none;
}
.tabs
{
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
}
.tabs .tab a
{
    font-weight: 400;
}
.failproof-blue .tab a:hover, .failproof-blue .tab a.active
{
    color: #fff;
}
.failproof-blue .tab a:hover, .failproof-blue .tab a.active:hover,
.failproof-blue .tab a:focus, .tabs .tab a:focus.active
{
    background-color: rgba(38, 158, 222, 0.15);
}
.failproof-blue .tab a
{
    color: #ddd;
}
.failproof-blue .indicator
{
    background-color: #269EDE;
    height: 3px;
}

/* - - - Table Styles - - - */
table.table
{
    vertical-align: middle;
}
table.table th
{
    font-weight: 700;
}

/* - - - Button Styles - - - */
.btn-floating i
{
    font-size: 24px;
}

#submit-btn
{
    margin-left: 0px;
}

/* - - - Accordion Styles - - - */
.accordion
{
    border-top: 1px solid #ddd;
    margin: .5rem 0 1rem 0;
    -webkit-box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 12%), 0 1px 5px 0 rgb(0 0 0 / 20%);
    border-radius: 0px;
}
.accordion-item
{
    border: 0px;
    border-bottom: 1px solid rgba(0,0,0,0.125);
    border-radius: 0px;
}
.accordion-item:last-of-type
{
    border-bottom: 0px;
}
    .accordion-item .accordion-button
    {
        border-radius: 0px !important;
    }
.accordion-collapse
{
   background-color: rgb(248, 248, 248);
}



/* - - - - - - - RESPONSIVE STYLES - - - - - - - */
@media screen and (max-width: 720px)
{
    .intro h1
    {
        font-size: 51.8px;
    }
}

@media screen and (max-width: 600px)
{
    .intro h1
    {
        font-size: 44.8px;
    }
    p, ul.browser-default, ol.browser-default
    {
        font-size: 16px;
    }
}

@media screen and (max-width: 400px)
{
    p, ul.browser-default, ol.browser-default
    {
        font-size: 15px;
    }
}