.phonesize {
    background: darkgrey;
    border: 14px;
    border-style: solid;
    border-width: medium;
    border-radius: 23px;
    border-color: teal;
}

.welcome {
    font-family: 'Euphoria Script', cursive;
    font-size: 50px;
    border-style: line;
    border: 30px;
    border-radius: 23px;
    border-color: teal;
    color: teal;
    background: lightsteelblue;
    text-indent: 12px;
}

.writes {
    font-family: 'Baskervville', serif;
    font-size: 25px;
    margin-left: -15%;
    margin-top: -7%;
    text-align: left;
    text-indent: 25%;
    margin-bottom: -7%;
    color: darkslategray;
}

.selection {
    font-family: 'Euphoria Script', cursive;
    font-size: 33px;
    border-color: teal;
    background: lightsteelblue;
    color: teal;
    text-indent: 30%;
}

.trades {
    font-family: 'Baskervville', serif;
    font-size: 20px;
    text-align: center;
    color: teal;
}


.button-box {
    font-family: 'Baskervville', serif;
    color: teal;
    display: grid;
    grid-template-columns: 1fr, 2fr;
    grid-template-rows: repeat(5, 15%);
    grid-row-end: auto;
    row-gap: 14px;
    column-gap: 14px;
}

.button-1 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 2;
    
}

.text1 {
    grid-column-start: 2;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 3;
    background: lightsteelblue;
    color: teal;
    border: 14px;
    border-style: solid;
    border-width: medium;
    border-radius: 23px;
    border-color: teal;
    text-indent: 4px;
    text-align: center;
    justify-content: center;
    font-size: 21px;
}

.button-2 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 3;
}
    
.text-2 {
    background: lightsteelblue;
    color: teal;
    border: 14px;
    border-style: solid;
    border-width: medium;
    border-radius: 23px;
    border-color: teal;
    text-indent: 4px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: 21px;
}

.button-3 {
    grid-column-start: 1;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 4;
}

.text-3 {
    background: lightsteelblue;
    color: teal;
    border: 14px;
    border-style: solid;
    border-width: medium;
    border-radius: 23px;
    border-color: teal;
    text-indent: 4px;
    text-align: center;
    justify-content: center;
    font-size: 21px;
}

.bottomPart {
    background-image: url("images/underwaterbg.jpg");
    background-size:cover;
    
    background-repeat: no-repeat;
    font-family: 'Baskervville', serif;
    color:turquoise;
}

.quill {
    border-radius: 15px;
    border-color: black;
    border-width: 9px;
    max-width: 200px;
}

.text-4 {
    text-align: center;
    font-size: x-large;
}

.text-5 {
    text-align: left;
    font-size: x-large;
}

.text-6 {
    text-align: right;
    font-size: x-large;
}

.text-7 {
    text-align: left;
    font-size: x-large;
}

.text-8 {
    text-align: center;
    font-size: x-large;

}

.contactform{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: left;
    position: relative;
    border: 2px solid lightblue;
    padding: 30px;
    width: 100%;
    top: 15px;
}

.contactform h2 {
    text-align: center;
    position: static;
}

form{
    width: 90%;
    max-width: 600px;
}

.input-group{
    margin-bottom: 20px;
    position: relative;
}

.input, textarea{
    width: 100%;
    padding: 5px;
    outline: 0;
    border: 1px solid lightblue;
    color: lightblue;
    background: transparent;
    font-size: 15px;
}

label{
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    padding: 10px;
    color: lightblue;
    cursor: text;
    font-family: 'Indie Flower', cursive;
    font-size: 19px;
    transition: 0.2s;
}

button{
    padding: 10px 0;
    color: lightblue;
    outline: none;
    background: transparent;
    border: 1px solid lightblue;
    width: 100%;
    cursor: pointer;

}

input:focus~label,
input:valid~label{
    top: -35px;
    font-size: 13px;
    color: lightblue;
}

textarea:focus~label,
textarea:valid~label{
    top: -35px;
    font-size: 13px;
}

.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

   .row label {
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        padding: 5px;
        color: black;
        cursor: text;
        font-family: 'Indie Flower', cursive;
        font-size: 18px;
        transition: 0.2s;
        height: 110%;
}

