﻿/*
    General Section
*/
body 
{
    font-family: Verdana;
	font-size: 15px;
	color: #666;
    height: 100%;
    display: flex;
    flex-direction: column;
}

p 
{
    font-family: Verdana;
    font-size: 15px;
    color: #666;
}

.error-message-text
{
    font-family: Verdana;
    text-align: center;
	font-size: 20px;
	color: #000;
    margin-top: 40px;
}

/* Hyperlink color fix */
a, a:visited, a:hover, a:active
{
    color: inherit;
}

/*
    Banner Section
*/
.navbar-default .navbar-nav 
{
	margin-right: 20px;
}

.navbar-default .navbar-nav > li 
{
    margin-left: 5px;
}

.navbar-default .navbar-nav > li > a 
{
	color: #000;
    font-size: 14px;
    padding: 28px 15px 28px 15px;
}

.navbar-default .navbar-nav > li > a.active, .navbar-default .navbar-nav > li:hover > a 
{
	border-bottom: 2px solid rgb(176, 49, 38);
}

/*
    Welcome Section
*/
.welcome-section 
{
    padding-top: 80px;
    padding-bottom: 80px;
}

.welcome-header-text
{
    font-family: Verdana;
    text-align: center;
	font-size: 45px;
	color: #000;
    padding-bottom: 30px;
}

.welcome-subheader-text
{
    font-family: Verdana;
    text-align: center;
	font-size: 25px;
	color: #000;
}

/*
    Operation Icon Section
*/

.operation-header
{
    font-family: Verdana;
    text-align: center;
	font-size: 30px;
    line-height: 21px;
	font-weight: 300;
	color: #666;
}

.operation-section 
{
    padding-top: 50px;
    padding-bottom: 50px;
}

.operation-icon-title
{
    font-size: 16px;
	line-height: 22px;
}

.operation-icon-size 
{
	font-size: 5em;
	color: #666;
}

.operation-container 
{
	margin-bottom: 35px;
    text-align: center;
}

.operation-icon-adjust 
{
	margin-bottom: 15px;
}

/*
    Footer Section
*/
footer {
	background-color: #222;
    padding-top: 20px;
	border-top: 3px solid #666;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 60px;
    width: 100%;
}

.copyright-section 
{
    padding: 5px 0;
	font-size: 30px;
    text-align: center;
    border-top: 1px solid rgb(176, 49, 38);
}

.copyright-text {
	color: #fff;
}

/*
    Input Box Section
*/
.general-input-box
{
    margin-top: 20px;
}

/*
    Button Section
*/
.general-submit-button
{
    margin-top: 20px;
    text-align: center;
}