@import url('https://fonts.googleapis.com/css?family=Montserrat&display=swap');
*{
    margin:0;
    padding:0;
    box-sizing:border-box;
    font-family:Montserrat,'Courier New', Courier, monospace, sans-serif;
    /*background:#2b323c;*/
    background-color:#fff;
}

html{
    max-width:1540px;
    margin: 0 auto;
}

/* Header styles */

header{
    padding-top:4vh;
    padding-bottom:3vh;
   /* background-color:#686e76;*/
   /*background:#2b323c;*/
   background-color:#fff;
   font-weight:bolder;
}

#header-container{
    display:flex;
    flex-direction:row;
}

#name-div{
    width:20%;
}

#nav-div{
    width:80%;
    text-align:right;
}

header h2{
    color:#484848;
    font-size:calc(5px + 1.8vw);
    padding-left:2vw;
}

a{
    text-decoration:none;
}

nav li{
    display:inline;
    font-size:calc(1vw + 5px);
    margin-left:1vw;
    margin-right:1vw;
}

li:hover{
    color:rgb(68, 0, 255);
}

nav a{
    text-decoration: none;
    color:#484848;
}

.socials-icon{
    width:2.1%;
}

#page-title h1{
    font-size:calc(1px + 3vw);
    margin-top:10vh;
    margin-bottom:5vh;
    text-align:center;
}

/* footer */

footer{
    font-size:calc(5px + .5vw);
    text-align: center;
    margin:10vh auto;
}

/* Introduction */

#introduction{
    width:45%;
    margin:0 auto;
    margin-bottom:4vh;
    height:auto;
}

#week4-title{
    text-align: center;
    margin-bottom:5vh;
    color:#484848;
    font-size:calc(5px + 1.3vw);
}

#introduction p{
    color:#484848;
    margin-top:2vh;
    margin-bottom:2vh;
    font-size:calc(5px + .7vw);
    line-height: 170%;
}

/* logo images */

#logo{
    width:80%;
    margin:0 auto;
    display:flex;
    justify-content: center;
    align-items: center;
    height:auto;
}

#logo-1{
    width:50%;
    margin:0 2vw 0 0;
}

#logo-2{
    width:50%;
}

/* final logo section */

#logo-part2{
    display: flex;
    justify-content: center;
    align-items: center;
    height:auto;
}

#logo-2-1{
    width:40%;
    text-align: center;
}

#logo-2-2{
    width:40%;
    display:flex;
    justify-content: center;
    align-items: center;
}

#logo-2-1 p{
    color:#484848;
    margin-bottom:2vh;
    font-size:calc(5px + .7vw);
    line-height: 170%;
}

/* stamp section 1 */

#stamps{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:14vh;
    height:auto;
}

#stamp-1{
    width:40%;
    text-align: center;
}

#stamp-2{
    width:40%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 2vw 0 4vw;
}

#stamp-2 p{
    color:#484848;
    margin-bottom:2vh;
    font-size:calc(5px + .7vw);
    line-height: 170%;
}

/* stamp section 2 */

#stamps-part2{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top:14vh;
    height:auto;
}

#stamps-2-2{
    width:30%;
    display:flex;
    justify-content: center;
    align-items: center;
    margin:0 2vw 0 4vw;
}

#stamps-2-1{
    width:40%;
    text-align: left;
}

#stamps-2-1 p{
    color:#484848;
    margin-bottom:2vh;
    font-size:calc(5px + .7vw);
    line-height: 170%;
}

 /* Hide Hamburger Icon*/
 #hamnav label, #hamburger{display:none;}
 /* Small Screens */
 @media screen and (max-width:786px){
 /* Break into vertical menu */
 #ham-items{display:block;font-size: calc(2vw + 5px);}
 #ham-items a{
     display:block;
     width:100%;
     box-sizing:border-box;
     border-top:1px solid #fff;
     font-weight:bold;
 }
 /* Show Hamburger Icon */
 #hamnav label{
     display:inline-block;
     color:rgb(68, 0, 255);
     background:#fff;
     font-size:1.6em;
     padding:0 1vw;
 }
 /* Hide/collapse menu items for the default look */
 #ham-items{display:none;}
 #hamnav input:checked ~ #ham-items{display:block;}
 }

 @media only screen and (max-width:786px){
   /* html, body{width:90%;}*/
    header h2{padding-left:0;display:flex;justify-content: center;}
    #name-div{width:40%;}
    #name-div h2{font-size:calc(4px + 3.5vw);align-items: flex-end;}
    #nav-div{width:55%;}
    nav li{font-size: calc(3vw + 10px);}
    ul#ham-items{margin:4vh 0;}
    a{margin:6vh 0;}
    .socials-icon{width:10%;}
    #page-title h1{font-size:calc(1px + 3.5vw);}

    /* introduction */

    #introduction{width:70%;}
    #introduction h2{font-size:calc(1px + 3vw);}
    #introduction p{font-size:calc(1px + 2vw);}

    /* logo images */

    #logo{flex-direction:column;align-items: center;}
    #logo-1{width:80%;display:flex;margin:auto;align-items:center;justify-content: center;margin:2vh 0;}
    #logo-2{width:80%;margin:2vh 0;}
    #logo-part2{flex-direction:column;align-items: center;}
    #logo-2-1{width:70%;}
    #logo-2-1 p{font-size:calc(1px + 2vw);margin:2vh 0;}
    #logo-2-2{width:70%;}

    /* stamps */

    #stamps{flex-direction:column-reverse;align-items: center;margin-top:4vh;}
    #stamp-1{width:70%;}
    #stamp-2{width:70%;margin:8vh 0;}
    #stamp-2 p{font-size:calc(1px + 2vw);}
    #stamps-part2{flex-direction:column;align-items: center;}
    #stamps-2-2{width:70%;margin:4vh 0;}
    #stamps-2-1{width:70%;}
    #stamps-2-1 p{font-size:calc(1px + 2vw);}

 }

 @media only screen and (max-width:600px){
    /* html, body{width:100%;}*/
     header{margin-top:0;}
     header h2{margin-top:1vh;}
     #page-title h1{font-size:calc(1px + 4.5vw);}

     /* introduction */

    #introduction{width:85%;}
    #introduction h2{font-size:calc(1px + 4vw);}
    #introduction p{font-size:calc(1px + 3vw);}

    /* logo images */

    #logo{flex-direction:column;align-items: center;}
    #logo-1{display:flex;margin:auto;align-items:center;justify-content: center;margin:2vh 0;}
    #logo-2{width:100%;margin:2vh 0;}
    #logo-part2{flex-direction:column;align-items: center;}
    #logo-2-1{width:85%;}
    #logo-2-1 p{font-size:calc(1px + 3vw);margin:2vh 0;}
    #logo-2-2{width:100%;}

    /* stamps */

    #stamps{flex-direction:column-reverse;align-items: center;margin-top:4vh;}
    #stamp-1{width:100%;}
    #stamp-2{width:85%;margin:8vh 0;}
    #stamp-2 p{font-size:calc(1px + 3vw);}
    #stamps-part2{flex-direction:column;align-items: center;}
    #stamps-2-2{width:90%;margin:4vh 0;}
    #stamps-2-1{width:85%;}
    #stamps-2-1 p{font-size:calc(1px + 3vw);}
 }