/** Please add your Custom CSS here **/

/*.navbar-form{
	border:none; 
	background-color: white;
	}*/

.navbar-default {
    background-color: white;
    border-color: #ff6f61;
	border:none non solid none;
	border-width: 0px 0px 4px 0px;
}
	
	
.myheaderfonts{
	font-family: 'Raleway', sans-serif;
    margin-top: 0px;
    font-weight: 700;
}

.mybutton1 {
  background-color: transparent;
  border: 5px solid #f14536; 
  color: white;
  padding: 10px 22px;
  text-align: center;
  margin: 2px 0px;
  cursor: pointer;
  border-radius: 10px; 
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 22px;
  margin: 2px;
}

.mybutton1:hover {
  background-color: #f14536;
  border: 5px solid #f14536;
  color: white;
}

.mybutton1alt {
  background-color: #f14536;
  border: 5px solid #f14536; 
  color: white;
  padding: 10px 22px;
  text-align: center;
  margin: 2px 0px;
  cursor: pointer;
  border-radius: 10px; 
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 22px;
  margin: 2px;
}

.mybutton1alt:hover {
  background-color: #f14536;
  border: 5px solid #f14536;
  color: white;
}



.mybutton2 {
  background-color: #ff6f61;
  border: 5px solid #ff6f61; 
  color: white;
  padding: 10px 22px;
  text-align: center;
  margin: 2px 0px;
  cursor: pointer;
  border-radius: 10px; 
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 22px;
  margin: 2px;
}

.mybutton2:hover {
  background-color: #f14536;
  border: 5px solid #f14536;
  color: white;
}

.mybutton2-alt {
  background-color: #ff6f61;
  border: 1px solid #ff6f61; 
  color: white;
  padding: 5px 8px;
  text-align: center;
  margin: 2px 0px;
  cursor: pointer;
  border-radius: 10px; 
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  font-size: 18px;
  font-style: italic;
  margin: 8px;
}

.mybutton2-alt:hover {
  background-color: #f14536;
  border: 2px solid #f14536;
  color: white;
}

.mybutton3 {
  background-color: white;
  border: 2px solid #ff6f61; 
  color: #ff6f61;
  text-align: center;
  border-radius: 4px;
  font-family: 'Vollkorn', serif;
  font-weight: 700;
  margin: 4px;
  margin-bottom: 4px;
}



.intro-lead-in{
	font-family: 'Vollkorn', serif;
    font-weight: 700;
	color: #4a4843;
}
.intro-heading{
	font-family: 'Vollkorn', serif;
	color: #4a4843;
}

.myicons {
    max-width: 60px;
    height: auto;
	padding-left:2px;
  }
  
.myicons2 {
   max-width: 30px;
   height: auto;
   padding-bottom: 2px;
}

.myicons3 {
   max-width: 50px;
   height: auto;
   padding-bottom: 90x;
}

.my-page-header{
	background-color:white;
	border-bottom:5px solid #ccc;
	margin:0 0 35px;
	min-height:50px;
	padding:20px 0;
	position:relative;
	text-align:left;	
}

#mycta {
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.textcentered {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.myoverlay {
    background-color: rgba(255,11,97,0.6);
    position:relative;
    z-index: 0;
	width: 100%;
    height: 100%;
    opacity: 0.60;
    -moz-opacity: 60%;
    -webkit-opacity: 60%;
}

.footer-cert-img{
	width:170px;
}
