/* Import Google Fonts */
@import url(https://fonts.googleapis.com/css?family=Titillium+Web:400,900,200,300,700);
@import "animation.css";

/* Global Reset and Basic Styles */
body {
    font-family: 'Titillium Web', sans-serif;
    color: #d0c0c8;
    background-color: #161928;
    line-height: 1.6;
    margin: 0;
    padding: 0;
}

.profile{
    background-color: #161928;
}
.resume{
    background-color: #161928;
}
.portfolio{
    background-color: #161928;
    /*7196c2;*/
}
.contact{
    background-color: #563349;
}

.thumbnail {
    background-color: #563349 ;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    z-index: 5;
}

.img-thumbnail{
    background-color: #995e6d;
}

#skills {
    margin-right: auto;
    margin-left: auto;
    display: block;
    max-width: 350px;
}

.thumbnail h3, .thumbnail p{
    color:#d0c0c8;
}

.portList {
    text-align: left;
}

#pu1{/*The Werecleaner popup*/
    background-color: #000236;
    color: #63a3e4;
    list-style-type: none;
}

#pu2{/*GroupGrub popup*/
    background-color: #fef9c7;
    list-style-type: none;
}

#pu3{/*BlueLips popup*/
    background-color: #c3d6ff;
    color: #63a3e4;
    list-style-type: none;
}

#pu4{/*c++ games popup*/
    background-color: #000236;
    color: #63a3e4;
    list-style-type: none;
}

#pu5{/*image-yay popup*/
    background-color: #000000;
    color: #63a3e4;
    list-style-type: none;
}

ul{
    list-style-type: none;
}

#resumeBtn {
    display: flex;
    justify-content: flex-end;
}

.form-control {
    background-color: #d0c0c8;
}

/* Navbar Styles */
.navbar-default {
    background: #563349;
    color: #d9ced4;
    border: none;
}

.navbar-default ul li a {
    cursor: pointer;
}

.icon {
    padding-left:0;
}

/* Welcome Section */
.welcome, .profile, .resume, .portfolio {
    padding-top: 50px;
}

.welcome {
    padding-top: 100px !important;
    padding-bottom: 20px;
}

.welcome-content h1 {
    font-weight: 900;
    font-size: 56px;
}

.welcome-content h2 {
    font-weight: 700;
    font-size: 26px;
}

.welcome-content p {
    padding-top: 10px;
    font-size: 14px;
}

.pop-up h1{
    margin-top: 0;
}

.pop-up .pop-title{
    display: flex;
}
/* Progress Bars */

.progress {
    /* Optional: Adjust width and margin as needed */
    width: auto;
    margin: 20px;
    display: flex;
    flex-direction: column;
}

.progress-item {
    display:block; /* Ensure items are displayed horizontally */
    width: auto; /* Adjust width as needed */
    margin-right: 10px; /* Optional: Adjust margin between items */
    margin-bottom: 5px;
} 

progress{
    width: 100%; /* Ensure progress bars fill their containers */
    height: 20px; /* Adjust height as needed */
    border-radius: 5px;
}

progress::-webkit-progress-bar {
    background-color: #d9ced4;
    border-radius: 5px;
}

progress::-webkit-progress-value {
    background-color: #995e6d;
    border-radius: 5px;
}

label, output {
    display:inline; /* Ensure labels and outputs are on separate lines */
    margin-bottom: 5px; /* Optional: Adjust spacing between elements */
}

.aboutPics {
    max-width: 50%;
    height: auto;
    width: auto;
    object-fit: contain;
    opacity: 0.8;
    border-radius: 8px;
    padding-top: 5px;
}

.blurEdges{
    width: 80px;
    height: 80px;
    background-size: 80px;
    margin-left: 20px;
    margin-bottom: 3px;
    overflow:hidden;
}

#werecleaner{
    background-image: url('Images/500KPlayers copy.png');
    box-shadow: 0 0 4px 4px #010539 inset;
}

#bluelips{
    background-image: url('Images/blueLips.png');
    box-shadow: 0 0 0 0 #c3d6ff inset;
}

#groupgrub{
    background-image: url('Images/groupgrubbetter.png');
    box-shadow: 0 0 4px 4px #fef9c7 inset;
}

#cppgames{
    background-image: url('Images/giphyPacMan_itp380.gif');
    box-shadow: 0 0 4px 4px #010539 inset;
}

#imageyay{
    background-image: url('Images/right_mousecopy.png');
    box-shadow: 0 0 0 0 #000000 inset;
}

#spotifyEmbed {
    border-radius:12px;
    border: 0;
    margin-left: 0;
}

#contButt{
    margin-left: 50px;
    padding-bottom: 30px;
}

.smallHeader {
    font-size: 18px;
    padding-bottom: 10px;
    font-weight: bold;
}

#funfacts {
    margin-left: 0;
    margin-right: 5px;
}

@media (max-width: 991px) {
    .text-xs-center {
        text-align: center;

    }
    iframe {
        width: auto;
    } 
}

