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


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

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

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: local('Material Icons'),
	  local('MaterialIcons-Regular'),
	  url('./fonts/icons/MaterialIcons-Regular.ttf') format('truetype');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 24px;  /* Preferred icon size */
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
  
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
  
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
  
    /* Support for IE. */
    font-feature-settings: 'liga';
}

body {
    font-family: 'Roboto-Regular';
    font-size: 20px;
}

h1 {
    font-family: 'Roboto-Bold';
    font-size: 30px;
    line-height: 1.6em;
    margin-bottom: 22px;
    color: #2A4B5A;
    text-transform: uppercase;
}

h2 {
    font-family: 'Roboto-Regular';
    font-size: 24px;
    line-height: 1.6em;
    padding-top: 0px;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #2A4B5A;
    font-weight: 400;
}

h3 {
    font-family: 'Roboto-Regular';
    font-size: 26px;
    line-height: 1.6em;
    margin-bottom: 22px;
    color: #2A4B5A;
}

h4 {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    line-height: 1.6em;
    color: #575757;
    font-weight: 400;
}
h5 {
    font-family: 'Roboto-Regular';
    font-size: 20px;
    line-height: 1.6em;
    color: #2A4B5A;
    font-weight: 400;
}

hr {
    width: 80%;
    border-top: 1px solid black;
}

section {
    margin-top: 20px;
    padding: 20px;
}

.menu {
    background-color: #2A4B5A;
    min-height: 103px;
}

.logo {
    min-width: 200px;
}

.hero {
    background-color: black;
}

.button {
    background-color: #5e88a1;
    border: 1px solid #5e88a1;
    color: white;
    padding: 10px 25px;
}

footer {
    font-size: 18px;
    background-color: #2A4B5A;
    color: white;
    margin-top: 20px;
    padding: 20px;
}

footer a {
    text-decoration: underline;
    color: white;
}

.border-dark {
    border-color: #2A4B5A !important;
}
.footer-text-alignment-blockleft {
    text-align: left;
}
.footer-text-alignment-blockright {
    text-align: right;
}
@media screen and (max-width: 1076px) {
    .footer-text-alignment-blockright, .footer-text-alignment-blockleft  {
        text-align: center;
    }
    .p-3 {
        padding: 0px 1rem 0px 1rem !important;
    }
}