section.projects {
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    background-attachment: fixed;
    position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 100%;
    transition: all 0.5s ease;
    overflow: hidden;
}

section.projects h2 {
    font-family: "Codystar", "Roboto", sans-serif;
    display: block;
    text-align: center;
    font-size: 2rem;
    position: relative;
    z-index: 1;
    background-image: radial-gradient(ellipse 12rem 3.25rem at 50% 0%, white, rgba(255, 255, 255, 0));
}

section.projects .bg {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

section.projects .bg #iPhoneIMG * {
    transition: transform 0.1s ease;
}

section.projects .bg #iPhoneIMG * * {
    transition: inherit;
}

section.projects .bg #MacBook * {
    transition: all 10s ease;
}

section.projects .bg #arc-group {
    display: none;
}

section.projects .bg svg {
    height: 100%;
    width: 100%;
    position: absolute;
}

section.projects .logos {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

section.projects .logos svg {
    height: 75vh;
    min-height: 200px;
    max-height: 400px;
    position: absolute;
    width: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

section.projects .content a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(249, 71, 12, 0.75);
    border-radius: 4px;
    text-decoration: none;
    color: black;
    transition: all 0.5s ease;
    font-weight: 300;
    padding: 15px;
    letter-spacing: 1px;
}

section.projects .content a:hover {
    letter-spacing: 5px;
    background: #e57622;
}

section.projects .content a:hover:active {
    transition: all 0.25s ease;
    padding: 15px 60px;
    background: #e48d4b;
}