/* Horizontal Rule Styles */
hr.hr-line1 {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(to left, #ccc 0%, #333 50%, #ccc 100%);
    background-image: -moz-linear-gradient(to left, #ccc 0%, #333 50%, #ccc 100%);
    background-image: -o-linear-gradient(to left, #ccc 0%, #333 50%, #ccc 100%);
    background-image: linear-gradient(to right, #ccc 0%, #333 50%, #ccc 100%);
}

hr.hr-line2 {
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

/* Education and Work Section Styles */
article.education, article.work {
    padding-top: 20px;
    padding-bottom: 10px;
}

.education h1, .work h1 {
    font-weight: 700;
    font-size: 20px;
}

.education small, .work small {
    color: #d7c3ce;
    font-size: 15px;
    padding-left: 15px;
}

.education h2, .work h2 {
    font-weight: 400;
    font-size: 18px;
    color: #fed0d3;
}

.education h3, .work h3 {
    font-weight: 300;
    font-size: 14px;
}

.work p {
    padding-top: 10px;
}

/* Button and Label Styles */
.btn {
    background-color: #d37175;
    color: #d0c0c8;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
    border-radius: 4px;
    border: none;
}

.btn-primary:hover {
    background-color: #d37175;
}

.active {
    color:  #d37175;
    background: #d37175;
}

button.btn:active{
    background:#d37175;
}
.btn-primary {
    background-color: #d37175;
    border-color: #f8efe8;
}

.label {
    font-weight: 300;
    font-size: 12px;
    padding: 2px 8px;
    background-color: #d37175;
}

/* Social Button Styles */
.social-button {
    background-color: #d37175;
    border: 1px solid #f8efe8;
    padding-left: 20px !important;
    padding-right: 20px !important;
}

.social-button i {
    padding-right: 10px !important;
}

/* Footer Styles */
footer {
    background: #e9707b;
    color: #bfc5e6;
    text-align: center;
    padding: 10px 0;
    /* position: fixed;
    width: 100%;
    bottom: 0;
    left: 0; */
}

/* Responsive Design for Navbar */
@media (max-width: 768px) {
    .navbar-default{
        color: #d9ced4;
    }
    /* Adjust navbar styles for smaller screens */
    .navbar-default .logo, .navbar-default nav {
        float: none;
        text-align: center;
    }

    .navbar-default nav ul {
        padding: 0;
    }

    .navbar-default nav ul li {
        display: block;
        margin: 10px 0;
    }
}

/* NOTEPAPER STYLES */
/*
 * Copyright (c) 2012-2013 Thibaut Courouble
 * http://www.cssflow.com
 * Licensed under the MIT License
 *
 * Sass/SCSS source: https://goo.gl/8hncj
 * PSD by Liam McCabe: https://goo.gl/md3Dj
 */

.notepaper body {
    font: 12px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
    color: #404040;
    background: #d7c3ce;
}

.notepaper {
    position: relative;
    margin: 30px auto;
    margin-right: 30px;
    padding: 29px 20px 20px 45px;
    width: 400px;
    line-height: 30px;
    color: #6a5f49;
    text-shadow: 0 1px 1px white;
    background-color: #f2f6c1;
    background-image: radial-gradient(circle at center, rgba(255, 255, 255, 0.7) 0%, rgba(255, 255, 255, 0.1) 90%), 
                      repeating-linear-gradient(to bottom, transparent 0%, transparent 29px, rgba(239, 207, 173, 0.7) 29px, rgba(239, 207, 173, 0.7) 30px);
    border: 1px solid #c3baaa;
    border-color: rgba(195, 186, 170, 0.9);
    box-sizing: border-box;
    -webkit-box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
    box-shadow: inset 0 1px rgba(255, 255, 255, 0.5), inset 0 0 5px #d8e071, 0 0 1px rgba(0, 0, 0, 0.1), 0 2px rgba(0, 0, 0, 0.02);
}

.notepaper:before, .notepaper:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
}

.notepaper:before {
    left: 28px;
    width: 2px;
    border: solid #efcfad;
    border-color: rgba(239, 207, 173, 0.9);
    border-width: 0 1px;
    }

.notepaper:after {
    z-index: -1;
    left: 0;
    right: 0;
    background: rgba(242, 246, 193, 0.9);
    border: 1px solid rgba(170, 157, 134, 0.7);
    -webkit-transform: rotate(2deg);
    -moz-transform: rotate(2deg);
    -ms-transform: rotate(2deg);
    -o-transform: rotate(2deg);
    transform: rotate(2deg);
}

.quote {
    font-family: Georgia, serif;
    font-size: 14px;
}

blockquote {
    border: none;
}

.curly-quotes:before, .curly-quotes:after {
    display: inline-block;
    vertical-align: top;
    height: 30px;
    line-height: 48px;
    font-size: 50px;
    opacity: .2;
    }

.curly-quotes:before {
    content: '\201C';
    margin-right: 4px;
    margin-left: -8px;
}

.curly-quotes:after {
    content: '\201D';
    margin-left: 4px;
    margin-right: -8px;
}

.quote-by {
    display: block;
    padding-right: 10px;
    text-align: right;
    font-size: 13px;
    font-style: italic;
    color: #84775c;
}

.lt-ie8 .notepaper {
    padding: 15px 25px;
}
