/*
Theme Name: Casting Pier
Theme URI: https://northpondcastingpier.com
Author: RT, AW, JD, JM
Description: A theme to effectively communicate information and display images concerning the North Pond Casting Pier that is compatible with all browsers and devices.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: castingpier
Tags: one-column, flexible-header, accessibility-ready
*/

.aligncenter
{
    margin: auto;
}

.wp-caption
{
    width: auto !important; 
}

img.alignright 
{
    float: right; 
    margin: 0 0 1em 1em
}

img.alignleft 
{
    float: left; 
    margin: 0 1em 1em 0
}

img.aligncenter 
{
    display: block; 
    margin-left: auto; 
    margin-right: auto
}

a img.alignright 
{
    float: right; 
    margin: 0 0 1em 1em
}

a img.alignleft 
{
    float: left; 
    margin: 0 1em 1em 0
}

a img.aligncenter 
{
    display: block; 
    margin-left: auto; 
    margin-right: auto
}

#page-container
{
    max-width: 700px;
    margin: auto;
    margin-top: 80px;
}

#page-container p
{
    font-size: 18px;
    text-align: justify !important;
    font-weight: 300;
}

h2
{
    font-size: 42px;
}

h4
{
    margin-top: 30px;
}

#page-container p.wp-caption-text
{
    text-align: center !important;
    font-style: oblique;
    margin-bottom: 30px;
    margin-top: 15px;
    font-size: 14px;
}

#page-container ul
{
    font-size: 18px;
    font-weight: 300;
}

.googleCalendar
{
  position: relative !important;
  height: 0 !important;
  width: 100% !important;
  padding-bottom: 100% !important;
}

.googleCalendar iframe
{
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
}