/*
Theme name: AAPL 3.1 Child Theme
Theme URI: https://cornucopia.com.au
Description : A child theme
Author: Karen and Daniel
Author https://cornucopia.com.au
Version: 1.0.0
Template: AAPL 3.1
*/
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css");
@import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("../AAPL 3.1/style.css");

.PopupData {
    display: none;
    font-size: 18px;
    position: static;
}

.PopupAnchor {
    color: #990000;
    font-size: 18px;
    text-decoration: none;

}

.PopupAnchor:hover {
    color: #ff0000;    
    font-size: 18px;
    cursor:pointer;
    text-decoration: underline;

}

.MyFunctionCenter {
    text-align: center;
    border: 3px solid blue;
}

.CornStyle {
    font-size: 18px;
    line-height: normal;
    text-align: left; 
    position: relative;
    margin: 0;
   /* padding: 10px 0px 10px 0px; */
}

.hoverform {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1000; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
}

.hoverform2 {
    width:500px;
    height:500px;
    margin:0 auto;
    background:#f7f7f7;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-250px;
    margin-top:-250px;
    display: none; /* Hidden by default */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.8); /* Black w/ opacity */
    overflow: auto; /* Enable scroll if needed */   
    
}

.cornform {
  width: 35em;
  height: 40em;
  border: 1px solid #333;
  box-shadow: 8px 8px 5px #444;
  padding: 8px 12px;
  background-image: linear-gradient(180deg, #fff, #ddd 40%, #ccc);
  font-size: 18px;
  color: #000055;
  line-height: normal; 

}
  

  .carousel-inner > .item > img,
  .carousel-inner > .item > a > img {
      width: 70%;
      margin: auto;
  }
  
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}
