
/*Meyer reset file*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}


html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*, *:before, *:after {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
	line-height: 1;
	
}

p {
	line-height: 1.2em;
}

ul li {
	margin-bottom:  10px;
	line-height:  1.2;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*END - Meyer reset file*/

body {
	
	font-family: sans-serif;
	font-size: 1em;
	
	
}


.wrapheader {
	
	background: #222222;
	margin-bottom: 30px;
	
}

.wrapheader h1 {
	color: white;
	margin: 0 auto;
	width: 1050px;
	padding: 20px 0;
}
.wrap {
	margin: 0 auto;
	width: 1050px;
	padding: 10px;
	min-height: 400px;
}

h1 {
	font-size: 2em;
	margin: 10px;
	text-align: center;
	color: white;
	 font-family: 'Roboto Condensed', sans-serif;
}

h2 {
	font-size: 1.5em;
	
		 font-family: 'Roboto Condensed', sans-serif;
	 
}



img.noborder {
	border: none;
	padding: 0;
	background-color: white;
	float: none;
	margin: 0;
}
.clearall {
	clear: both;
}

.alignCenter {
	text-align:  center;
}

.videofull {
	width: 1000px;
	height: 650px;
}
.videowrap {
	width: 45%;
	float: left;
	margin-right: 5%;
	margin-top: 20px;
	
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	margin-bottom: 40px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.alignRight {
	text-align: right;
}

ul.button  {
	margin-bottom: 80px;
	text-align: center;
	display:  flex;
	flex-wrap:  wrap;
	gap:  4%;
}

ul.button li {
	width:  30%;
}

ul.button li a {
    margin:  10px 10px 20px 30px;
    padding: 25px 55px;
    background: #ededed;
    box-shadow: 3px 3px 3px #dddddd;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}

ul.button li a:hover {
	background:  #222222;
	color: white;
}

ul.buttonhori  {
	margin-bottom: 80px;
	margin-top: 40px;
	text-align: center;
}

ul.buttonhori li {
	float: left;
}

ul.buttonhori li a {
    margin-left: 30px;
	margin-top: 10px;
    padding: 15px 25px;
	width: 200px;
    background: #C0FFFF;
    box-shadow: 3px 3px 3px #b5b5b5;
    border-radius: 3px;
    display: block;
    text-decoration: none;
    text-align: center;
	color: #333;
}

ul.longhori li a {
	min-height: 80px;
}

ul.buttonhori li a:hover {
	background:  #222222;
	color: white;
}

.space {
	display: block;
	height: 100px;
}

ul.normalul {
	list-style-type: disc;
}

.myflex {
	display: flex;
	flex-wrap:  wrap;
	gap: 2%;
	/* align-items: flex-end; */
}

.myflex div {
	width:  45%;
	margin:  0 0 20px 0;
	border:  2px solid #2D576D;
}

.myflex h2 {
	margin:  0 0 20px 0;
	background:  #2D576D;
	color:  white;
	padding:  10px;
	text-align:  center;
}

.myflex div.red h2 {
	background: #991F1F ;
}

.myflex div.red {
	border:  2px solid #991F1F;
}

.myflex div.logwood h2 {
	background: #712D8D;
}

.myflex div.logwood {
	border:  2px solid #712D8D;
}

.myflex ul, .myflex p {
	margin:  0 20px 20px 20px;
}

.myflex2 {
	display: flex;
	flex-wrap:  wrap;
	gap: 10%;
	max-width:  800px;
	margin:  0 auto;
}

.myflex2 div {
	width:  300px;
	text-align:  center;
	margin:  0;
}

.petiteimage {
	width:  240px;
}

.petiteimage2 {
	width:  340px;
}

.petiteimage3 {
	width:  200px;
}

.petiteimage4 {
	width:  300px;
}

.myform p {
	margin:  20px;
}

.myformflex {
	display:  flex;
	flex-wrap:  wrap;
}

.myformflex input {
	padding:  5px;
	width:  300px;
}

.myformflex textarea {
	width:  300px;
	min-height:  60px;
	padding:  5px;
}

.myformflex div.first {
	width:  20%;
	text-align:  right;
	margin:  5px 15px 30px 0;
	line-height:  1.4;
}

.myformflex div.second {
	width:  75%;
	text-align:  left;
}

button {
	padding:  15px;
	background-color:  #521165;
	border:  1px solid #521165;
	border-radius:  5px;
	color:  white;
	margin-top:  20px;
}

button:hover, button:focus {
	background-color:  #702480;
	border:  1px solid #702480;
}

/*----------------------------------------------------------*/
@media only screen and (max-width: 1300px) {

.wrap {
	width: 100%;
	padding: 10px;
}

ul.button li {
	width:  25%;
}

}

@media only screen and (max-width: 1000px) {

.wrap {
	width: 100%;
}

.wrapheader h1 {
	width: 100%;

}


}

@media only screen and (max-width: 980px) {
.videowrap {
	width: 90%;
	float: none;
	margin-right: 0;
	
}


body {
	background-size:  200px;

}

.wrap {
	width: 100%;
	padding:  10px;
}

ul.button li {
	width:  45%;
}
	
}

@media only screen and (max-width: 600px) {
.myflex {
	display: inline;
	flex-wrap:  wrap;
	gap: 2%;
	/* align-items: flex-end; */
}

.myflex div {
	width:  100%;
	margin:  0 0 20px 0;
	border:  2px solid #2D576D;
}
}

@media only screen and (max-width: 421px) {

body {
	background: url(../images/vignessmall.png) 100% 30% no-repeat;
	
	
}

ul.button {
	width: 70%;
	margin-bottom: 30px;
}

ul.button li {
	/* float: none; */
}

ul.button li a {
    margin-left: 0;
	margin-top: 10px;
    padding: 15px 15px;
    
}

img {
	width: 90%;
	margin: 5px 0;
}



}
