/*
  theme-next.css — #727b85 cool blue-grey
*/

body { background: #727b85; }

#sidebar { background: #727b85; }

@media screen and (max-width: 1280px) {
    #sidebar { background: #727b85; }
}

.wrapper.alt { background-color: #6a7380; }
.wrapper.style1 { background-color: #7e8790; }
.wrapper.style1-alt { background-color: #6a7380; }
.wrapper.style2 { background-color: #8e97a0; }
.wrapper.style2-alt { background-color: #7d868f; }
.wrapper.style3 { background-color: #a8b0b8; }
.wrapper.style3-alt { background-color: #98a0a8; }

.spotlights > section > .image:before { background: rgba(114, 123, 133, 0.9); }
.spotlights > section > .image { background-color: #727b85; }

@media screen and (max-width: 1280px) {
    #header { background-color: #727b85; }
    #header > nav > ul > li a.active { background-color: #d0d8e0; color: #1e2428 !important; }
    #sidebar nav a:after { background-color: #d0d8e0; }
}

#sidebar nav a:before { background: #5a6270; }
#sidebar nav a:after {
    background-image: -moz-linear-gradient(to right, #d0d8e0, #5a6270);
    background-image: -webkit-linear-gradient(to right, #d0d8e0, #5a6270);
    background-image: -ms-linear-gradient(to right, #d0d8e0, #5a6270);
    background-image: linear-gradient(to right, #d0d8e0, #5a6270);
}

input[type="submit"], input[type="reset"], input[type="button"], button, .button { background-color: transparent; }
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, button:hover, .button:hover { background-color: rgba(255,255,255,0.075); }
input[type="submit"].primary, input[type="reset"].primary, input[type="button"].primary, button.primary, .button.primary { background-color: #d0d8e0; color: #1e2428 !important; }

.wrapper.style1 .icon.major:before { color: #d0d8e0; }
.wrapper.style2 .icon.major:before { color: #d8e0e8; }
.wrapper.style3 .icon.major:before { color: #1e2428; }

.select-wrapper:before { color: #d0d8e0; }

#mobile-nav-overlay { background: #5a6270; }

.subnav-toggle .subnav-chevron { color: rgba(208, 216, 224, 0.45); }
.subnav-toggle[aria-expanded="true"] .subnav-chevron { color: rgba(208, 216, 224, 0.9); }

#linkedin-btn, #resume-btn { color: #d0d8e0; }
#linkedin-btn:hover, #resume-btn:hover { color: #ffffff; }

.project-nav-bar a.nav-home { background: rgba(208, 216, 224, 0.2); }
.project-nav-bar a.nav-home:hover { background: rgba(208, 216, 224, 0.35); }

h1.major:after {
    background-image: -moz-linear-gradient(to right, #727b85, #d0d8e0);
    background-image: -webkit-linear-gradient(to right, #727b85, #d0d8e0);
    background-image: -ms-linear-gradient(to right, #727b85, #d0d8e0);
    background-image: linear-gradient(to right, #727b85, #d0d8e0);
}
