﻿@media screen and (orientation: portrait) {
    body {
        width: 100%;
        margin: 0;
        zoom:200%;
    }
}

body {
    font-family: "Finlandica Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    width: 600px;
    margin: 0 auto;
    font-size: 20px;
    background-color:#fff;
}

button {
    font-family: "Finlandica Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    padding: 10px 20px;
    border: none;
    background-color: #003366;
    color: white;
    cursor: pointer;
    font-size:20px;
}

#Header {
    text-align: center;
    height: auto;
    color:#fff;
}

.finlandica-headline-normal {
    font-family: "Finlandica Headline", sans-serif;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
}

.main-font {
    font-family: "Finlandica Headline", sans-serif;
    font-size-adjust: 0.55;
    font-optical-sizing: auto;
    font-weight: normal;
    font-style: normal;
    font-color:#93a893;
}

.green-background {
    background-color: #93a893;
}
.light-gray-background {
    backgroudn-color:#e9e9e9;
}

.subheading {
    font-variant: small-caps;
}
.map {
    margin-top: 20px;
    margin-bottom: 20px;
    float: right;
    max-width:600px;
}

.content-one {
    float: left;
    margin-left: 20px;
}

.flower-background {
    background-image: url('/_assets/Wedding-Flower.png');
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
}

.blue-background {
    background-color: #003366;
}