
@import url('https://fonts.googleapis.com/css?family=PT+Serif:400,700');



body { font-family: 'PT Serif', serif; }



h1 {

font-size: 2.188em;
color: #2c0e77;
line-height: 1em;
font-weight: 600;
	
}


h2 {

font-size: 1.7em;
color: #2c0e77;
line-height: 1em;
font-weight: 600;
text-decoration: none;
	
}


h1.center { text-align: center;}

h1.white { color: white; }


p {
	
	
font-size: 1.5em;	
line-height: 1em;
font-weight: 400;
color: #343434;
text-align: left;
	
	
}

p.center { text-align: center;}
p.purple { color: #2c0e77; }
p.white { color: white; }
p.small { font-size: 1em;}

button.calltoaction, input[type=submit] {
	
	
background-color: #9370cc;
border-radius: 8px;
border: 3px #603baa;
font-weight: 700;
color: white;
font-size: 1.5em;
font-family: 'PT Serif', serif;
padding: 15px;
	
	
}

button.calltoaction:hover, input[type=submit]:hover {

background-color: #bc9cef;
border-radius: 8px;
border: 3px #603baa;
font-weight: 700;
color: white;
font-size: 1.5em;
font-family: 'PT Serif', serif;
padding: 15px;


}

div.lavender {
	
width: 100%;
background: url('../images/lavender-bkg.jpg') no-repeat center center ; 

background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

 height: auto;		
	
	
}


div.videowrapper {
	
	
background-color: #2c0e77;
width: 50%;
height: auto;
margin: 0 auto;
padding: 15px;
border-radius: 15px;
	
	
}


div.purplebar {
	
background-color: #2c0e77;
width: 100%;
padding: 15px;
	
}

div.dark {
	
background-color: #e5e3e9;
width: 100%;
	
	
}

div.light {
	
background-color: #f5f1fa;
width: 100%;	
	
	
}

input.textbox, select, textarea {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -moz-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -ms-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    -o-box-shadow: 0 1px 0 #fff, 0 -2px 5px rgba(0,0,0,0.08) inset;
    box-shadow: 0 1px 0 #FFF, 0 -2px 5px rgba(0, 0, 0, 0.08) inset;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background: #EAE7E7;
    border: 1px solid #C8C8C8;
    color: #777;
    font: 13px Helvetica, Arial, sans-serif;
    margin: 0 auto;
    padding: 15px 10px 15px 10px;
    width: 90%;
    font-size: 1.5em;	
line-height: 1em;
font-weight: 400;
color: #9370cc;
text-align: left;
}
input.textbox:focus, textarea:focus {
    -webkit-box-shadow: 0 0 2px #ED1C24 inset;
    -moz-box-shadow: 0 0 2px #ed1c24 inset;
    -ms-box-shadow: 0 0 2px #ed1c24 inset;
    -o-box-shadow: 0 0 2px #ed1c24 inset;
    box-shadow: 0 0 2px #ED1C24 inset;
    background-color: #FFF;
    border: 1px solid #ED1C24;
    outline: none;
}


hr { 
    background: url('../images/minilogo.png') no-repeat top center;
    background-size: contain;
    display: block;
    height: 18px;
    border: 0;
    position: relative;
}
hr:before,
hr:after {
    content: '';
    display: block;
    position: absolute;
    background: #9471cc;
    height: 2px;
    top: 8px;
}
hr:before {
    left: 0;
    right: 50%;
    margin-right: 10px;
}
hr:after {
    right: 0;
    left: 50%;
    margin-left: 10px;
}

