
  .responsive-img {
    max-width: 100%;
    height: auto;
  }

	body
	{
		margin: 0px;
		padding: 0px;
		font-family: 'Varela Round', sans-serif;
		font-size: 11pt;
		font-weight: 400;
		color: #000000;
	}

	h3 {
		color: orange; /* #de9359; */
		padding: 0.2em;
	}

	.myH3 {
		color: orange; /* #de9359; */
		font-size: 13pt;
	}

	h1, h2, h3
	{
		color: orange; /* #de9359; */
		margin: 0;
		padding: 0;
	}

	.h3
	{
		padding-top: 5px;
		color: darkblue; /* #de9359; */
	}

/*
	p, ol, ul
	{
		margin-top: 0;
	}

	ol, ul
	{
		padding: 0;
		list-style: none;
	}
*/

	td
	{
		padding-right: 5px;
		color: black;
		font-family: Consolas, monaco, monospace;
	}

	hr {
               display: block;
               height: 0.5px;
               border: 0;
               border-top: 1px solid orange;
               margin: 1em 0;
               padding: 0;
        }

	a
	{
		color: #0000FF;
		text-decoration: none;
	}

	a:hover
	{
		text-decoration: none;
	}

	.container
	{
		margin: 0px auto;
	}

/*********************************************************************************/
/* Form Style                                                                    */
/*********************************************************************************/

/*********************************************************************************/
/* Image Style                                                                   */
/*********************************************************************************/

/*
	.image
	{
		display: inline-block;
		border: 1px solid rgba(0,0,0,.1);
	}

	.image img
	{
		display: block;
		width: 100%;
	}

	.image-full
	{
		display: block;
		width: 100%;
		margin: 0 0 3em 0;
	}

	.image-left
	{
		float: left;
		margin: 0 2em 2em 0;
	}

	.image-centered
	{
		display: block;
		margin: 0 0 2em 0;
	}

	.image-centered img
	{
		margin: 0 auto;
		width: auto;
	}
	*/

/*********************************************************************************/
/* List Styles                                                                   */
/*********************************************************************************/

ul {
  margin: 0;
  padding: 0 0 0 40px;
}

li {
  margin: 0;
}

li + li {
  margin-top: 1em;
}


.thg { 
	display: table-header-group;
}
.trg { 
	display: table-row-group;
}
.tc { 
    margin: 3px;
    padding: 3px;
	display: table-cell;
}

/*********************************************************************************/
/* Social Icon Styles                                                            */
/*********************************************************************************/

/*
	ul.contact
	{
		margin: 0;
		padding: 1em 0em 0em 0em;
		list-style: none;
	}

	ul.contact li
	{
		display: inline-block;
		padding: 0em 0.20em;
		font-size: 1.2em;
	}

	ul.contact li span
	{
		display: none;
		margin: 0;
		padding: 0;
	}

	ul.contact li a
	{
		color: rgba(255,255,255,1);
	}

	ul.contact li a:before
	{
		display: inline-block;
		width: 60px;
		height: 60px;
		line-height: 60px;
		background: #6C2A6A;
		border-radius: 30px;
		text-align: center;
	}
*/

div.card {
    width: auto;
    max-width: 440px;
    min-height: 160px;
	margin: 4px;
	padding: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
    text-align: center;
}

div.polaroid {
  width: 240px; /* this can also be percent or auto */
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  text-align: center;
}

div.box {
  width: auto;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 4px 8px 0 rgba(0, 0, 0, 0.19);
}

div.container {
  padding: 8px;
}

/*********************************************************************************/
/* Button Style                                                                  */
/*********************************************************************************/

	.button
	{
		display: inline-block;
		margin-top: 0.2em;
		padding: 0.5em 1em;
		background: #ffcc66; /* #6C2A6A; */
		border-radius: 5px;
		line-height: 1.1em;
		text-decoration: none;
		font-weight: 200;
		font-size: 0.95em;
		color: darkblue;

/* flat look:
border: 0;
box-shadow: none;
*/
	}

	.subtle-button
	{
		display: inline-block;
		margin-top: 0.1em;
		padding: 0.2em 0.6em;
		background: #ffcc66; /* #6C2A6A; */
		border-radius: 4px;
		line-height: 1.0em;
		text-decoration: none;
		font-weight: 200;
		font-size: 0.95em;
		color: darkblue; /*  #FFF; */
	}

	.basic-button
	{
		display: inline-block;
		margin-top: 0.1em;
		padding: 0.3em 0.7em;
		border-radius: 4px;
		line-height: 1.1em;
		text-decoration: none;
		font-weight: 200;
		font-size: 0.95em;
		min-width: 100px;
		color: darkblue; /*  #FFF; */
	}
