body { background-color: #FFFFFF; }

/**
 * Presentation Section  #255F85
 */
#presentation {
    overflow: hidden;
}
#particles-js {
    height: 94%;
    position: absolute;
}

.content {
    position: relative;
}
#presentation header h2 {
    margin: -0.65rem 0 1.5rem 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 2rem;
    font-style: italic;
    font-weight: 100 !important;
    letter-spacing: 0.01em;
}
.links-container {
    margin-bottom: 2rem;
    display: flex;
    justify-content: space-around
}
#presentation .image {
    background-color: transparent !important;
    width: 250px !important;
    height: auto !important;
}
@media screen and (max-width: 736px){
	#presentation .image {
	    width: 200px !important;
	}
}
#presentation .major{
    margin-bottom: 2rem;
}

/**
 * Skills Section
 */

@media screen and (min-width: 768px){
    #skills {
        display: flex;
        justify-content: space-between;
    }
    .skill-name {
        font-size: 1.3rem;
    }
    .bar {
        height: 10px;
    }
}
#skills h3 {
    margin-bottom: 0.5rem;
}
#skills .percent, #skills .loading {
    visibility: hidden;
    opacity: 0;
    font-size: 0.8em;
    -webkit-transition: visibility 0.75s, opacity 0.75s ease-in;
    -moz-transition: visibility 0.75s, opacity 0.75s ease-in;
    -ms-transition: visibility 0.75s, opacity 0.75s ease-in;
    -o-transition: visibility 0.75s, opacity 0.75s ease-in;
    transition: visibility 0.75s, opacity 0.75s ease-in;
}
.skill-domain {
    width: 100%;
    margin-bottom: 2.5rem;
    margin-right: 1rem;
}
.skill-name {
    font-size: 1.2em;
    text-align: left;
    margin-bottom: 0
}
.progress {
    margin: 0 0 0.5rem 0;
    width: 90% !important;
    background-color: #ddd;
    border-radius: 10px;
    border: 0.5px solid #bcbcbc;
}
.bar {
    visibility: hidden;
    width: 1%;
    height: 7px;
    background-color: #0f5e91;
    border-radius: 10px;
    text-align: center;
    line-height: 0.7rem;
    font-weight: bolder;
    color: #fff;
    -webkit-transition: width 1.5s ease-in-out !important;
    -moz-transition: width 1.5s ease-in-out !important ;
    -ms-transition: width 1.5s ease-in-out !important ;
    -o-transition: width 1.5s ease-in-out !important ;
    transition: width 1.5s ease-in-out !important ;
}

/**
 * Projects Section
 */
#projects {
    margin-top: -2rem;
}
#projects article {
    margin: 2rem;
    box-shadow: 0.5rem -.5rem 2rem rgba(0,0,0,.15);
}
.gallery.style1 article .caption {
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
#projects .icon-container {
    padding: 0 5rem;
    bottom: 0!important;
}
#projects .icon-container .icon:hover {
    color: #0f5e91;
}
#projects .caption p {
    margin-bottom: .5rem;
}
#projects .caption .techno {
    font-weight: bolder;
    font-style: italic;
}
#projects .caption .description {
    /*display: none;*/
}


/**
 * Contact Form Section
 */

#flash-message {
    position: absolute;
    padding: 15px;
    border-radius: 5px;
    color: white;
    width: 100%;
    text-align: center;
    -webkit-transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out;
    -moz-transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out ;
    -ms-transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out ;
    -o-transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out ;
    transition: height 1s, width 1s, padding 1s, visibility 1s, opacity 0.5s ease-out ;
}
#flash-message strong {
    color: white;
}
#flash-message p {
    margin: 0;
}
#flash-message a {
    color: white;
}
#flash-message a:hover {
    color: black;
    text-decoration: underline;
}
.alert-message {
    background-color: #bc2612;
}
.success-message {
    background-color: #659e1f;
}
.close-modal-btn, .close-btn {
    margin-left: 15px;
    color: white;
    font-weight: bold;
    float: right;
    font-size: 22px;
    line-height: 20px;
    cursor: pointer;
    transition: 0.3s;
}
.close-modal-btn, .close-btn:hover {
    color: black;
}

input, textarea {
    font-weight: bolder;
}

.info {
    text-align: left;
}
.info i {
    font-size: 0.85em;
}
form .fields {
    margin-bottom: 0 !important;
}
.f-center {
    display: flex;
    justify-content: center;
}
.red {
    color: #bc2612;
}
.d-none {
    display: none;
}

/**
 * Footer
 */
footer {
    margin: .5em;
}
footer .inner {
    padding-top: 10px !important;
    padding-bottom: 5px !important;
}
.icon-container {
    width: 100%;
    display: flex;
    justify-content: space-around;
}
footer .icon {
    font-size: 1.5em;
}
footer small {
    font-weight: bolder;
    font-size: 0.9em;
}

/*
 * Arrow-up
 */

.fa-arrow-up {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    z-index: 999;
    bottom: 25px;
    right: 25px;
    color: #0f5e91;
    box-shadow: none !important;
    -webkit-transition: visibility 1.5s, opacity 1.5s, color 0.3s ease-in-out !important;
    -moz-transition: visibility 1.5s, opacity 1.5s, color 0.3s ease-in-out !important ;
    -ms-transition: visibility 1.5s, opacity 1.5s, color 0.3s ease-in-out !important ;
    -o-transition: visibility 1.5s, opacity 1.5s, color 0.3s ease-in-out !important ;
    transition: visibility 1.5s, opacity 1.5s, color 0.3s ease-in-out !important ;
}
.fa-arrow-up:hover {
    color: #8d9193;
    cursor: pointer;
}

