body{
    background-image: url("back.jpg");
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
font-family: 'Baskervville', Sans-serif;
font-size: 14px;
  line-height: 1.6em;
  margin: 0;
  
}

header.fixed {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #a8a8a8;
    z-index: 1000;
  }
.header-logo-img {
    width: 100px;
}
.header-menu { display: none;
}
a {
    color: #064778;
}
.center{
    text-align: center !important;
}
.title {
    font-size: 1.7em;
    color: #064778;
    font-weight: bold;
}
section{
    text-align: center;
}

.text p {
    text-align: justify;
    font-size: 18px;
}
.text {
    padding: 30px;
    
    background-color: #FFFFFF87;
}
.text:hover{
   background-color: #fff
}
.portait{
    margin:30px;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.portait img{
    width: 210px;
    height: 210px;
}
.qr {
    text-align: right;
  width: 80%;
  margin: auto;

}

.contact p {
    font-size: 16px;

}

.contact {
    padding: 30px;
}


footer {
    text-align: center;
    
}

.social {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
    
}

header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 20px;
}

header a {
    font-size: 18px;
    color: rgba(0, 0, 0, 0.664);
    font-weight: bold;
}
.header-social {
width: 80%;
margin: auto;
}

.header-first span {
    font-size: 28px;
    color: #053a63;
    font-weight: bold;
}

.header-first {
    text-align: center;
    padding-top: 60px;
}



@media (max-width: 750px) {
   
.portait { display: block;
}
.qr {
    text-align: center;
}

.social {
    display: block;
}
.social a {
    margin: 10px;
    display: block;
}
.header-social {
    display: none;
}
.header-menu {
    display: block;
}

header {
    justify-content: space-between;
}
}
