
paypal-button-container {
	height: 500px;
    width: 150px;
	max-width:100px;
    margin: auto;
    display: block; /* to make sure it isn't being mucked up by your other css */
    float: center; /* to make sure it isn't being mucked up by your other css */
}

body {
  background-color: white;
}


figure {
  border: 1px #cccccc solid;
  padding: 4px;
  margin: auto;
}

figcaption {
  background-color: black;
  color: white;
  font-family: segoEpr;
  font-weight: bold;
  font-size: 160%;
  padding: 2px;
  text-align: center;
}

@font-face {
    font-family: 'segoEpr';
    src: url(segoepr.ttf) format("truetype");
	/*src: url(ArianaVioleta-dz2K.ttf);*/
}

h1 {
  color: black; 
  text-align: center;
  /*font-family: Segoe Print;*/
  font-family: segoEpr;
  font-weight: bold;
  font-size: 190%;
}

h2 {
  color: black; 
  text-align: center;
  font-family: segoEpr;
  font-weight: bold;
}

h3 {
  color: black; 
  text-align: justify;
  font-family: segoEpr;
  font-size: 150%;
}

p {
  color: black; 
  text-align: center;
  font-family: segoEpr;
}

.button1 {
  background-color: #04AA6D; /* Green */
  border: none;
  color: white;
  /*padding: 15px 32px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: segoEpr;
  font-size: 40px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition-duration: 0.4s;
  width:50%;
  height:100px;
}

.button1:hover {
  background-color: #FFF833; /*  */
  color: white;
}

.button2 {
  background-color: #00008B; /* Blue */
  border: none;
  color: white;
  /*padding: 15px 32px;*/
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: segoEpr;
  font-size: 40px;
  font-weight: bold;
  margin: 4px 2px;
  cursor: pointer;
  border-radius: 12px;
  transition-duration: 0.4s;
  width:50%;
  height:100px;
}

.button2:hover {
  background-color: #FFF833; /*  */
  color: white;
}
.center {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
  border: 3px solid green; 
  text-decoration: none;
}

.footer {
    height:70px;
    clear:both;
    position:relative;
    bottom:0;
    width: 100%;
    text-align:center;
}


.link-button {
    margin-top:15px;
    max-width:200px;
    background-color:#eee;
    border-color:#888888;
    color:#333;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
    text-decoration:none;
    align-items:flex-center;
    cursor:default;
    -webkit-appearence: push-button;
    border-style: solid;
    border-width: 1px;
    border-radius: 5px;
    font-size: 1em;
    font-family: inherit;
    border-color: #000;
    padding-left: 5px;
    padding-right: 5px;
    width: 100%;
    min-height: 25px;
}

.link-button a {
    margin-top:4px;
    display:inline-block;
    text-decoration:none;
    color:#333;
}

.link-button:hover {
    background-color:#888;
}

.link-button:active {
    background-color:#333;
}

.link-button:hover a, .link-button:active a {
    color:#fff;
}

:root {
  --white: #fff;
  --main: #fff;
  --offwhite:#eaedf0;
  --accent: #0041ff;
  --accent-2: #ebedf0;
}

/*styles*/
body {
  background-color: var(--main);
  display: flex;
  align-items: center;
  justify-content: center;
}
.container {
  display: inline-block;
  background-color: var(--yellow);
  border-radius: 50px;
  padding: 0 1em;
  margin-top: 2em;
}

header {
  margin: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
}
.header-display {
  display: flex;
  align-items: center;
}

.header-display p {
  color: var(--accent);
  margin: 5px;
  font-size: 3rem;    			/*size of month on calendar*/
  word-spacing: 0.5rem;
}

pre {
  padding: 10px;
  margin: 0;
  cursor: pointer;
  font-size: 3rem;   			/* size of PREV and NEXT on calendar */
  color: var(--accent);
}

