@import url('https://fonts.googleapis.com/css?family=Raleway:300,400,700,900');

* {
	box-sizing: border-box;
	transition: all ease-in-out 250ms;
}

img {
	max-width: 100%;
	height: auto;
}

body {
	margin: 0;
	font-family: 'Raleway', sans-serif;
	text-align: center;
}


/* header
=======================*/
header {
    width: 100%;
    padding: 0;
    position: fixed;
    background-color: #1c2e4a;
    z-index: 100;
    top: 0;
}

.logo{
    padding-bottom: 0;
}
nav ul {
	margin: 0;
    margin-top: 1.5em;
	padding: 0;
	list-style: none;
	background-color: #1c2e4a;
    width: auto;
}

nav li {
	display: inline-block;
	margin: 1em;
}

nav a {
	font-weight: 600;
	text-decoration: none;
	padding: .1em;
	text-transform: uppercase;
	color: white;
	font-size: .8rem;
}

@media (min-width:60rem) {
	.logo {
		float: left;
        max-height: 100%;
        max-width: 40%;
	}

	nav {
		float: right;
	}
}

.contact-button{
    display: inline-block;
    border-width: 2px;
	border-style: solid;
    border-color: #ffffff;
    padding: .3em .7em;
}
.contact-button:hover,
.contact-button:focus{
    background: #ffffff;
    color: #1c2e4a;
}

/* title
=======================*/
.title-area{
	background-image: url(../content/header-background.jpg);
    background-position:50% 68%;
    padding: 4vh 6vw;
	padding-top: 20vh;
	text-align: left;
    height: 40vh;    
}

.title{
    color: white;
    font-size: 4vw;
    padding-top: 5vh;
}
@media (min-width:60rem){
    .title{
        padding-top: 0; 
        margin-top: -4vh;
    }
}

/* main
=======================*/
.main-area{
    
}

.main{
    display: flex;
        flex-wrap: wrap;
   width: 100%;
   align-items: center;
   gap: 60px;
   justify-content: space-between;
   margin-top: 50px;
}
.container{
    max-width: 1170px;
    margin:  0 auto;
    padding: 0 20px;
    padding-bottom: 0 5px;
}
.bio .main{
    
}
.bio .jim-pic{
    max-width: 240px;

}

.bio .jim-bio{
    background-color: #1c2e4a;
  
    text-align: justify;
    outline: 2px solid #1c2e4a;
	padding: 15px;
    color:white;
    font-weight: 700;
    font-size: 16px;
    width:calc(65% - 60px);
}
.anchor{
    max-width: 3em;
    margin: auto;
    background-color: white;
    border-radius: 1.2em;
    padding: 0 .2em;
    padding-top: .3em;
}

.clients .main{
    text-align: left;
    list-style-type: circle;
}
.clients .clients-picture{
    display: none;
}
.clients ul{
    list-style-position: inside;
}
@media (min-width:60rem){
    .clients .main{
        display:table;
    }
    .clients .main:after{
        padding-bottom: 0;
        content: "";
        display: table;
        clear: both;
    }
  
    .clients .companies{
        display:block;
        float:left;
        background-color: rgba(28,46,74,.9);;
        width:45%;
        color:white;
        padding-bottom: 1em;
    }
    .clients .company-text{
        color: #f1b82d;
        padding: 1em;
        padding-right: 0;
        font-weight: 600;
    }
    .clients ul{
        line-height: 1.5em;
    }
    .clients .pics{
        float: right;
        width:50%;
    }
    .clients .pic1{
        
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width:110%;
       
        
    }
    .clients .pic2{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width:110%;
    }
   
}

.articles .main{
    display: grid;
    grid-column: auto;
    grid-gap: 10px;
    padding: 10px;
    margin-top: 2em;
    background-image: url(../content/CHART_128.png);
    background-position: 50% 50%;
}
.articles .article-item{
    border-width: 2px;
	border-style: solid;
    border-color: #1c2e4a;
    padding: 1em 1em;
    color: #1c2e4a;
    font-size: 2em;
    margin: .3em 0;
    background-color: rgba(255,255,255,.5)
}

.article-item:hover,
.article-item:focus{
    background-color: #1c2e4a;
    color: #f1b82d;
}
.articles .article-item img{
    display: none;
}

.articles .sidebar{
    display: none;
}
@media (min-width: 60rem){
    .articles .article-item{
        float: left;
        width:50%;
        margin-left: 2em;
        font-size: 4em;
        text-align: right;
    }
    .articles .article-item img{
        display:flex;
        float: left;
        height: auto;
        width: auto;
        max-height: 10rem;
    }
    
    .articles .sidebar{
        transition: 0;
        display: flex;
        position: absolute;
        right: 2em;
        background-color: rgba(28,46,74,.9);
        padding: 0 2em;
        font-size:2em;
        text-align: left;
        list-style-type: none;
        color:white;
        text-decoration: none;
        
    }
    .articles ul{
        list-style-type: none;
        text-decoration: none;
    }
    .articles li{
        padding: .2em 0;
        text-decoration: none;
        color:#f1b82d;
    }
    .articles .sidebar a:link{
        color:#f1b82d;
    }
    .articles .sidebar a:visited{
        color:#f1b82d;
    }
    .articles .sidebar a:hover{
        color:white;
    }
    
}

@media (min-width:1147px){
    .contact .main{
        padding-bottom: 0;
    }
    .contact .contact-info{
        float:left;
        padding-bottom: 1vh;
    }
    .contact .contact-info p{
        padding: 2em 0;
        padding-bottom: 0;
        line-height: 2.5em;
        font-weight: 800;
        color:rgba(28,46,74,.7);
        text-decoration: none;
        font-size:1.5em;
    }
    .contact .map{
        float:right;
    }
    .disclaimer{
        left:50%;
        color: black;
        font-weight: bold;
        text-align: left;
        margin-top: -20vh;
        padding-bottom: 0;
    }
}
/* extra
=======================*/
.extra-area{
    
}

.extra{
    background-image: url(../content/bg-image.jpg);
    background-position: 37% 55%;
    margin-top: 1.5em;
    padding: 15em;
}

.button{
	display: inline-block;
	font-size: 2rem;
	text-decoration: none;
	text-transform: uppercase;
	border-width: 2px;
	border-style: solid;
	padding: .5em 1.75em;
}

.button-accent {
	color: white;
	border-color: #f1b82d;
}

.button-accent:hover,
.button-accent:focus {
	background: #f1b82d;
	color: #1c2e4a;
}
/* footer
=======================*/
footer{
    background-color: black;
    color: #f1b82d;
    padding: 1em;  
    text-align: center;
    line-height: 2em;
    font-weight: 500;
    text-indent: 0;
}
footer .p{
}
footer a:link{
    color:#f1b82d;
}
footer a:visited{
    color:#f1b82d;
}
footer a:hover{
    color:white;
}

@media (max-width: 768px){
    .bio .jim-pic{
        width: 100%;
        margin-top: 50px;
        max-width: 100%;
        text-align: center;
    }
      .bio .jim-pic img{
        max-width: 250px;
      }
    .bio .jim-bio{
        width: 100%;
        
    }
}
