/*
 * This CSS file has been generated by fontsquirrel.com and is based on the work of Paul Irish.
 * http://paulirish.com/2009/bulletproof-font-face-implementation-syntax/
 * The fonts included are copyrighted by the vendor listed below.
 *
 * @vendor:     HVD Fonts
 * @vendorurl:  http://www.hvdfonts.de
 * @licenseurl: http://www.fontsquirrel.com/license/HVD-Bodedo
 *
 *
 */

 /* @font-face {
	font-family: 'HVD Bodedo Medium';
	src: url('HVD_Bodedo.eot');
	src: local('HVD Bodedo Medium'), local('HVDBodedo-Medium'), url('HVD_Bodedo.ttf') format('truetype');
}

@font-face {
  font-family: 'Thomas Paine';
  src: local('Thomas Paine Regular'), local('ThomasPaine-Regular'), url('ThomasPaine-Regular.ttf') format('truetype');
} */

@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');


/* Apply a consistent style to all links */
a:link, a:visited {
    text-decoration: none;
    color: #6f6f6f; /* Set your desired link color */
    /* background-color: #ffc; /*Set your desired background color */
    padding: 0.0em 0.0em; /* Add padding for better visibility and style */
    border-radius: 3px; /* Add rounded corners for a subtle effect */
}

/* Apply a different style when hovering over a link */
a:hover {
    /* background-color: #fffbd0; Set your desired hover background color */
    color: #4372a1; /* Set your desired hover text color */
}



body {
    background-color: #dbdbdb; /* #d5edff; */ /* Set your desired background color */
    /* font-family: 'HVD Bodedo Medium'; */
    margin: 0;
    padding: 0;
}

header {
    background-color: #dbdbdb; /* #c7fddf; */
    color: #ff9b9b;
    text-align: center;
    padding: 0.00em;
    padding-top: 20px;
    padding-bottom: -10px;
    width: 500px;
    margin: 0 auto;
    font-family: 'Montserrat', sans-serif;
    /* display: flex; Use flexbox to arrange items */
    justify-content: space-between; /* Distribute space between items */
    align-items: center; /* Center items vertically */
    position: relative; /* Add relative positioning to create space for the lines */
}

/* h1{
    font-family: 'Montserrat', sans-serif;
} */

nav {
    background-color: #dbdbdb;/* #d5edff; */
    color: #fff;
    text-align: center;
    padding: 0.2em;
    width: 440px;
    margin: 0 auto;
    /* font-family: 'HVD Bodedo Medium'; */
    font-family: 'Montserrat', sans-serif;
    src: url('HVD_Bodedo.eot');
    src: local('HVD Bodedo Medium'), local('HVDBodedo-Medium'), url('HVD_Bodedo.ttf') format('truetype');
}

nav a {
    text-decoration: none;
    color: #fff;
    padding: 0.5em; /* 1em; */
    margin: 0 0.5em;
    border-radius: 5px;
    background-color: #dbdbdb;/* #d5edff; */
}

header h1 {
    color: #000; /* #6f6f6f; Set your desired font color */
    /* font-family: 'Thomas Paine'; */
    font-family: 'Montserrat', sans-serif;
    src: local('Thomas Paine Regular'), local('ThomasPaine-Regular'), url('ThomasPaine-Regular.ttf') format('truetype');
}
header a:link,
header a:visited {
    color: #808080; /* Set your desired color for links in the header */
}

section {
    color: #000;
}

footer {
    background-color: #b8b79b;
    color: #ededed;
    text-align: center;
    padding: 1em;
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 12px;
    font-family:'Thomas Paine';
    src: local('Thomas Paine Regular'), local('ThomasPaine-Regular'), url('ThomasPaine-Regular.ttf') format('truetype');
    font-style: italic;
}