@charset "UTF-8";

body {
    background: #fff;
}

body, body * {
    font-family: Verdana, sans-serif;
}


/** For live, uncomment google webfont ...
@import url(http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day);
*/
@import url(DawningofaNewDay.css);

h1, h2, #pageTitle, .sectionTitle {
    font-family: 'Dawning of a New Day', cursive;
}

h1 {}
h2 {
    font-size: 50px;
    display: block;
    padding: 0;
    margin: 0 0 20px 0;
    line-height: 60px;
    color: #7d0d98;
    border-bottom: 1px solid #7d0d98;
}

a:link, a:visited {
    color: #0e72b5;
    text-decoration: underline;
}

a:hover, a:active {
    color: #2689cb;
}
 
p {
    margin: 5px 0 10px 0;
  font-size: 14px;
  line-height: 17px;
}

strong {
    font-weight: bold;
}

i {
    font-style: italic;
}

.section {
    padding-top: 75px;
    margin-top: -75px;
    height: 100vh;
    display: block;
    position: relative;
    box-sizing: border-box;
}

.section:after {
    display: block;
    clear: both;
    content: '';
}

.parallax {
    height: 600px;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    /*box-shadow: inset 0px 5px 10px #fff, inset 0px -5px 10px #fff;*/
}

.par1 {
    background-image: url(../img/parallax/par1.jpg);
}

.par2 {
    background-image: url(../img/parallax/par2.jpg);
}

.par3 {
    background-image: url(../img/parallax/par3.jpg);
}

/**
 * Form fields
 */

input, textarea, select {
    display: block;
    box-sizing: border-box;
    font-size: 17px;
    padding: 9px 10px;
    border: 1px solid #e3e3e3;
    margin: 12px 0;
    width: 100%;
}

textarea {
    height: 180px;
    min-height: 180px;
    min-width: 100%;
    max-width: 100%;
}

option {
    padding: 0;
}

/**
 * Misc classes
 */
.hidden {
    position: absolute;
    clip: rect(1px 1px 1px 1px); /* IE6 & 7 */
    clip: rect(1px, 1px, 1px, 1px);
}

.clear {
    clear: both;
}

.small {
    font-size: 14px;
}

.sectionTitle {
    font-size: 20px;
    text-transform: uppercase;
	font-size: 1.9vw;
	margin-bottom: 10px;
}

.sectionSubtitle {
    font-size: 17px;
}
