 /*  for WIDESCREEN devices  */
@media screen and (min-width: 1200px) {  }

/*  for TABLET devices  */
@media screen and (max-width: 750px), screen and (max-width: 780px) and (orientation: portrait) {  }

/* for MOBILE devices */
@media screen and (max-width: 520px) {  }

img, embed, object, video {
	max-width: 100%;
}

/* Start student code below */
/* colors

vine green #80BD01
dark grey #24272A
not so dark grey #4A5157
Light Grey #DCE6FA


fonts
font-family: 'Orbitron', sans-serif;
font-family: 'Roboto', sans-serif;
*/


@import url('https://fonts.googleapis.com/css?family=Orbitron|Roboto');


/*wrapper rules*/
    .innerwrap{
;       max-width: 1120px;
        margin: 0 auto;
        padding-left: 20px;
        padding-right: 20px;

    }

    .outerwrap{
        max-width: 100%;
        margin: 0 auto;
    }

/*Type rules*/

    h1{font-family: 'Orbitron', sans-serif;
    
    }

    h3{
    font-size: 1.75em;
    font-family: 'Orbitron', sans-serif;
    color: darkcyan;    

}

    h2{
    font-size: 3em;    
    text-align: center; }


    p{
       font-family: 'Roboto', sans-serif; 

    }



    header{
        display: flex;
        flex-direction: column;
        background-image:url(../art/halftoneheader.png);
        background-position:center;
        background-size: 100%;
        background-repeat: no-repeat;
/*        background-color: #000;*/
    }

    header div h1{
        text-align: right;
        color: #4A5157;
        font-size: 3.5em;
        margin-right: 3em;
        margin-top: -2em;
    }

    header div h3{
        text-align: right;
        margin-right: 2em; 
        margin-top: -1em;
        
    }
header #logo img{
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
        width: 200px;
        height:auto;
        z-index: 50;
        margin: 2em;
}

    header ul li{
        display:flex;
        justify-content: flex-end;
        color: #4A5157;
        font-size: 1.5em;
        margin-right: 5em;

    }


    .title h1{
        font-family: 'Orbitron', sans-serif;
        font-size: 4em;
        color: #4A5157;
        padding-top: .75em;
        padding-bottom: .75em;
        text-align: center;
        font-weight: 600;
    }




    .logo{
        width: 300px;
        height:auto;
        z-index: 50;
        margin: 2em;
    }

section  {
    display: flex;
    flex-direction: column;
}



    body
    {
      margin: 0;
      padding: 0;
      color: #cdcdcd;
      font-family:'Orbitron', sans-serif;
      overflow-x: hidden; /* needed because hiding the menu on the right side is not perfect,  */
    }

    a
    {
      text-decoration: none;
      color: #232323;
      transition: color 0.3s ease;
    }

    a:hover
    {
      text-shadow: 0 0 30px yellow; 
      color:#80BD01;
    }


    /*Nav Properties*/

    


/*page-content*/

    .button{
        display: block;
        text-align: center;
    }

    .featured h1{
        font-family: 'Orbitron', sans-serif;
        font-size: 2em;
        color: #4A5157;
        padding-bottom: .75em;
/*        text-align: center;*/
        font-weight: 600;
    }

    .featured h1 em{
        font-family: 'Orbitron', sans-serif;
        color: #80BD01;
        font-weight: 500;
    }

    .featured{
        display: flex;
        margin:auto;
        color: #24272A;
        padding: 1.25em;
/*
        border:.5em solid #24272A;
        border-radius:.75em;
*/
        margin-bottom: 2em;
        margin-top: 2em;
        width: 90%;
    }

    .featured p{
        font-size: 1.25em;
        padding-bottom: -1em;
        padding-left: 1em;
        width: 75%;
        line-height: 1.25em;
        font-family: 'Roboto', sans-serif;
    }

    .featured img{
        border-radius: 20%;
        max-width: 420px;
        margin-right:-6em;
        margin-bottom:-10em;
        justify-self: baseline;
        
    }


