h1, h2, h3, h4, h5, h6 {
    font-family: 'Open Sans', sans-serif!important;
}

.SectionHeader {
    font-weight: bolder;
    font-style:italic;
}

body {
    background-color: #652472 !important;
    font-family: 'Open Sans', sans-serif;
}

.ContentCanvas {
    max-width: 1100px;
    margin: auto;
}

.content-container {
	background-color: white!important;
	padding:0px;
	margin:auto;
}

.w3-theme-l1 {
    color: #fff !important;
    background-color: #652472 !important;
}

.w3-theme-d2 {
    color: #fff !important;
    background-color: #652472 !important;
}

.w3-margin {
    margin: 7px !important;
}

.lightmaroon {
    background: #652472;
}

.lightmaroonborder {
    border-color: #652472 !important;
}

h1 {
    font-size:7vw;
}

.teal, .PrimaryThemeColor {
    color: #652472!important;
}

h2.FullName {
    margin-bottom: 0px;
}

.Credentials {
    font-size: large;
}

.Title {
    font-style: italic;
    font-size: medium;
}

.Languages {
    font-style: italic;
    font-size: small;
}

.ReadMoreLess {
    font-style: italic;
    float: right;
    font-weight: lighter;
}