/*!
 * Start Bootstrap - Landing Page v5.0.8 (https://startbootstrap.com/themes/landing-page)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-landing-page/blob/master/LICENSE)
 */

body {
  font-family: Verdana;
  font-style: normal;
  font-weight: normal;
  background-color: rgba(248,252,255,1);
}

.navbar{
	 background-color: rgba(255,255,255,1);
	 padding: 2rem;
}

header.masthead {
  position: relative;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

header.masthead .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

@media (min-width: 768px) {
  header.masthead {
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

}

.antiPhish-h1 {
	font-size: 4rem;
	font-weight: bold;
    color: rgba(5,57,102,1);
	padding-bottom: 1rem;
}

.antiPhish-h6{
	font-size: 1.5rem;
    color: rgba(5,57,102,1);
}

.bottom-Text{
	margin-top: 5rem;
	margin-bottom: 5rem;
	text-align: center;
}
.showcase .showcase-text {
  padding: 3rem;
}

.showcase .showcase-img {
  min-height: 30rem;
  background-size: cover;
}

@media (min-width: 768px) {
  .showcase .showcase-text {
    padding: 7rem;
  }
}

.footer {
  background-color: rgba(9,95,171,1);
  border-color: rgba(112,112,112,1);
  border-width: 1px;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.reserved-words{
	margin-top: 1rem;
}

.footerLinks{
	font-size: 1.5rem !important;
	color: white !important; 
	padding-left: 1rem;
	text-decoration: none !important
}

.requestAccess, .faqs{
	background-color: rgba(9,95,171,1);
}