@import url('https://fonts.googleapis.com/css?family=Poppins:400,500,700');

@font-face { font-family: optima; 
       src: url('fonts/optima.ttf'); } 
h2{
  font-family: optima;
}

html, body {
  height: 100%;
  width: 100%;
  font-family: "optima", sans-serif !important;
  color: #000;
  scroll-behavior: smooth;
  background-color: #E75b10;
}


.padding {
	padding-top: 2rem;
}

/*.content h1 {
	text-shadow: 1px 1px 5px #222;
}*/
.content img {
	max-width: 300px;
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.foot img {
	max-width: 200px;
	height: auto;
	padding-top: 1rem;
	padding-bottom: 1rem;
}

.content hr {
	margin-top: 4rem !important;
	border-top: solid 2px #000 !important;
}

.foot hr {
	border-top: solid 1px #000 !important;
	width: 75%;
}

.foot a {
	color: #000 !important;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
}

.fdivider {
	border-top: solid 2px #000 !important;
}