
/*
<style>
Style Sheets
*/

@-ms-viewport{
	width: device-width;
}

*, *::before, *::after {                                /* Specifies all elements - psuedo elements must be specified separately, hence *::before and after */
    box-sizing: border-box;
}

#document { 
    /* height: 100vh; */
    width: 85vw;
    display: flex;
    flex-direction: column;
}

/*
html {
    background-color: #A9A9A9;
	color: #d3d3d3;
}
*/
html { 
    background: linear-gradient(rgba(211,211,211,1), rgba(0,0,0,1)); /* white to black */
    -webkit-background-size: cover;
    -moz-background-size: cover; 
    -o-background-size: cover;
    background-size: cover;  
	outline-color: white;
  }

body {    
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: flex-start;
    flex-wrap: wrap;
    font-family: Helvetica, "Neue Haas Unica W1G", "Lucida Grande", sans-serif;
    font-size: 1.2em;
    min-height: 100vh; 
}

h1 {
    font-size: 8.0vw;
    font-family:  Helvetica, "Neue Haas Unica W1G", "Lucida Grande", sans-serif;
    white-space: nowrap;
    text-align: left;
}

/*
h1 a {
	text-decoration: none;
	color: #7c38a2;
	font-weight: bolder;
}
	
*/
h1 a {
		
/*	text-shadow: 2px 2px 10px #fff;*/
	
	background-image:         	linear-gradient(to top, #000000 0%, #000000 5%, #ffffff 100%); 
    color: 						transparent;
    -webkit-background-clip: 	text;
    background-clip: 			text;
	font-weight: bolder;
	

}

em {
   font-style: normal;
}

section > a {
	color: #d3d3d3 !important;
    text-decoration: none;
}

section > a:hover {
    text-decoration: underline;
    cursor: pointer;
}

section > a:active {
    color: black;
    text-decoration: underline;
}

section > a:visited {
	color: #d3d3d3 !important;
    text-decoration: none;
}

h2, h3, h4 {
    text-align: left;
    margin-top: 0.5em;
    margin-bottom: 0;
	color: #d3d3d3;
}

.header-tag-line {
    text-align: left;
	font-size: 3vw;
    font-weight: bold;
    font-style: italic;
	color: ;
	margin-top: .5em;
}

.alert-notification {
    font-size: 1.2vw;
    color: #8b0000  !important;
}

/************************************
 ************************************
 ***                              ***
 ***      Mobile First! CSS       ***
 ***                              ***
 ************************************
 ***********************************/

/************************************
 ************************************
 ***                              ***
 ***      Mobile Header CSS       ***
 ***                              ***
 ************************************
 ***********************************/

header{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: absolute;
    /* height: 9.5em; */
    width: 90vw;
    margin: -0.5vw 5vw 0 5vw;
    /* left: 9.5em; */
    /* margin: -8px 0 0 0; */
    background-color: transparent;
    border-radius: 0 0 20px 20px;
    z-index: 100;
}

.logo {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
    flex-wrap: nowrap;
    position: relative;
    height: inherit;
    margin: 10px 0 0 0;
    font-family: sans-serif;
    width: 15%;
    max-width: 15%;
    text-shadow:1px 1px #ccc234;
    /* z-index: 0; */
}

.logo img {
    width: 4em;
    height: 4em;
    margin-left: -5px;
    margin-top: -5px;
}

.heading{
    display: flex;
    flex-direction: column;
    align-self: flex-start;
    justify-content: flex-start;
    flex-wrap: wrap;
    position: relative;
    height: inherit;
    padding-right: 1.0em;
    width: 100%;
    text-align: left;
    line-height: 0.1em;
    margin: 1vw;
}

/************************************
 ************************************
 ***                              ***
 ***   Mobile Main Content CSS    ***
 ***                              ***
 ************************************
 ***********************************/

main {
    display: flex;
    flex-direction: column-reverse;
    align-items: stretch;
    justify-content: center;
    width: 85%;
    margin: 0 auto;
}
v
.content_container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    flex-wrap: nowrap;
    position: relative;
    text-align: left;
    width: auto;
    padding: 0 1em 0 1em;
}

