@import "https://fonts.googleapis.com/css?family=Open+Sans&display=swap";
@import "https://fonts.googleapis.com/css2?family=Roboto:wght@400;700;900&display=swap";

html {
    font-size: 14pt;
}

body {
    font-weight: 400;
    color: black;
    font-family: 'Roboto', sans-serif;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    background-color: black;
}


h1,h2,h3,h4,h5,h6,p,ul { 
    margin: 0;
    padding: 0;
}

h1,h2,h3,h4,h5 {
    font-weight: 600;
}

h1 {
    font-size: 2rem;
    padding-bottom: 0.75rem;
}
h2 {
    font-size: 1.75rem;
    padding-bottom: 0.75rem;
}

h3 {
    font-size: 1.5rem;
    padding-bottom: 0.75rem;
}

h4 {
    font-size: 1.25rem;
    padding-bottom: 0.5rem;
}
h5 {
    font-size: 1rem;
    padding-bottom: 0.5rem;
}

ul {
    list-style-type: none;
}

p {
    font-size: 100%;
    line-height: 1.5; 
    text-align: justify;
    text-align-last: left;
    padding-bottom: 0.75rem;
}

a {
    /*display: inline-block;*/
    color: black;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;  
    color: #4672BD;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

a:focus,a:visited {
    text-decoration: none; 
    outline: none;
    
}

img {
    max-width: 100%;
    height: auto;
    /*display: inline-block;*/
}

button {
    border:none; 
    outline:none; 
    box-shadow: none; 
    display: block; 
    padding: 0; 
    background: transparent;
}

input,textarea {
    display: block; 
    font-size: 16px; 
    line-height: 28px; 
    outline: none; 
    box-shadow: none;
}

b, strong {
    font-weight: bold;
}

table th {
    white-space: nowrap;
}

.clear_fix { 
    clear: both;
}
.clear_fix:after {
  display: table;
  content: '';
  clear: both;
}

.btn-custom {
    color: #fff;
    background: #4672BD;
}

.btn-custom:hover {
    color: black;
    background: white;
}

#header {
	background-color: black;
	margin-top: 0;
	padding-top: black;
}

#content {
    background-color: white;
}

/*#content_col {
    border-left: 1px black solid;
}*/

#menu_icon {
    font-weight: 600;
    text-transform: uppercase;
}

.navbar-toggler {
    font-size: 2rem;
	padding-left: 0;
	margin-left: 0;
        padding-top: 0.1rem;
}


.menu a{
    /*display: inline-block;*/
    padding: 0.25rem;
    padding-left: 0;
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
    text-decoration: none;
}

.menu a:hover {
    color: #4672BD;
}

.navbar-toggler-icon {
    width: 100%;
    font-size: 1rem;
}


.custom-logo {
    height: 100%;
}


.alignleft {
    float: left;
    padding-right: 1rem;
}

.alignright {
    float: right;
    padding-left: 1rem;
}

.aligncenter {
    text-align: center;
    padding-left: 1rem;
}

.post {
    padding-bottom: 4rem;
}

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
        text-align: center;
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
        width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}

.gallery-columns-2 .gallery-item {
		max-width: 50%;
	}

	.gallery-columns-3 .gallery-item {
		max-width: 33.33%;
	}

	.gallery-columns-4 .gallery-item {
		max-width: 25%;
	}

	.gallery-columns-5 .gallery-item {
		max-width: 20%;
	}

	.gallery-columns-6 .gallery-item {
		max-width: 16.66%;
	}

	.gallery-columns-7 .gallery-item {
		max-width: 14.28%;
	}

	.gallery-columns-8 .gallery-item {
		max-width: 12.5%;
	}

	.gallery-columns-9 .gallery-item {
		max-width: 11.11%;
	}
        
	.navigation.pagination h2{
		display: none;
	}
	
	.navigation.pagination .page-numbers{
		padding-left: 1rem;
		text-decoration: none;
	}
	
	.navigation.pagination .page-numbers.current{
		color: #4672BD;
	}