/*
	.button:before
	{
		display: inline-block;
		background: #8DCB89;
		margin-right: 1em;
		width: 40px;
		height: 40px;
		line-height: 40px;
		border-radius: 20px;
		text-align: center;
		color: #272925;
	}

	.button-small
	{
	}
*/

/*********************************************************************************/
/* Heading Titles                                                                */
/*********************************************************************************/

	.title
	{
		margin-bottom: 1em;
	}

	.title h2
	{
		font-size: 2.8em;
		color: #261300;
	}

	.title .byline
	{
		letter-spacing: 0.15em;
		text-transform: uppercase;
		font-weight: 400;
		font-size: 1.1em;
		color: #6F6F6F;
	}

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#header-wrapper
	{
		overflow: hidden;
		padding: 0.5em 0em;
	}

/*********************************************************************************/
/* Logo                                                                          */
/*********************************************************************************/

	#logo
	{
		padding: 0em 0em 1em 0em;
		text-align: center;
	}

	#logo h1
	{
		font-size: 3.5em;
	}


	#logo h1 a
	{
		color: #6C2A6A;
	}

	#logo a
	{
		text-decoration: none;
	}

	#logo span
	{
		letter-spacing: 0.10em;
		text-transform: uppercase;
		font-size: 0.90em;
		color: #3C3C3C;
	}

	#logo span a
	{
		color: #3C3C3C;
	}

/*
	#logo .icon
	{
		display: inline-block;
		margin-bottom: 2em;
		padding: 1em;
		background: #6C2A6A;
		border-radius: 50%;
		font-size: 1.6em;
		color: #FFF;
	}
	*/


/*********************************************************************************/
/* Menu                                                                          */
/*********************************************************************************/

	#menu ul
	{
		text-align: center;
	}

	#menu li
	{
		display: inline-block;
	}

	#menu li a, #menu li span
	{
		display: inline-block;
		padding: 1em 1.5em;
		letter-spacing: 0.1em;
		text-decoration: none;
		/* font-size: 0.9em; */
		font-weight: 600;
		text-transform: uppercase;
		outline: 0;
		color: #3C3C3C;
	}

	#menu .current_page_item a
	{
		border: 1px solid #3C3C3C;
		border-radius: 4px;
	}


/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/

	#wrapper1
	{
		background: #FFF;
	}

	#wrapper2
	{
		background: #ffcc66;
	}

	#wrapper3
	{
		padding: 0em 0em 8em 0em;
		background: #FFF;
	}

	#wrapper4
	{
		padding: 8em 0em 4em 0em;
	}

/*********************************************************************************/
/* Welcome                                                                       */
/*********************************************************************************/

	#welcome
	{
		overflow: hidden;
		padding: 2.5em 100px 2.5em 100px;
		text-align: center;
		color: rgba(255,255,255,0.4);
	}

	#welcome .content
	{
		padding: 0em 0em;
	}

	#welcome .title h2
	{
		color: rgba(255,255,255,1);
	}

	#welcome a,
	#welcome strong
	{
		color: rgba(255,255,255,0.6);
	}

	#footer
	{
		/* not used, yet if you change it it messes up stuff; if you want to put stuff above the footer, increase the padding */
		padding: 0em 0em 0em 1em;
		text-align: center;
	}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		padding: 1em 0em;
	}

	#copyright p
	{
		text-align: center;
		color: rgba(9,9,9,0.2);
	}

	#copyright a
	{
		text-decoration: none;
		color: rgba(9,9,9,0.2);
	}

/*********************************************************************************/
/* Portfolio                                                                     */
/*********************************************************************************/

/*
	#portfolio
	{
		padding-top: 8em;
	}

	#portfolio .box
	{
		text-align: center;
		color: rgba(0,0,0,0.7);
	}

	#portfolio h3
	{
		display: block;
		padding-bottom: 1em;
		text-transform: uppercase;
		font-size: 1em;
		color: rgba(0,0,0,0.9);
	}

	#portfolio .title
	{
		margin-bottom: 5em;
		text-align: center;
	}

	#portfolio .title h2
	{
		color: rgba(0,0,0,0.8);
	}

	#portfolio .title .byline
	{
		letter-spacing: normal;
		text-transform: capitalize;
		font-size: 1.6em;
		color: rgba(0,0,0,0.6);
	}

	#portfolio .icon
	{
		display: inline-block;
		margin-bottom: 2em;
		font-size: 1.6em;
		color: rgba(0,0,0,0.8);
	}
	*/

	.column1,
	.column2,
	.column3
	{
		float: left;
		margin-right: 24px;
	}

	.column4
	{
		float: right;
	}
