body {
    font: 400 15px Lato, sans-serif;
    line-height: 1.8;
    color: #818181;
}

h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
}

h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
}

.jumbotron {
    background-color: darkseagreen;
    color: #fff;
    padding: 100px 25px;
    font-family: Montserrat, sans-serif;
}

.container-fluid {
    padding: 60px 50px;
}

.bg-grey {
    background-color: #f6f6f6;
}

.thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
}

.thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
}

.carousel-control.right,
.carousel-control.left {
    background-image: none;
    color: #f4511e;
}

.carousel-indicators li {
    border-color: #f4511e;
}

.carousel-indicators li.active {
    background-color: #f4511e;
}

.item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
}

.item span {
    font-style: normal;
}

.panel {
    border: 1px solid #704370;
    border-radius: 0 !important;
    transition: box-shadow 0.5s;
}

.panel:hover {
    box-shadow: 5px 0px 40px rgba(0, 0, 0, .2);
}

.panel-footer .btn:hover {
    border: 1px solid #704370;
    background-color: #fff !important;
    color: #234567;
}

.panel-heading {
    color: #fff !important;
    background-color: #704370 !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.panel-footer {
    background-color: white !important;
}

.panel-footer h3 {
    font-size: 32px;
}

.panel-footer h4 {
    color: #aaa;
    font-size: 14px;
}

.panel-footer .btn {
    margin: 15px 0;
    background-color: #704370;
    color: #fff;
}

.navbar {
    margin-bottom: 0;
    background-color: darkseagreen;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
}

.navbar li a,
.navbar .navbar-brand {
    color: #fff !important;
}

.navbar-nav li a:hover {
    background-color: #704370 !important;
    color: #fff !important;
}

.navbar-nav li.active a {
    color: #fff !important;
    background-color: darkseagreen !important;
}

.navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
}

footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: darkseagreen;
}

.slideanim {
    visibility: hidden;
}

.slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
}

@keyframes slide {
    0% {
        opacity: 0;
        transform: translateY(70%);
    }

    100% {
        opacity: 1;
        transform: translateY(0%);
    }
}

@-webkit-keyframes slide {
    0% {
        opacity: 0;
        -webkit-transform: translateY(70%);
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@media screen and (max-width: 768px) {
    .col-sm-4 {
        text-align: center;
        margin: 25px 0;
    }

    .btn-lg {
        width: 100%;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 480px) {
    .logo {
        font-size: 150px;
    }
}

.center {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20%;
    margin-left: 20%;
    margin-top: 5%;
}

.clickme {
    background-color: white;
    color: black;
    border: 2px solid #4b6777;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 12px;
    margin: 4px 2px;
    transition-duration: 0.4s;
    cursor: pointer;

}

.clickme:hover {
    background-color: #4b6777;
    color: #f5beb4;
}

a {
    text-decoration: none;
}

    {
    box-sizing: border-box;
}

.column {
    float: left;
    width: 25%;
    padding: 2px;
    margin-left: 110px;
    text-align: center;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
    }
}


.fa {
    padding: 10px;
    font-size: 20px;
    width: 40px;
    text-align: center;
    text-decoration: none;
    margin: 5px 2px;
    border-radius: 60%;
}

.fa:hover {
    opacity: 0.7;
}

.fa-instagram {
    background: #ef9787;
    color: white;
}

.fa-linkedin {
    background: #ef9787;
    color: white;
}


.fa-envelope {
    background: #ef9787;
    color: white;
}


.c-footer {
    background: #704370;
    color: white;
    font-size: 20px;
    font-weight: 500;
}

.c-footer-wrap {
    position: relative;
}

.c-footer-wrap::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background: #ffffff;
    z-index: 3;
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    transition: transform 0.9s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.9s cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.is-loaded .c-footer-wrap::before {
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
}

.is-changing-page .c-footer-wrap::before {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
}

@media (min-width: 1024px) {
    .c-footer {
        padding: 40px 100px 40px;
    }
}

@media (max-width: 1023px) {
    .c-footer {
        padding: 0 0 40px 0;
    }

    .c-footer .o-container {
        padding: 0;
    }
}

@media (min-width: 1024px) {
    .c-nav .c-footer {
        padding-bottom: 0;
    }
}


@media (max-width: 1023px) {

    .c-footer_logo::before,
    .c-footer_logo::after {
        top: 50%;
        margin-top: -13px;
    }
}


.c-nav-footer,
.c-nav-mobile-small_list {
    margin: 0;
    padding: 0;
    list-style: none;
    margin: 0;
}

@media (min-width: 1024px) {

    .c-nav-footer li,
    .c-nav-mobile-small_list li {
        margin-bottom: 0.625rem;
    }
}

@media (max-width: 1023px) {

    .c-nav-footer li,
    .c-nav-mobile-small_list li {
        margin-bottom: 14px;
    }
}

.c-nav-footer_link,
.c-nav-mobile-small_link {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
}

@media (min-width: 1024px) {

    .c-nav-footer_link,
    .c-nav-mobile-small_link {
        font-size: 0.625rem;
    }
}

@media (max-width: 1023px) {

    .c-nav-footer_link,
    .c-nav-mobile-small_link {
        font-size: 13px;
    }
}

.c-nav-mobile-small_item {
    margin: 0 !important;
}

.c-copyright {
    margin: 0;
    font-weight: 600;
    letter-spacing: 2px;
}

.c-copyright a {
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 0;
}

@media (min-width: 1024px) {
    .c-copyright {
        color: darkslategray;
        font-size: 0.825rem;
    }
}

@media (max-width: 1023px) {
    .c-copyright {
        font-size: 10px;
        margin-top: 40px;
    }
}

.c-footer_social_list {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.c-footer_social_list:after {
    display: table;
    clear: both;
    content: "";
}

@media (min-width: 1024px) {
    .c-footer_social_list {
        margin-bottom: 1.875rem;
    }
}

@media (max-width: 1023px) {
    .c-footer_social_list {
        margin-bottom: 30px;
    }
}

.c-footer_social {
    text-align: center;
}

.c-footer_social_item {
    display: inline-block;
    margin: 0 11%;
}

.c-footer_social_item:first-child {
    margin-left: 0;
}

.c-footer_social_item:last-child {
    margin-right: 0;
}


#myBtn {
    display: none;
    z-index: 99;
    font-size: 13px;
    border: none;
    outline: none;
    background-color: white;
    color: lightcoral;
    cursor: pointer;
    padding: 10px;
    border-radius: 4px;
}

#myBtn:hover {
    background-color: #555;
}
