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

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

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



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


.topnav{
	background-color: #122b4d;
	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: #c5a417;
}

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

.topnav .icon{
	display: none;
}



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

.design {
	display: flex;
	flex-wrap: wrap;
	padding:0 4px;
	
}

.column {
	flex: 25%;
	max-width: 24%;
	padding: 0 4px;
}

.column img {
	margin-top: 8px;
	vertical-align: middle;
	width: 100%;
}

.footer {
  background: #161e32;
  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: #c5a417;
}

