
/*Page Text and Body CSS*/

body {
    background-color:rgb(102, 159, 233);
}

h1 {
    font-family:sans-serif;
    color: aliceblue;
    margin-left: auto;
    margin-right: auto;
}

h2,h3,p,figcaption,footer {
    font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: honeydew;
}

.FancyStuff {
    font-family: cursive;
    text-align: center;
    font-size: small;
    color: rgb(41, 41, 41);
}

.SectionName {
    margin-left: 10%;
}

/*Frame CSS*/

.ThyContainer {
    display: flex;
    justify-content:center;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: center; 
}

.FrameTitle {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
}

.CuteFrameIcons {
    display: block;
    margin-right: auto;
    margin-left: auto;
    
    max-width: 50%;
    max-height: 50%;
}

.CutePriceIcons,.CuteFooterIcons {
    width: 15px;
    height: 15px;
}

.Footer {
    text-align: center;
}

.AboutMe {
    width: 70%;
    background-color: rgba(240, 255, 255, 0.13);
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 400px;
    margin-top: 30px;

    margin-right: 20px;
    margin-left: 20px;

    border: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0);

    transition: all 0.3s ease-out;
    animation: WooshFromTheLeft 1s ease-out;
}

.Availibility {
    width: 30%;
    background-color: rgba(240, 255, 255, 0.13);
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 400px;
    margin-top: 30px;

    margin-right: 20px;
    margin-left: 20px;

    border: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0);

    transition: all 0.3s ease-out;
    animation: WooshFromTheTop 1s ease-out;
}

.Past-Works {
    width:65%;
    background-color: rgba(26, 68, 206, 0.13);
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 800px;
    max-height: 500px;
    margin-top: 30px;

    margin-left: auto;
    overflow-y: scroll;
    margin-right: auto;
}


.PaymentInfo {
    width: 50%;
    background-color: rgba(240, 255, 255, 0.13);
    border-radius: 25px;
    padding-left: 25px;
    padding-right: 25px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 400px;

    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;

    border: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0);

    transition: all 0.3s ease-out;
    animation: WooshFromTheRight 1s ease-out;
}


.Contact-Info {
    background-color: rgba(109, 95, 172, 0.13);
    border-radius: 25px;
    padding-left: 50px;
    padding-right: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    max-width: 500px;
    max-height: 300px;
    width: 50%;
    text-align: center;

    margin-top: 30px;
    margin-right: 20px;
    margin-left: 20px;

    border: solid;
    border-width: 0;
    border-color: rgba(0,0,0,0);

    transition: all 0.3s ease-out;
    animation: FadeIn 2s ease-out;
}


.CommissionsPriceFrame {
    background-color: rgba(240, 255, 255, 0.13);
    border-radius: 25px;
    padding: 2%;
    max-width: 400px;
    margin-bottom: 25px;
    margin-right: auto;
    margin-left: auto;
}

.JobType {
    display: inline-block;
    width: 40%;
}

.JobPrice {
    display: inline-block;
    text-align: right;
    width: 60%;
}

.PastWorkMedia {
    background-color: rgba(240, 255, 255, 0.13);
    border-radius: 25px;
    padding: 15px;
    margin-right: 20px;
    display: inline-block;
    text-align: center;
    color: rgb(5, 34, 53);
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;

    border: solid;
    border-width: 1px;
    border-color: rgba(255, 255, 255, 0.37);
}

/*Animations*/

@keyframes FadeIn {

    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes WooshFromTheLeft {

    from {
        transform: translate(-1000px);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }

}

@keyframes WooshFromTheTop {

    from {
        transform: translateY(-1000px);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }

}

@keyframes WooshFromTheRight {

    from {
        transform: translate(1000px);
        opacity: 0;
    }

    to {
        transform: translate(0);
        opacity: 1;
    }

}

/*Events and stuff*/

a {
    color: paleturquoise;
}

a:hover{
    color: aliceblue;
}

::-webkit-scrollbar {
    width: 5px;
}

::-webkit-scrollbar-track {
    margin-block: .55em;
}

::-webkit-scrollbar-thumb {
    background: rgb(76, 93, 104);
    border-radius: 25px;
}

.Contact-Info:hover {
    transform: translateY(-5px);
    border-color: rgba(0, 217, 255, 0.356);
    border-width: 1px;
}

.PaymentInfo:hover {
    transform: translateY(-5px);
    border-color: rgba(105, 245, 198, 0.356);
    border-width: 1px;
}

.Availibility:hover {
    transform: translateY(-5px);
    border-color: rgba(105, 245, 198, 0.356);
    border-width: 1px;
}


.AboutMe:hover {
    transform: translateY(-5px);
    border-color: rgba(105, 245, 198, 0.356);
    border-width: 1px;
}