/* Shoot Safe Learning CSS */

body {margin:0;font-family:Arial; background-color:#f4d4ae;}

.inputfield {
  width: 100%;
  padding: 5px 10px;
  margin: 5px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.inputshort {
  padding: 5px 10px;
  margin: 5px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.input70 {
  width: 70%;
  padding: 5px 10px;
  margin: 5px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  text-align: left;
}

.inputsubmit {
  width: 100%;
  background-color: #4CAF50;
  color: white;
  padding: 14px 20px;
  margin: 8px 0;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}

.inputsubmit:hover {
  background-color: #45a049;
}

.button {
  background-color: #4CAF50; /* Green */
  border: none;
  color: white;
  padding: 2px 10px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  border-radius: 4px;
  box-shadow: 2px 2px #888888;
  margin-bottom: 4px;
}

.button:hover{
  transform: translateY(2px);
  box-shadow: inset 0px 10px 20px 2px rgba(0, 0, 0, 0.25);
}

.topnav {
  overflow: hidden;
  background-color: #f4d4ae;
}

.topnav a {
    float: left;
    display: block;
    color: #080000;
    text-align: center;
    padding: 10px 14px 10px 10px;
    text-decoration: none;
    font-size: 17px;
    border-radius: 5px;
}

.toppad {
  padding-top: 15px;
}


.active {
  background-color: black;
  color: white;
}

.topnav .icon {
  display: none;
}
.topnav .bacon {
  display: none;
}

.dropdown {
  float: left;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 17px;    
  border: none;
  outline: none;
  color: white;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.topnav a:hover, .dropdown:hover .dropbtn {
  background-color: #555;
  color: white;
}

.dropdown-content a:hover {
  background-color: #ddd;
  color: black;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.frontpage {
  min-height: 480px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url("https://www.shootsafelearning.com/images/Psalm144.jpeg");
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url("https://www.shootsafelearning.com/images/Psalm144.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.centerpage {
  background-color: #fff;
	padding: 1px 0px 0px 20px;
	min-height: 650px;
}

.centerbody {
	padding: 0 50px 0 50px;
}

.centr {
  text-align: center;
}

.trow {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.tcols {
    width: 85px;
    padding-top: 10px;
}

/* Container for flexboxes */
.row {
  display: flex;
  flex-wrap: wrap;
  margin: auto;
  align-items: center;
  justify-content: center;
}

.course-box{
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 280px;
  margin-bottom: 45px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #222;
  width: 220px;
  padding: 15px;
  margin-right:20px;
}

.course-text {
  color: #f9f9f9;
  font-size: 22px;
  line-height: 1.2;
  font-weight: 100;
  text-align: center;
  text-transform: uppercase;
  bottom: 8px;
}

.course-image {
  position: absolute;
  margin: auto;
  top: 25px;
}

.item-box{
  position: relative;
  display: block;
  min-height: 280px;
  margin-bottom: 15px;
  justify-content: center;
  font-size: 15px;
  border-radius: 15px;
  background-color: #C9C9C9;
  width: 200px;
  padding: 10px;
  margin-right:20px;
}

.giftcard-box{
  position: relative;
  display: block;
  min-height: 120px;
  margin-bottom: 15px;
  justify-content: center;
  border-radius: 15px;
  background-color: #90C6B4;
  width: 250px;
  padding: 10px;
}

.data-box{
  position: relative;
  display: block;
  min-height: 120px;
  margin-bottom: 15px;
  justify-content: center;
  font-size: 15px;
  border-radius: 15px;
  background-color: #C9C9C9;
  width: 200px;
  padding: 10px;
  margin-right:20px;
}

.card-box{
  position: relative;
  display: block;
  min-height: 120px;
  margin-bottom: 15px;
  justify-content: center;
  font-size: 12px;
  border-radius: 15px;
  background-color: #EDE7E7;
  width: 250px;
  padding: 10px;
  margin-right:20px;
}

.down-box{
  position: relative;
  display: block;
  justify-content: center;
  font-size: 15px;
  background-color: #9A5566;
  padding: 5px ;
}

.form-box{
  position: relative;
  display: block;
  min-height: 400px;
  margin-bottom: 15px;
  justify-content: center;
  font-size: 15px;
  border-radius: 15px;
  background-color: #f4d4ae;
  width: 600px;
  padding: 10px;
  margin-right:20px;
}

.form-element{
	width: 100%;
}

.fieldname{
    width: 110px;
    text-align: left;
}

#bottom {
  position: absolute;
  bottom: 35px;
}


.column {
  flex: 50%;
}

.fourdiv {
	width: 500px;
    justify-content: center;
}

.fourfivediv {
	width: 650px;
}

h2{
color: green;
}

.a1{
animation:blinking 1.0s 1.5;
}

@keyframes blinking{
0%{   color: red;   }
47%{   color: #000; }
62%{   color: transparent; }
97%{   color:transparent; }
100%{  color: #000;   }
}

/* Mobile Phone Screen */

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
  }
  
  .toppad {
  padding-top: 1px;
}

  .topnav .bacon {
    padding: 20px 0 0 0;
    float: none;
    display: block;
    color: black;
    text-align: center;
    font-size: 27px; 
  }

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown .dropbtn {
    display: block;
    width: 100%;
    text-align: right;
  }
  
.frontpage {
  min-height: 280px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#222), to(rgba(34, 34, 34, 0))), url("https://www.shootsafelearning.com/images/Psalm144.jpeg");
  background-image: linear-gradient(360deg, #222, rgba(34, 34, 34, 0)), url("https://www.shootsafelearning.com/images/Psalm144.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.row {
    flex-direction: column;
  }
	
.centerpage {
  background-color: #fff;
	padding: 0;
	margin: 0;
	min-height: 650px;
}

.centerbody {
	padding: 0;
}
	
.form-box{
  position: relative;
  display: block;
  min-height: 400px;
  margin-bottom: 15px;
  justify-content: center;
  font-size: 15px;
  border-radius: 15px;
  background-color: #f4d4ae;
  width: 380px;
}

.inputshort {
  padding: 4px 4px;
  margin: 2px 2px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.input70 {
  width: 60%;
  padding: 5px 5px;
  margin: 5px 5px;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 8px;
  box-sizing: border-box;
  background-color: #FFFFFF;
  text-align: left;
}
	
.fourdiv {
	width: 300px;
}

}
