/**
* Template Name: Presento - v1.0.0
* Template URL: https://bootstrapmade.com/presento-bootstrap-corporate-template/
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;1,400&amp;family=PT+Serif:ital,wght@0,400;0,700;1,400;1,700&amp;display=swap');

/* generic  */
body {
  font-family: 'Open Sans', sans-serif;
  color: #393939;
  letter-spacing: 0px;
  color: #393939;
}

html, body {
  max-width: 100%;
  overflow-x: hidden;
}
a {
  color: #999999;
  text-decoration: none;
}

a:hover {
  color: #999999;
  text-decoration: underline;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'PT Serif', serif;
  margin-bottom: 40px;
  text-align: center;
  font-weight: bold;
}
header {  background: #fff; padding:20px}
section{margin: 120px auto 95px auto;}
section h2{font-size: 30px; margin-top: 100px; text-align: left;}


/*--------------------------------------------------------------
# Back to top button
--------------------------------------------------------------*/
.back-to-top {
  position: fixed;
  display: none;
  right: 5px;
  bottom: 20px;
  z-index: 99999;
}

.back-to-top i {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  width: 40px;
  height: 40px;
  background: #00084D;
  color: #ffffff;
  transition: all 0.4s;
}

.back-to-top i:hover {
  background: #01052e;
  color: #fff;
  text-decoration: none;
  border-bottom: none;
}
@media all and (device-width: 768px) and (device-height: 1024px) and (orientation:portrait) {
  .back-to-top{
  bottom: 80px;
  }
}
@media all and (device-width: 1024px) and (device-height: 768px) and (orientation:landscape) {
  .back-to-top{
  bottom: 80px;
  }
}

section {
  margin: 50px auto;
}

section h2 {
  font-size: 36px;
}
footer {
background: #2b2b2b;
color: #f7f7f7;
z-index: 1;
padding: 2rem;
} 

footer .social-media {
display: flex;
margin-bottom: 2rem;
align-items: center;
}
@media (max-width: 568px) {
footer .social-media {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 0.5px solid #97999c;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer .social-media {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 0;
    padding-top: 1.5rem;
    margin-top: 0.5rem;
    border-top: 0.5px solid #97999c;
}
}
footer .social-media .social-icons {
display: flex;
}
footer .social-media .social-icons a {
margin-left: 1rem;
}
@media (max-width: 568px) {
footer .social-media .social-icons a:first-child {
    margin-left: 0;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer .social-media .social-icons a:first-child {
    margin-left: 0;
}
}
footer .social-media .social-icons a:hover svg .path {
fill: #666;
}
footer .social-media p {
margin-bottom: 0;
color: #fff;
}
@media (max-width: 568px) {
footer .social-media p {
    margin-bottom: 1rem;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer .social-media p {
    margin-bottom: 1rem;
}
}
footer .copyright {
    margin-top: 1.5rem;
    color: #fff; 
}
@media (max-width: 568px) {
footer .copyright {
    margin-top: 1.5rem;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer .copyright {
    margin-top: 1.5rem;
}
}
footer.footer-page-link {
display: flex;
justify-content: space-between;
align-items: flex-start;
}
@media (max-width: 568px) {
footer.footer-page-link {
    flex-direction: column;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer.footer-page-link {
    flex-direction: column;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
footer.footer-page-link {
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
footer.footer-page-link {
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (max-width: 568px) {
footer.footer-page-link a {
    margin-bottom: 0.8rem;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer.footer-page-link a {
    margin-bottom: 0.8rem;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
footer.footer-page-link a {
    margin-right: 1rem;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
footer.footer-page-link a {
    margin-right: 1rem;
}
}
footer.footer-page-link a:hover {
color: #848484;
}

footer .container .footer-page-link {
display: flex;
justify-content: space-between;
align-items: flex-start;
}

@media (max-width: 568px) {
footer .container .footer-page-link {
    flex-direction: column;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer .container .footer-page-link {
    flex-direction: column;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
footer .container .footer-page-link {
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
footer .container .footer-page-link {
    flex-wrap: wrap;
    justify-content: flex-start;
}
}
@media (max-width: 568px) {
footer .container .footer-page-link a {
    margin-bottom: 0.8rem;
}
}
@media (min-width: 568px) and (max-width: 900px) {
footer .container .footer-page-link a {
    margin-bottom: 0.8rem;
}
}
@media (min-width: 992px) and (max-width: 1024px) {
footer .container .footer-page-link a {
    margin-right: 1rem;
}
}
@media (min-width: 1025px) and (max-width: 1200px) {
footer .container .footer-page-link a {
    margin-right: 1rem;
}
}
footer .container .footer-page-link a:hover {
color: #848484;
}
footer .container .footer-page-link a {
color: #ffffff;
}