@font-face{
font-family: 'Century Gothic';
src: url("../fonts/CenturyGothic.cfce6abbbff0.ttf");
}
@font-face{
font-family: 'PT Sans Caption';
src: url("../fonts/PTSansCaption.991ba2834aa3.ttf");
}
@font-face{
font-family: 'PT Serif Regular';
src: url("../fonts/PTSerifRegular.218d91f5616d.ttf");
}

.running-bar
{
    font-size: 10px;
}

button
{
  background-color: #fff; /* Green */
  border: none;
  padding: 0;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-family: 'PT Sans Caption';
  font-size: 16px;
}

button:hover
{
    color: #6e0411;
}
.soc
{
    font-size: 40px;
}


body
{
    margin:0;
	background-color: #ede9de;
	font-family: 'Century Gothic';
}

p
{
	font-family: 'PT Sans Caption';
	-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

a
{
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
	font-family: 'PT Sans Caption';
	color: #000;
	text-decoration: none;
}


a:hover
{
 	color: #ac2b30 ;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'PT Serif Regular';
}

.center
{
	display: block;
	margin: 0 auto;
}

.richtext-image
{
    display: block;
	margin: 0 auto;
	width: 100%;
	height: auto;
}

.divider
{
	margin: 1% 0;
	width: 100%;
	height:1px;
	background-color: #ede9de;
}

li
{
	list-style-type: none;
}
ul
{
	margin:0;
	padding:0;
}
p
{
	font-family: 'PT Sans Caption';
}


i
{
    display: block;
	margin: 0 auto;
    text-align:center;
}

a
{
	-moz-transition: color 0.2s 0.02s ease;
	-o-transition: color 0.2s 0.02s ease;
	-webkit-transition: color 0.2s 0.02s ease;
	font-family: 'PT Sans Caption';
	color: #000;
	text-decoration: none;
}

.footer-names
{
		font-family: 'Century Gothic';
		 -moz-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		 -webkit-transition: all 0.1s ease-in-out;
		 color:#fff;
}
	.cover
	{
	    position:relative;
	    width:100%;
	    height:25vh;
	    background-color:#aaa;
	    overflow:hidden;
		display:flex;
        align-items: center;
        justify-content: center;
	}

	.header
	{
	    position:absolute;
	    bottom:0;
	    left:2%;
	    color:#fff;
	    background-color:#333;
	    opacity:0.8;
	    padding:0 1%;
	}

	.wide-filler
	{
	    width:100%;
	    height:auto;

	}
.filler
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

a:hover
{
 	color: #ac2b30 ;
}

h1,h2,h3,h4,h5,h6
{
	font-family: 'PT Serif Regular';
}

.center
{
	display: block;
	margin: 0 auto;
}

.divider
{
	margin: 1% 0;
	width: 100%;
	height:1px;
	background-color: #ede9de;
}

li
{
	list-style-type: none;
}
ul
{
	margin:0;
	padding:0;
}





@media only screen and (max-width: 480px)
{
    .container
	{
		margin: 0px 3%;
		padding: 1% 1%;
		background-color: #fff;
		box-shadow:0px 0px  10px #59545a;
	}


	.logo
	{
		height:auto;
		width:80%;
	}

	.footer
	{
		margin: 0px 3%;
		padding: 1% 1%;
		background-color:#857E75;
		overflow:hidden;
		color:#fff;
	}

	.menu-link
	{
	    display: block;
		color:#59545a;
		text-align:center;
		margin:1%;
	}
	.menu
	{
	    border-top: solid;
	    border-bottom: solid;
		border-width: 1px;
		border-color: #ede9de;
	}

		.footer-link
	{
		float: none;
		font-family: 'Century Gothic';
		 -moz-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		 -webkit-transition: all 0.1s ease-in-out;
		 color:#fff;
		 display:block;
		 margin-bottom: 1%;
	}

	.footer-link:hover
	{
		 -webkit-transform: translate(8px,0);
		 -moz-transform: translate(8px,0);
		 -o-transform: translate(8px,0);
		 color:#000;
	}

    .name
	{
		font-family: 'Century Gothic';
		color:#59545a;

	}

	.date-block
	{
		color:#59545a;
		display: flex;
	    justify-content: center;
	    margin: 5%;
	}
	.name-block
	{
	    display: flex;
	    justify-content: center;
	    margin:5%;
	}

}

@media only screen and (min-width: 481px) and (max-width: 1023px)
{
    .container
	{
		margin: 0px 3%;
		padding: 1% 1%;
		background-color: #fff;
		box-shadow:0px 0px  10px #59545a;
	}


	.logo
	{
		height:auto;
		width:40%;
	}

	.footer
	{
		margin: 0px 3%;
		padding: 1% 1%;
		background-color:#857E75;
		overflow:hidden;
		color:#fff;
	}

		.footer-link
	{
		float: none;
		font-family: 'Century Gothic';
		 -moz-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		 -webkit-transition: all 0.1s ease-in-out;
		 color:#fff;
		 display:block;
		 margin-bottom: 1%;
	}

	.footer-link:hover
	{
		 -webkit-transform: translate(8px,0);
		 -moz-transform: translate(8px,0);
		 -o-transform: translate(8px,0);
		 color:#000;
	}

    .name
	{
		font-family: 'Century Gothic';
		color:#59545a;

	}

	.date-block
	{
		color:#59545a;
		display: flex;
	    justify-content: center;
	    margin: 1%;
	}
	.name-block
	{
	    display: flex;
	    justify-content: center;
	    margin:3%;
	}

	div.justify-content-center
    {
        display: flex;
        justify-content: center;
    }

    .menu-link
	{
		color:#fff;
		margin: 1% 0.7%;
	}

	.menu
	{
	    background-color: #6e0411;
	    margin-top:1%;
	    margin-bottom:1%;
	}

		.cover
	{
	    position:relative;
	    width:100%;
	    height:25vh;
	    background-color:#aaa;
	    overflow:hidden;
		display:flex;
        align-items: center;
        justify-content: center;
	}

	.header
	{
	    position:absolute;
	    bottom:0;
	    left:2%;
	    color:#fff;
	    background-color:#333;
	    opacity:0.8;
	    padding:0 1%;
	}

	.wide-filler
	{
	    width:100%;
	    height:auto;

	}

}
@media only screen and (min-width: 1024px)
{

    div.justify-content-center
    {
        display: flex;
        justify-content: center;
    }
	.container
	{
		margin: 0px 3%;
		padding: 1% 1%;
		background-color: #fff;
		box-shadow:0px 0px  10px #59545a;

	}
	.row
	{
		position:relative;
		width:100%;
	}
	.logo
	{
		height:auto;
		width:30%;
	}
	.menu-link
	{
		color:#fff;
		margin: 1% 0.7%;
	}

	.menu
	{
	    background-color: #6e0411;
	    margin-top:1%;
	    margin-bottom:1%;
	}

	.date-block
	{
		position: absolute;
		bottom:0;
		color:#59545a;
	}
	.name-block
	{
		position: absolute;
		bottom:0;
		right:0;

	}
	.name
	{
		font-family: 'Century Gothic';
		color:#59545a;
	}

	.footer
	{
		margin: 0px 3%;
		padding: 1% 1%;
		background-color:#857E75;
		overflow:hidden;
		color:#fff;
	}

	.new
	{
		overflow: hidden;
	}

	.content
	{
		overflow:hidden;
	}

	.out-divider
	{
		margin: 1% 0;
		width: 100%;
		height:1px;
		background-color: #000;
	}
	.out-logo
	{
		height:auto;
		width:26%;
	}
	.col-50
	{
		float:left;
		width:50%;

	}
	.col-25
	{
		float:left;
		width:25%;
	}
	.col-78
	{
		float:left;
		width:77%;
		padding-right:1%;
	}

	.col-20
	{
		float:left;
		width:20%;
	}

	.right-border
	{
		border-right:solid;
		border-width: 1px;
		border-color: #ede9de;
	}

	.image-box
	{
		width:95%;

		margin-right: 5%;
		height: 40vh;
		background-color: #444;
		overflow:hidden;
		display:flex;
        align-items: center;
        justify-content: center;
	}
	.image-box-small
	{
		width:25%;
		float:left;
		margin-right: 1%;
		height: 20vh;
		background-color: #444;
		overflow:hidden;
		display:flex;
        align-items: center;
        justify-content: center;

	}
	.overflow-hidden
	{
	    overflow:hidden;
	}

	.filler
	{
	    object-fit:cover;
	    height:100%;
	    width: 100%;
	}

	.partners
	{
		padding-left: 1%;
	}
	.post-image
	{
		width: auto;
		height: 50vh;
		margin: 1%;
		margin-top: 0;
		float:right;
	}
	.news-block
	{
		padding:0% 2%;
	}

	.footer-link
	{
		float: none;
		font-family: 'Century Gothic';
		 -moz-transition: all 0.1s ease-in-out;
		 -o-transition: all 0.1s ease-in-out;
		 -webkit-transition: all 0.1s ease-in-out;
		 color:#fff;
		 display:block;
		 margin-bottom: 1%;
	}

	.footer-link:hover
	{
		 -webkit-transform: translate(8px,0);
		 -moz-transform: translate(8px,0);
		 -o-transform: translate(8px,0);
		 color:#000;
	}

	.footer-text
	{
		font-family: 'Century Gothic';
		padding-right: 5%;

	}
	.footer-text
	{
		font-family: 'Century Gothic';
		margin:0;
	}
	.footer-header
	{
		font-family: 'Century Gothic';

		font-weight: 400;
	}
	.footer-row
	{
		width:100%;
	}
	h4
	{
		margin-block-start: 0em;
    	margin-block-end: 0.5em;
        -webkit-margin-before: 0 em;
        -webkit-margin-after: 0.5em;
	}
	h6
	{
		margin-block-start: 1em;
    	margin-block-end: 0em;
	}
	h2
	{
	    -webkit-margin-before: 0.5em;
        -webkit-margin-after: 0.5em;
		margin-block-start: 0.5em;
    	margin-block-end: 0.5em;
	}

	.left-pad-1
	{
	    padding-left: 1%;
	}

	.left
	{
	    width:30%;
	    float:left;
	    margin-right: 3%;
	    margin-top: 3vh;
	    margin-bottom: 3vh;
	}

	.right
	{
	    width:30%;
	    float:right;
	    margin-left: 3%;
	    margin-top: 3vh;
	    margin-bottom: 3vh;
	    padding-right
	}

	h6
	{
        -webkit-margin-before: 1em;
        -webkit-margin-after: 1em;
	}

	.cover
	{
	    position:relative;
	    width:100%;
	    height:25vh;
	    background-color:#aaa;
	    overflow:hidden;
		display:flex;
        align-items: center;
        justify-content: center;
	}

	.header
	{
	    position:absolute;
	    bottom:0;
	    left:2%;
	    color:#fff;
	    background-color:#333;
	    opacity:0.8;
	    padding:0 1%;
	}

	.wide-filler
	{
	    width:100%;
	    height:auto;

	}


}
