
/*! HTML5 Boilerplate v5.2.0 | MIT License | https://html5boilerplate.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight:
 * https://twitter.com/miketaylr/status/12228805301
 *
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between audio, canvas, iframes,
 * images, videos and the bottom of their containers:
 * https://github.com/h5bp/html5-boilerplate/issues/440
 */

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browser Upgrade Prompt
   ========================================================================== */

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ============================*/

img{
    width:100%;
    height:auto;
}

body, html{
    font-family:'Source Sans Pro', sans-serif;
    font-size:16px;
    color:#222;
    background-color: white;
}

a{
    font-weight:bold;
    color:#fe5f55;
    text-decoration:none;
}


p{
    font-size: 1em;
    color:#4f6367;
    text-align:justify;
    line-height:1.4;
}

h1,h2,h3,h4{
    font-weight:700;
}

/*Header=======================*/

.main-header{
    width:100%;
    margin:auto;
}

#logo{
    width:80%;
    margin: 0 auto;
}

#logo img{
    width:100%;
    margin:auto;
}

nav{
    width:100%;
    
}


nav ul{
    list-style:none;
    padding:0;
}

nav ul li{
    border-bottom: 1px solid #ccc;
    text-align:center;
    padding:15px 0;
}


nav ul li a {
    font-size: 1.125em;
    text-transform: lowercase;
    color:#4f6367;
}

nav ul li a:hover{
    color:#fe5f55;
}

nav i{
    padding-right:10px;
}

/*Main Content ====================*/

main{
    width:96%;
    padding:0 2%;
    margin: auto;
    max-width:960px;
}

/*Who am I?========================*/


.who-am-i h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2.5em;
    text-align:justify;
    margin-bottom:-15px;
    padding-bottom:-15px;
    
}

.who-am-i h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.5em;
    text-align:justify;
    margin-top:-15px;
    
}

.who-am-i p{
    font-size: 1em;
    color:#4f6367;
    text-align:justify;
}

/*Skills============================*/

#skills .full-width{
    background-color: #fe5e5e;
}

#skills img{
    width:40%;
    margin-left:50px;
    height:auto;   
}

#skills .code-img{
    width:65%
    margin-left:25%;
}

#skills .brand-img{
    width:65%;
    margin-left:20%
}

#skills .design-img{
    width:65%;
    margin-left:20%
}

#skills h2 {
    font-family:'Lora', sans-serif;
    color:white;
    font-size: 1.2em;
}

#skills h3{
    font-family:'Lora', sans-serif;
    color:white;
    font-size:1.3em;
    text-align: center;
}
#skills p {
    color:white;
    font-size:1em;
    width:95%;   
    margin-left:5%;
    margin-right:5%;
    margin-bottom:5%;
}



.clearfix{
    overflow:auto;

}
/*Projects========================*/


#work h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2.5em;
    text-align:justify;  
    margin-bottom:-15px;
    padding-bottom:-15px;
}

#work h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.5em;
    text-align:justify;
    margin-top:-15px;
}

#work p{
    font-size: 1em;
    color:#4f6367;
    text-align:justify;
    margin-bottom: 15px;
    padding-bottom:15px;
}


/*.projects-img{
    width: 100%;
    height:auto;
}*/

.stem-img{
    width:85%;
    height:auto;
    margin-left:70px;
    padding-bottom:-25px;
    margin-bottom:-25px;
}

.grace-img {
    width:100%;
    height:auto;
    margin-left: 1px;
    margin-bottom:-26px;
    padding-bottom:-26px;
}

.eliz-img{
    width:70%;
    height:auto;
    margin-left:47px;
    margin-bottom:-22px;
    padding-bottom:-22px;
}
/*Contact=======================*/

#contact h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2em;
    text-align:justify; 
    margin-bottom:-15px;
    padding-bottom:-15px;
}

#contact h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.2em;
    text-align:justify;
   margin-top:-15px;
    
}

#contact img{
    width:60%;
    height:auto;
    margin-left:55px;
    
}
#contact ul li {
    display:inline;
    text-decoration:none;
    font-size:1.3em;
    margin-right:15%;
    margin-left:6%;
}
#contact h4{
    color:#fe5f55;
    text-align: center;
    font-size:1.2em;
    line-height: .8em;
}

#contact nav ul li :hover{
    color:#fe5f55;
}



/*Footer */

footer{
    width:100%;
    margin:auto;
	border-top: 40px solid light-blue;
	padding-top: 20px;
	margin-top:20px;
}

footer img{
    width:55%;
    margin-left:23%;
}

/*
 * Hide visually and from screen readers:
 */

.hidden {
    display: none !important;
}

/*
 * Hide only visually, but have it available for screen readers:
 * http://snook.ca/archives/html_and_css/hiding-content-for-accessibility
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element
 * to be focusable when navigated to via the keyboard:
 * https://www.drupal.org/node/897638
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screen readers, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media screen and (min-width:768px){
    /* Tablet Styles Here*/

    
    nav{
        float:right;
        width:60%;
    }
    
    nav ul{
        margin:0;
        margin-bottom: -25%;
    }
    
    nav ul li{
        display:inline;
        padding: 0 1%;
        border:none;
        line-height:2;
        position:relative;
        top:16px;
    }
    
    .main-header{
        width:100%;
        max-width:1024px;
        margin:auto;
        padding: 0 3%;
        background:url("../img/bground.png");
        background-size:cover;
    }
    
    #logo{
        width:40%;
        height:auto;
        
    }
    /*Who-Am-I ==============================*/
    
    
    

