@charset "UTF-8";
/* CSS Document */



/* h3 is for the philip cumpstone website header*/
 h3 {text-align: center; font-size: 2em; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
                font-style: normal; font-weight: 100; letter-spacing: .20px; color: rgba(248,246,242,1.00); max-width:100vw;padding-left: 5px;}

/* h2 is for the centre list*/
h2        { text-align: left; font-size: 1.2em; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
                font-style:normal; font-weight: 100; letter-spacing: 0.7px; color: rgba(252,248,248,1.00); padding-left: 5px;  }


/* h6 is for the side notation*/
    h6 {text-align: left; font-size: 0.8em; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
                font-style: oblique; font-weight: 100; letter-spacing: 0.9px; color: rgba(252,248,248,1.00); max-width:1000vw; padding-left: 2px;}

/* h3 is for the 'enter' invitation*/
 h4 {text-align: center; font-size: 2em; font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
                font-style: oblique; font-weight: 400; letter-spacing: 1.9px; color: rgba(252,248,248,1.00); max-width:100vw;padding-left: 5px;}


/* body [background-color: is for the 'yolk yellow' blank background*/

body{background-color: rgba(103,209,241,1.00);}

.container-fluid { text-align: center; max-width: 100vw;  max-height: 100vh; }



.col-xl-12 { display: inline-block; text-align: left; max-width:100vw; min-width: 95vw; margin-left: auto; margin-right: auto; padding-left: 5%;  }

.article {  text-align: center; display: inline-block;  }

.img { align-content: center;}

.entertext{text-align: center; display: inline-block;}


