* {
    transform-origin: 0 0;
}

.flex-container {
	display: flex;
	flex-wrap: wrap;
	border-radius: 25px;
    max-width:100%;
	justify-content: space-evenly;
}

.flex-container > div {
	background-color: rgba(17,17,17,0.95);
	border-radius: 20px;
	color:#ffffff;
	width: 320px;
	margin: 10px;
    padding: 8px;
	text-align: center;
	font-size: 1.5em;
	transition: all 1.25s ease-in-out;
}

.flex-container strong {
    color:lime;
    padding-bottom:2px;
    display:inline-block;
    margin:0 0 2px 0;
    border-bottom:1px dashed rgba(255, 255, 255, 0.25);
}

.flex-container strong.action {
    color:#fff;
    font-size:1.5em;
    border-bottom:0;
}

.flex-container strong.note {
    color:#fff;
    border-bottom:0;
}

.flex-container a {
    color:#fff;
}

.flex-container a:hover {
    color:#ff003b;
    padding:1px;
    border: 2px dotted #ff4500;
}
	
.flex-container * { /* Apply to all elements within flex-container */
	cursor:pointer;
	font-size:0.95em;
}

.flex-container > div:hover {
	background-color: rgba(0,0,0,1);
	color:#ffffff;
	border:3px solid #ff9d00;
	box-shadow: 5px 5px 1.5px rgba(187,187,187,0.25);
}

html {
	font-family: "Arial", "Lucida Sans", sans-serif;
    height:100%; 
}

body {
    margin:0; 
    height:100%; 
    position:relative;
    padding-bottom:30em;
}

main {
    flex-grow:1;
}

main h2 { text-align:center; }

.responsiveImg {
    width: 100%;
    max-width: 400px;
    height: auto;
}

.btn {
	all:unset;
	background-color: #4CAF50; /* Green */
	border: none;
	color: white;
	padding: 15px 32px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 0.7em;
	margin: 4px 2px;
	transition-duration: 0.4s;
	cursor: pointer;
	font-weight:bold;
	border-radius:10px;
}
		
.btn:hover {
    all:unset;
    background-color: white;
    color: #4CAF50;
    border: 2px solid #4CAF50;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight:bold;
}
		
.btn-danger {background-color: #f44336;} /* Red */ 
		
.btn-danger:hover {
    all:unset;
    background-color: white;
    color: #ca1818;
    border: 2px solid #ca1818;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight:bold;
}
		
.btn-info {background-color: #0b7dda;} /* Blue */ 
		
.btn-info:hover {
    all:unset;
    background-color: white;
    color: #0b7dda;
    border: 2px solid #0b7dda;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight:bold;
}

.btn-warning {background-color: #ff9800;} /* Orange */
.btn-warning:hover {
    all:unset;
    background-color: white;
    color: #ff9800;
    border: 2px solid #ff9800;
    padding: 15px 32px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 0.7em;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;
    font-weight:bold;
}

.alert {
	border: 3px solid #000000;
	padding:8px;
	margin:4px;
	background:rgba(0,0,0,0.35);
	font-weight:bold;
	font-size:1.5em;
	color:#000000;
	text-align:center;
	vertical-align:middle;
}

.alert-success {
	border: 3px solid #006009;
	background:rgba(208,255,212,0.95);
}

.alert-danger {
	border: 3px solid #ca1818;
	background:rgba(255,235,233,0.95);
}

.alert-warning {
	border: 3px solid #eed202 ;
	background:rgba(249,252,156,0.95);
}

.parallax {
	height:100%;
}

.fixed {
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100%;
    width: 100%;
    background-color: #001b33;
    text-align: center;
    display: table;
    clear:both;
}

.fixed h2 {
    display: table-cell;
    vertical-align: middle;
}

.scroll {
    background-color: #006b95; /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    font-size:1em;
}

.one {
    background-image: url("wileycoyote.png");
}
.two {
    background-image: url("wileytwo.png");
}
.three {
    background-image: url("wiley_run.png");
}

.footer {
	background-color: #111;
	color: #ffffff;
	text-align: center;
	font-size: 0.9em;
    position:fixed;
    width:100%;
    bottom:0;
    
}

.captionBackground {
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0, 0.65); /* Black w/opacity/see-through */
  color: white;
  font-weight: bold;
  /*border: 10px solid #ca1818;*/
  position: relative;
  width: 75%;
  margin:10px auto;
  padding: 30px;
  text-align: center;
  font-size:1.35em;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

.captionBackgroundSmall {
    font-size:1.15em;
    padding:20px;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0, 0.65); /* Black w/opacity/see-through */
    color: white;
    font-weight: bold;
    position: relative;
    width: 75%;
    margin:10px auto;
    box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.5);
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
    .captionBackground {
        font-size:2.75em;
        margin:80px auto 0 auto;
    }
    .captionBackgroundSmall {
        font-size:1.55em;
    }
}

        .wileyform_container {
            border-radius: 10px;
            background-color: rgba(0,0,0,0.9);
            border:4px solid #ff0044;
            padding: 20px;
            color:#fff;
        }

        .wileyform_container * {
            box-sizing: border-box;
        }

        .wileyform_container .digitalHoney {
            display:none;
        }

        .wileyform_container input[type=text], .wileyform_container input[type=date], .wileyform_container input[type=password], .wileyform_container select, .wileyform_container textarea {
            width: 100%;
            padding: 12px;
            border: 1px solid #ff0044;
            border-radius: 4px;
            resize: vertical;
            color:#000;
        }

        .wileyform_container label {
            padding: 12px 12px 12px 0;
            display: inline-block;
            color:#fff;
        }

        .wileyform_container input[type=submit] {
            background-color: #ff9d00;
            color: #000;
            padding: 12px 20px;
            border: none;
            border-radius: 4px;
            cursor: pointer;
            float: right;
        }

        .wileyform_container input[type=submit]:hover {
            background-color: #000;
            color:#fff;
        }

        .wileycol-25 {
            float: left;
            width: 25%;
            margin-top: 6px;
        }

        .wileycol-75 {
            float: left;
            width: 75%;
            margin-top: 6px;
        }

        /* Clear floats after the columns */
        .wileyrow:after {
            content: "";
            display: table;
            clear: both;
        }

        #response_message {
            display:none;
        }


        /* Responsive layout - when the screen is less than 600px wide, make the two columns stack on top of each other instead of next to each other */
        @media screen and (max-width: 600px) {
            .wileycol-25, .wileycol-75, .wileyform_container input[type=submit] {
                width: 100%;
                margin-top: 0;
            }
        }
        
section.formBox {
    width:90%;
    margin: 32px auto 0 auto;
}
