@import url('https://fonts.googleapis.com/css?family=Fira+Sans:300i|Fjalla+One|Nunito+Sans|Abril+Fatface|Barlow+Condensed');

.intro p {
	font-family: 'Barlow Condensed', sans-serif;
	margin: 60px auto;
	color: #8e8e8e;
    font-size: 26px
}


/* center the blockquote in the page */
.blockquote-wrapper {
   display: flex;
/*    height: 60vh; */
   padding: 0 20px;
}
.blockquote-1 {
    position: relative;
    font-family: 'Fjalla One', sans-serif !important;
    text-transform: uppercase;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}



.blockquote-1 h1 {
    font-family: 'Fjalla One', sans-serif !important;
    position: relative; /* for pseudos */
    color: #13cdcd;
    font-size: 1.1rem;
    line-height: 120%;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}
/* Blockquote right double quotes */
.blockquote-1 h1:after {
    content:"";
    position: absolute;
    border: 2px solid #12cccc;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote-1 h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}

/* AFTER STYLES */
.blockquote-2 {
    position: relative;
    font-family: 'Barlow Condensed', sans-serif;
    max-width: 620px;
    margin: 30px auto;
    align-self: center;
}
.blockquote-2 h1 {
    font-family: 'Fjalla One', sans-serif !important;
    position: relative; /* for pseudos */
    color: #b60d45;
    font-size: 1.1rem;
    text-transform: uppercase;
    font-weight: normal;
    line-height: 1.5;
    letter-spacing: 0.5px;
    margin: 0;
    border: 2px solid #fff;
    border: solid 2px;
    border-radius:20px;
    padding: 25px;
}
/* Blockquote right double quotes */
.blockquote-2 h1:after {
    content:"";
    position: absolute;
    border: 2px solid #b60d45;
    border-radius: 0 50px 0 0;
    width: 60px;
    height: 60px;
    bottom: -60px;
    left: 50px;
    border-bottom: none;
    border-left: none;
    z-index: 3;
}

.blockquote-2 h1:before {
    content:"";
    position: absolute;
    width: 80px;
    border: 6px solid #fff;
    bottom: -3px;
    left: 50px;
    z-index: 2;
}


/* Blockquote subheader */
.blockquote-1 h4 {
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
    font-family: 'Barlow Condensed', sans-serif !important;

}

.blockquote-2 h4 {
    position: relative;
    color: #000;
    text-transform: uppercase;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1.2;
    margin: 0;
    padding-top: 15px;
    z-index: 1;
    margin-left:150px;
    padding-left:12px;
    font-family: 'Barlow Condensed', sans-serif !important;

}


.blockquote-1 h4:first-letter {
  margin-left:-12px;
}
/* increase header size after 600px */
@media all and (min-width: 600px) {
    .blockquote-1 h1 {
        font-size: 1.25rem;
        line-height: 1.4;
   }
  .blockquote-2 h1 {
        font-size: 1.25rem;
        line-height: 1.4;
   }
}

@media only screen and (max-width: 600px) {
	.after {
		margin: 60px 0 0 25% !important;
}
}
.name {
    font-family: 'Fjalla One', sans-serif !important;
    font-size: 25px !important;
}
.b4 {
    font-family: 'Barlow Condensed', sans-serif;
	text-align: center;
	font-size: 50px;
	margin-top: 60px;
	color: #13cdcd;
/*
	text-shadow: 2px 2px 0px #fff991,
				-2.5px 0 0 #f400dc;
*/
}

.after {
	position:relative;
    font-family: 'Barlow Condensed', sans-serif;
	font-size: 50px;
	margin-top: 30px;
	margin: 60px 0 0 75%;
	color: #b60d45;
/*
	text-shadow: 1px 0 0 #106559,
		4px 0 0  #022d27,
		6px 0 0 #fff;
*/
}
.alignleft {
    background: #b1a2a200;
    padding-left: 0px;
}

.icon {
    text-align: center;
    display: block;
    margin: 60px auto;
}

.satellite-icon {}
