html, body {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size:1.1em;
}
.home h1, .home h2, .home h3, .home .wp-block-heading, .home p {
	color:#eee;
}
h1, h2, h3 {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 400;
	font-style: normal;
}
ul, ol {
    margin: 0 0 1.5em 0em;
}
a, a:link {
	color:#cccccc;
}
a:hover {
	color:#fff;
}
a {outline : none;}
a img {outline : none;}
span {
	color:#ef4410;
}
.site-title {
	display:none;
}
.site {
	background-color:#21231e;
}
.single .site {
	color:#404040;
	background-color:#fff;
}
.site-main {
	position:relative;
	top:-40px;
  max-width: 1200px;
  margin: 0 auto;
}
.single .site-header {
	padding-top:10px;
  max-width: 800px;
  margin: 0 auto;
}
.site-header img {
	width:250px;
}
.single .site-main {
	position:relative;
	top:0;
  max-width: 800px;
  margin: 0 auto;
}
main {
    display: block;
}
.small {
	color: #cccccc;
	font-size:80%;
}
.site-footer {
	padding:120px 40px 20px 40px;
	background-color:#fff;
	clip-path: polygon(0% 0%,100% 60%,100% 100%,0% 100%);
}
.site-info {
	display:flex;
	justify-content: space-between;
	max-width: 1200px;
    margin: 0 auto;
}
.single .site-info {
	display:flex;
	justify-content: space-between;
	max-width: 800px;
    margin: 0 auto;
}
.two {
	padding-top:10px;
	margin-left: auto; 
	margin-right: 0;
	text-align:right;
}
.two .fa-linkedin {
	margin-left: auto;
}
.site-info p {
	color:#21231e;
	font-size:80%;
	text-align: right;
}
.site-info img {
	width:250px;
}

.fa-linkedin {
	color: #21231e;
}
.desktop, .fa-2x {
display:block;
}
.mobile, .fa-x {
display:none !important;
}
a:hover .fa-linkedin {
	color: #848484;
	transition: color 300ms ease-in-out;
}
.copyright {
	margin-top:0;
}


/* BUTTON */

.wp-block-button a.wp-block-button__link {
	font-family: helvetica-neue-lt-pro, sans-serif;
	font-weight: 700;
	font-style: normal;
	letter-spacing:.1em;
	border:1px solid #c9c9c9;
}
.wp-block-button a.wp-block-button__link:hover{
	color:#fff;
	background-color:#000;
}
.wp-block-button a.wp-block-button__link {
  text-align: center;
  white-space: nowrap;
  display: block;
  margin: 50px auto;
  padding: 10px 20px;
  box-shadow: 0 0 0 0 rgba(232, 232, 232, 1);
  border-radius: 10px;
  
  -webkit-animation: pulsing 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 3.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-size: 22px;
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  color: #ffffff;
  transition: all 1000ms ease-in-out;
}
/* Comment-out to have the button continue to pulse on mouseover */

a.wp-block-button__link:hover {
  -webkit-animation: none;
  -moz-animation: none;
  -ms-animation: none;
  animation: none;
  color: #ffffff;
}


/* Animation */

@-webkit-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 232, 232, 0);
  }
}

@-moz-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 232, 232, 0);
  }
}

@-ms-keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 232, 232, 0);
  }
}

@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 232, 232, 0);
  }
}

@media (min-width: 782px) and (max-width: 1280px) {

	.single .site-branding, .single .entry-header {
	padding:0 40px;
}
  .site-footer {
	padding:60px 40px 0px 40px;
	background-color:#fff;
	clip-path: polygon(0% 0%,100% 40%,100% 100%,0% 100%);
}
.entry-content {
	padding:0 40px;
}
.site-info img {
	width:200px;
}
.fa-x {
	display:block !important;
}
.fa-2x {
	display:none !important;
}
}

@media (max-width: 781px) {

.single .site-branding, .single .entry-header {
	padding:0 20px;
}

.home .site-branding {
	display:none;
}

.site-footer {
	padding:60px 20px 25px 20px;
	background-color:#fff;
	clip-path: polygon(0% 0%,100% 40%,100% 100%,0% 100%);
}
.entry-content {
	padding:0 20px;
}

.desktop, .fa-2x {
	display:none !important;
}
.site-info img {
	width:150px;
}
.site-info p {
	font-size:60%;
}
}

@media (max-width: 632px) {
	.single .site-branding, .single .entry-header {
	padding:0 20px;
}

	.mobile, .fa-x {
	display:block !important;
}
.site-main {
    position: relative;
    top: 0px;
}
}