@charset "UTF-8";
#container {
	width: 960px;
}
body {
}
.floatL {
	float: left;
	margin-top: 60px;
}
header {
    background-color: #393939;
    border-bottom: 7px solid #013A6A;
    border-top: 7px solid #013A6A;
}
header h1 {
    color: #FFFFFF;
    font-size: 3.5rem;
    float: right;
    padding-right: 30px;
    font-weight: bolder;
    padding-top: 0px;
    margin-top: 27px;
}
.headerSubTitle {
    clear: both;
    float: right;
    margin-right: 7px;
    margin-top: -30px;
    font-size: 1.5rem;
    color: #FFFFFF;
    padding-right: 90px;
    font-weight: bolder;
    padding-top: 0px;

}

.featherLogo {
    padding-bottom: 0px;
    padding-top: 28px;
    padding-left: 95px;
    margin-bottom: -45px;
    margin-top: -20px;
    margin-left: -85px;


}
main h1 {
	text-align: center;
}





header #topNav {
	clear: both;
	padding-top: 0px;
	padding-bottom: 1px;
}
#topNav ul {
    color: #FFFFFF;
    text-align: right;
    list-style-type: none;
    margin-right: 30px;
    margin-top: 0px;
    border-top-right-radius: 25px;
    border-top-left-radius: 25px;
}
#topNav ul li {
    display: inline-block;
    font-size: 1.5rem;
    border-top: 7px solid #C0C0C0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 40px 40px 0px 0px;
    border-bottom: 5px solid #C0C0C0;
    background-color: #013A6A;
    margin-top: -30px;
    color: #FFFFFF;
}

#topNav ul li a:link, #topNav ul li a:visited {
	color: #FFFFFF;
	text-decoration: none; /*removes the underline for links*/
}
#topNav ul li a:hover, #topNav ul li a:active {
    color: #C0C0C0;
    text-decoration: none; /*removes the underline for links*/
}

.resume-container {
    max-width: 960px;
    display: flex;
    height: 431px;
}
.resume-container .resume-text .resume {
    color: #C0C0C0;
}

.resume-text {
	padding: 0px 20px 0px 20px;
	flex: 1;
}

.resume-img {
    flex: 1;
}
.resume-p {
    color: #FFFFFF;
    background-size: 250px auto;
}

.interview-container {
    max-width: 960px;
    display: flex;
    height: 431px;
}

.interview-text {
	padding: 0px 20px 0px 20px;
	flex: 1;
}

.interview-img {
    flex: 1;
}

.word-container {
	max-width: 960px;
	margin: 40px auto 0 auto;
	display: flex
}

.word-text {
	padding: 20px;
	margin-bottom: 20px;
	flex: 1;
}

.word-img {
	padding: 0px;
	margin: 0px;
	flex: 1;
}
.excel-container {
	max-width: 960px;
	margin: 40px auto 0 auto;
	display: flex
}

.excel-img {
	padding: 0px;
	margin: 0px;
	flex: 1;
}

.excel-text {
	padding: 20px;
	margin-bottom: 20px;
	flex: 1;
}

.welcome-container {
	max-width: 960px;
	margin: 40px auto 0 auto;
	display: flex
}

.welcome-img {
	padding: 0px;
	margin: 0px;
	flex: 1;
}

.welcome-text {
	padding: 20px;
	margin-bottom: 20px;
	flex: 1;
}

footer {
    background-color: #393939;
    border-top: 7px solid #013A6A;
    border-bottom: 7px solid #013A6A;
}
.aboutMain {
    padding-bottom: 0px;
    margin-bottom: -30px;
    background-color: #6E6E6E;
}


footer ul {
    text-align: center;
    list-style-type: none;
}
footer ul li a:link, footer ul li a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}
footer ul li a:hover, footer ul li a:active {
    color: #C0C0C0;
    text-decoration: none;
}
footer ul li {
    display: inline-block;
    padding-left: 30px;
    color: #FFFFFF;
}
footer #backToTop {
    text-align: center;
    background-color: #013A6A;
    border: 5px solid #C0C0C0;
    border-radius: 40px;
    margin-left: 400px;
    margin-right: 400px;
    color: #FFFFFF;
}