.content_item, .content_item_odd, .content_item_even  {
    display: flex;
	width: 100%;
    height: auto; 
    padding: 2px;
    /* border: 2px solid rgba(111,41,97,.5); */
    justify-content: space-between;
	flex-direction: column; 
    margin: 5px auto 5px auto;
}

.content_item_text {
	display: flex;
	width: 100%;
	align-self: center;
	flex-direction: column;
}

.content_item_text h3 {
	width: 10%;
	padding-right: 10em;
	font-weight: lighter;
}

.content_item_text div {
	flex-direction: column;
}
	
.content_item_image {
	display: flex;
	flex-direction: column;
	width: 100%;
	margin: auto;
}

.content_item_image img {
	max-width: 100%;
	max-height: 650px;
	margin: auto;
}

.image_float_right {
	width: 25%;
	float: right;
	margin: 30px;
	margin-right: 0;
}

.gallery_container {
	display: flex;
	align-self: center;
}

.container-3-box {
    padding: 0;
    display: flex; 
	position: relative;
    width: 100%;
    height: auto;
    flex-direction: column; 
    flex-wrap: wrap; 
}

.item {
    width: 100%;
    height: auto;
    padding: 2px;
	flex-direction: column; 
    margin: 5px auto 5px auto;
	overflow-y: hidden;
}

.item > h3 {
    text-align: center;
    font-weight: bolder !important;
    font-style: italic;
    font-size: 1.2em;
	margin: auto;
	width: 70%;
}

.item > h3 a {
	color: #d3d3d3;
}

.item img {
    display: block;
	margin: 0 auto;
    max-width: 70%;
	max-height: 80%;
    padding: 0;
}

.item > p {
    margin: 1vw 12vw 1vw 12vw;
    font-size: 1em;
	align-self: center;
}

p a {
    text-align: right;
	color: #d3d3d3;
}

/*
.item > h3 {
	background-color: rgba(13,5,18,1);
	width: 70%;
}
*/

/*
.item .a-tag-container {
	text-align: center;
	width: 70%;
	margin: auto;
	padding-top: .5em;
	padding-bottom: .2em;
}

*/
	
.a-tag-container a, p {
	color: #d3d3d3;
	font-size: medium;
}

.item .a-tag-container {
	text-align: 		center;
	background-color: 	rgba(0, 0, 0, 1);
	width: 				70%;
	padding: 			1.0em;
}

.a-tag-container h3 {
	text-align: center;
	margin: auto;
	font-size: large;
}

/*
.a-tag-container a {
	color: #FFCC33;
}
*/
	
/************************************
 ************************************
 ***                              ***
 ***   Gallery overrides          ***
 ***                              ***
 ************************************
 ***********************************/

/* center the galleries */
div#pjWrapperGallery_1,
div#pjWrapperGallery_2, 
div#pjWrapperGallery_3,
div#pjWrapperGallery_4,
div#pjWrapperGallery_5,
div#pjWrapperGallery_6,
div#pjWrapperGallery_7,
div#pjWrapperGallery_8,
div#pjWrapperGallery_9,
div#pjWrapperGallery_10,
div#pjWrapperGallery_11,
div#pjWrapperGallery_12 {
	margin: 0 auto;
}

