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: 2;
    border-color:black;
    border-style: solid;

}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}


            /*web*/

img{
    width: 100%
}
#logo{
    width: 90%
}
.topnav { /* transitions on menu itmes*/
    overflow: hidden;
    background-color: #92461072;
    position: relative;

    display:flex;
    justify-content: space-between;
    padding-right: 10px;
}

.topnav a {
    float: left;
    display: block;
    color: black;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
    font-size: 400%;


    transition: transform .3s ease-in-out, color 0.3s ease-in-out;
      transform: scale(1);


}
.topnav a:hover {
	background-color: #ddd;
    transform: scale(1.05);
    transition: .5s ease;
}
h1{
    font-family: "Leckerli One", cursive;
    font-size: 100px;
    text-align: center;

    margin-top: 50px;
    margin-bottom:50px;
}





footer{
	font-size: 85%;
	background-color: #04AA6D;
	padding-left: 16px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;

    /*make stick to bottom*/
}
#facebook{
    width: 10%;
}
/*Main*/              /*Main*/

.topnav a:hover {
    background-color: #ddd;
    transform: scale(1.05);
    transition: .5s ease;
}

.topnav #myLinks{
    margin-top: auto;
    margin-bottom: auto;
}

/*main*/      /*main*/
#InfoMain{




    margin-top: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#InfoMain2{



    display: flex;
    flex-direction: column;
    align-items: center;
}



/*/Main*/             
/*About*/             /*About*/

#Members{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10%;
    padding-right: 10%;


    display: grid;
    grid-template-columns: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto auto;

}
#room-head{
    grid-area: 1 / 1 / 2 / 9;
    border-style: solid;
    border-color: black;
}
#bios{
    grid-area: 2 / 3 / 20 / 20;
}
/*roompics*/

#MRob{
    grid-area: 2 / 2;
}
#Ggor{
    grid-area: 3 / 2;
}
#Bthor{
    grid-area: 4 / 2;

}
#Jovr{
    grid-area: 5 / 2;
}
#pepe{
    grid-area: 6 / 2 ;
}
#Dyar{
    grid-area: 7 / 2;
}
#Rmil{
    grid-area: 8 / 2;
}
#Jnus{
    grid-area: 9 / 2;
}
#Clook{
    grid-area: 10 / 2;
}

#Dsmi{
    grid-area: 11 / 2;
}

#Jo-ann{
    grid-area: 12 / 2;
}
li{
    padding-left: 50px;
}


/*Port*/             /*Port*/


#PortVids{
    display: flex;
    justify-content: center;
    column-gap: 10px;

    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
#PortInfo{
    display: flex;
    flex-direction: column;
    align-items: center;


    margin-top: 50px;
    margin-bottom: 20px;
    margin-left: 30px;
    margin-right: 30px;
}


/*Discography*/
#SongList{
    display: grid;
    grid-template-areas: auto auto auto auto auto;

    margin-right: 100px;
    margin-left: 100px;

    background-color: rgb(128, 128, 128, 0.1)



}
#set1{
    display: grid;
    grid-area: 1 / 2;

    text-align: center;

    padding: 5px;


}
#set2{
    grid-area: 1 / 4;

    text-align: center;
    padding: 5px;

}
#set3{
    grid-area: 2 / 2;
    padding-top:10px;

    text-align: center;
    padding: 5px;

    
}
#set4{
    grid-area: 2 / 4;
    padding-top:10px;

    text-align: center;
    padding: 5px;

}
#set5{
    grid-area: 3 / 3;
    margin-bottom: 30px;

    text-align: center;
    padding: 5px;

}
#ContactLink{
    font-family: "Leckerli One", cursive;

    text-align: center; 
    font-size: 550%;
}


/*COntact*/
form{
    text-align: center;
    margin-top: 25px;

    font-size: 250%;
}
/*  footer*/
footer{
    font-size: 85%;
    background-color: #04AA6D;
    padding-left: 16px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 30px;

    /*make stick to bottom*/
}



@media screen and (max-width: 410px) {
    .topnav a {
        float: none;
        width: 100%;
        font-size: 140%;

        display: flex;
        flex-direction: column;
  
  
        
    }
    p{
        font-size: 50%
    }
    h1{
        font-size: 15px;
    }
    h2{
        font-size: 30px;
    }

    /*main*/      /*main*/
    #ContactLink{
        font-family: "Leckerli One", cursive;

        text-align: center; 
        font-size: 350%;

    }



    /*discography*/       /*disc*/
    #SongList{
        display: grid;
        grid-template-areas: auto auto auto auto auto;

    
        margin-right: 100px;
        margin-left: 100px;
    
        background-color: rgb(128, 128, 128, 0.1)
    
    
    
    }
    #set1{
        grid-row: 1 / 2;
    
        text-align: center;
    
        padding: 5px;
    
    
    }
    #set2{
        grid-row: 1 / 4;
    
        text-align: center;
        padding: 5px;
    
    }
    #set3{
        grid-row: 2 / 2;
        padding-top:10px;
    
        text-align: center;
        padding: 5px;
    
        
    }
    #set4{
        grid-row: 2 / 4;
        padding-top:10px;
    
        text-align: center;
        padding: 5px;
    
    }
    #set5{
        grid-row: 3 / 3;
        margin-bottom: 30px;
    
        text-align: center;
        padding: 5px;
    
    }


    /*Main*/       /*main*/
    #InfoMain{


        margin-top: 20px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #InfoMain2{


        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #googleMap{
        width:100%;
    }


}

@media screen and (max-width: 1023px){
    .topnav a {
        font-size: 250%;


    }
    .topnav #myLinks{
        margin-top: auto;
        margin-bottom: auto;
    }
    p{
        font-size: 60%;
    }

  
    


}

@media screen and (min-width: 1024){

    .topnav { /* transitions on menu itmes*/
        overflow: hidden;
        background-color: #92461072;
        position: relative;
    
        display:flex;
        justify-content: space-between;
        padding-right: 10px;
    }
    
    .topnav a {
        float: left;
        display: block;
        color: black;
        text-align: center;
        padding: 14px 16px;
        text-decoration: none;
        font-size: 200%;
    
    
        transition: transform .3s ease-in-out, color 0.3s ease-in-out;
          transform: scale(1);
    
    
    }
    

    
    #ContactLink{
        font-family: "Leckerli One", cursive;
    
        text-align: center; 
        font-size: 550%;
    }
    
}