/* Global Styles */
html, body {
    height: 100%;
}

body {
    margin: 0;
    padding: 0;
    background: white;
    font-family: 'Questrial', sans-serif;
    font-size: 12pt;
    color: rgba(0,0,0,.6);
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
    color: #404040;
}

p, ol, ul {
    margin-top: 0;
}

ol, ul {
    padding: 0;
    list-style: none;
}

p {
    line-height: 180%;
}

strong {
}

a {
    color: #CC3399;
}

a:hover {
    text-decoration: none;
}

.container {
    margin: 0 auto;
    width: 1200px;
}

/* Form Styles */
form {
}

form label {
    display: block;
    text-align: left;
    margin-bottom: 0.5em;
}

form .submit {
    margin-top: 2em;
    line-height: 1.5em;
    font-size: 1.3em;
}

form input.text,
form select,
form textarea {
    position: relative;
    -webkit-appearance: none;
    display: block;
    border: 0;
    background: #fff;
    background: rgba(255,255,255,0.75);
    width: 100%;
    border-radius: 0.50em;
    margin: 1em 0em;
    padding: 1.50em 1em;
    box-shadow: inset 0 0.1em 0.1em 0 rgba(0,0,0,0.05);
    border: solid 1px rgba(0,0,0,0.15);
    -moz-transition: all 0.35s ease-in-out;
    -webkit-transition: all 0.35s ease-in-out;
    -o-transition: all 0.35s ease-in-out;
    -ms-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    font-size: 1em;
    outline: none;
}

form input.text:hover,
form select:hover,
form textarea:hover {
}

form input.text:focus,
form select:focus,
form textarea:focus {
    box-shadow: 0 0 2px 1px #E0E0E0;
    background: #fff;
}

form textarea {
    min-height: 12em;
}

form .formerize-placeholder {
    color: #555 !important;
}

form ::-webkit-input-placeholder {
    color: #555 !important;
}

form :-moz-placeholder {
    color: #555 !important;
}

form ::-moz-placeholder {
    color: #555 !important;
}

form :-ms-input-placeholder {
    color: #555 !important;
}

form ::-moz-focus-inner {
    border: 0;
}

/* Button Styles */
.button {
    display: inline-block;
    margin-top: 2em;
    padding: 0.8em 2em;
    background: #64ABD1;
    line-height: 1.8em;
    letter-spacing: 1px;
    text-decoration: none;
    font-size: 1em;
    color: #FFF;
}

.button:before {
    display: inline-block;
    background: #8DCB89;
    margin-right: 1em;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 20px;
    text-align: center;
    color: #272925;
}

.button-small {
}

/* Heading Titles */
.title {
    margin-bottom: 3em;
}

.title h2 {
    font-size: 2.8em;
}

.title .byline {
    font-size: 1.1em;
    color: #6F6F6F#;
}

/* Header */
#header-wrapper {
    overflow: hidden;
    background: #83A2FF url(images/overlay.png) repeat;
}

#header {
    text-align: center;
    width: 99%; /* Adjust the width as per your preference */
    margin: 0 auto; /* Center the header horizontally */
}

/* Footer */
.footer {
    position: bottom;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: red;
    color: white;
    text-align: center;
}

/* Logo */
#logo {
    padding: 8em 0em 4em 0em;
}

#logo h1 {
    display: inline-block;
    margin-bottom: 0.20em;
    padding: 0.20em 0.9em;
    font-size: 3.5em;
}

#logo a {
    text-decoration: none;
    color: #FFF;
}

#logo span {
    padding-right: 0.5em;
    text-transform: uppercase;
    font-size: 0.90em;
    color: rgba(255,255,255,1);
}

#logo span a {
    color: rgba(255,255,255,0.8);
}

/* Menu */
#menu {
    height: 60px;
}

#menu ul {
    display: inline-block;
    padding: 0em 2em;
    text-align: center;
}

#menu li {
    display: inline-block;
}

#menu li a, #menu li span {
    display: inline-block;
    padding: 0em 1.5em;
    text-decoration: none;
    font-size: 0.90em;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 60px;
    outline: 0;
    color: #FFF;
}

#menu li:hover a, #menu li.active a, #menu li.active span {
    background: #FFF;
    color: #83A2FF;
}

/* Wrapper */
.wrapper {
    overflow: hidden;
    padding: 0em 0em 5em 0em;
    background: #FFF;
}

#wrapper1 {
    background: #FFF;
}

#wrapper2 {
    overflow: hidden;
    background: #F3F3F3;
    padding: 5em 0em;
    text-align: center;
}

#wrapper3 {
}

#wrapper4 {
}

/* Welcome */
#welcome {
    background-color: white; /* Set the background color for the welcome section */
}

#welcome .content {
    padding: 0em 8em;
}

#welcome .title h2 {
}

#welcome a,
#welcome strong {
}
