
h2,h3 {
    font-family: 'Raleway', sans-serif;
}

h2 {
    padding: 1em 0 0 0;
    margin: 0 0 -1em 20%;
    font-weight: 100;
    font-size: 6em;
    text-align: left;
}

h3 {
    font-weight: 300;
    font-size: 2.5em;
    line-height: 1.5em;
}

h3::before{
    content: url("littleeucalyptus_blue_sm.png");
    padding: 0 1em;
    position:relative;
    top: 0.5em;
}

h4 {
    font-size: 1.5em;
    line-height: 1.5em;
}

h5 {
    font-size: 1em;
}

div {
    font-family: 'Raleway', sans-serif;
    padding: 0 0 1em 0;
}

body {
    background-color: #fefefe;
    margin: 0 0 0 0;
}

#wrenbird {
    float: left;
    z-index:-1;
    width: 700px;
    
    padding: 2em;
}

#wrenbird_wide {
    z-index:-1;
    width: 110%;
    padding: 0;
}

#maintitle{
    color: white;
    z-index:1000;
    text-align:center;
    margin: 0 0 0 0 !important;
    font-size: 8vw !important;
}

#header{
    height: 15em;
    width: 100%;
    z-index:0;
}

#signatures{
    font-family: 'La Belle Aurore', cursive;
    font-size: 2em;
    text-align: right;
    padding-right: 2em;
    color: #000063;
}

#headerdiv{
    z-index:10;
    background-image:url("021_7200_sm.jpg");
    background-size: cover;
    background-position: 0 60%;
    height:20vw;
}

#bodydiv {
    width: 65%;
    margin-left:auto;
    margin-right:auto;
    padding: 2em 4.5em 0;
    background-color: #ffffff;
    box-shadow: 0px 0px 60px #dedede;
    z-index:1;
}

#couple {
}

#portrait {
 
}

#letter {
    padding: 0 6vw;
    font-family: 'Raleway', sans-serif;
}

#topmenu {
    background:rgba(245,245,245,1);
    overflow:hidden;
    color: white;
    margin-left:auto;
    margin-right:auto;
    padding:0;
    margin-top:1em;
    width: 83%;
/*    color: white;
    height: 4.1em;
    margin-left:auto;
    margin-right:auto;
    padding: 0;
    font-size: 1em;*/
}

.h_menu {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    letter-spacing: 0.1em;
/*    
    list-style-type: none;
    padding: 0;
    position: relative;*/
}

.h_menu a{
    float:left;
    display:block;
    text-align:center;
    padding: 1.5em;
    text-decoration:none;
    font-size:1em;
}

.h_menu  a:hover {
    background: rgba(200,200,200,1);
}

.h_menu a.active{
    background: rgba(225,225,225,1);
}

.button{
    background: rgba(225,225,225,1);
    float: none !important;
    width: 12em;
}


.h_menu .icon {
    display:none;
}

/*
.h_menu > li {
    padding-top: 1px;
    height: 4em;
    line-height: 3.9em;
    float: left;
    cursor: pointer;
}

.h_menu > li > .curr {
    background: rgba(225,225,225,1);
}

.h_menu > li > a {
    padding: 0 2.2em;
    display: block;
    height:100%;
}

.h_menu > li > a:hover {
    background: rgba(200,200,200,1);
}*/

a {
    color: #6ca3ac;
    text-decoration: none;
}

.content{
    padding-left: 2em;
}

.center{
    text-align: center;
}

.large{
    font-size: 1.2em;
}

.schedule{
    margin-left:auto;
    margin-right:auto;
    padding:1em;
}

.schedulehead{
    padding-bottom:0;
    margin-bottom:0;
}

.schedule > tbody >tr> td{
    padding:0.5em;
    vertical-align:top;
}

.location{
    background:rgba(100,100,100,0.5);
    font-size:1.3em;
    padding:1em 1em 1em 2em;
    position:relative;
    top:1.5em;
    color:white;
}

#scotia{
    width:100%;
    height:20em;
    background-image:url('ScotiaLodge_sm.jpg');
    background-size:cover;
    background-position:center;

}

.divider{
    margin-left:auto;
    margin-right:auto;
    display:block;
    width:150px;
    padding-top: 2em;
    padding-bottom: 2em;
}

.picture {
    float: right;
    width: 200px;
    padding: 2em 0 2em 2em;
}

.sectiongap {
    padding-top: 5em;
}
.shortsectiongap {
    padding-top: 1em;
}

#footer {
    margin-bottom: 2em;
}

.foot {
    padding-bottom:6em;
}

@media only screen and (max-width: 800px){
    #bodydiv {
	width:inherit;
	padding: 2em 1.5em 0;
    }
    #topmenu {
	width: inherit;
    }
    #wrenbird_wide {
	width:90%;
    }
    .content{
	padding-left:1em;
	padding-right:1em;
    }
    .location{
	padding-left:2em;
    }
}
@media only screen and (max-width: 600px){
    h3 {font-size: 1.5em}
    h3::before {content:url("tiny_euc.png")}
    .h_menu a:not(:first-child) {display:none;}
    .h_menu a.icon{
	float:right;
	display:block;
	font-size: 1.5em;
	padding: 0.8em;
    }

    .h_menu.responsive {position: relative;}
    .h_menu.responsive a.icon{
	position: absolute;
	right: 0;
	top: 0;
    }
    .h_menu.responsive a {
	float: none;
	display: block;
	text-align: left;
    }
}
