.Gallery
{
    margin: 0 auto;
    width: 450px;
    height: 300px;
    position: relative;
    top: 150px;
    perspective: 1000px;
}

.carousel
{
    height: 100%;
    width: 100%;
    position: absolute;
    transform-style: preserve-3d;
    transition: transform 1s;
}

.item
{
    display: block;
    position: absolute;
    background: #000;
    color: #FFF;
    opacity: 0.95;
    border-radius: 10px;
}

.a {
    transform: rotateY(0deg) translateZ(450px);
}

.b {
    transform: rotateY(60deg) translateZ(450px);
}

.c {
    transform: rotateY(120deg) translateZ(450px);

}

.d {
    transform: rotateY(180deg) translateZ(450px);
}

.e {
    transform: rotateY(240deg) translateZ(450px);
}

.f {
    transform: rotateY(300deg) translateZ(450px);
}

body
{
    font-family: 'Arial';
}
nav
{
    display: inline-block;
}

.Top_Bar
{
    height: 90px;
    
    background-color: #6666ff;

    display: block;
}

.Logo div
{
    font-size: x-large;
    width: 150px;
}
#Logo_Upper
{
    font-family: 'Agency FB';
    font-weight: 100;
    font-size: xx-large;

    text-align: center;
    margin-top: 5px;

    color: #ffffff;
}
#Logo_Lower
{
    font-family: 'Arial';

    text-align: center;

    margin-top: -10px;
    border: 5px;
    border-style: solid;
    border-radius: 10px;
    border-color: #6666ff;

    color: #6666ff;
    background-color: #ffffff;
}
.Logo i
{
    position: relative;
    top: -31px;

    border: solid #6666ff;
    border-width: 0 3px 3px 0;
    padding: 4px;

    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);

    display: inline-block;
}

.Top_Bar nav
{


    float: right;

    margin: 1% 4%;
}

.Top_Bar button
{
    float: right;

    font-size: small;

    text-align: center;
    text-decoration: none;

    border: none;
    border-radius: 5px;
    padding: 6px 24px;
    margin: 34px 5px;

    color: #6666ff;
    background-color: #ffffff;

    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
    cursor: pointer;

    display: inline-block;
}
.Top_Bar button
{
    border: 1px solid #ffffff;

    color: #ffffff;
    background-color: #6666ff;
}
.Top_Bar button:hover
{
    color: #6666ff;
    background-color: #ffffff;
}
@media only screen and (max-width: 600px) {
    .Top_Bar button {
        margin: 4px -10px;
    }
}

.Nav_Bar
{
    display:block;
}
.Nav_Bar nav
{
    text-align: center;

    width: 100%;
    height: 51px;
}

.Introduction
{
    position: relative;
    top: 200px;

    text-align: center;

    padding: 20px 0px;
    border: 2px solid #e6e6e6;

    color: #999999;
    background-color: #f2f2f2;

    display:block;
}
.Introduction h2 a
{
    color: #6666ff;
}
.Introduction h2 a:hover
{
    color: #3333ff;

    font-weight: 600;
}