
* {box-sizing: border-box;}

body{
    background-image: linear-gradient(#131d3d, #445b9a);
    color: #666666;
    font-family: Arial, Helvetica, sans-serif;
    list-style-image: url(marker.gif);
    
}

#wrapper{
    background-color: #344873;
    background-repeat: no-repeat;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 2%;
}


header{
    background-color: #000000; 
    color:#FFFFFF;
    text-align: center;
    background-image: url(smalllogo.jpeg);
    background-repeat: no-repeat;
    background-size: 18%;
    background-size: contain;

    
    min-width: 80%;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
}
  



header a {
    text-decoration: none;
}

header a:link {
    color: #ffffff;
}

header a:visited {
    color: #ffffff;
}

header a:hover {
    color: #90c7e3;
}

h1 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-align: center;
    text-decoration: none;
    text-shadow: 6px 2px #344873;
    font-size: 450%;
    font-style: italic;
    line-height: 160%;
    
}


nav{
    font-size: 120%;
    font-weight: bold;
    padding-bottom: 0.5em;
    padding-top: 0.5em;
    text-align: center;
    background-color: #344873;
    color: #FFFFFF;
    min-width: 80%;
    font-family:'Times New Roman', Times, serif;
    
}

nav ul {
    list-style-type: none;
    font-size: 1.2em;
    color: #FFFFFF;
    text-align: center;
    margin: 5px;
}

nav li {
    display: inline;
}

nav a{
    text-decoration: none;
    padding-left: 4%;
    padding-right: 4%;
}


nav a:link{
    color: #ffffff;
}

nav a:visited{
  color: #6880bf;
}

nav a:hover {
    color: #90c7e3;
}

  


main {
    background-color: #000000;
    padding-right: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-top: 7%;
    display: block;
    overflow: auto;
    border-top-left-radius: 90px;
}

h2{
    float: left;
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-align: center;
    text-decoration: none;
    text-shadow: 6px 2px #344873;
    font-size: 450%;
    font-style: italic;

    padding-left: 3%;
    margin-bottom: 0;
}


#gallery {
    display: grid;
    grid-template-columns: 700px;
    grid-template-rows: 700px 700px 700px 700px;
    grid-gap: 10em; gap: 10em;
    float: right;
    color: #6880bf;

}


#caption{
    padding-left: 5%;
    padding-right: 800px;
    text-align: center;
}

#maintext {
    padding-left: 5%;
    padding-right: 800px;
    text-align: center;
}

h3 {
    float: left;

    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-align: center;
    text-decoration: none;
    text-shadow: 2px 2px #344873;
    font-size: 200%;
    font-style: italic;

    padding-left: 3%;
    padding-top: 45%;
    margin-bottom: 0;

}

h4 {
    font-family: 'Times New Roman', Times, serif;
    font-style: italic;
    color: #ffffff;
    letter-spacing: 0.3em;
    text-align: center;
    text-decoration: none;
    font-size: 200%;
    text-shadow: 4px 2px #344873;

}

h5 {

    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-align: center;
    text-decoration: none;
    font-size: 150%;
    text-shadow: 4px 2px #344873;
    margin-bottom: 0;
}



p {
    font-family: 'Times New Roman', Times, serif;
    color: #FFFFFF;
    display: block;
    line-height: 140%;
    margin-top: 3%;
}

#link {
    text-align: center;
    font-family: 'Times New Roman', Times, serif;
    text-decoration: underline;
}
a {
    color: #ffffff;
    text-decoration: none;
}

label{
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
    text-shadow: 2px 2px #344873;
    font-size: 100%;
    line-height: 160%;
    font-weight: bold;
}

.artsection{
    display: inline-block;
    width: 33%;
    
}



footer{
    background-image: url(smalllogo.jpeg);
    background-repeat: no-repeat;
    background-size: 18%;
    background-size: contain;
    background-position: right;


    font-family: Georgia, 'Times New Roman', serif;
    font-size: 75%;
    font-style: italic;
    letter-spacing: 0.2em;
    text-align: center;
    color: #FFFFFF;
    background-color: #000000;

    padding-top: 7%;
    padding-bottom: 7%;
    border-bottom-right-radius: 90px;
    min-width: 80%;
}

#abouthero {
    float: left;
    background-size: contain;
    height: 800px;
    width: 600px;
    background-image: url(city.jpeg);
    background-repeat: no-repeat;
    margin: 3%;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    box-shadow: 3px 3px;
    color: #6880bf;
}



#contacthero {
    float: left;
    background-size: cover;
    height:750px;
    width: 600px;
    background-image: url(tattoo.jpeg);
    background-repeat: no-repeat;
    margin: 3%;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    box-shadow: 3px 3px;
    color: #6880bf;
}


#ytvideo {
    display: block;
    margin-top: 10%;
    margin-left: 25%;
    margin-right: 25%;
}

hr {
    width: 90%;
    height: 2px;
    background-color: #344873;
    border: none;
}



