@charset "utf-8";
/* Body and general type styles */
body {
    color: #343434;
    font-family: 'Roboto Slab', serif;
    font-weight: 300;
    font-size: 20px;
    letter-spacing: 1px;
}
.breakout {
    width: 100%;
    margin: 0 auto;
    background: #fcfcfc;
    padding-top: 50px;
}
.landing .breakout {
    background: none;
}

h1 {
    font-family: 'Oswald', sans-serif;
    font-size: 150px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
}
h2 {
    font-family: 'Oswald', sans-serif;
    font-size: 125px;
    text-align: center;
    letter-spacing: -5px;
    margin: 100px 0 0 0;
}
h3 {
    margin: 0;
    text-align: center;
    font-family: 'Roboto Slab', serif;
    font-size: 30px;
    font-weight: 300;
    padding-top: 30px;
}

h3 a {
	color: #FAD961;
}
h4.button {
    width: 150px;
    margin: 0 auto;
    padding: 10px;
    margin-top: 20px;
    border-radius: 2px;
    background: #00BCD4;
    color: #fff;
    font-weight: 300;
    transition: .5s;
    text-align: center;
}
h4.button:hover {
    background: #00C7E0;
    transition: .5s;
}
h3.more {
    -webkit-animation: none;
    -o-animation: none;
    animation: none;
    opacity: 1 !important;
    padding-top: 100px;
}
.landing-header {
    margin-top: 5%;
}
.landing-text {
    color: #fff;
    animation-delay: 1s;
}
a {
    text-decoration: none;
    color: #00BCD4;
}
h4 a {
    color: inherit;
}
.yellow {
    color: #FAD961;
}
.landing-list-item {
    display: inline;
    padding-right: 20px;
}
/* Landing page scroller animation */

.scroller a span {
    position: absolute;
    top: 90%;
    left: 50%;
    width: 24px;
    height: 24px;
    margin-left: -12px;
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-animation: sdb07 2s infinite;
    animation: sdb07 2s infinite;
    opacity: 0;
    box-sizing: border-box;
}
.scroller a span:nth-of-type(1) {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s;
}
.scroller a span:nth-of-type(2) {
    top: 88%;
    -webkit-animation-delay: 6.65s;
    animation-delay: 6.65s;
}
.scroller a span:nth-of-type(3) {
    top: 86%;
    -webkit-animation-delay: 6.5s;
    animation-delay: 6.5s;
}
@-webkit-keyframes sdb07 {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
@keyframes sdb07 {
 0% {
 opacity: 0;
}
 50% {
 opacity: 1;
}
 100% {
 opacity: 0;
}
}
/* Animation delays and modifications */

.delay1 {
    animation-delay: 2s;
}
.delay2 {
    animation-delay: 2.7s;
}
.delay3 {
    animation-delay: 3.4s;
}
.delay4 {
    animation-delay: 4.1s;
}
.delay5 {
    animation-delay: 4.8s;
}
.delay6 {
    animation-delay: 5.5s;
}
.fadeInLeft, .fadeInRight {
    animation-duration: 1.5s;
    animation-delay: .5s;
}
/* Menu Styles */
.menu {
    width: 33px;
    height: 33px;
    padding: 5px;
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 2.5%;
    z-index: 3;
}
.menu span {
    cursor: pointer;
    height: 2px;
    width: 33px;
    margin-bottom: 8px;
    background: #fff;
    position: relative;
    right: 0;
    display: block;
    transform: rotate(0deg);
    transition: .5s ease;
}

ul.nav-menu {
	padding-left: 0;
}
.project-page span {
    background: #000;
}
.hidden {
    opacity: 0;
    transition-delay: 1s;
    pointer-events: none;
    cursor: default;
}
.visible {
    opacity: 1;
}
.menu.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
    transition: .5s ease;
    background: #fff;
}
.menu.open span:nth-child(2) {
    opacity: 0;
    right: 100px;
    background: #fff;
}
.menu.open span:nth-child(3) {
    top: -10px;
    transform: rotate(-135deg);
    transition: .5s ease;
    background: #fff;
}
#navigation {
    background: #343434;
    color: #fff;
    font-weight: 300;
    font-size: 40px;
    width: 100%;
    height: 100vh;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}
.nav {
    display: flex;
    justify-content: center;
}
/*.slideInLeft {
  animation-duration: .05s;
}

.slideOutLeft {
  animation-duration: .05s;
} */

ul {
    list-style-type: none;
}

ul li a {
    color: #fff;
    text-decoration: none;
	transition-duration: .3s;
}

.nav-menu {
		margin-top: 100px;
}

