/*

 leahboyd.org
 Power Image Media, LLC
 
 File: style.js
 Type: CSS
 
 Site content, layout, graphics, scirpts, design, and source copyright (c)2016 Power Image Media, LLC and/or Leah Boyd unless otherwise noted.
 
 Thanks to Charles Boyd / charlesboyd.me for some HTML, CSS, and JavaScript <https://github.com/charlesboyd/Personal-Site-Repo>. 

*/

/* -- Notes -- */
/*
 Theme Colors:
     - (Primary):
     - (Shade 1): 
     - (Accent 1): 
     - (Accent 2): 
     - (Accent 3):

 Breakpoints:
     850px (Custom)
     768px (Custom and Bootstrap)
     400px (Custom)
     340px (Custom)
*/

/* -- Universal -- */
html, body{
    margin:0px;
    padding:0px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1.05em;
    font-weight: 400;
    background: #FFF;
}

@viewport{
    zoom: 1.0;
    width: device-width;
}

.bounded{
    width: 850px;
    margin-left: auto;
    margin-right: auto;
    padding-left:10px;
    padding-right:10px;
}

.bounded-wide{
    width: 900px;
    margin-left: auto;
    margin-right: auto;
    padding-left:10px;
    padding-right:10px;
}

.centered{
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

.container {
    max-width: 850px;
}

.centered-sm{
    text-align: inherit;
}

.noscroll{
    position:relative !important;
    overflow:hidden !important;
}

.scriptfont{
    font-family: 'Dancing Script', cursive;
    font-weight: 700;
}

#wrapper{
    position:relative;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}

a:link, a:visited {
    color: #FFF;
    text-decoration: underline;
}

a:hover, a:active {
    color: #EEE;
    text-decoration: underline;
}

.noselect{
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: default;
}

.clickable{
    cursor: pointer
}

/* -- Colors -- */
.text-primary{ color: #247C82; } /* Teal */
.text-shade1{  color: #2B363D; } /* Dark Blue */
.text-accent1{ color: #E4E3E8; } /* Silver */
.text-accent2{ color: #94415E; } /* Dark Pink */
.text-accent3{ color: #739E5D; } /* Dark Lime Green */
.text-white{   color: #FFF; }    /* White */
.text-black{   color: #000; }    /* Black */

.text-primary a:link, a:visited, a:hover, a:active { color: #247C82; } /* Teal */
.text-shade1 a:link, a:visited, a:hover, a:active {  color: #2B363D; } /* Dark Blue */
.text-accent1 a:link, a:visited, a:hover, a:active { color: #E4E3E8; } /* Silver */
.text-accent2 a:link, a:visited, a:hover, a:active { color: #94415E; } /* Dark Pink */
.text-accent3 a:link, a:visited, a:hover, a:active { color: #739E5D; } /* Dark Lime Green */
.text-white a:link, a:visited, a:hover, a:active {   color: #FFF; }    /* White */
.text-black a:link, a:visited, a:hover, a:active {   color: #000; }    /* Black */

.bg-primary{ background-color: #247C82; } /* Teal */
.bg-shade1{  background-color: #2B363D; } /* Dark Blue */
.bg-accent1{ background-color: #E4E3E8; } /* Silver */
.bg-accent2{ background-color: #94415E; } /* Dark Pink */
.bg-accent3{ background-color: #739E5D; } /* Dark Lime Green */
.bg-white{   background-color: #FFF; }    /* White */
.bg-black{   background-color: #000; }    /* Black */



/* -- Top -- */
#top{
    margin: 0;
    padding: 0;
    background-color: #F2F4F4;
}

#titlesection{
    padding-top: 20px;
    padding-bottom: 5px;
    width:100%;
    border-bottom: thin solid #bbb;
}

#menusection{
    color:#555;
    text-align: center;
    padding-bottom: 8px;
}

#menu{
    margin: 0px;
    padding: 0px;
}

ul#menu li{
    margin-left: 15px;
    margin-right: 15px;
    display:inline-block;
    width: 120px;
    text-align: center;
    padding-top: 8px;
}

ul#menu li a, span{
    margin:0;
    color:#333;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    letter-spacing:1px;
}

ul#menu li a.selected{
    color:#2D429E;
}

ul#menu li .selected{
    color:#2D429E;
}

h1{
    color:#4A64FF;
    font-size: 3em;
    text-align: center;
    font-weight: 700;
    margin:0;
}

.tag{
    margin-top:5px;
    color:#333;
    text-decoration: none;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    width: 100%;
    text-align: center;
}

a.clear{
    text-decoration: none;
}


/* -- Page:Home - Banner -- */
#banner{
    background:url(img/bannerBg.png);
    background-size:cover;
    background-position: 50% 35%;
    background-repeat: no-repeat;
    min-height: 500px;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#banner h1.hiddentitle{
    display:none;
}

#banner #backgroundalt{
   display: none;
}



/* Page:Home - Bottom Section */

#homesection2{
    background-color: #eee;
}

#homesection2 .title{
    color:#333;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 300;
    font-size: 1.5em;
}

#homesection2 .icon{
    opacity: 0.8;
}

/* Page:About - Background */
#about-main{
    background:url(img/aboutBackground.jpg);
    background-size:cover;
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height:1000px;
    position: relative;
    margin: 0px;
    padding: 0px;
    
    color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: left;
}

#about-content{
    position: absolute;
    left: 100px;
    top: 50px;
    width: 450px;
    background-color: rgba(250, 250, 250, 0.8);
    font-size: 0.8em;
}

#about-content .title{
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(220, 220, 220, 0.9);
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    padding-left: 20px;
}

#about-content p{
    padding: 10px 20px;  
    margin: 0px;
}

#about-content .altbg{
    display: none;
}



/* Page:Contact */
#contact-main{
    background:url(img/contactBg.jpg);
    background-size:cover;
    background-position: center top;
    background-repeat: no-repeat;
    min-height:700px;
    position: relative;
    margin: 0px;
    padding: 0px;
    
    color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: left;
}

#contact-content{
    position: absolute;
    left: 100px;
    top: 50px;
    width: 450px;
    background-color: rgba(250, 250, 250, 0.8);
    font-size: 1.0em;
}

#contact-content .title{
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(220, 220, 220, 0.9);
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    padding-left: 20px;
}

