@charset "UTF-8";
@import url("https://use.typekit.net/fed0zvu.css");
/*home.css*/

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
	  top: 0;
	}
  .saul{
	 font-size: 20px;
	}
	}

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }


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

.topnav a{
	float:left;
	display:block;
    text-align: center;
	text-decoration: none;
	padding: 14px 16px;
	font-family: trajan-pro-3, serif;
	font-size: 20px;
	font-variant: small-caps;
}

.topnav a:hover{
	color: #EFB509;
}

.topnav a.active{
	background-color:#506d95;
	color:#122b4d;
		
}

.topnav .icon{
	display: none;
}



.col h2{
	color: #16253D;
	font-family: balboa-plus-fill, sans-serif;
	padding:10px 10px 10px 10px;
	border-top: 10px double #EFB509;
	border-bottom: 10px double #EFB509;
	border-left: 5px double #EFB509;
	border-right: 5px double #EFB509;
	
}

.footer {
  background: #002C54;
  padding: 10px 0;
}
.footer a {
  color:ghostwhite;
  font-size: 30px;
  padding: 10px;
  border-right: 1px solid #70726F;
  transition: all .5s ease;
}
.footer a:first-child {
  border-left: 1px solid #70726F;
}
.footer a:hover {
  color: #EFB509;
}



