.hidden {
    display: none !important;
}

.separator {
    width: 55px;
    height: 30px;
}

.center-margins {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    padding: 80px 30px 30px;
}

.intro {
    background-color: #f1f8fa;
    border-radius: 15px;
    margin-top: 100px;
    margin-left: 30px;
    margin-right: 30px
}

.profile {
    max-width: 120px;
    max-height: 120px;
    border-radius: 70px;
}

.hamburger {
    display: none;
}

.nav-link {
    display: inline-block;
    padding: 0 40px 0 0;
    font-weight: 700;
    font-size: 1.5rem;
    color: #5e5e5e;
}

div.default-size > ul > li{
    font-size: 1.2rem;
    padding-top: 10px;
}
.default-size {
    font-size: 1.5rem
}

small {
    font-soze: 0.75rem;
}
.company {
    font-size: 2.5rem;
    padding: 10px 0;
}
.thumbnail {
    max-width: 450px;
    max-height: 450px;
    border-radius: 15px;
}

.heading-focus {
    font-size: 2.5rem;
}

.summary {
    margin: 30px 0 30px 0;
}
.full-name {
    display: block;
}
.shortened-name {
    display: none;
}

iframe {
    height: 1100px;
}

.loader {
  border: 16px solid #f3f3f3;
  border-radius: 50%;
  border-top: 16px solid #3498db;
  width: 120px;
  height: 120px;
  -webkit-animation: spin 2s linear infinite; /* Safari */
  animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
  0% { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

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

    iframe {
        height: 1500px;
    }
    .full-name {
        display: none;
    }
    .shortened-name {
        display: block;
    }
    .intro {
        margin: 25px 0 0;
    }

    .profile {
        width: 100px;
        height: 100px;
    }

    .greeting {
        font-size: 2.2rem;
        padding: 10px 0px;
    }
    .summary {
        margin: 25px 0;
    }

    .hamburger {
        display: block;
        position: fixed;
        max-width: 50px;
        max-height: 50px;
        top: 20px;
        right: 30px;
        z-index: 1000
    }

    .ex {
        display: block;
        position: fixed;
        max-width: 50px;
        max-height: 50px;
        top: 20px;
        right: 30px;
        z-index: 1000;
    }
    .center-margins {
        padding: 50px 20px 30px;
    }

    .mobile-navbar {
        position: fixed;
        margin-bottom: 30px;
    }

    .nav-link {
        margin-top: 30px;
        color: #747779;
    }

    .navbar {
        display: none;
    }

    .thumbnail {
        margin: 30px 0;
        max-width: 350px;
        max-height: 350px;
    }
}