/*Skills===================================*/
    
    #skills .full-width{
        width:100%;
        background-color:#fe5f55;
        text-align:center;
        height:auto;
        max-width:1024px;
    }
    
    #skills h3{
        color:white; 
        text-align:center;  
    }
    
    #skills p{
        text-align:justify;
    }
    
    #skills .third-width{
        width:27%;
        margin-right:5%;
        float:right;
        
    }
    
    #skills .design-img{
        width:70%;
        height:130%;
        margin-top:24px;
        margin-right:25px;
        margin-bottom:-5px;
        margin-left:-2px;
        
    }
    
    #skills .brand-img{
        width:75%;
        height:50%;
        margin-top:25px;
        margin-left:-3px;
    }
    
    #skills .code-img {
        width:70%;
        height:75%;
        margin-bottom;12px;
        margin-left:auto;
        margin-top:28px;
    }
    .clearfix{
        overflow:auto;
    }


/*Work===================================*/
    
    #work{
    
    }
    
    
    
    #work .full-width{
        width:100%;
        max-width:1024px;
        
    }
    

     #work .stem-img{
        width:50%;
        margin-left:5%;
        margin-top:25px;
        margin-bottom:25px;
    }
    
    #work .eliz-img{
        width:90%;
       margin-left:-.5px;  
        margin-bottom:5px;
    }
    
    #work .grace-img{
        width:100%;
        height:150px;
        image-orientation: center;
        margin-left:-0px;
        margin-top:65px;
        margin-bottom:-25px
    }
    
    #work .third-width{ 
        width:27%;
        float:right;
        margin-right: 5%;
        margin-bottom:35px;
        
    
    }
    

    #work h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2em;
    text-align:justify;  
    margin-bottom:-15px;
    padding-bottom:-15px;
    }
    
    #work h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.2em;
    text-align:justify;
    margin-top:-15px;
    }

  
    /*Contact ==============================*/
    
    #contact{
        width:100%;
        max-width:1024px;
        margin-bottom:50px;
    }

    #contact h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2em;
    text-align:justify;  
    margin-bottom:-15px;
    padding-bottom:-15px;
    }
    
    #contact h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.2em;
    text-align:justify;
    margin-top:-15px;
    }
    
    #contact img{
       width:100%;
       margin-left:0%;
       margin-bottom:20px;
    }
    
    #contact .third-width{
        width:27%;
        float:left;
        margin-left:4%;
    }
    
    #contact .two-thirds-width{
        width:68%;
        background-color: aquamarine;
        float:left;
    }
    
    #contact .clearfix{
        overflow:auto;
    }

    #contact h4{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.2em;
    text-align:center;  
    }
    
    #contact ul{
        display:inline;
        text-decoration: none;
    }
    
    #contact ul li{
        display:inline;
        text-decoration: none;
        font-size:1.5em;
        padding-right:5%;
        margin-left:-8px;
        justify-content:flex-start;
    }

/*footer================================*/
   
    footer{
        width:100%;
        clear:both;
        border-top:solid 5px #e4f0f0;    
    }
    
    #footer p{
        font-size:1.5em;
        color:#fe5f55;
        text-align:center;
    }
    
    #footer img{
        width:15%;
        margin-left:300px;
        margin-top:-2%;
    }
    
}

@media screen and (min-width:940px){
    /*Laptop Styles Here*/
    
    /*skills ==========================*/
    
    #skills .design-img{
        width:80%;
        height:130%;
        margin-top:24px;
        margin-right:25px;
        margin-bottom:4px;
        margin-left:-16px;
        
    }
    
    
    
    
    /*contact ========================*/
    
    #contact h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:3em;
    text-align:justify;  
    margin-bottom: px;
    padding-bottom: px;
    }
    
    #contact ul li{
        display:inline;
        text-decoration: none;
        font-size:1.5em;
        padding-right:4%;
        margin-left:2px;
        justify-content:flex-start;
    }
   
    #contact h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.5em;
    text-align:justify;
    margin-top:-15px;
    }
        
    /*work============================*/
        
     #work .eliz-img{
        width:90%;
       margin-left:-.5px;
       margin-top:-5px;
       margin-bottom:-28px;
    }
    
     #work .stem-img{
        width:50%;
        margin-left:17%;
        margin-top:25px;
        margin-bottom:25px;
    }
    
    #work .grace-img{
        width:100%;
        height:150px;
        image-orientation: center;
        margin-left: 3px;
        margin-top:65px;
        margin-bottom:-25px
    }
    
    #work h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2.5em;
    text-align:justify;  
    margin-bottom:-15px;
    padding-bottom:-15px;
    }
    
    #work h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.5em;
    text-align:justify;
    margin-top:-15px;
    }
    
   /*footer============================*/
    
    #footer img{
        width:15%;
        margin-left:400px;
        margin-top:-2%;
    }
    
    
    /*who-am-i==========================*/
    
    .who-am-i h3{
    color:#b8d8d8;
    font-family:'Great Vibes', cursive;
    font-size:2.5em;
    text-align:justify;
    margin-bottom:-15px;
    padding-bottom:-15px;
    
}
.who-am-i h2{
    color:#fe5f55;
    font-family:"Lora", sans-serif;
    font-size:1.5em;
    text-align:justify;
    margin-top:-15px;
    }
}