/*@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro&family=Source+Serif+Pro:wght@600&display=swap');*/


/* Links */
a,
a:focus,
a:hover {
  color: #fff;
}

/* Custom default button */
.btn-secondary,
.btn-secondary:hover,
.btn-secondary:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
  background-color: #fff;
  border: .05rem solid #fff;
}


/*
 * Base structure
 */

html,
body {
  height: 100%;
  background:url(../images/engage-splash.jpg);
  background-size:cover;
}

body {
  font-family: 'Arial', sans-serif !important;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  color: #000000;
 text-align:center;
 /*border-bottom:30px solid #1F3C6E;*/
}

h1{
  font-family: 'Arial', sans-serif;
  font-size: 26px;
  color:#1F3C6E;
}
h3{
  font-family: 'Arial', sans-serif;
  font-size: 20px;
}
p{
  font-family: 'Arial', sans-serif;
  font-size:16px;
}
main{
  margin: 3rem 1rem 1rem 1rem;
}
.cover-container {
  max-width: 42em;
}
.refresh-container {
  max-width: 55em;
}
.portimg{
  padding-bottom:3rem;
}

/*-----Refresh Stylings -------*/
.refresh-btn{
  max-width:200px;
  margin:0 auto;
  margin-bottom: 1rem;
}
.refresimg{
  padding: 1rem;
  width: 100%;
}
.refresh a{
  color:#1F3C6E !important;
}
.refresh span{
  font-weight:600 !important;
  font-size:1.2rem;
}
hr{
  background-color:#1F3C6E;
  width:25%;
  height:4px;
}

button{
  background:#1F3C6E;
  padding:1rem;
  width:200px;
  border:none;
  color:#ffffff;
}
button a{
  color:#ffffff;
  font-family: 'Arial', sans-serif;
  font-size: 18px;
}
button:hover{
  color:#ffffff;
  background:#000000;
}
/*
 * Cover
 */
.cover {
  padding: 0 1.5rem;
}
.cover .btn-lg {
  padding: .75rem 1.25rem;
  font-weight: 700;
}


/*
 * Footer
 */
.mastfoot {
  color: rgba(255, 255, 255, .5);
}


@media only screen and (max-width:991px){
h1{
  font-family: 'Arial', sans-serif;
  font-size: 40px;
}
h3{
  font-size: 25px;
}
p{
  font-size:18px;
}

}