@font-face {
	font-family: "Atkinson";
	src: url("/fonts/Atkinson-Hyperlegible-Regular-102a.woff2") format("woff2"),
	src: url("/fonts/Atkinson-Hyperlegible-Regular-102.woff") format("woff"),
	src: url("/fonts/Atkinson-Hyperlegible-Regular-102.tff") format("truetype");
	font-weight: normal;
	font-style: normal;
}



body {

    font-family: "Atkinson", Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 0;
    background-color: #f4f4f4;
    color: #333;
}

.bg {
background-image: url('hexagon_background.svg');
background-size: auto 100%;
background-repeat: repeat-y;
background-position: center;
width: 100%;
min-height: 100vh;

}

.container {
    width: 60%;
	max-width: 1200px;
    margin: auto;
    overflow: hidden;
}

header {
    background: #4a90e2;
    color: #fff;
    padding: 20px 0;
    min-height: 70px;
    border-bottom: #3a79d1 3px solid;
}

header h1, header p {
    display: block;
    text-align: center;
    margin: 0;
}
#about {
    padding: 40px 0 0 0;
    text-align: center;
}

header .container  {
  display: block;
}

#about .container {
 display: flex;
 flex-wrap: wrap;
 justify-content: center;
 align-items: flex-start;
 text-align: left;
}
.container {
background-color: rgba(255, 255, 255, 0.7);
 padding: 30px;
 max-width: 100%;
 box-sizing: border-box;
}

header .container {
background-color: inherit;
}



.container p {
    margin: 10px 0;
}
blockquote {
    background-color: rgba(58, 121, 209, 0.1);
    padding: 15px;
}
blockquote footer {
    background-color: rgba(58, 121, 209, 0.0);
    font-size: 0.9em;
    text-align: right;
    color: inherit;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    text-align: left;
}

.profile-photo {
 
flex: 0 0 auto;
   width: 240px;
    height: 360px;
    border-radius: 5%;
    margin: 20px 20px;
}

.about-text{
	flex: 1;
min-width: 300px;
    max-width: 600px;
margin-right: 20px;
}
#about h2 {
    margin-top: 0;
}

#about ul {
    list-style: none;
    padding: 0;
}

#about ul li {
    padding: 10px 15px;
    margin-bottom: 10px;
    background: #fff;
    border-radius: 5px;
    font-weight: bold;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  }

header a {
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    border-bottom: none;
}
header a:hover {
    background-color: #3a79d1;
}

a {
    
        color: #333;
        text-decoration: none;
        font-weight: bold;
        border-bottom: 2px dotted #3a79d1;
}
a:hover {
    background-color: #ddddff;
}
#contact {
    padding: 0px 0;
    text-align: center;
}

#contact .container {
background-color: rgba(255,255,255,0.7);
 padding: 30px;
max-width: 100%;
}

#contact h2 {
    margin-bottom: 20px;
}

#contact a {
    color: #333;
    text-decoration: none;
    font-weight: bold;
    border-bottom: 2px dotted #3a79d1;

}

#contact a:hover {
    text-decoration: underline;
    background-color: #ddddff;
}

footer {
    text-align: center;
    padding: 20px 0;
    background: #333;
    color: #fff;
    
}

@media (max-width: 768px) {
 .container {
  width: 95%;
 }

 #about .container, #contact.container {
  padding: 15px;
 }

 .profile-photo {
  width: 100%;
  height: auto;
  margin: 10px 0;
 }

 .about-text {
  min-width: 100%;
  max-width: 100%;
  margin-right: 0;
 }

 header {
  padding: 10px 0;
 }

 header h1 {
  font-size: 1.5rem;
 }

 #about ul li {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 0.9rem;
 }
}