/*design*/
/*
    .design{
        color: #24272A;
        padding-bottom: 5em;
        margin-bottom: 3em;
        margin-top: 4em;
            ;
    }
*/

    .grid{ 
        margin: 3em;
        display:grid;
/*
        grid-template-columns:repeat (, 1fr);
        grid-auto-rows: minmax(100px, auto);
*/
        grid-template-areas:
            "one one two two three three four four ."
            ". five five six six seven seven eight eight"

        }


    div .one{
        grid-area: one;

    }

    div .two{
        grid-area: two;
 
    }

    div .three{
        grid-area: three;

    }

    div .four{
        grid-area: four;
    }

    div .five{
        grid-area: five;

    }

    div .six{
        grid-area: six;
    }

    div .seven{
        grid-area: seven;
    }

    div .eight{
        grid-area: eight;

    }

    div .nine{
        grid-area: nine;

    }

    div .ten{
        grid-area: ten;

    }

    div .eleven{
        grid-area: eleven;

    }

    div .twelve{
        grid-area: twelve;

    }




    .design h2{
        font-family: 'Orbitron', sans-serif;
        font-size:3em;
        color: #4A5157;
        padding-right: 2%;
/*        text-align: center;*/
        font-weight: 600;
    }

    .design em{
        font-family: 'Orbitron', sans-serif;
        font-size: 1em;
        color: #80BD01;
        font-weight: 600;
    }

    .design p{
        
        line-height: 1.5em;
        padding-top: 1em;

        font-family: 'Roboto', sans-serif;
    }




    @media screen and (max-width: 650px){
        .design{display:block;
        }
    }


/*design*/
    .design2{
        color: #24272A;
        padding-bottom: 5em;
        margin-bottom: 3em;
        margin-top: 4em;
            ;
    }

    .grid2{ 
        display:grid;
        grid-template-columns:repeat (12, 1fr);
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas:
            "prev one one one one one one one one one one next"
        
        }

/*  for TABLET devices  */
@media screen and (max-width: 750px), screen and (max-width: 780px) and (orientation: portrait) { 
    .grid2{ 
        display:grid;
        grid-template-columns:repeat (8, 1fr);
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas:
            "prev one one one one one one next"
    
        }
        div .one h2{
            padding-bottom: .75em;
            line-height: 1.25em;}
        div .seven{
            justify-content: center;
            padding-top: 1.5em;}    
        }

/* for MOBILE devices */
@media screen and (max-width: 520px) { 
    .grid2{ 
        display:grid;
        grid-template-columns:repeat (4, 1fr);
        grid-auto-rows: minmax(100px, auto);
        grid-template-areas:
            "one one one one"
            "prev . . next"
   
            

    }
}

    div .one{
        grid-area: one;
        text-align: center;
        margin-bottom: 2em;
        line-height: 4em;
    }

    div .prev{
        grid-area: prev;
    }
    div .next{
        grid-area: next;
    }



    .design2 h2{
        font-family: 'Orbitron', sans-serif;
        font-size:3em;
        color: #4A5157;
        padding-right: 2%;
/*        text-align: center;*/
        font-weight: 600;
    }

    .design2 em{
        font-family: 'Orbitron', sans-serif;
        font-size: 1em;
        color: #80BD01;
        font-weight: 600;
    }

    .design2 p{
        
        line-height: 1.5em;
        padding-top: 1em;

        font-family: 'Roboto', sans-serif;
    }




    @media screen and (max-width: 650px){
        .design{display:block;
        }
    }



    /*footer*/


    footer{
        background-image:
            url(../art/halftonefooter.png);
        background-position:center;
        background-size: 100%;
        background-repeat: no-repeat;
    }

    footer p{
        
        text-align:right;
        font-size: 1.5em;
        margin-right: 8em
    }

footer h2{
        text-align:right;
        font-size: 1.5em;
        margin-right: 8em;
        margin-top: 10em;
        font-size: 3em; 
}
    
    footer p:first-child{
        padding-top: 2em;
        
    }

    footer p:last-child{

    }

    footer a{
        text-decoration: none;
    }
    footer a:hover{
/*        text-decoration: underline;*/
        color: #80BD01 ;

    }




    /* colors
    purple #6E285B
    deep purple #561847
    vine green 
    dark grey #24272A
    not so dark grey #4A5157
    Light Greyple #E9E2EF
    Light Grey #DCE6FA
    */