/*
Theme Name: Omri en Jannie Wedding
Author: Omri de Hek
Description: Theme for our wedding
Version: 0.0.1
Tags: bootstrap
*/


.container .main-content {
	color: #1f1f1f;
    /*top: 0;
    position: absolute;*/
}

h1, h2, h3, h4, h5, h6, h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #b91313;
}

h1 small {
	color: #1f1f1f;
}

html, body {
	width: 100%;
	height: 100%;
	font-family: Serif;
}

body {
	background: url('/wp-content/themes/wedding/assets/background_fade_4.png') center center no-repeat;
	background-size: cover;
    background-attachment: fixed;
}

.story-image {
	max-height: 400px; 
	width: 100%; 
	display: block;
	border-radius: 5px;
	box-shadow: 2px 2px 4px #4f4f4f;
	margin-bottom: 20px;
}

.gm-style div {
	border-radius: 5px;
}

label {
	width: 120px;
}

.login-remember {
	display: none;
}

.divider {
	height:100px;
}

p, li {
    text-align: justify;
}

.center p {
	text-align: center;
}

form#loginform p.submit input#wp-submit {
    color: #fff;
    background-color: #5cb85c;
    border-color: #5cb85c;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .5rem 1rem;
    font-size: 1rem;
    border-radius: .25rem;
}

.alert-success, 
form#loginform 
p.submit 
input#wp-submit, 
.btn-success, 
input[type=text], 
input[type=password], 
.intro-image, 
.story-image, 
#wpgmza_map  {
        border-radius: 5px;
        box-shadow: 1px 1px 2px #4f4f4f;
}

.intro-image {
	max-width: 180px;
}

.page-header h1 {
	font-weight: bolder;
}
