h1 {
    font-family: Arial, Helvetica, sans-serif;
    color: #6d84b4;
    font-size: 3em;
}

h2 {
    font-family: "Trebuchet MS", Helvetica, sans-serif;
    color: #aeaeae;
    font-size: 2em;
}

p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
}

hr {
    height: 1px;
    border: solid;
    border-radius: 4px;
    color: #AFE9C6;
}

.fullscreen {
    display:flex;
    width: 100%;
    min-height: 90vh;
    justify-content:center;
    align-items:center;
}

.wrapper{
    display:inline-block;
    width:100%;
    max-width:600px;
}

.flexcontainer{
    display:flex;
    min-height:100px;
    flex-wrap:wrap;
    justify-content:space-around;
    padding-left: 5%;
}

.widebox {
    display:inline-block;
    text-align: center;
    vertical-align: text-top;
    width: 100%;
}

.blurb {
    margin-top: -50px;
    height: 330px;
    padding: 30px 15px 30px 15px;
    vertical-align: middle;
    width: 100%;
    border-radius: 3em;
    background: #AFE9C6;
}

.picturebox {
    position:relative;
    width: 100%;
}

.picturebox img {
    width: 100%;
    border-radius: 12px;
}

.picturebox .fwdbtn {
  position: absolute;
  top: 85%;
  left: 85%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.picturebox .fwdbtn:hover {
  font-size: 36px;
}
.picturebox .bckbtn {
  position: absolute;
  top: 85%;
  left: 15%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-color: transparent;
  color: white;
  font-size: 30px;
  padding: 12px 24px;
  border: none;
  cursor: pointer;
  border-radius: 5px;
}

.picturebox .bckbtn:hover {
  font-size: 36px;
}

.title {
    display:inline-block;
    width: 100%;
}

.title img {
    width: 100%;   
}

.flexbox {
  display:inline-block;
  display: -moz-inline-block;
  text-align: justify;
  vertical-align: text-top;
  width: 95px;
  border-width: 0px;
  padding: 10px 0px 10px 0px;
  background-color: White; 
  font-size: 14px;
  color: #EDE;
} 

.flexbox p {
    text-align: justify;
    text-justify: kashida;
}

.flexbox img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: 0px solid #000;
    border-radius: 7px;
    padding: 0px 0px 0px 0px;
    height: 60px;
    width: 60px;
}

.flexbox button {
    background-color:#AFE9C6;
    width: 80px;
    height: 80px;
    font-size:16px;
    border-radius:12px;
    transition-duration:0.4s;
    border:none;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.2);
    
}

.flexbox button:hover {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.3), 0 3px 10px 0 rgba(0,0,0,0.3);
}

.flextab {
    display: flex;
    background-color:#AFE9C6;
    width: 120px;
    height: 60px;
    font-size:16px;
    border: none;
    border-radius: 10px;
}

.flextab:hover {
    color: white;
}

.Table
    {
        display: table;
    }
.Row
    {
        display: table-row;
    }
.Cell
    {
        display: table-cell;
        border: solid;
        border-width: thin;
        padding-left: 5px;
        padding-right: 5px;
    }
  
input[type=text], input[type=password], textarea, select{
    width: 100%;
    padding: 3px;
    margin: 0px 0px 6px 0px;
    display: inline-block;
    border: 2px solid #AFE9C6;
    border-radius: 4px;
    box-sizing: border-box;
    float: left;
    background-color: white;
    font-size: 1.1em;
    color: black;
}  

#captcha {
    margin: 20px 0px 0px 0px;
    border: 2px solid #AFE9C6;
    border-radius: 4px;
}

.widefield {
min-width:100%;    
font-size:1.1em;
border: solid;
border-width: 2px;
border-color: #bab;
border-radius: 4px;
}

.numberfield {
max-width: 100px;
font-size:1.1em;
border: solid;
border-width: 2px;
border-color: #bab;
border-radius: 4px;
}
    
.submits {
font-size: 1.1em;
background: #AFE9C6;
color: white;
height: 30px;
width: 100%;
border: none;
border-radius:4px;
cursor: pointer;
transition-duration:0.4s;
border:none;
box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
}

.submits:hover {
    width: 98%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4), 0 3px 10px 0 rgba(0,0,0,0.4);
}

audio {
    width: 100%;
    height: 60px;
    color: #AFE9C6;
    background: white;
    border-radius: 12px;
}

@media (max-width:520px){

.flexbox {
    width: 80px;
}
.flexbox img {
    border-radius: 4px;
    height: 40px;
    width: 40px;
}

.flexbox button {
    background-color:#AFE9C6;
    width: 60px;
    height: 60px;
    font-size:16px;
    border-radius:8px;
    transition-duration:0.4s;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2), 0 6px 20px 0 rgba(0,0,0,0.19);
    
}

.flexbox button:hover {
    width: 56px;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.4), 0 3px 10px 0 rgba(0,0,0,0.4);
}
}






