* { background-repeat: no-repeat; background-position: center center; box-sizing: border-box; }
body { background-color: #dddddd; margin: 0px; padding: 0px; width: 100%; height: auto; font-family: Arial; font-size: 100%; line-height: 1.2; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; }
a { color: #ffffff; text-decoration: none; font-weight: normal; }
ul, ol { padding: 0px; margin: 0px; }
li { list-style-type: none; vertical-align: top; }
h1, h2, h3, h4, h5, h6 { padding: 0px 0px 0px 0px; margin: 0px; font-size: 100%; font-weight: normal; color: #ffffff; }
fieldset { padding: 0px; margin: 0px; border: none; }
input, textarea, select { font-size: 90%; background: transparent; border: solid #000000 1px; padding: 5px; color: #000000; box-sizing: border-box; font-family: Arial; }
input[type=text], input[type=password]  { height: 30px; }
input[type=button], input[type=submit] { cursor: pointer; background-color: #000000; color: #ffffff; padding: 10px 20px 10px 20px; }
select { height: 30px; padding-right: 30px; background-image: none; background-repeat: no-repeat; background-position: right 10px center; }
p { padding: 0px 0px 0px 0px; margin: 0px; }
strong { font-weight: normal; font-family: ArialBold; }
table { border-spacing: 0px; }
td, th { padding: 0px; text-align: left; vertical-align: top; }
.hidden { display: none; }
.spacer { clear: both; height: 0px; }

.layoutcredits { display: none; }

.christening .pagecontent { background-color: #ffffff; width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; }
.christening .pagecontent img { width: auto; height: auto; max-width: 100vw; max-height: 100vh; display: block; }

.onederthesea { background-color: #004488; color: #ffffff; }
.onederthesea .std_contentpage .pageheader img { width: 100%; height: auto; }
.onederthesea .std_contentpage .pagecomponents { padding: 20px; }

@media( min-width: 1000px )
{
    .onederthesea .std_contentpage { display: flex; }
    .onederthesea .std_contentpage .pageheader { width: 50%; }
	.onederthesea .std_contentpage .pagecomponents { width: 50%; overflow-y: scroll; aspect-ratio: 1000/1272; }
}

@media( min-width: 1400px )
{
	.onederthesea .std_contentpage .pagecomponents_inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.onederthesea .util_textbox { width: 48%; }
}

@media( min-width: 700px ) and ( max-width: 999px )
{
	.onederthesea .std_contentpage .pagecomponents_inner { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.onederthesea .util_textbox { width: 48%; }
}

.onederthesea .util_textbox { background-color: #2288ff; background-position: right 20px center; background-size: auto 120px; border-radius: 20px; margin-bottom: 20px; padding: 20px 150px 20px 20px; min-height: 140px; }
.onederthesea .util_textbox .util_textbox_inner .imagetop { float: right; padding: 0px 0px 0px 20px; text-align: right; }
.onederthesea .util_textbox .util_textbox_inner .imagetop img { max-width: 100%; max-height: 70px; width: auto; height: auto; }
.onederthesea .util_textbox .util_textbox_inner .spacer { display: none; }
.onederthesea .util_textbox .util_textbox_inner h2 { font-size: 120%; padding-bottom: 10px; font-weight: bold; }


.videopage { background-color: #000000; }
.videopage video { width: 100vw; height: 100vh; }