/* bootstrap notes
    xs to large:
    @media(min-width:576px){}
    @media(min-width:768px){}
    @media(min-width:992px){}
    @media(min-width:1200px){}
*/
/* 
#433fb2
#3d2b88
is a good color
*/

html {
  position: relative;
  min-height: 100%;
  font-size: 62.5%;
}

body {
    background-color: #290D5D;
    margin-bottom: 60px;
}

hr {
    border-color:#45348d;
}

blockquote {
  background: #9278ff;
  color: #222222;
}
 /* for streamfield types */
p.doc {
    background: #dbd4db;
    padding: 10px;
    border-radius: 5px;
    border: solid 3px #8273c1;
}
div.responsive-object {
    padding: 10px 0 !important;
}
/* end streamfield types */

/* review this section, from general.css,
may be incompatible with index page */
img {
    max-width: 100%;
}

img.left {
    margin-right: 10px;
    float: left;
}

img.right {
    margin-right: 10px;
    float: left;
}

/* color: #b98186; */
p.content, li.content, ul.content, ol.content, .rich-text {
    text-align: justify;
    color: #bb8585;
    font-size: 2rem;
}

div.tags {
    clear: both;
}

h1.content, h2.content {
    /* color: #9278ff; */
    color: #af9bff;
    font-size: 5rem;
}

h1.current-page-name {
    display: none;
}

h3 {
    color: #9aadf8;
    font-size: 2.5rem;
}

h4 {
    color: #ecca77;
    font-size: 2.2rem;
}
/* end */

header {
    display: block;
}

hr#header-separator {
    margin-top: 0;
    height: 3px;
    border: 0;
    background: linear-gradient( 90deg, #290D5D, #210a4b 20%, #290D5D);
}

#main-logo {
    font-family: "Helvetica", "Arial", sans-serif;
    margin-top: 15px;
}

div#navbar-lg {
    display: block;
    margin: 0 auto;
}

div#site-logo, div#navbar-sm {
    float: left;
    /*background-color: yellow;*/
}

div#navbar-sm {
    padding-top: 35px;
    float:right;
    max-width: 100%;
}

/* for large logo version */
#main-blurb-h5 {
    color: #6f649c;
    font-size: 2em;
    padding-left: 7px;
    opacity: 0.8;
}

#main-firstname-h1 {
    color: #6c4fbe;
    font-size: 10em;
    margin-top: -25px;
    overflow: hidden;
}

#main-lastname-h1 {
    color: #45348d;
    font-size: 8em;
    padding-left: 310px;
    margin-top: -25px;
    overflow: hidden;
}
/* end large logo version */

/* for small logo version */
#site-firstname-h1 {
    color: #6c4fbe;
    font-size: 4em;
    margin-top: 0;
}

#site-lastname-h1 {
    color: #45348d;
    font-size: 3.5em;
    padding-left: 130px;
    margin-top: -18px;
}
/* end small logo version */

/* ============== Search Bar Section ============== */
/* test this section, may be for index page only, style.css */
#custom-search-input {
    margin: 0;
    margin-top: 15px;
    padding: 0;
}
/* end */

#custom-search-input .search-query {
    padding-right: 3px;
    padding-right: 4px \9;
    padding-left: 15px;
    padding-left: 4px \9;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */

    margin-bottom: 0;
    margin-left: 10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #dbd4db;
    border: solid 3px #271145;
}

#custom-search-input .search-query:focus {
    border-color: #6c4fbe;
}

#custom-search-input button {
    border: 0;
    background: none;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    left: -28px;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    color:#271145;
}
/* ============== End Search Bar Section ============== */