/* change the image label text colors */
#pjWrapperGallery_1  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainParagraph,
#pjWrapperGallery_1  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainTitle,
#pjWrapperGallery_2  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainParagraph,
#pjWrapperGallery_2  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainTitle,
#pjWrapperGallery_3  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainParagraph,
#pjWrapperGallery_3  .pjGalSlider .pjGalSliderOverlay .pjGalSliderMainTitle,
#pjWrapperGallery_4  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_4  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_5  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_5  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_6  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_6  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_7  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_7  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph, 
#pjWrapperGallery_8  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_8  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph, 
#pjWrapperGallery_9  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_9  .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_10 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_10 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_11 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_11 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph,
#pjWrapperGallery_12 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideTitle,
#pjWrapperGallery_12 .pjGalSliderPrimary .pjGalSlide .pjGalSlideContent .pjGalSlideParagraph	{
	color: #d3d3d3 !important;
}


/************************************
 ************************************
 ***                              ***
 ***           Wedges             ***
 ***                              ***
 ************************************
 ***********************************/

div.margin-top-wedge-gallery {
	margin-top: 10em;
}

.containter-box-wedge-home-page {
	    margin: 0 0 10vh 0;
}

.content-container-wedge {
	margin-top: 5em;
}

span.quote {
	display: flex;
	padding-left: 2em;
	padding-right: 3em;
	font-style: oblique;
}

/************************************
 ************************************
 ***                              ***
 ***      Mobile Footer CSS       ***
 ***                              ***
 ************************************
 ***********************************/
footer{
    display: flex;
    flex-shrink: 0;
    position: relative;
    flex-direction: column;
    align-items: flex-end;
    justify-content:flex-end;
    align-self: flex-end;
    text-align: right;
    font-weight: normal;
	font-size: inherit;
    flex-wrap: nowrap;
    clear:both;
    color: #d3d3d3;
    padding-right: 1em;
	padding-bottom: 1em;
    width: 90vw;
    margin: 0 5vw 0 5vw;
    z-index: 100;
}

/*hr line for footer */
footer hr {
    border: 1px solid; 
    border-color: gray;
    border-radius: 2px;
    bottom: 0;
    text-align: right;
    margin-right: 0;
    width: 100%;
}

	footer a {
		color: #d3d3d3;
	}


/************************************
 ************************************
 ***                              ***
 ***   Tablets CSS adjustments     ***
 ***                              ***
 ************************************
 ***********************************/
@media (min-width: 48em) {
	
	.header-tag-line {
		font-size: 1.2vw;
	}
	
	h1 {
		font-size: 4.0vw;
	}
	
	.content_item {
		flex-direction: row; 
	}
	
	.content_item_text {
		padding: 20px;
		flex-direction:row;
	}

	.content_item_image {
		display: flex;
		margin: auto;
		padding: 20px;
		flex-direction: column;
		text-align: center;
	}
	
	div.margin-top-wedge-gallery {
		margin-top: 10em;
	}
	
	.content-container-wedge {
		margin-top: 15em;
	}
} /* end @media (min-width: 48em) */

/************************************
 ************************************
 ***                              ***
 ***   Desktop CSS adjustments    ***
 ***                              ***
 ************************************
 ***********************************/

@media (min-width: 68em) {
    
    header {
        /* margin: auto; */
        padding: 1.0em 1.0em 1.0em 1.0em;
    }
	
	.content_container {
		display: flex;
		flex-direction: row;
	}

    .container-3-box {
        flex-direction: row;
/*        flex-wrap: nowrap;*/
    }

    .item {
        width: 30%;
        /* min-height: 100%;
        height: 100vh; */
        /* border: 2px solid rgba(111,41,97,.5); */
        justify-content: space-between;
        margin: 15px auto;
    }
	
	.item > p {
	margin: 1vw 3vw 1vw 3vw;
	}


    footer {
        margin-bottom: -10px;
    }

    .logo {
        margin: 20px 0 0 0;
        width: 20%;
        max-width: 20%;
    }
    
    .logo img {
        width: 8em;
        height: 8em;
        margin: -5px 0 0 15px;
        }
	
	div.margin-top-wedge-gallery {
		margin-top: 12em;
	}
	
	.content-container-wedge {
		margin-top: 12em;
	}
} /* end @media (min-width: 68em)  */


