@font-face {
    font-family: PlayfairDisplay;
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/PlayfairDisplay/PlayfairDisplaySC-Regular.ttf);
}

@font-face {
    font-family: PlayfairDisplay;
    font-weight: bold;
    font-style: normal;
    src: url(../fonts/PlayfairDisplay/PlayfairDisplaySC-Bold.ttf);
}

@font-face {
    font-family: Montserrat_Alternates;
    font-weight: normal;
    font-style: normal;
    src: url(../fonts/Montserrat_Alternates/MontserratAlternates-Medium.ttf);
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-size: 20px;
}

header, footer {
    background-color: #6B99B3;
    font-family: PlayfairDisplay;
}

.menu {
    font-family: PlayfairDisplay;
    font-weight: normal;
}


header .container-fluid {
    width: 100%;
}

header .container, footer .container {
    max-width: 1140px;
    margin: 0 auto;
}

.d-flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

header > .container {
    padding: 10px 20px;
  }

#logo {
    width: 100px;
    height: 100px;
}

header .container .menu a {
    text-decoration: none;
    margin: 0px 20px;
    color: black;
}

header .container .menu a:hover, .actmenu{
    color: #131e61!important;
    font-weight: 900;
    padding-bottom: 7px;
    border-bottom: 3px solid #131e61
}

.left {
    width: 50%;
    text-align: left;
}

.right {
    width: 50%;
    text-align: left;
    
}

.left > p {
    padding: 10px 20px;
}

.right img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.right div {
    justify-content: left;
    margin-bottom: 10px;
}

footer .copyrights {
    text-align: center;
    font-size: 1em;
}
footer > .container {
    padding: 10px 20px;
    flex-wrap: wrap;
}

