@charset "UTF-8";
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
body {
    font-style: normal;
    font-weight: 400;
    font-family: 'Arimo', sans-serif;
    font-size: 1em;
    text-align: center;
}
header {
    background-color: rgba(173,170,170,0.47);
    border-radius: 10px;
    padding-top: 5px;

}
a:link,a:visited {
    color: #333333;
}
a:hover,a:active {
	color: #7D3E3E;
}
h1, h2, h3, h4, h5, h6 {
    font-family: 'Righteous', cursive;
    font-style: normal;
    font-weight: 400;
    width: 424px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
section {
	margin-top: 50px;
	margin-bottom: 50px;
}
#topNav ul {
    list-style-type: none;
    text-align: right;
    background-color: undefined;
}
#topNav ul li {
    display: inline-block;
    margin-left: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
    font-size: 1.15em;
}
main section #intro {
}
#intro {
    padding-top: 10px;
    padding-bottom: 10px;
}






#intro img {
    border-radius: 15px;

}
#intro p {
    width: 344px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: rgba(173,170,170,0.47);
    border-radius: 15px;
}
#profile h2 {
    text-align: center;
}
#profile .list h3 {
    width: 250px;
    text-align: center;

}

#profile {
    max-width: 960px;
    display: flex;
    margin-top: 20px;
    margin-bottom: 40px;
    background-color: rgba(173,170,170,0.47);
    border-radius: 15px;
	
}
#profile .list {
    padding:20%
    margin-bottom: 20px;
    flex: 1;
    

}
h2 {
}

.list ul li {
    text-align: left;
    width: 250px;
}


#profile .list p {
    width: 250px;
    font-weight: normal;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
#gallery {
    padding-top: 10px;
    padding-bottom: 20px;
    background-color: rgba(173,170,170,0.47);
    border-radius: 15px;

}

#gallery p {
    width: 330px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}





#gallery img {
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 10px;
}
footer {
    background-color: rgba(173,170,170,0.47);
    border-radius: 10px;
}
footer ul {
	list-style-type: none;
}
footer ul li {
    display: inline-block;
    margin-left: 5px;
    margin-right: 5px;
    padding-bottom: 10px;
}