/* navigation section */
/* shared between general.css and style.css */
    /*
    nav.navmenu ul li:nth-child(odd) a {
        background-color: #9278ff;
    }
    nav.navmenu ul li:nth-child(even) a {
        background-color: #ff7a85;
    }
    */
    nav.navmenu ul li:nth-child(1) a {
        background-image: url(../icons/menu/home.svg);
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 100%;
    }

    nav.navmenu ul li:nth-child(2) a {
        background-image: url(../icons/menu/resume.svg);
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 100%;
    }
    nav.navmenu ul li:nth-child(3) a {
        background-image: url(../icons/menu/portfolio.svg);
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 100%;
    }
    nav.navmenu ul li:nth-child(4) a {
        background-image: url(../icons/menu/blog.svg);
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 100%;
    }
    nav.navmenu ul li:nth-child(5) a {
        background-image: url(../icons/menu/contact.svg);
        background-repeat: no-repeat;
        background-position: center; 
        background-size: 100%;
    }


    nav.navmenu ul li:nth-child(1) a span {
        color: #9278ff;
    }
    nav.navmenu ul li:nth-child(2) a span {
        color: #ff7a85;
    }
    nav.navmenu ul li:nth-child(3) a span {
        color: #9278ff;
    }
    nav.navmenu ul li:nth-child(4) a span {
        color: #ff7a85;
    }
    nav.navmenu ul li:nth-child(5) a span {
        color: #9278ff;
    }
    nav.navmenu ul li:nth-child(6) a span {
        color: #ff7a85;
    }

    nav.navmenu ul {
        list-style: none;
        position: relative;
        float: left;
    }

    nav.navmenu ul li a:focus span {
        display: block;
    }

    nav.navmenu ul li a:hover span, 
    nav#main-upper-menu ul li a:hover span {
        display: block;
    }
	
	/* this will allow for hover to take precedence 
	over focus and remove overlapping spans */
	nav.navmenu ul:hover li a:focus span {
	  display: none;
	}
	#navbar-lg ul li a:hover span, nav ul li a:focus span {
	  display: block;
	}
/* end navigation section */

/* gallery filter category section */
div#portfolio-nav ul {
    margin: 0;
    padding: 0;
}

div#portfolio-nav ul li {
    list-style-type: none;
    display: inline;
}

div#portfolio-nav li:not(:first-child):before {
    content: " | ";
    color: #45348d;
}
/* end gallery filter category section */


/* gallery thumbnail section */
.portfolio-back {
    display: block;
    margin-top: -10px;
}
.portfolio-item {
    float: left;
    margin-right: 10px;
    margin-top: 10px;
}

div.thumb-imgblock {
    height: 200px;
    overflow: hidden;
    border-radius: 5px;
    border-bottom: solid 5px white;
}

img.img-responsive {
    object-fit: cover;
    width: 100%;
    height: inherit;
}

a.thumbnail {
    height: inherit;
}

.thumb {
    padding: 0 20px;
    padding-top: 20px;
    margin: 0;
}

.thumb-overlay {
    background-color: #000;
    background-color: rgba(0,0,0, 0.8);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    color: white;
    position: absolute;
    margin-right: 20px;
    height: 30px;
    bottom: 0;
    left: 20px;
    right: 0;
}

.thumb-overlay:hover {
    height: 100px;
}

.thumb-blurb {
    height: 30px;
    padding-top: 7px;
    overflow: hidden;
    text-align: center;
}

.thumb-blurb:hover {
    padding-top: 0;
    height: 100%;
}

.thumb-summary {
    display: block;
}

.darrow
{
    position: relative;
    right: 0;
}
/* end gallery thumbnail section */

/* contact page section */
#characterLeft {
    color: #8273c1;
}
.limit{
    color: #ff7a85;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #dbd4db;
    border: solid 3px #271145;
}
.form-control:focus {
  border-color: #6c4fbe;
}
.contact-button  {
    border: 0;
    background: #ff7a85;
    /** belows styles are working good */
    padding: 2px 5px;
    margin-top: 2px;
    position: relative;
    /* IE7-8 doesn't have border-radius, so don't indent the padding */
    margin-bottom: 0;
    color:#271145;
    width: 150px;
}
/* end contact page section */

/* footer section */
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center;
  /* Set the fixed height of the footer here */
  height: 60px;
}

#footer-copyright {
    color: #60528f;
    display: inline-block;
    position: relative;
    top: 15px;
}

#footer-social-media-bar {
    display: block;
    float: right;
}

#footer-social-media-bar a:hover img {
    background-color: #45348d;
    border-radius: 5px;
}

#footer-social-media-bar a:hover {
    text-decoration: none;
}

.footer-icons {
    width: 50px;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
/* end footer section */