body {
    margin: 0;
    /* font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif'; */
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif */
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    font-weight: bold;
}

.logo, .logo2 {
    width: 100px;
    height: 60px;
}

.logo2 {
    width: 350px;
}

header {
    background-color: #666;
    padding: 0;
    margin: 0;
}

ul {
    list-style-type: none;
    display: flex;
    justify-content: space-between;
    padding: 0;
    margin: 0;
}

.contact-me {
    width: 300px;
    padding: 20px;
    text-align: right;
    border: 1px dotted #666;
    margin-left: auto;
}

.contact-icons {
    display: flex;
    justify-content: space-around;
}

.container {
    background-image: url('img/map_bg/bg1.png');
    background-attachment: fixed;
    background-size: 100vw 100vh;
    background-repeat: no-repeat;
    height: 730px;
    position: relative;
}

.map {
    width: 80%;
    margin: 0px auto ;
    /* background-color: aqua; */
    position: absolute;
    top: 40%;
    left: 10%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.card {
    margin-top: 10px;
    width: 222px;
    /* background-color: azure; */
    display: flex;
    justify-content: space-around;
    padding: 0;
    text-align: center;
    /* color: #2b2839; */
    color: #fff;
    border: 1px dotted #d8cefe;
    border-bottom: 6px solid #d8cefe;
    /* background: #ddebf6; */
    background: #0000005e;;
}

p {
    color: #c2f0dd;
}

.content {
    display: inline-block;
    padding: 0 5px 0 20px;
}

.avatar {
    width: 65px;
    padding: 5px;
}

h3 {
    /* font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif */
    font-family: 'Gill Sans', 'Gill Sans MT', 'Calibri', 'Trebuchet MS', 'sans-serif';
    font-size: 12px;
}

p {
    font-size: 10px;
}

.card:hover  {
    border-bottom: 6px solid #201f1e4a;
    background-color: #00000075;
}

.card:hover p {
    color: rgb(105, 248, 131);
    font-size: 11px;
}

.card:hover h3 {
    color: rgb(255, 247, 8);
    font-size: 14px;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-weight: bolder;
}