/* General */

body {
    margin: 0px;
    color: #ac7f40;    
}

.cursive {
    font-family: Great Vibes;
}

.textCenter {
    text-align: center;
}

.content h1 {
    font-family: Great Vibes;
    font-size: 50px;
    font-weight: 400;
}

.readingText {
    font-family: "Open Sans",sans-serif;
    font-size: 17px;
    line-height: 26px;
    font-weight: 300;
    color: #909090;
}

p {
    color: #909090;
    font-size:16px;
}

a {
    color:#5d9632;
}

.container {
    max-width: 600px;
    margin:0 auto;
}
.gifts {
    margin-bottom:50px;
}

/* General ends */


/* header */


header {
    background-color: white;
    text-align: center;
    margin: 20px 0 0 0;
}

.heading-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

header span {
    float: left;
    display: block;
}

header .text {
    padding: 15px 10px 10px 10px;
    font-size: 90px;
}

.branch {
    display: block;
    background-image: url("templett_3.jpg");
    background-size: 100px;
    width: 100px;
}

.branch-l {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

/* header ends */

/* Banner */

.banner {
    min-height: 400px;
    height: 25vw;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    background-image: url(../img/banner.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-position-y: 30%;
    border-top: 1px solid #999999;
    box-shadow: 1px 1px 1px #EEEEEE;
}

.banner h1 {
    text-shadow: 2px 2px 4px black;
    font-size: 90px;
    font-family: Great Vibes;
    line-height: 110px;
    font-weight: 400;
    vertical-align: baseline;
    color: #eee;
    -webkit-font-smoothing: antialiased !important;
    margin-bottom: 40px;
    text-align: center;
}


/* Banner ends */


/* Form */

.rsvp-check {
    width: 100%;
    margin: 0 0 20px;
    padding: 8px 18px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    font-weight: inherit;
    font-style: italic;
    color: #909090;
    background-color: white;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    box-sizing: border-box;
}

.formWrapper {
    width: 100%;
    max-width: 600px;
    margin: auto;
    padding: 15px 30px;
}

input[type=radio] {
    width: 5%;
    height: 47xp;
    display: inline-block;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    vertical-align: middle;
}

input[type=submit] {
    background-color: #457328;
    color: white;
    font-family: inherit;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: auto;
    outline: 0;
    font-size: 14px;
    line-height: 1.15em;
    letter-spacing: .1em;
    font-weight: 500;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 0;
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease;
    padding: 13px 42px;
    color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
}

input[type=submit]:hover {
    background-color: #5d9632;
}

input[type=text],
textarea {
    width: 100%;
    margin: 0 0 20px;
    padding: 8px 18px;
    font-family: inherit;
    font-size: 16px;
    line-height: 20px;
    font-weight: inherit;
    font-style: italic;
    color: #909090;
    background-color: white;
    border: 1px solid #c9c9c9;
    border-radius: 4px;
    outline: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    box-sizing: border-box;
}

textarea {
    height: 120px;
}


/* Form ends */

/* Maps */ 

.mapsSection {
    max-width: 995px;
    margin: auto;
    padding: 20px;
    margin-bottom: 110px;
}

.mapsTitle {
    font-size: 50px;
    font-weight: 400;
    margin: 20px 0;
}

.mapsText {
    color: #909090;
    max-width: 500px;
    padding-bottom: 40px;
    text-align: center;
    margin: auto;
    font-size: 20px;
}

.maps_MainContainer {
    width: 100%;
    display: flex;
    justify-content: center;
}

.maps_Container {
    
}

.map {
    width: 100%;
    height: 350px;
    background: grey;
}

.map_Ceremony {
    margin: 0 15px 0 0;
}

.map_Event {
    margin: 0 0 0 15px;
}

.map_subTitle {
    color: black;
    font-weight: 400;
    font-size: 40px;
    margin: 30px 0 0 0;
}

.map_subText {
    color: #909090;
    font-size: 20px;
    max-width: 420px;
    margin: auto;
    margin-top: 10px;
}

/* Maps ends */ 

/* Countdown */ 

#clockdiv{
	color: #fff;
	display: inline-block;
	font-weight: 100;
	text-align: center;
    font-size: 30px;
    width: 100%;
    margin: auto;
}

#clockdiv > div{
	padding: 10px 10px 20px 10px;
	border-radius: 3px;
	display: inline-block;
}

#clockdiv div > span{
	border-radius: 3px; 
    display: inline-block;
    color: #ac7f40;
    font-size: 60px;
    width: 70px;
}

.smalltext{
	padding-top: 5px;
    font-size: 18px;
    font-style: italic;
    color: #909090;
}

/* Countdown ends */

/* Footer */ 

.footer {
    background-image: url(../img/footer.jpg);
    height: 550px;
    background-size: cover;
    background-position: 50% 25%;
    background-repeat: no-repeat;
    position: relative;
    background-color:rgba(0, 0, 0, 0.5);
}

.footerContent {
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.8);
    color: black;
}

.footerHeader {
    font-size: 90px;
    margin: 0;
    font-weight: normal;
}

.footerDate {
    font-size: 35px;
    margin: 10px 0 50px 0;
    font-weight: normal;
}

.footerText {
    margin: 0;
    font-size: 40px;
}

/* Footer ends */

/* Mobile */

@media (max-width: 550px) {
    
}

/* Mobile ends */