.row .input-group{
    flex-basis: 48%;
    color: darkcyan;
}

.herorow{    
    display: flex;
    flex-wrap: wrap;
    grid-template-columns: auto auto;
    grid-gap: 30px;
    position: absolute;
    border: 8px solid lightblue;
    padding: 30px;
    width: 100%;
    display: flex;
}

.blogspot {
    border-radius: 3px;
    border-color:aqua;
    padding: 5px;
    position: relative;
    bottom: 5px;
}

.aboutHeader {
    font-family: 'Baskervville', serif;
}

.aboutMeH2 {
    color:black;
}

.AboutMeH3 {
    font-size: 30px;
    width: 200px;
    transform: skewY(17deg);
    background-color: silver;
    border: 8px;
    border-radius: 80px;
    border-color: darkslateblue;
    text-align: center;
    color:darkcyan;
    margin-left: 35px;
    padding-top: 7px;
    padding-bottom: 7px;
}

.AboutMeH4 {
    color: black;
    margin-left: 85px;
}

.wordWall {

    font-family: 'Baskervville', serif;
    display: grid;
    grid-template-columns: fit-content(300px);
    grid-template-rows: minmax(0 400px) minmax(0 400px) minmax(0 400px) 1fr 1fr 1fr 1fr;
    min-width: 0;
    max-width: 600px;
    background-image: url(images/skynbubbles.jpg);
    background-size:cover;
    background-repeat: repeat-y;
     background-size: 600px;
    gap: 4px;    
    border: 10px;
    border-radius: 4px;
    border-color: white;
}



.wordWall img {
    width: 400px;
    border-radius: 100px;    

}

.wordBlock1 {

    max-height: 600px;
    min-width: 0;
    overflow-y: scroll;
    margin-left: 17px;

}

.wordBlock2 {
    max-width: 400px;
    min-width: 0;
}

.wordBlock3andaHalf {
    min-width: 400px;
    max-width: 600px;
    max-height: 600px;
    overflow-y: scroll;
    margin-left: 17px;
}

.wordBlock3 {
    object-fit: cover;
    width: 50%;
    max-height: auto;
}

.wordBlock4 img {
    max-width: auto;
}

.wordBlock4andaHalf { 
    min-width: 400px;
    max-width: 600px;
    max-height: 600px;
    overflow-y: scroll;

}

.wordBlock5 {
    max-width: 20%;
}



.navigation {
    display: grid;
    grid-template-columns: 25% 65%;
    column-gap: 15px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;   
    transition: 0.2s;
}

.imgmenudiv ul li {
    list-style: none;
}

.imgmenudiv img {
    max-width: 25%;
}

.navigation .imgmenudiv {

    width: 50%;
    height: 100%;
    justify-content: left;
    align-items: center;

}

.navigation .imgArea {

    width: 25%;
    height: auto;
    background: #4515b6;
    justify-content: right;
    align-items: center;
    border-right: 0;
}

.imgArea img {
    max-width: 45%;
}




@media only screen  and (min-width: 650px) {

    .phonesize {
        display: grid;
        grid-template-rows: 3;
    }

    .welcome {
        margin-top: 5px;
        font-size: 60px;
    }

    .writes {
        margin-top: 5px;
        z-index: 101;
    }

    .selection {
        margin-top: 40px;
    }

.button-box {
    row-gap: 48;
}

    .button-1 {
        margin-left: auto;
        margin-right: auto;
    }

    .button-2 {
        margin-left: auto;
        margin-right: auto;
    }

    .button-3 {
        margin-left: auto;
        margin-right: auto;
        align-items: center;
    }

    .bottomPart {
        background-image: url("images/underwaterbg2.jpg");
        background-size:cover;
        background-repeat: no-repeat;
        background-blend-mode: lighten;
        font-family: 'Baskervville', serif;
        color:turquoise;
    }

    .imagemenudiv {
        display: grid;
        grid-template-columns: 350px;
        grid-template-rows: repeat(7, 65%);
        row-gap: 15px;
        border-radius: 20px;
        border-width: 15px;
        border-color: darkblue;
        background-color: lightblue;
    }

    .imagemenudiv img {
        max-width: 100%;
    }
        
}





