/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
   
   header, ol, ul {
	list-style: none;
}


/* mobile css */


/* tablet css */



.image1 {
    grid-area: img1;
    display: flex;
    justify-content: center;
    margin: auto;
}
.image2 {
    grid-area: img2;
    display: flex;
    justify-content: center;
    margin: auto;
    width:90%;
}
.Nav { text-align: center;

}
.icon {
    margin: 5px;
    color:black;
    cursor: pointer;
    font-size: 30px;
    padding-left: 5px;
}
.main-menu {
    /* display: none; */
    position: fixed;
    z-index: 5;
    top: 4em;
    right: 0px;
    width: 100%;
    transform: translateX(100%);
    transition: transform 1s;

}
.main-menu.active {
    display: block;
    transform: translateX(0);
}

.main-menu a {
    text-decoration: none;
    color:black;
    font-family:'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size:larger;
    font-weight:bolder
}

footer {
    background-color: rgb(73, 70, 70);
    width:100%;
    height: 4em;
    font-size: 20px;
    text-align: center;
    color:azure;
}
.hamb {
    display: flex;
    flex-direction: column;
    text-align: center;
    width:100%;
    background-color:white;
    color:black;

}

@media screen and (min-width:411px) and (max-width:1023px) {
       body { 
        background-color: white;
        background-size: cover;
        width: 100%;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }
    .contents {
        display: flex;
        list-style-type: none;
        width: 100%;
        align-items: center;
        color: black; 
    }
    .contents li a:hover{
        transition: 0.5s;
        transform: skewX(-5deg);
        letter-spacing: 2px;
    }
    .image2 {
        grid-area: img2;
        display: flex;
        justify-content: center;
        margin: auto;
        width:90%;
    }
    .contents li {

    text-align: center;
    height: 4em;
    display:flex;
    align-items: center;
    width: 20%;
    font-size: 2vw;
    padding:3%;
    color:black;


    }
    .contents a:link, a:visited {
    color:black;
    text-decoration: none;

    }
    .s {
        margin-left: 50px;
        font-size: 3vw;
        width:30%
        }
   .mainhome {
    margin: 0;
    padding-top: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 80%;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-areas:
    'title title'
    'img1 img1'
    'p1 p1'
    'p2 p2'
    'img2 img2'
    'p3 p3'
    'p4 p4'
;
    grid-template-columns: 50% 50%;
    grid-template-rows:100px 1fr 600px 600px 1fr 600px 600px;
   }

   .maincontact {
    margin: 0;
    padding-top: 4em;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: white;
    width: 80%;
    margin: auto;
    display: grid;
    justify-content: center;
    align-items: center;
    grid-template-areas:
    'ct ct'
    'map map'
    'ch ch'
    'cb cb'
    'cb cb';
    grid-template-columns: 50% 50%;
    grid-template-rows:100px 1fr 600px 800px 1fr 4em;

   }

   .mapc {
    grid-area: map;
    display: flex;
    justify-content: center;
    width: 180%;
    margin-top: 100px;
    margin-left: 10%;


   }
   #ContactF {
    width: 160%;
    height: 550px;
    background-color: white;
    line-height: 40px;
    color: black;
    background-color: white;
    border-style: none solid none solid;
    border-color: black;
    border-width:5px;
    margin-top: 50px;
    grid-area: cb;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    margin-left: 20%;
    border-style: none solid none solid;

   }
   #BodyContent {
    text-align: center;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bolder;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 180%;
    }
   #ContactHeading2 {
    color:black;
    grid-area: ch;
    font-size: 26px;
    padding-left: 100%;
    width:100%; margin-top: 100px;
    margin-bottom: 50px;
   }
   #ContactHeading1 {
    font-size: 25px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bolder;
    width: 200%;
    justify-content: center;

    margin-top: 1280px;
    color:black;
    margin-bottom: -50px;
    grid-area: ct;
    width:100%;
    margin-left: 50%;
    }
   #submitbutton {
    background-color: white;
    width: 200px;
    height: 40px;
    border-radius: 10px;
    color:rgb(0, 0, 0);
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
}
    .image1 {
        grid-area: img1;
        display: flex;
        justify-content: center;
        margin: auto;
        width:80%
    }
    
    

    header {
        background-color: white;
        width: 100%;
        margin:auto;
        height: 4em;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        position: fixed;
        color: black;
        transition: 1s;
        box-shadow: 5px 5px 10px black;
    }
    footer {
        background-color: rgb(73, 70, 70);
        width:100%;
        height: 4em;
        font-size: 20px;
        color:white;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }

   .icon {
    visibility: hidden;
   }
   nav ul {
    display:block;
    font-size: 3vw;
    }
    .mainsongs {
        margin: 0;
        padding-top: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 80%;
        margin: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
        'titlesong titlesong'
        'song1 song1'
        'song2 song2'
        'song3 song3'
        'song4 song4'
        'song5 song5';
        grid-template-columns: 50% 50%;
        grid-template-rows:100px 500px 500px 500px 500px 500px;
        
        
    }
    .titles {
        grid-area: titlesong;
        margin: auto;
        color:black;
        font-size: 40px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bolder;
        display: block;
        justify-self: center;


    }
    .songlist1{
        grid-area: song1;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        justify-content: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
    }
    .songlist1 h2{
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
    }
    .songlist2{
        grid-area: song2;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;

    }
    .songlist2 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    .songlist3{
        grid-area: song3;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .songlist3 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    .songlist4{
        grid-area: song4;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }
    .songlist4 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
    }
    .songlist5{
        grid-area: song5;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .songlist5 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}

}
/* computer css */
@media screen and (min-width:1024px){
    footer {
        background-color: rgb(73, 70, 70);
        width:100%;
        height: 4em;
        font-size: 20px;
        color:white;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }
    .mainsongs {
        margin: 0;
        padding-top: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 1024px;
        margin: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
        'titlesong titlesong'
        'song1 song2'
        'song3 song4'
        'song5 song5';
        grid-template-columns: 512px 512px;
        grid-template-rows:100px 500px 500px 500px;
        
        
    }
    .titles {
        grid-area: titlesong;
        margin: auto;
        color:black;
        font-size: 40px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bolder;


    }
    .songlist1{
        grid-area: song1;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
    }
    .songlist1 h2{
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
    }
    .songlist2{
        grid-area: song2;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;

    }
    .songlist2 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    .songlist3{
        grid-area: song3;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .songlist3 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    .songlist4{
        grid-area: song4;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }
    .songlist4 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
    }
    .songlist5{
        grid-area: song5;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .songlist5 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    body{
        background-color: white;
        background-size: cover;
        flex-direction: column;
        justify-content: center;
    }
    .contents li a:hover{
        transition: 0.5s;
        transform: skewX(-5deg);
        letter-spacing: 2px;
    }
    nav ul {
        display:block;
        font-size: 5vw;
    }
    .icon {
        visibility: hidden;
       }
       .contents {
            display: flex;
            list-style-type: none;
            width: 512px;
            align-items: center;
            color:black;  
    }
    .contents li {
    
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:120px;
        color: black;
        
        
    }
    .contents a:link, a:visited {
        color:black;
        text-decoration: none;
    
    }
    .mainhome {
        margin: 0;
        padding-top: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 1024px;
        margin: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
        'title title'
        'img1 img1'
        'p1 p2'
        'p3 p4'
        'img2 img2';
        grid-template-columns: 512px 512px;
        grid-template-rows:100px 1fr 1fr 1fr 1fr;
        
        
    }
    .maincontact {
        margin: 0;
        padding-top: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 1024px;
        margin: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
        'ct ct'
        'map map'
        'ch ch'
        'cb cb'
        'cb cb'
        'footc footc';
        grid-template-columns: 50% 50%;
        grid-template-rows:100px 1fr 600px 800px 1fr 4em;
    
       }
       .mainabout {
        margin: 0;
        padding-top: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 1024px;
        margin: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
        'at at'
        'img3 img3'
        'ap1 ap2';
        grid-template-columns: 50% 50%;
        grid-template-rows:100px 1fr 600px 800px 1fr 4em;
    
       }
       .mapc {
        grid-area: map;
        display: flex;
        justify-content: center;
        width: 180%;
        margin-top: 100px;
        margin-left: 10%;
    
       }
       
       #ContactF {
        width: 100%;
        height: 550px;
        background-color: white;
        border-style: none solid none solid;
        border-color: black;
        border-width:5px;
        line-height: 40px;
        color: black;
        grid-area: cb;
        display: block;
        justify-content: center;
        margin: auto;
        margin-left: 50%;
       }
       #BodyContent {
        text-align: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bolder;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        height: 180%;
    }
    #ContactHeading2 {
        color:black;
        grid-area: ch;
        font-size: 26px;
        padding-left: 100%;
        width:100%;
        margin-top:100px;
        margin-bottom:50px;
       }
       #ContactHeading1 {
        font-size: 30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bolder;
        text-align: center;
        margin-top: 1280px;
        width: 200%;
        display: flex;
        justify-content: center;
        color:black;
        margin-bottom: -50px;
        grid-area: ct;
    }
       #submitbutton {
        background-color: white;
        width: 200px;
        height: 40px;
        border-radius: 10px;
        color:black;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bold;
    }
    .image1 {
        grid-area: img1;
        display: flex;
        justify-content: center;
        margin: auto;
        width:100%;
    }
    header {
        background-color:white;
        width: 100%;
        margin:auto;
        height: 4em;
        display: flex;
        justify-content: space-around;
        align-items: center;
        text-align: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        position: fixed;
        color: black;
        box-shadow: 5px 5px 10px black;
    }
    .s {
        margin-left: -100px;
        font-size: 25px;
    }
}



