*, p, .description {
    font-family: 'Crimson Pro', sans-serif;
    letter-spacing: 1px;
    font-size: 18px;
    color: black;
}

.rsvp, .fab {
    color: white !important;
}

.section {
    background-color: #FAF6F0 !important;
}

.bg-primary {
    background-color: #BCAE83 !important;
}

a {
    color: #4A5A28 !important;
    font-weight: 400;
}
/*light green: #819F56, darker green: #7C8A53*/

h1, h2, h3, h4 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
    color: #354D56  !important;
}

h5 {
    font-family: 'Playfair Display', serif;
    font-size: 34px;
    text-transform: uppercase;
    font-weight: 400 !important;
    margin-bottom: 24px;
    letter-spacing: 1.5px;
    color: #69AAC7 !important;
}

h2 {
    font-size: 24px !important;
}

h5 {
    font-size: 20px !important;
    margin-bottom: 10px !important;
    padding-bottom: 0 !important;
}

.background-transition .btn {
    -webkit-transition: background-color 1s linear !important;
    -moz-transition: background-color 1s linear !important;
    -o-transition: background-color 1s linear !important;
    transition: background-color 1s linear !important;
}
.background-transition .btn:hover {
    -webkit-transition: background-color 0s linear !important;
    -moz-transition: background-color 0s linear !important;
    -o-transition: background-color 0s linear !important;
    transition: background-color 0s linear !important;
}

/*.github:hover {*/
/*    background-color: #9400D3;*/
/*}*/

/*.stack-overflow:hover {*/
/*    background-color: #4B0082;*/
/*}*/

/*.linkedin:hover {*/
/*    background-color: green;*/
/*}*/

/*.hackerrank:hover {*/
/*    background-color: #0000FF;*/
/*}*/

/*.instagram:hover {*/
/*    background-color: #FF7F00;*/
/*}*/

/*.facebook:hover {*/
/*    background-color: #FF0000;*/
/*}*/

a.btn-primary {
    cursor: default !important;
}

footer a:hover {
    text-decoration: underline !important;
}

.fixed-top .navbar-translate span {
    color: white;
    font-size: 26px;
    letter-spacing: 1px;
    font-weight: 500;
}

.fixed-top .navbar-translate span a {
    font-family: 'Playfair Display', serif;
    font-size: 26px;
}

.mt-30 {
    margin-top: 30px !important;
}

.frst-timeline-style-7 .frst-timeline-block::before,
.frst-timeline-style-7 .frst-timeline-block::before,
.frst-timeline-style-7 .frst-timeline-img span {
    background: #BCAE83;    
}

.frst-timeline-style-7 .frst-timeline-content {
    border-bottom-color: #BCAE83;
}

.frst-container {
    padding-top: 20px;
    padding-bottom: 20px;
}

@media only screen and (max-width: 678px) {

    .frst-timeline-style-7 .frst-timeline-content {
        position: relative;
        bottom: 4px;
    }
}

.skills .col {
    margin-bottom: 30px;
}

.skills .icon {
    font-size: 30px;
    margin-bottom: 15px;
    color: #DD9A69;
}

.skills h4 {
    font-weight: bold !important;
    line-height: 24px;
    margin-top: 0px;
}

.move-left-2 {
    right: 2px;
    position: relative;
}

.move-left-4 {
    right: 4px;
    position: relative;
}

.copyright {
    padding-top: 2px;
}


.photo-container img {
    max-width: 100%;
    overflow: hidden;
    text-align: center;
}

.photo-container img {
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.navbar .navbar-nav .nav-link:not(.btn) {
    text-transform: none;
    font-size: 16px;
    letter-spacing: 1px;
}

.frst-timeline-content-inner span {
    font-size: 28px;
    font-family: 'Playfair Display', serif !important;
    color: #D58143 !important;
}

.profile-page .photo-container {
    box-shadow: none !important;
}

.btn-primary {
    color: white !important;
    font-family: 'Playfair Display', serif;
    letter-spacing: 1px;
    padding: 10px 24px;
    font-size: 22px;
}

.profile-page .title {
    margin-top: 0 !important;
    padding-top: 15px;
}

.tiled-background {
    background-image: url('/img/flower.png');
    background-repeat: repeat-x;
    background-size: 360px auto; /* scales image to 60px wide, height adjusts automatically */
    width: 60%;
    height: 240px; /* or however tall you want the tiled area */
    margin: 0 auto;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
}

.tiled-background-2 {
    background-image: url('/img/flower2.png');
    background-repeat: repeat-x;
    background-size: 360px auto; /* scales image to 60px wide, height adjusts automatically */
    width: 100%;
    height: 180px; /* or however tall you want the tiled area */
    margin: 0 auto;
    border-bottom-left-radius: 160px;
    border-bottom-right-radius: 160px;
}

.page-header-image {
    background-image: url('/img/header.jpg');
    background-position: bottom;
}

.profile-page .page-header {
    min-height: 700px;
}

.description {
    color: black;
}

.footer.footer-default {
    background-color: transparent;
}

.checkbox-input {
    margin: 0px auto;
}

.button-outline {
    cursor:pointer;
    border: 1px solid black;
    display: inline-block;
    padding: 9px 12px;
    border-radius: 13px;
}
.button-outline:hover {
    background-color: #EEE;
}