* {
	box-sizing: border-box;
	padding: 0;
    margin: 0;
}

body {
	color: #333;
    line-height: 1.6;
	font-family: Verdana, sans-serif;
}
	
p {
    margin-bottom: 20px;
}


h1, h2 {
    font-weight: bold;
    line-height: 1.2;
    margin: 10px 0;
    color:rgb(85, 96, 252);
}

header {
    
    color: #fff;
}

header img {
    width: 70%;
}

/* header .flex {
    display: flex;
  flex-direction: row;
} */

nav ul {
	list-style: none;
	margin: 0 70px;
	padding: 0;
	display: flex;
	justify-content: space-around;
}

nav {
    margin: 20px 10px;
}

nav li {
	display: inline-block;
	line-height: 40px;
	height: 40px;	
	font-size: 20px;
	padding-right: 10px;
	padding-left: 10px;	
	color: #333;
}

nav li.first {
	border: none;
}

nav a {
	text-align: center;
	text-decoration: none;
	display: block;
	color: #999;
}

/* Slideshow container */

.mySlides {
	display: none;
}
.slideshow-container {
  max-width: 100%;
  position: relative;
  
  text-align: center;
}

.mySlides img{
  object-fit: contain;
  height: 400px;
  width: 100%;
  
  padding: 10px;
  float: left;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

/* Classes */

.container-flex {
	display: flex;
	flex-direction: row;
	text-align: center;
    
}

.container {
    max-width: 1100px;
    margin: 0 auto;
    overflow: auto;
    padding: 0 40px;
}

.client-login {
    padding: 20px 0 0 20px;
    width: 30%;
    font-size: 16px;
    font-weight: bolder;
    color: #999;
}

.nav-ul ul{
    list-style-type: none;
}

.info-ul li{
	margin-left: 50px;
}

.footer-first {
	width: 24%;
	margin-left: 10px;
	
}

/*.footer-second {
	width: 24%;
}*/

.footer-third {
	width: 65%;
	margin-right: 10px;
	font-size: .6em;
	
}

/*hr {
	background-color: #1b4489;
	height: 2px;
	border: none;
}*/

.footer-third a{
	width: 50%;
	font-size: 1em;
	
}

.main_text {
	font-size: large;
	text-align: center;
	font-weight: bolder;
}

.services_text {
	margin-left: 20px;
}

.articles_opinions {
	font-style: italic;
}

.articles_column1 {
	width: 45%;
	float: left;
	margin-left: 10px;
}

.articles_column2 {
	width: 45%;
	float: right;
	margin-right: 10px;
}

.articles_ul {
	padding-left: 20px;
}

.clear {
	clear: both;
}

.column {
  float: left;
  width: 50%;
  text-align: center;
}

.contact_column {
  float: left;
  width: 50%;
  text-align: center;
  font-weight: bolder;
}


.bullets {
	text-align: left;
	padding: 20px 25px 20px 25px;
	margin-left: 15%;
}

.bullets ul {
	padding-top: 15px;
	list-style-type: none;
}

.bullets li{
	padding-bottom: 10px;
	text-decoration: none;
	font-weight: none;
	list-style-type: none;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
  padding-bottom: 5%;
}

.service {
	font-weight: bold;
	text-decoration: underline;
	margin-left: 15%;
	padding: 20px 25px 20px 25px;
	text-align: left;
}

#footer {
    display: table;
    padding-top: 15px;
	padding-left: 10px;
    color:  #151515;
 }

#footer div {
    display: table-cell;
}

/* Screen size */

@media(max-width: 750px) {
    nav ul {
        flex-direction: column;
    }

    nav li {
        border-bottom: 1px solid #047aed;
    }

    nav li.sep {
        display: none
    }
	
    .column{ 
       width: 100%;
    }
	
	.contact_column {
		text-align: center;
		width: 100%;
		padding: 10px;
	}
	
	.container-flex {
		flex-direction: column;
		text-align: center;
    
	}
	
	.client-login {
		width: 60%;
		margin-right: auto;
		margin-left: auto;
		text-align: center;
	}
	
	nav {
		clear: both;
	}

}
