/* Universal Page */

svg.banner {
    width: 50%;
    height: auto;
}

body {
    margin: 0px;

    @font-face {
        font-family: "Happy birthday Regular";
        src: url('Happy birthday Regular.ttf'), url('Happy birthday Regular.eot')
    }

    @font-face {
        font-family: "Arial Rounded MT Bold";
        src: url('ARLRDBD.ttf'), url('Arial Rounded MT Bold.eot')
    }
}

a img {
    border: 0px;
    align = right;
}


nav {
    text-align:center;
    overflow:auto;
    word-spacing: 6em;
}

    
/* Navigation Bar */

#NaviBar {
    z-index: 10;
    position: fixed;
    top: 0;
}


#NaviBarBottom {
    img
{
    max-width: 100%;
}
}

#NaviBarImg {
    img
{
    max-width: 100%;
}
}


#LinkRow {
    z-index: 100;
    position: relative;
    top: -3.25vw;
    margin: 0px 0px 0px 0px;
    padding: .5vw 10.5vw .5vw 10.5vw;
    font-family: Arial Rounded MT Bold;
    font-size: 2vw;
}

#TextRow {
    font-family: KG Life is Messy;
    font-size: 22pt;
    color: #6b82c3;
    margin: 0px;
}

#BlankSpace {
    width: 100%;
    height: 11vw;
}




/* FooterBar */

#FooterClear {
    margin: -.5vw 0vw -.5vw 0vw;
    img

{
    max-width: 100%;
}

}

#FooterBar {
    z-index: 10;
    background-color: white;
    position: fixed;
    width: 100%;
    height: 8.5%;
    bottom: 0;
}

#Socials {
    img

{
    max-width: 3%
}

}

#Footer {
    height: 90px;
    background-repeat: repeat-x;
    text-align: center;
    font-size: 8pt;
}


/* Galler Page */


#MainCover {
    margin: 0px;
}



a:link {
    color: #4a25a4;
    text-decoration: none;
}

a:visited {
    color: #4a25a4;
    text-decoration: none;
}

a:hover {
    color: #ffffff;
    text-decoration: none;
}

a:active {
    color: #4a25a4;
    text-decoration: none;
}


#CentralView {
    width: 980px;
    margin-left: 0;
    margin-right: 0;
}

#Content {
    margin-left: auto;
    margin-right: auto;
    width: 80%;
    align-content: center;
}


.Gallery {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}
.Gallery img {
    max-width: 25%;

}
/*
.Gallery > li {
    flex-basis: 350px; 
}

    .Gallery li img {
        object-fit: cover;
        max-width: 100%;
        height: auto;
        vertical-align: middle;
        border-radius: 5px;
    }


    #Gallery img {
        /*     
    
    width: 15vw;
    max-width: 100%;
    max-height: 10%;
       */
    }

*/
#MainPics {
    position: relative;
}

#innercp {
    position: absolute;
    left: 50%;
}

#imagescp {
    position: relative;
}




/* Contact page */

        input [type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px solid #feb9af;
    border-radius: 4px;
    box-sizing: border-box;
    margin-top: 6px;
    margin-bottom: 10px;
    resize: none;
}

input[type=submit] {
    background-color: #ca1d6b;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 2.2vw;
     
}


input[type=submit]:hover {
    background-color: #f62c61;
}

.container {
    font-family: Arial Rounded MT Bold;
    font-size: 40px;
    color: #93125d;
    margin: auto;
    background-color: #ffe7d9;
    padding: 10px;
    width: 50%;
}
.subcontainer {
    font-size: 15px;
}