@media screen and (max-width:410px){

    body {
        background-color:rgb(255, 255, 255);
        background-size: cover;
        display: flex;
        justify-content: center;
        flex-direction:column;
    }
    footer {
        background-color: rgb(73, 70, 70);
        width:100%;
        height: 4em;
        font-size: 20px;
        color:white;
        display: flex;
        justify-content: center;
        justify-content: space-evenly;
        align-items: center;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }
    .contents {
        display: none;
    }
    nav ul {
        display: flex;
    }

    .icon {
        margin: 5px;
        margin-left: 120px;
        color:white;
        cursor: pointer;
        font-size: 30px;
        padding-left: 5px;
        width: 410px;
        visibility: visible;
        display: block;
    }
        .mainhome {
            margin: 0;
            padding-top: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            width: 100%;
            margin: auto;
            display: grid;
            justify-content: center;
            align-items: center;
            grid-template-areas:
            'title title'
            'p1 p1'
            'img1 img1'
            'p2 p2'
            'p3 p3'
            'img2 img2'
            'p4 p4';
            grid-template-columns: 50% 50%;
            grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
        }
        .maincontact {
            margin: 0;
            padding-top: 4em;
            display: flex;
            justify-content: center;
            align-items: center;
            background-color: white;
            width: 100%;
            margin: auto;
            display: grid;
            justify-content: center;
            align-items: center;
            grid-template-areas:
            'ct ct'
            'map map'
            'ch ch'
            'cb cb'
            'cb cb';
            grid-template-columns: 50% 50%;
            grid-template-rows:100px 1fr 600px 800px 1fr 4em;
        
           }
           .footercontact{
            grid-area: footc;
           }
           .mapc {
            grid-area: map;
            display: flex;
            justify-content: center;
            width: 180%;
            margin-top: 100px;
            margin-left: 10%;
        
        
           }
           #ContactF {
            width: 100%;
            background-color: white;
            line-height: 40px;
            color: black;
            border-radius: 10px;
            margin-top: 50px;
            grid-area: cb;
            display: block;
            justify-content: center;
            margin: auto;
            margin-left: 50%;
        
           }
           #BodyContent {
            text-align: center;
            font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight:bolder;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-direction: column;
            height: 180%;
        }
           #ContactHeading2 {
            color:black;
            grid-area: ch;
            display: flex;
            justify-content: center;
            text-align: center;
            margin-top: 100px;
            margin-bottom: 50px;
            margin-left:100%;
            width:100%;
           }
           #ContactHeading1 {
            font-size: 30px;
            font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight:bolder;
            text-align: center;
            margin-top: 1280px;
            color: black;
            margin-bottom: -50px;
            grid-area: ct;
            margin-left:50%;
            width:100%;
        }
           
           #submitbutton {
            background-color: white;
            width: 100px;
            height: 30px;
            border-radius: 10px;
            color:black;
            font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            font-weight:bolder;}
        .image1 {
            grid-area: img1;
            display: flex;
            justify-content: center;
            margin: auto;
            width:400px;
        }
        .image2 {
            grid-area: img2;
            display: flex;
            justify-content: center;
            margin: auto;
            width:400px;
        }

        header {
            background-color:white;
            width: 100%;
            margin:auto;
            height: 4em;
            display: flex;
            justify-content: space-around;
            align-items: center;
            text-align: center;
            font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
            position: fixed;
            color: black;
            box-shadow: 5px 5px 10px black;
        }
        .s {
            margin-left: 30px;
            font-size: 20px;
            width: 400px;
        }
        p {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
        }


    .p1 {
        grid-area: p1;
        font-size: 16px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bold;
        text-align: center;
        margin-top: 50px;
        color:black;
        margin-bottom: 50px;
    }

    .p2 {
        grid-area: p2;
        font-size: 16px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bold;
        text-align: center;
        margin-top: 16px;
        color: black;
        margin-bottom: 50px;
    }
    .p3 {
        grid-area: p3;
        font-size: 16px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bold;
        text-align: center;
        margin-top: 16px;
        color:black;
        margin-bottom: 50px;
    }
    .p4 {
        grid-area: p4;
        font-size: 16px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bold;
        text-align: center;
        margin-top: 50px;
        color:black;
        margin-bottom: 50px;
    }
    .title {
        grid-area: title;
        font-size: 30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight:bold;
        text-align: center;
        margin-top: 50px;
        color:black;
        margin-bottom: 50px;

        
    }

    .icon {
        margin: 5px;
        color:rgb(0, 0, 0);
        cursor: pointer;
        font-size: 30px;
        padding-left: 5px;
        width:40px;
        visibility: visible;
    }


    .mainsongs {
        margin: 0;
        padding-top: 4em;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: white;
        width: 100%;
        margin: auto;
        display: grid;
        justify-content: center;
        align-items: center;
        grid-template-areas:
        'titlesong titlesong'
        'song1 song1'
        'song2 song2'
        'song3 song3'
        'song4 song4'
        'song5 song5';
        grid-template-columns: 50% 50%;
        grid-template-rows:100px 500px 500px 500px 500px 500px;
        
        
    }
    .titles {
        grid-area: titlesong;
        margin: auto;
        color:black;
        font-size: 40px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bolder;
        display: block;
        justify-self: center;


    }
    .songlist1{
        grid-area: song1;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        justify-content: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
    }
    .songlist1 h2{
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
    }
    .songlist2{
        grid-area: song2;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;

    }
    .songlist2 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    .songlist3{
        grid-area: song3;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .songlist3 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
    .songlist4{
        grid-area: song4;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    }
    .songlist4 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;
    }
    .songlist5{
        grid-area: song5;
        text-align: center;
        height: 4em;
        display:flex;
        align-items: center;
        width:400px;
        color: black;
        font-size: 20px;
        margin: auto;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    }
    .songlist5 h2{        
        color:black;
        grid-area: ch;
        font-size: 26px;
        margin-top:100px;
        margin-bottom:30px;
        font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
        font-weight: bold;}
}


p {font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.p1 {
    grid-area: p1;
    font-size: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    text-align: center;
    margin-top: 50px;
    color:black;
    margin-bottom: 50px;
}

.p2 {
    grid-area: p2;
    font-size: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    text-align: center;
    margin-top: 16px;
    color:black;
    margin-bottom: 50px;
}
.p3 {
    grid-area: p3;
    font-size: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    text-align: center;
    margin-top: 16px;
    color:black;
    margin-bottom: 50px;
}
.p4 {
    grid-area: p4;
    font-size: 16px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    text-align: center;
    margin-top: 50px;
    color:black;
    margin-bottom: 50px;
}
.title {
    grid-area: title;
    font-size: 30px;
    font-family:system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:bold;
    text-align: center;
    margin-top: 50px;
    color: black;
    margin-bottom: 50px;
}
.logo {
    width: 5%;
}
