﻿BODY 
* {
    box-sizing:border-box;
}

/* For mobile phones: */
[class*="col-"] {
   width:100%;
    float: left;
    padding: 5px;
   
}
@media only screen and (min-width: 600px)
 {
    /* For tablets: */
    .col-m-1 {width: 8.33%;}
    .col-m-2 {width: 16.66%;}
    .col-m-3 {width: 25%;}
    .col-m-4 {width: 33.33%;}
    .col-m-5 {width: 41.66%;}
    .col-m-6 {width: 50%;}
    .col-m-7 {width: 58.33%;}
    .col-m-8 {width: 66.66%;}
    .col-m-9 {width: 75%;}
    .col-m-10 {width: 83.33%;}
    .col-m-11 {width: 91.66%;}
    .col-m-12 {width: 100%;}
}

body {
    margin: 5%;
    background-image: url('sitebuilder/clipart/backgrounds/tile/sky_blue.gif');
    background-attachment: fixed;
    font: 500 20px arial,san-serif;
    color: #000066;
}


ul#topnav 
 {
    list-style-type: none;
    margin:auto; align-content:center;
    padding: 2em;
    overflow: hidden;
    
}
#topnav li {float:left; padding:5px;}

    #topnav li a {
        text-decoration: none; font-size:medium;
        text-transform: uppercase;
        background-color: #000066;
        color: #FFFFCC;
        padding:5px;text-align:center;
        border-radius: 10px 10px 10px 10px;
    }


#topnav li a:hover:not(.active) {background-color:orange;}

#topnav li a.active {background-color:red;}


@media screen and (max-width: 600px){
  
    #topnav li {float: none;}
}


img {
    border: none;
    vertical-align: middle;
    width: 10em;
    height: 10em;
    border-radius: 50px;
}
   
h1{text-align:center;font-size:medium;font-weight:bold;}
 
FORM {margin:0;padding:0;}

div#container {
   margin:auto; align-content:center;
}

div#logo {
    line-height: 1;
    font-size:x-small;
    font-weight: bold;
    text-align: center;
}

div#header {
    background-image:url('cruise-sky.bmp');background-repeat:no-repeat;background-size:cover;font-size: 1.5em;
    border-radius:40px; opacity:0.75; filter:alpha(opacity=75);
    font-weight: bold;color: #000066; text-align: center;
}


div#content
{
align-content:center;text-align:justify;
}

ul.home
	{
	list-style-type:none;text-align:left;
	position: relative; 
    background-color:none;
	margin:0px 0px 0px 2em;
	}
li.home
	{margin:0px 0px 0px 0px;
	font-family:century gothic,Arial,san-serif; font-variant: small-caps; font-size: 24px; 
    font-weight:700; color:#000066; text-align:left;background-color:none;
	}
div#right
{padding:1em;
}

div#years
{
background-color: #ffffff;
  border-radius:40px;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
 }
p.years {
    width: auto; 
}
div#anniversary
{
background-color: #ffffff;
  border-radius:40px;
  opacity:0.75;
  filter:alpha(opacity=75); /* For IE8 and earlier */
} 
p.anniversary
    {
      width:inherit;
}
 P {font-family:"Arial"; font-size:20px;color:#000066; margin:10px;}
	h1 {font-size:24px;color:#000066;text-align:center;}
	

#foot01
{text-align:center;}

#left
{text-align:center;}