#contact-content p{
    padding: 5px 20px;  
    margin: 0px;
}

#contact-content .altbg{
    display: none;
}

#contact-content h4{
    padding: 10px 20px;  
    margin: 0px;
}

#contact-content a{
    font-weight: 600;
    text-decoration: none;
    color: inherit;
}

h4{
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 700;
}





/* Page:Contact2 or contact-old */
#contact2-main{
    background-color: #ddd;
    margin: 0px;
    padding: 0px;
    color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: left;
    padding-top: 40px;
    padding-bottom: 40px;
}

#contact2-content{
    margin-left: 100px;
    margin-right: 100px;
    max-width: 600px;
    background-color: rgba(250, 250, 250, 1);
    font-size: 0.8em;
    border-radius: 5px;
}

#contact2-content .title{
    contact:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(200, 200, 200, 1);
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    padding-left: 20px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

#contact2-content p{
    padding: 10px 20px;  
    margin: 0px;
}



/* Page: Portfolio */
#port-content{
    color:#222;
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 400;
    font-size: 1em;
    text-align: left;

    background-color: rgba(250, 250, 250, 1);
    font-size: 0.8em;
}

#port-content .title{
    width:100%;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: rgba(200, 200, 200, 1);
    font-weight: 300;
    font-size: 2.5em;
    text-align: left;
    padding-left: 20px;
}

#port-content p{
    padding: 10px 20px;  
    margin: 0px;
}

#port-banner{
    background:url(img/portBg.jpg);
    background-size:cover;
    background-position: center center;
    background-repeat: no-repeat;
    min-height:200px;
    position: relative;
    margin: 0px;
    padding: 0px;
}

#port-images{
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 40px;
    padding-bottom: 40px;
}

.portentry{
    display: inline-block;
    padding: 20px;
    width: 300px;
    height: 300px;
    position: relative;
}

.portentry img{
    border:7px solid #fff;  
    width: 100%;
    height: 100%;
    
    -webkit-box-shadow: 6px 5px 21px -3px rgba(0,0,0,0.46);
    -moz-box-shadow: 6px 5px 21px -3px rgba(0,0,0,0.46);
    box-shadow: 6px 5px 21px -3px rgba(0,0,0,0.46);
}

.hover-content {
    position:absolute;
    top:20px;
    bottom:20px;
    left:20px;
    right:20px;
    text-align: center;
    padding-top: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    
    display: none;
}

.hover-me:hover .hover-content {
    display:block;
}


/* -- Footer -- */
#footer{
    background-color: #eee;
    color: #888;
    text-align:center;
    padding-top:15px;
    padding-bottom:18px;
    padding-right:10px;
    padding-left:10px;
    font-size:0.7em;
}

#footer a{
    color: #888;
    text-decoration: none;
}




/* --|| Responsive CSS ||-- */


/* Screens <850px */
@media screen and (max-width: 850px){
    html, body{
        font-size: 1.0em;
    }
    
    .bounded{
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }
    
    .bounded-wide{
        width: 100%;
        padding-left:15px;
        padding-right:15px;
    }

}

/* Screens <768px */
@media screen and (max-width: 767px) {
    .centered-sm{
        text-align: center;
    }
    
    #about-main{
        min-height: 400px;  
        position: relative;
        background: none;
    }
    
    #about-content .altbg{
        width:100%;
        display: block;
    }
    
    #about-content{
        width: 100%;
        top:0;
        left:0;
        position: relative;
    }
    
    #contact-main{
        min-height: 400px;  
        position: relative;
        background: none;
    }
    
    #contact-content .altbg{
        width:100%;
        display: block;
    }
    
    #contact-content{
        width: 100%;
        top:0;
        left:0;
        position: relative;
    }
    
    #port-images{
        padding-left: 30px;
        padding-right: 30px;
    }
}

/* Large Smartphone (Screens <=400px) */
@media screen and (max-width: 450px) {
    #contact2-content{
        width: 100%;
        top:0;
        left:0;
        margin: 0;
    }
    
    #contact2-main{
        padding: 0px;   
    }

}

/* Small Smartphone (Screens <=340px) */
@media screen and (max-width: 340px) {

}