.days,
.week {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  margin: auto;
  padding: 0 20px;
  justify-content: space-between;
}
.week div,
.days div {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 4rem;           /* height spacing between calendar numbers */
  width: 3em;             /* width spacing between calendar numbers */
  border-radius: 100%;
}
.days div:hover {
  background: var(--accent-2);
  color: rgb(25, 25, 201);
  cursor: pointer;
}
.week div {
  //color: rgb(100, 100, 25);
      color:#04AA6D;
	    font-size: 130%;   /* font size for day of week header on calendar */
  opacity: 1.0;
}
.current-date {
  background-color: var(--accent);
  color: var(--white);
}
.display-selected {
  margin-bottom: 10px;
  padding: 20px 20px;
  text-align: center;
}

.custom-select {
  min-width: 400px;
  min-height: 500px;
  position: center;
}

.custom-select select {
  appearance: none;
  width: 500px;
  height: 200px;
  font-family: segoEpr;
  font-weight: bold;
  font-size: 40px;         /* font size on select drop down buttons */
  /*padding: 0.675em 6em 0.675em 1em;*/
  background-color: var(--offwhite);
  border: 1px solid #caced1;
  border-radius: 0.5rem;
  color: #000;
  cursor: pointer;
  text-align-last:center;
  position: center;
  display: block;
  margin: 0 auto;

}

/*  this is the drop down pointers... commented out so don't see them
.custom-select::before,
.custom-select::after {
  --size: 0.5rem;
  content: "";
  position: absolute;
  right: 11rem;
  pointer-events: none;
}


.custom-select::before {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-bottom: var(--size) solid black;
  top: 40%;
}

.custom-select::after {
  border-left: var(--size) solid transparent;
  border-right: var(--size) solid transparent;
  border-top: var(--size) solid black;
  top: 58%;
}
*/
.formcarry-container * {                    /* formcarry is for the contacts.html form */
  box-sizing: border-box;
	font-family: "Inter", sans-serif;

  /* colors */
  --color-blue: #2552d0;
  --color-light-blue: #3266e3;
  --color-gray: #e5e7eb;
  --color-dark-gray: #9da3ae;
  --color-pink: #edadd2;
}

.formcarry-container {
  /* container */
  --c-width: 50%;
  --c-max-width: 500px;

  width: var(--c-width);
  max-width: var(--c-max-width);
  display: block;
  margin: 10vh auto 0 auto;
}

.formcarry-form label {
  display: block;
  padding: 12px 0 2px 0;
  letter-spacing: -0.2px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
}

.formcarry-form input,
.formcarry-form textarea {
  font-size: 16px;
  display: block;
  width: 100%;
  padding: 10px;
  background-color: var(--color-gray);
  border: none;
  border: 4px solid var(--color-gray);
  outline: none;
  border-radius: 8px;
  color: var(--color-dark-gray);
}

.formcarry-form input:focus,
.formcarry-form textarea:focus {
  background-color: #fff;
  color: var(--color-dark-gray);
}

.formcarry-form input:focus:required:invalid {
  border-color: var(--color-pink);
  background-color: #fff;
}

.formcarry-form button {
  display: block;
  margin-top: 12px;
  width: 100%;
  padding: 12px 20px;
  border-radius: 8px;
	border-color: transparent;
  background-color: var(--color-blue);
  color: #fff;
  font-weight: 700;
  font-size: 18px;

  transition: 300ms all;
}

.formcarry-form button:hover {
  background-color: var(--color-light-blue);
}

.formcarry-alert {
  padding: 12px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-top: 12px;
  display: none;
}

.formcarry-alert.visible {
  display: block;
}

.formcarry-alert.success {
  background: #69cf9d;
}

.formcarry-alert.error {
  background: #de524c;
}

div.wrapper {
    width: 100%;
    height: 300px;
    display: table;
}

div.custom-select {
    text-align:center;
    display: table-cell;
    vertical-align: middle;
}