.nav-menu>li {
	padding-top: 20px;
}

.nav-menu>li a:hover {
	color: #00BCD4;
	transition-duration: .3s;
}

.white-line {
	width: 300px;
	height: 2px;
	background: #fff;
	display: block;
}

.project-list {
    list-style-type: disc;
}



/* Content Styles */

.hide-me {
    opacity: 0;
}
.container {
    max-width: 100%;
    margin: 0 auto;
    /* margin-top: 50px; */
    background: #00BCD4;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    justify-content: center;
    padding: 200px 50px 200px 50px;
}
.landing {
    height: 100vh;
    padding: 0;
}
.header-text {
    position: relative;
    left: 20px;
    top: -50px;
    z-index: 1;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 100px;
    color: #111111;
}
.item-header, .blog-title {
    font-size: 28px;
    font-weight: 400;
}
.item {
    width: 40%;
    text-decoration: none;
    background: #fff;
    height: auto;
    /* border: 1px solid transparent;
    border-right: none; */
    transition-duration: 0.5s;
    box-shadow: none;/* box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.50); */
}
/*.item:hover {
	box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.50);
	
	transition-duration: 0.5s;
	
} */

.full {
    width: 80%;
}

.portfolio-intro {
	margin-top: -50px;
}

.mockup {
    max-width: 100%;
}

.gallery {
    font-size: 16px;
    text-align: center;
    max-width: 100%;
}

#swipebox-top-bar {
    font-size: unset;
    font-family: unset;
}
.right {
    /* background: url('../img/1958258_361146440691665_761465461_n(1).jpg')
    no-repeat;
  background-size: cover;
  background-position: center 35%;
	position: relative; */
    background: #fff;
}
.idcare {
    /* background: url('../img/idcaremockup.jpg')
    no-repeat center;
  background-size: cover; */
    background: #fff;
}
.aaph {
    /* background: url('../img/aaphmockup.jpg')
    no-repeat center #fff;
  background-size: contain;
background-position: center top; */
    background: #fff;
}
.aplus {
    /* background: url('../img/graphismockup.jpg')
    no-repeat center;
  background-size: cover; */
    background: #fff;
}
.socials {
    background: #fff;
}
.projects, .blog {
    background: #fff;/*margin-top: 200px; */
}
.projects {
    border-bottom: 1px solid #F3F3F3;
}
.projects:nth-of-type(odd) {
    background: #FCFCFC;
}
.contact {
    background: #FAD961;
}
.contact-info {
    margin-top: -50px;
}
.content {
    padding: 20px;
}
ul.attributes {
    list-style: disc;
    position: relative;
    top: -50px;
}
ul.links {
    position: absolute;
    right: 20px;
    bottom: 0;
    text-align: right;
}

/* Media Queries */

@media all and (min-width: 1920px) {
	.landing-header {
		margin-top: 12%;
	}
}

@media all and (max-width: 1650px) {
.landing-list-item {
    font-size: 28px;
}
.reduced {
    font-size: 80px;
}
}

@media all and (max-width: 1480px) {
.idcare {
    background-size: contain;
}
}

@media all and (max-width: 1350px) {
.reduced {
    font-size: 50px;
}
}

@media all and (max-width: 1000px) {
.container {
    padding: 100px 50px 100px 50px;
}
}

@media all and (max-width: 900px) {
.navigation {
    -webkit-flex-flow: column wrap;
    flex-flow: column wrap;
}
.item {
    width: 100%;
}
.idcare {
    background-size: cover;
}
.reduced {
    font-size: 100px;
}
h2 {
    font-size: 100px;
}
h3.landing-text {
    font-size: 20px;
    line-height: 30px;
}
}

@media all and (max-width: 600px) {
body {
    font-size: 14px;
}
	
h1 {
    font-size: 80px;
}
.landing-header {
    margin-top: 0px;
}
	
h3 {
    padding-top: 10px;
}
	
.nav-menu {
		margin-top: 50px;
}
	
.container {
    padding: 50px 5px 50px 5px;
}
.item {
    min-height: 250px;
}
	
p.gallery:first-of-type {
    margin-top: -150px;
}
	
.header-text {
    font-size: 50px;
    top: -25px;
}
	
ul {
    padding: 0;
}
	
ul.nav-menu {
    font-size: 24px;
}

.white-line {
    width: 200px;
}
	
.landing-list-item {
    display: block;
    padding-right: 0;
    line-height: 1.4em;
    font-size: 20px;
}
ul.attributes {
    top: 0px;
}
.idcare {
    background-size: contain;
}
}
