﻿section h2.section-heading {
    font-size: 28px;
}

/*.timeline-responsive-h {
    font-size: 1rem;
}

.timeline-panel {
    padding: 0 !important;
    height: 170px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
}

.timeline-inverted .timeline-panel {
    
}*/

.portfolio-modal .modal-content h2 {
    font-size: 1.5em;
    margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
    section h2.section-heading {
        font-size: 32px;
    }

    /*.timeline-responsive-h {
        font-size: 0.8rem;
    }*/
}

/* Medium devices (tablets, 768px and up)*/
@media screen and (min-width: 768px) {
    section h2.section-heading {
        font-size: 36px;
    }
	
	.portfolio-modal .modal-content h2 {
		font-size: 2em;
		margin-bottom: 15px;
	}

    /*.timeline-responsive-h {
        font-size: 1.25rem;
    }*/
}

/* Large devices (desktops, 992px and up)*/
@media screen and (min-width: 992px) {
    section h2.section-heading {
        font-size: 38px;
    }
	
	.portfolio-modal .modal-content h2 {
		font-size: 3em;
		margin-bottom: 15px;
	}

    /*.timeline-responsive-h {
        font-size: 1.4rem;
    }

    .timeline-panel {
        align-items: center;
        justify-content: flex-end;
    }

    .timeline-inverted .timeline-panel {
        justify-content: flex-start;
    }*/
}

/* Extra large devices (large desktops, 1200px and up)*/
@media screen and (min-width: 1200px) {
    section h2.section-heading {
        font-size: 40px;
    }
	
	.portfolio-modal .modal-content h2 {
		font-size: 3em;
		margin-bottom: 15px;
	}

    /*.timeline-responsive-h {
        font-size: 1.5rem;
    }

    .timeline-panel {
        align-items: center;
        justify-content: flex-end;
    }

    .timeline-inverted .timeline-panel {
        justify-content: flex-start;
    }*/
}

#mainNav {
    background-color: black;
    padding-top: 5px;
    padding-bottom: 5px;
}

.nav-link {
    font-size: 100% !important;
}

.masthead {
    padding-top: 80px;
}

.intro-text {
    padding-top: 420px !important;
}

.intro-lead-in {
    color: #fec503;
}

.timeline-image {
    background-color: white !important;
    color: #fec503 !important;
}

.h4-introduce {
    padding-bottom: 30px;
}

.div-contact {
    text-align: center;
}

.h2-introduce {
    padding-bottom: 60px;
}

.ifram-contact {
    max-width: 600px;
    max-height: 340px;
    min-height: 300px;
    width: 100%;
    height: 100%;
}

.portfolio-modal .modal-content {
    padding: 0;
}

.p-text-justify {
	text-align: justify;
}