@font-face {
  font-family: myEstedad-Regular;
  src: url(Estedad-v7.3/ttf/Estedad-Regular.ttf);
}

body {
    font: 1.2em / 1.5 myEstedad-Regular;
    margin: 20px;
    padding: 0;
    background-color: #DCD9D4;
    }

    .wrapper {
    max-width: 1024px;
    margin: 2em auto;
    direction: rtl;
    display: block;
    }

    h1 {
    font-size: calc(1.3rem + 2vw);
    margin: 0;
    font-weight: lighter;
    }

    .col1,
    .col2 {
    color: #333;
    }

    .col1 {
        direction: ltr;
        /*8background-color: #107c41;*/
        min-height: 150px;
        align-content: center;
        padding: 3px;
    }

	form {
	  margin:auto;
	  width: 80%;
}

input[type="number"],input[type="text"],input[type="time"],input[type="tel"],input[type="submit"]{
		font: 0.8em / 1.0 myEstedad-Regular;
	}
	
input[type="number"],input[type="time"],input[type="tel"],input[type="submit"]{
		width: 20%;
		font: 0.8em / 1.0 myEstedad-Regular;
	}

input[type="text"]{
		width: 35%;
		font: 0.8em / 1.0 myEstedad-Regular;
	}	
	

    /*@media screen and (min-width: 700px) {
    .wrapper {
        display: grid;
        grid-template-columns: 1fr 2fr;
        column-gap: 5%;
    }
    }*/
/*--------------------------*/
     a.typewrite{
        color: #333;    
        text-decoration: none;
    }

ul.features {
  list-style: none;
  padding: 0;
  text-align: left;
  width: 400px;
  max-width: 100%;
  margin: 30px auto;
  direction: ltr;
}
ul.features li {
  margin-bottom: 10px;
  background-color: rgba(0, 0, 0, 0.05);
  padding: 15px;
}
ul.features li:last-child {
  margin-bottom: 0;
}
ul.features li i.fa {
  color: #2ecc71;
}

div.form-group {
	margin-top: 15px
}

div.form-group:last-child {
	text-align:center;
}

small {
	display:block;
	color: #0c5460;
}
.startDate {
	visibility:hidden;
	font-size: smaller;
	color: #0c5460;
}

input#volume {
	visibility:hidden;
	direction: ltr;
}

label[for=volume] {
	visibility:hidden;
	margin-right: 15px;
}

.inPersonTutoringChoice {
	/*visibility:hidden;*/
	  opacity: 0;
	display: none;
	margin-right: 30px;
}

.more-info {
	font-size: .7em;
	color: #0c5460;
	display:inline;
}

.display-block {
	display: block;
}

.display-inline {
	display: inline;
}

.inPersonTutoringChoice div i {
	margin:5px;
}

/* Animation classes */

.fade-in {
  display: block;
  animation: fade-in 0.7s ease-in forwards;
}

.fade-out {
  animation: fade-out 0.7s ease-out forwards;
}

/* Animation keyframes */

@keyframes fade-in {
  0% {
    opacity: 0;
    display: none;
  }

  100% {
    opacity: 1;
    display: block;
  }
}

@keyframes fade-out {
  0% {
    opacity: 1;
    display: block;
  }

  100% {
    opacity: 0;
    display: none;
  }
}

/*div {
  margin-bottom: 10px;
  position: relative;
}*/

input[type="number"] {
}

input + span {
  padding-right: 5px;
}

input[type="tel"]:invalid + span::after {
  position: absolute;
  content: "✖";
  padding-left: 5px;
  color: #8b0000;
}

input[type="tel"]:valid + span::after {
  position: absolute;
  content: "✓";
  padding-left: 5px;
  color: #009000;
}

@media only screen and (max-width: 800px) {
    body {
    }

    h1 {
    font-size: calc(1.1rem + 1vw);
	}
	
	form {
	width: 90%;
}
	
	input[type="number"],input[type="text"],input[type="time"],input[type="tel"]{
		width: 95%
	}
}