#maya{
    background-size: 100%;
    height: 400px;
    width: 300px;
    background-image: url(maya.jpeg);
    background-repeat: no-repeat;
    margin: 7%;
    margin-top: 10%;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    box-shadow: 3px 3px;
    color: #6880bf;
}


#damian{
    background-size: 109%;
    height: 400px;
    width: 300px;
    background-image: url(damian.jpeg);
    background-repeat: no-repeat;
    margin: 7%;
    margin-top: 10%;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    box-shadow: 3px 3px;
    color: #6880bf;
}

#willow{
    background-size: 100%;
    height: 400px;
    width: 300px;
    background-image: url(willow.jpeg);
    background-repeat: no-repeat;
    margin: 7%;
    margin-top: 10%;
    border-bottom-right-radius: 90px;
    border-top-left-radius: 90px;
    box-shadow: 3px 3px;
    color: #6880bf;
}




table {
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    border: 3px solid #344873;
    font-family: 'Times New Roman', Times, serif;
    color: #ffffff;
    line-height: 150%;
    border-collapse: collapse;
 
    
}

td, th {
    padding: 2em;
    padding-right: 3em;
    padding-left: 3em;
    border: 2px solid #344873;
}


td {
    text-align: center
}

.text {
    text-align: left;
    font-weight: bold;
    font-size: 120%;
}



@media only screen and (max-width: 1024px) {
    nav li {
        display: inline-block;
        width: 7em;
        padding: 0.5em;
    }

    nav ul {
        text-align: center;
        font-size: 2.5em;
    }

    header{
        background-color: #000000; 
        color:#FFFFFF;
        text-align: center;
        background-image: none;
        background-repeat: no-repeat;
        background-size: 3%;
        background-size: contain;

        
        min-width: 60%;
        padding-top: 1em;
        padding-bottom: 1em;
        border-bottom-right-radius: 90px;
        border-top-left-radius: 90px;
    }

    h2{
        margin-bottom: 7%;
    }

    section{
        float: left;
    }

    #caption{
       margin-left: 5%;    
    }
    
    
    body{ 
        font-size: 70%;
    }

    #gallery{
        width: 45%;
        grid-template-columns: 350px;
        grid-template-rows: 350px 350px 300px 350px;
        grid-gap: 10em; gap: 10em;
        margin-right: 10%;
    }
  
    #gallery img{
        width: 350px;
        height: 350px;
        
    }

    label{
        font-size: 200%;
    }

    #info {
        width: 170%;
    }

    #abouthero{
        background-image: url(city.jpeg);
        background-size: cover;
        width: 300px;
        height: 400px;
    }

    #ytvideo iframe{
        width: 650px;
        height: 600px;
    }

    #ytvideo{
        margin: auto;
        
    }

    h4{
        font-size: 2em;
    }
    h5{
        font-size: 2em;
    }

    .artsection{
        display: block;
        width: 100%
    }

   #maya{
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
   }

   #damian{
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
   }

   #willow{
    background-size: 100%;
    margin-left: auto;
    margin-right: auto;
   }


    td, th {
        padding: 2em;
        padding-right: 2em;
        padding-left: 2em;
        border: 2px solid #3399cc;
    }


    #contacthero {
        background-size: cover;
        width: 95%;
        background-image: url(tattoo.jpeg);
        background-repeat: no-repeat;
        margin: 3%;
        
    }

    }





    @media only screen and (max-width: 480px) {

        
        nav li {
            display: inline-block;
            width: 7em;
            padding: 0.5em;
        }

        nav ul {
            text-align: center;
            font-size: 2.5em;
        }

        header{
            background-color: #000000; 
            color:#FFFFFF;
            text-align: center;
            background-image: none;
            background-repeat: no-repeat;
            background-size: 3%;
            background-size: contain;

            
            min-width: 60%;
            padding-top: 1em;
            padding-bottom: 1em;
            border-bottom-right-radius: 90px;
            border-top-left-radius: 90px;
        }

        h2{
            margin-bottom: 7%;
        }

        section{
            float: left;
        }

        #caption{
            margin-left: 10%;
        
        }
        
        
        body{ 
            font-size: 60%;
        }

        #gallery{
            width: 50%;
            grid-template-columns: 150px;
            grid-template-rows: 150px 150px 150px 150px;
            grid-gap: 20em; gap: 20em;
        }
      
        #gallery img{
            width: 150px;
            height: auto;
        }

        label{
            font-size: 200%;
        }

        #info {
            width: 170%;
        }

        #abouthero{
            background-image: url(city.jpeg);
            background-size: cover;
            width: 300px;
            height: 400px;
        }

        #ytvideo iframe{
            width: 300px;
            height: auto;
        }

        #ytvideo{
            margin: auto;
            
        }
        h4{
            font-size: 2em;
        }
        h5{
            font-size: 2em;
        }
  
        td, th {
            padding: 1em;
            padding-right: 1em;
            padding-left: 1em;
            border: 2px solid #3399cc;
        }


        #contacthero {
            background-size: cover;
            width: 95%;
            background-image: url(tattoo.jpeg);
            background-repeat: no-repeat;
            margin: 3%;
            
        }


    }