footer #backToTop a:link, footer #backToTop a:visited {
    color: #FFFFFF;
    text-decoration: none;
    font-size: 1rem;
    font-weight: bold;
}
footer #backToTop a:hover, footer #backToTop a:active {
    color: #C0C0C0;
    text-decoration: none;
}
.word {
    color: #2C579B;
}
.excel {
    color: #217345;
}
main .resume-container .resume-text {
    background-color: #393939;
}
.index {
    color: #013A6A;
    font-size: 3.25rem;
    font-weight: 400;
    font-style: normal;
    background-image: url(assets/images/index-images/hero.png); 
    background-repeat: no-repeat;
    background-attachment: scroll;
    padding-bottom: 300px;
    padding-top: 0px;
    margin-bottom: 20px;
    margin-top: 10px;
    font-family: italianno;
    background-size: 960px auto;
	
}
.interview {
    color: #076799;
}
.interview-container {
    margin-bottom: -110px;

}

.welcome {
    color: #C0C0C0;
}
.welcome-p {
    color: #FFFFFF;
}
.welcome-container {
    background-color: #2B2D2A;
}
#container main .about-container {
    background-color: #6E6E6E;
}
.about {
    font-family: italianno;
    font-style: normal;
    font-weight: 400;
    font-size: 4rem;
    text-align: center;
    color: #FFFFFF;
}
.aboutMain {
    padding-bottom: 30px;

}
.aboutP {
    color: #FFFFFF;
    padding-left: 30px;
    padding-right: 30px;
}
.aboutImg {
    padding-left: 30px;
}
.signature {
    padding-left: 30px;
    color: #FFFFFF;
    margin-top: 105px;
}
main .mailmerge-container h2 {
    text-align: center;
    color: #2C579B;
    border-top: 5px solid #013A6A;
    padding-top: 45px;
    padding-bottom: 45px;
    border-bottom: 5px solid #013A6A;
    font-size: x-large;
}

main .mailmerge-container h3 {
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #2C579B;
    border-radius: 40px;
    background-color: #2C579B;
    margin-left: 420px;
    margin-right: 420px;
}
main .mailmerge-container p {
    text-align: center;
    font-weight: bold;
    padding-left: 150px;
    padding-right: 150px;
}

main .Data-container h2 {
    padding-top: 45px;
    padding-bottom: 45px;
    border-top: 5px solid #013A6A;
    border-bottom: 5px solid #013A6A;
    font-size: x-large;
    text-align: center;
    color: #217345;

}
main .Data-container h3 {
    color: #FFFFFF;
    text-align: center;
    border: 5px solid #217345;
    border-radius: 40px;
    background-color: #217345;
    margin-right: 420px;
    margin-left: 420px;
}
main .Data-container p {
    padding-left: 150px;
    padding-right: 150px;
    font-weight: bold;
    text-align: center;
}

.contact-form {
    max-width: 860px;
    margin-top: 2rem;
    border: 5px solid;
    border-color: #013A6A;
    padding: 2rem;
    display: block;
    border-radius: 40px;
    background-color: #3B3B3B;
    margin-bottom: 120px;
    margin-left: 50px;
    margin-right: 50px;
	
	
}

main .contact-form label {
    display: block;
    color: #FFFFFF;
    font-size: 1rem;
    font-weight: normal;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 0px;
    padding-right: 0px;
}

#sendBtn{
    display: block;
    border: 5px solid #C0C0C0;
    background-color: #013A6A;
    border-radius: 40px;
    color: #FFFFFF;
    font-size: 1rem;
    text-transform: capitalize;
    text-align: center;
    padding-bottom: 0px;
    margin-bottom: 20px;
	cursor:pointer;
	
}

main .contact-form #first-name {
    width: 780px;
}

main .contact-form #last-name {
	width: 780px;
}

main .contact-form #email {
	width: 780px;
}

main .contact-form #phone {
	width: 780px;
}

main .contact-form #message {
    width: 780px;
    height: 100px;
    margin-bottom: 20px;
}
.contact-main {
    margin-top: -18px;
    background-color: #656565;
    margin-bottom: -110px;
    padding-bottom: 75px;
}
.contact-h1 {
    color: #FFFFFF;
    margin-top: 17px;
    padding-top: 30px;
}
.terms {
    color: #FFFFFF;
    text-align: center;
}
.terms-main {
    background-color: #636363;
    margin-top: -17px;
    padding-bottom: 120px;
    text-align: center;
}
.backgroundImg {
	width: 960px;
	text-align: center;
	background-image: url(assets/images/index-images/ZerothLogo.png);
	background-attachment: fixed;
	background-repeat: no-repeat;
	height: 800px;
	background-size: 960px auto;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-bottom: -10px;
	margin-top: 0px;
	background-position: 0% 257px;
}
.drLee {
	border-top: 5px solid rgba(0,58,106,1.00);
}
