@charset "UTF-8";


html{
	background-image: url("love.jpg");
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
}

body {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: rgba(108,143,241,0.80);
}
header h1 {
    text-align: center;
    font-size: 7rem;
    font-style: oblique;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    color: #FDFDFB;
    /* [disabled]font-weight: bold; */
}
nav ul {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	text-align: center;
}

nav ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.2rem;
}
.nav {
    color: #3E3F3F;
    font-size: 1.2em;
    font-style: oblique;
    font-weight: bolder;

}
#Container h1 {
    font-size: 2rem;
    text-align: center;
    display: flex;
    justify-content: space-around;
    margin-top: 42px;
    margin-right: 42px;
    margin-bottom: 42px;
    margin-left: 42px;
    text-decoration: underline;
    color: rgba(229,235,251,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: oblique;
}





#Container {
	/* [disabled]display: flex; */
}
#Container img {
    display: inline-block;
    float: right;
    padding-left: 23px;
    padding-right: 23px;
}
#Container p {
    display: flex;
    box-sizing: border-box;
    text-align: left;
    font-size: 21px;
    padding-top: 8px;
    padding-right: 24px;
    padding-bottom: 8px;
    padding-left: 24px;
    color: rgba(191,230,248,1.00);
    background-color: rgba(105,105,105,0.61);
    justify-content: space-between;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
}
#Skills h1 {
    display: flex;
    justify-content: space-around;
    text-align: right;
    margin-left: 59px;
    margin-top: 59px;
    margin-right: 59px;
    margin-bottom: 59px;
    font-size: 2rem;
    text-decoration: underline;
    color: rgba(7,45,202,1.00);
    background-color: #FDFDFB;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: oblique;
}
#SkillsParent {
    display: flex;
    justify-content: space-around;
}
.SkillsChild {
	text-align: center;
	flex: 1;
}

.SkillsChild h2 {
    font-size: 1.5em;
    text-decoration: underline;
    color: rgba(222,239,247,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
}
.SkillsChild p {
    text-align: left;
    display: block;
    font-size: 20px;
    font-weight: normal;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    color: rgba(1,11,53,1.00);
    background-color: #C4C4C4;
    padding-left: 6px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
}
.IllustratorChild {
	text-align: center;
	flex:1;
}
.IllustratorChild h2 {
    font-size: 1.5em;
    text-decoration: underline;
    color: rgba(222,239,247,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
}
.IllustratorChild p {
    text-align: left;
    font-weight: normal;
    font-size: 20px;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    color: rgba(1,11,53,1.00);
    background-color: #C4C4C4;
    padding-left: 6px;
    padding-right: 2px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
}
.PhotographyChild {
	text-align: center;
	flex: 1;
}
.PhotographyChild h2 {
    font-size: 1.5em;
    text-decoration: underline;
    color: rgba(222,239,247,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
}
.PhotographyChild p {
    text-align: justify;
    font-weight: normal;
    font-size: 20px;
    margin-top: 12px;
    margin-right: 12px;
    margin-bottom: 12px;
    margin-left: 12px;
    color: rgba(1,11,53,1.00);
    background-color: #C4C4C4;
    padding-left: 6px;
    padding-right: 9px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
}
#MyWorkH1 {
    font-size: 2rem;
    text-align: center;
    text-decoration: underline;
    color: rgba(253,253,251,1.00);
    background-color: #1D55F4;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: oblique;
}
#tagline h2 {
    color: rgba(1,11,53,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: italic;
}
#tagline {
    text-align: center;
    flex: 1;
    line-height: 46px;
}
#tagline p {
    font-size: 1.5em;
    color: rgba(7,50,224,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
    font-weight: bolder;
}
#MyWorkParent {
    display: flex;
    justify-content: space-around;
    padding-bottom: 25px;
}


.MyWorkChild h2 {
	text-align: left;
	text-decoration: underline;
	color: rgba(214,255,248,1.00);
}
.MyWorkChild {
}
#MyWorkParent h2 {
	text-align: center;
	font-size: 1.5rem;
	text-decoration: underline;
	color: rgba(214,255,248,1.00);
}
.ContactContainer h1 {
    text-align: center;
    font-size: 2rem;
    color: rgba(9,59,199,1.00);
    text-decoration: underline;
    background-color: #C4C4C4;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: oblique;
}

.ContactContainer p {
    text-align: center;
    font-size: 1.2em;
    color: rgba(253,253,251,1.00);
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
}

.Column {
	/* [disabled]display: inline; */
	list-style-type: none;
}
label {
    width: 185px;
    display: inline-block;
    margin-top: 30px;
    font-size: 20px;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
}
form {
    width: 205px;
    margin-left: auto;
    margin-right: auto;
}
#FooterParent {
    background-color: rgba(1,11,53,0.85);
}
.FooterChild h1 {
    text-align: center;
    font-size: 2rem;
    color: rgba(228,228,228,0.81);
    padding-top: 12px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    text-decoration: underline;
    display: block;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: oblique;
}
#FooterParent ul {
    text-align: center;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
    font-style: normal;
}
.ContactChild li {
	display: inline-block;
	margin-top: 37px;
	margin-right: 37px;
	margin-bottom: 37px;
	margin-left: 37px;
	font-size: 1.2em;
	color: rgba(214,255,248,1.00);
}
#about {
}
#Contact {
}
.2 {
}
