@charset "UTF-8";
#container {
    width: 960px;
    margin-left: auto;
    margin-right: auto;
    background-color: #FFF7E9;
    border-radius: 100px;
}
a:link,a:visited {
    color: #333333;
}
a:hover,a:active {
    color: #FFF7E9;
}
h1 {
    text-align: center;
    font-family: yesteryear;
    font-style: normal;
    font-weight: 400;
}
#tagline {
    font-family: wire-one;
    font-style: normal;
    font-weight: 400;
}

#container header {
    font-family: baumans;
    font-style: normal;
    font-weight: 400;
    background-color: #DABFA0;
    padding-top: 1px;
    padding-bottom: 1px;
    border-top-right-radius: 90px;
    border-top-left-radius: 90px;
    font-size: 1rem;
    border-bottom: 2px dashed #333333;
}
#topNav ul  {
    list-style-type: none;
    text-align: right;
    margin-right: 80px;
}
#topNav ul li {
    display: inline-block;
    margin-left: 30px;
    font-size: 1.1rem;
}

#Introduction {
    margin-top: 30px;
    margin-bottom: 30px;
}


#Introduction img {
    border-radius: 90px;
    width: 960px;
}


#Introduction p {
    width: 415px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#travel  {
    width: 960px;
    height: 300px;
    background-color: #E39628;
    border-radius: 90px;
    margin-bottom: 30px;

}

#travel img  {
    float: right;
    display: block;
    width: 480px;
    height: 300px;
    border-radius: 90px;




}
#travel h2  {
    display: inline-block;
    margin-left: 200px;
    margin-top: 30px;
}
#travel p  {
    display: block;
    text-align: left;
    margin-top: 0px;
    padding-left: 40px;
    width: 295px;
    margin-left: 60px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#travel a {
    padding-left: 200px;
    padding-bottom: 0px;
}
#charity   {
    width: 960px;
    height: 300px;
    background-color: #A1F7F3;
    border-radius: 90px;


}
#charity img {
    float: left;
    width: 480px;
    height: 300px;
    border-radius: 90px;
}
#charity a {
    margin-left: 180px;


}

#charity p  {
    width: 306px;
    margin-left: 560px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#charity h2  {
    width: 0px;
    display: inline-block;
    margin-left: 180px;
    margin-top: 30px;

}

#container footer {
    background-color: #DABFA0;
    margin-top: 90px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;
    border-top: 2px dashed #333333;

}
#about1 {
    margin-top: 30px;
    margin-bottom: 30px;
    border-bottom: 2px solid #E39628;
    padding-bottom: 30px;
}
#about1 h2 {
    text-align: left;
    margin-left: 126px;
}

#about1 img {
    width: 460px;
    float: right;
    margin-left: 50px;
    margin-right: 50px;
    border-radius: 90px;
    padding-left: 0px;
}
#about1 p {
    width: 230px;
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    padding-left: 110px;
}




footer ul li {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
}
footer ul {
    list-style-type: none;
    text-align: center;
}
main h2 {
    text-align: center;
    color: #333333;
    font-family: yesteryear;
    font-style: normal;
    font-weight: 400;
    font-size: 1.8rem;

}

.tiers-container   {
    max-width: 960px;
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #A1F7F3;
}

.tiers-container .tiers h3 {
    text-align: center;
}

.tiers {
    margin-top: 20px;
    margin-bottom: 40px;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #DABFA0;
    flex-basis: 30%;
    margin-left: 10px;
    margin-right: 10px;
}
.tiers p {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
.tiers ul li {
    font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

.galery-container {
    margin-top: 28px;
	display: flex;
    justify-content: space-between;
}
.gallery {
    margin-top: 0px;
    flex-basis: 30%;
    margin-left: 10px;
    margin-right: 10px;
    border-bottom-left-radius: 87px;
    border-bottom-right-radius: 87px;
    border-top-right-radius: 87px;
    border-top-width: 2px;
}
.gallery img {
    border-radius: 50px;
}
