/*
Theme Name: FPSF
Text Domain: FPSF.Zine.
Version: 1.2.3
Description: cloudbox coverart theme
Tags: top-navbar, responsive, background-art
Author: Brian P. Griffin
Author URI: flashpointsf.com
*/
html {
  scroll-behavior: smooth;
}
body {
  background-color:  #0c0826;
}

hr {
  margin-top:0;
  width: 70%;
}

.wp-block-button__link:visited {
	color: #8600d3;
}

img { 
	max-width:100% !important;
	height:auto !important;
}


/* TEXT */

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
}

/* h1 {
  font-size: 4.0vw;
}

h2{
  font-size: 2.1vw;
}


h3 {
  font-size: 1.3rem;
}

h4 {
  font-size: 1.8vw;
} */


p {
  font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
}

p.has-drop-cap:not(:focus):first-letter {
   float:left;
   font-size:4.0em;
   line-height:.68;
   font-weight:100;
   margin:.05em .1em 0 0;
   text-transform:uppercase;
   font-style:normal;
}

strong {
  color: #a01b1c;
}

ul.is-style-none {
	font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
	text-align: center;
}
ul.is-style-none.mobile {
	font-size: 5vw;
}

.form-text {
  font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
}

.underline {
  text-decoration: underline;
}

.indent {
  text-indent: 3em;
}





/* NAVIGATION ITEMS */

li.menu-item a {
	margin-right: 1rem;
	color: #fff;
	text-decoration: none;
}

li.menu-item a:hover {
	color: #c47272;
  	text-decoration: none;
}

a.light:hover {
	color: #c47272;
}

a.title {
	color: #3b3c36;
}
a.title:hover {
  color: #a01b1c;
  text-decoration: none;
}

.red-banner a {
	color: #ffffff;
	text-decoration: underline;
}



/* FONT WIEGHTS */

.w600 {
  font-weight: 600;
}

.w200 {
  font-weight: 200;
}

/* COLORS */


.light {
  color: #eff2e7;
}

.dark {
  color: #717273;
}

.black {
  color: #3b3c36;
}

.parchment {
  background-color: rgba(239,242,231,0.95);
}

#attribution {
  color: #eff2e7;
}



/* HEADER */

#banner {
  position: relative;
/*   background-color: #eff2e7; */
  background-color: clear;
  height: 6rem;
  z-index: 2001;

}

img.logo {

  width: 27.3vw;
  height: 8.36vw;
  position: absolute;
  left: 1%;
  z-index: 2001;
  filter: drop-shadow(1px 1px 0px white)
  drop-shadow(-1px -1px 0px white)
  drop-shadow(1px -1px 0px white)
  drop-shadow(-1px 1px 0px white)
  drop-shadow(1px 0px 0px white)
  drop-shadow(-1px 0px 0px white)
  drop-shadow(0px 1px 0px white)
  drop-shadow(0px -1px 0px white);
}
.tagline {
  position: absolute;
  top: 2rem;
  right: 16rem;
  z-index: 2001;
}
img.tagline {
  position: absolute;
  top: 1rem;
  right: 18em;
  width: 39vw;
  height: 3.58vw;
  z-index: 2001;

  filter: drop-shadow(0.9px 0.9px 0px white)
  drop-shadow(0.9px 0.9px 0px white)
  drop-shadow(0.9px 0.9px 0px white)
  drop-shadow(0.9px 0.9px 0px white)
  drop-shadow(0.9px 0.9px 0px white)
  drop-shadow(0.9px 0.9px 0px white);
}

.navbar {
    background-color: #a01b1c;
    font-family: 'Contrail One';
    font-size: 1.3rem;
    width: 100%;
	max-height: 2rem;

}

.story-title {
/* 	filter: drop-shadow(0.99px 0.99px 0px #8600d3)
  drop-shadow(0.99px 0.99px 0px #8600d3)
  drop-shadow(0.99px 0.99px 0px #8600d3)
  drop-shadow(0.99px 0.99px 0px #8600d3)
  drop-shadow(0.99px 0.99px 0px #8600d3)
  drop-shadow(1px 1px 0px #8600d3); */
}

.byline {
	color: #a01b1c;
	font-size: 4.5vw;
	font-family: 'Contrail One';
}
.byline::before {
	content: "by "
}

.tag-byline {
	color: #a01b1c;
	font-size: 2.33vw;
	font-family: 'Crimson Pro', serif;
}
.tag-byline a {
	color: #a01b1c;
	font-size: 2.33vw;
	font-family: 'Crimson Pro', serif;
}
.tag-byline::before {
	content: "Stories by "
}










/* DIVS SPACING */

.container-trim {
  padding: 7% 15%;
}

.container-sq {
  padding: 1rem 0 0 1rem;
}

.console {
  position: relative;
  top: 1rem;
  left: 20.6vw;
  background-color: rgba(255,255,255,0.95);
  width: 70%;
  height: auto;
  z-index: 2001;

}

.post-page {
  position: relative;
  background-color: rgba(239,242,231,0.95);
  width: 90%;
  top: 1.8rem;
  margin: 0 auto;
  height: auto;
  z-index: 2001;

}

.dark-cloud {
  background-color: rgba(59,60,54,0.5);

  height: auto;
  font-size: 1.33vw;
  padding: 3%;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}

.dark-cloud h4 {
	font-size: 1.8vw;
}

form select {
 
  font-size: 1.8vw;
 
}
.red-banner {
  background-color: rgba(160,27,27,0.95);
  height: auto;
  color: #ffffff;
  font-size: 5vw;
  padding: 3% 3% 35% 3%;
  clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 85%, 0 100%);
}
details > summary {
  list-style: none;
}
details > summary::-webkit-details-marker {
  display: none;
}

.wp-block-coblocks-accordion-item {
	border: none;
	background-color: #eff2e7;
	
	
}




.wp-block-coblocks-accordion-item__title {
	font-family: 'Crimson Pro', serif;
  	font-size: 2.33vw;
	color: #a01b1c;
}
.wp-block-coblocks-accordion-item__title:hover {
	outline: none;
	background-color: #a01b1c;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #fff;
	
	
}

.wp-block-coblocks-accordion-item__title:focus {
	outline: none;
	background-color: #a01b1c;
	color: #fff;
	text-decoration: underline;
	text-decoration-color: #fff;
	
}








.wp-block-columns.has-background {
	padding: 0;
}

.bio-card-row {
	border-radius: 25px;
	padding: 0;
	
}
/* div.wp-block-columns.bio-card-row.bio-card-tom.has-background {
	display: block;
} */
.bio-card-tom {
 	transform: scale(0.9,1);
	transition: all 1s;
}
.bio-card-tom:hover {
 	transform: scale(1,1.1);
	transition: all 1s;
}


.bio-card-max {
	transform: scale(0.9,1);
	transition: all 1s;
}
.bio-card-max:hover {
	transform: scale(1,1.1);
	transition: all 1s;
}

.bio-card-kev {
transform: scale(0.9,1);
	transition: all 1s;}
.bio-card-kev:hover {
 	transform: scale(1,1.1);
	transition: all 1s;
}

ul.blocks-gallery-grid li:nth-child(1) {
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
ul.blocks-gallery-grid li:nth-child(1):hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}

ul.blocks-gallery-grid li:nth-child(2) {
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
ul.blocks-gallery-grid li:nth-child(2):hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}
ul.blocks-gallery-grid li:nth-child(3) {
 filter: gray; /* IE6-9 */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
ul.blocks-gallery-grid li:nth-child(3):hover {
  filter: none;
  -webkit-filter: grayscale(0%);
}


.bio-card {
  background-color: #eff2e7;
  padding: 3% 1% 3% 3%;
  clip-path: polygon(2% 0, 100% 0, 100% 30%, 100% 70%, 100% 100%, 2% 100%, 2% 65%, 0 50%, 2% 35%);  
/*   border-radius: 0 25px 25px 0; */
	border: 10px solid #a01b1c;
	border-left:none;
	border-right: 1px dashed #665164;
	
}
.bio-card-second {
  background-color: #eff2e7;
  padding: 3% 1% 3% 3%;

  border-radius: 25px;
  border: 5px solid #a01b1c;
	
}


img.bio-card-image {
	border-radius: 25px 0 0 25px;
	width: 110%;
	clip-path: polygon(100% 0, 100% 35%, 98% 50%, 100% 65%, 100% 100%, 0 100%, 0 70%, 0 30%, 0 0);
	border: 5px solid #a01b1c;
	border-right:none;
}
.noClick {
   pointer-events: none;
   cursor: default;
}

li.blocks-gallery-item img {
	border-radius: 50%;
	
}

figure.wp-block-image.size-medium img {
	border-radius: 50%;
	filter: gray; /* IE6-9 */
  	-webkit-filter: grayscale(50%); /* Chrome 19+ & Safari 6+ */
}
figure.wp-block-image.size-thumbnail.is-style-default img {
	border-radius: 50%;

}

figure.aligncenter.size-medium img {
	border-radius: 50%;
	
}
figure.wp-block-image.size-medium img:hover {
	filter: none;
    -webkit-filter: saturate(105%);
}

figure.alignleft.size-large.is-resized img {
	border-radius: 50%;
}


.red-banner-normal {
  background-color: rgba(160,27,27,0.95);
  height: auto;
  color: #ffffff;
  font-size: 2.4vw;
  padding: 3% 3% 12% 3%;
  clip-path: polygon(0 0, 100% 0, 100% 65%, 0 100%);
}

.page-header {
  position: relative;
  text-align: center;
  color: #eff2e7;
  letter-spacing: 0.5rem;
  font-weight: 200;
}

.backdrop {
  position: relative;
  width: 100%;
}

.page-title {
  position: absolute;
  color: #eff2e7;
  letter-spacing: 0.5rem;
  font-weight: 200;
  width:80%;
  z-index: 1010;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

img.page-title {
  position: absolute;
  width:80%;
  z-index: 1010;
  top: 25%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.featured-story {
  position: absolute;
  display: none;
  width: 100%;
  top: 7rem;
  height: 14.3vw;
  padding: 5% 3%;
  z-index: 1050;
  text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;


}




img.bg {
  /* Set rules to fill background */
  min-height: 80%;
  min-width: 200px;

  /* Set up proportionate scaling */
  width: 100%;
  height: auto;

  /* Set up positioning */
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040 ;
}


.fa-tag {
	color: #a01b1c;
}

.topped {
  margin-bottom: 3rem;
}

.bot {
  margin-bottom: 1rem;
}

.center {
  text-align: center;
}

.content{
  position: relative;
  background-color: rgba(239,242,231,0.95);
  margin-top: 0;
  margin-bottom: 0;

  padding: 0% 1rem 1.5rem;
  width: 100%;

  height: auto;
}

.content-orange {
  position: relative;
  background-color: #da605f;
  margin-top: 0;
  margin-bottom: 0;

  padding: 0% 1rem 1.5rem;
  width: 100%;

  height: auto;
}


#posts {
	  -moz-column-count: 2;
	  -moz-column-gap: 10px;
	  -moz-column-rule: none;
	  -webkit-column-count: 2;
	  -webkit-column-gap: 10px;
	  -webkit-column-rule: none;
	column-count: 2;
	column-gap: 10px;
	column-rule: none;
}

.expand {
  padding: 3% 15%;
}

#team {
  padding-bottom: 3rem;
}

/* FOOTER */
.social {
  position: relative;
  background-color: rgba(30,77,130,0.95);
  /* right: 6rem; */
  left: 20.6vw;
  z-index: 2001;
  width: 70%;
  padding: 7% 15%;
  height: auto;
  margin-top: 4rem;

}
.post-page-social {
  width: 100%
  position: relative;
  background-color: rgba(30,77,130,0.95);


  z-index: 2001;

  padding: 7% 15%;
  height: auto;
}

/* MOBILE */

.nav-mobile {
  position: absolute;
  background-color: #a01b1c;
  font-family: 'Contrail One';
  font-size: 1.3rem;
  top: 0;
  left: 0;
  max-height: 10rem;
  z-index: 2002;
}

.post-page-mobile {
  position: relative;
  background-color: rgba(239,242,231,0.95);
  width: 100%;
  display: none;

  height: auto;
  z-index: 2001;
}

.post-header-mobile {
  position: relative;
  text-align: center;
  color: #eff2e7;
  top: 1rem;
  font-weight: 200;
}

.mobile-bump {
  position: absolute;
  z-index: 2002;
  top: -3.2rem;
  left: 15%;

}
.mobile-bump-top {
  position: absolute;
  z-index: 2002;
  top: -4.5rem;
  left: 15%;

}

#mobile {
	display: none;
}







/* WIDGETS */
.custom-display-posts-grid {
	display: grid;
	grid-template-columns: auto auto;
	grid-gap: 1rem;

}
.custom-display-posts-grid  a {
	font-size: 1.75rem;

}


.listing-item {
	display: flex;
	flex-direction: column;
}


.listing-item span {
	display: block;
	
}

.listing-item .title {
  	font-family: 'Montserrat', sans-serif;
	font-size: 2.3vw;
	font-weight: 600;
	text-decoration: none;
	color: black;
	order: 2;
}

.listing-item .date {
  font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
  color: #717273;
  order: 1;
}

.listing-item .excerpt {
  font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
  order: 3;
}



#contact-form-30 {
  background-color: rgba(239,242,231,0.95);
  margin-top: 0;
  margin-bottom: 0;

  padding: 1rem 1rem 1.5rem;
}

.searchform input#s {
	width: 100%;
	margin-bottom: 2rem;
}

ul.wp-block-latest-posts__list.has-dates.homepage.wp-block-latest-posts a {
	font-size: 2.7vw;
}

time.wp-block-latest-posts__post-date {
  font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
}
time.wp-block-coblocks-posts__date {
  font-family: 'Crimson Pro', serif;
  font-size: 1.8vw;
}

.wp-block-latest-posts__post-excerpt {
	font-family: 'Crimson Pro', serif;
	font-size: 1.8vw;
}

.wp-block-coblocks-posts__excerpt {
	font-family: 'Crimson Pro', serif;
	font-size: 1.8vw;
}

.wp-block-coblocks-posts.homepage.is-style-stacked.mobile a {
	font-size: 1.75rem;
}
.wp-block-coblocks-posts.container-sq.first.is-style-stacked a: {
	font-size: 1.75rem;
}
.wp-block-coblocks-posts.container-sq.first.is-style-stacked a:hover {
	color: #a01b1c;
	text-decoration: none;
}




.wp-block-coblocks-posts__item a {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.3vw;
	font-weight: 600;
	text-decoration: none;
	color: black;
}
ul.wp-block-latest-posts.wp-block-latest-posts__list {
	margin: 0 16px;
}
ul.wp-block-latest-posts.wp-block-latest-posts__list li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 2.3vw;
	font-weight: 600;
	color: black;
	text-decoration: none;
}


.jetpack_top_posts_widget h2 {
	font-weight: 600;
	font-size: 1.7vw;
	color: #717273;
}

.jetpack_top_posts_widget a {
	color: #a01b1c;

}

.jetpack_top_posts_widget a:hover {
	color: #1e4d82;
 	text-decoration: underline;
}

.contact-form label {
	font-family: 'Crimson Pro', serif;
  	font-size: 1.8vw;
}



/* COMMENTS SECTION */
.comment-respond,
.entry-pings,
.entry-comments {
    color: #444;
    padding: 20px 45px 40px 45px;
    border: 1px solid #ccc;
    overflow: hidden;
    background: #fff;
    -webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    border-left: 4px solid #444;
}
.entry-comments h3{
    font-size: 30px;
    margin-bottom: 30px;
}
.comment-respond h3,
.entry-pings h3{
    font-size: 20px;
    margin-bottom: 30px;
}
.comment-respond {
    padding-bottom: 5%;
    margin: 20px 1px 20px 1px;
        border-left: none !important;
}
.comment-header {
    color: #3b3c36;
    font-size: 14px;
    margin-bottom: 20px;
}
.comment-header cite a {
    border: none;
    font-style: normal;
    font-size: 16px;
    font-weight: bold;
}
.comment-header .comment-meta a {
    border: none;
    color: #adaeb3;
}
li.comment {
    background-color: #fff;
    border-right: none;
}
.comment-content {
    clear: both;
    overflow: hidden;
}
.comment-list li {
    font-size: 14px;
    padding: 20px 30px 20px 50px;
}
.comment-list .children {
    margin-top: 40px;
    border: 1px solid #ccc;
}
.comment-list li li {
    background-color: #f5f5f6;
}
.comment-list li li li {
    background-color: #fff;
}
.comment-respond input[type="email"],
.comment-respond input[type="text"],
.comment-respond input[type="url"] {
    width: 50%;
}
.comment-respond label {
    display: block;
    margin-right: 12px;
}
.entry-comments .comment-author {
    margin-bottom: 0;
    position: relative;
}
.entry-comments .comment-author img {
    border-radius: 50%;
    border: 5px solid #fff;
    left: -80px;
    top: -5px;
    position: absolute;
    width: 60px;
}
.entry-pings .reply {
    display: none;
}
.bypostauthor {
}
.form-allowed-tags {
    background-color: #f5f5f5;
    font-size: 16px;
    padding: 24px;
}
.comment-reply-link{
    cursor: pointer;
    background-color: #444;
    border: none;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    padding: 4px 10px 4px;
    text-transform: uppercase;
    width: auto;
}
.comment-reply-link:hover{
    color: #fff;
}
.comment-notes{
    display:none;
}






/* MEDIA QUERIES */
@media only screen and (min-width: 1500px ) {
	#banner {
		height: 10rem;
	}

	.post-page {
		top: 3.8rem;
	}

	p {
		font-size: 1.067vw;
	}

	.story-text {
		font-size: 1.5vw;
	}
	
	time.wp-block-coblocks-posts__date {
  		
  		font-size: 26px;
	}
	
	.wp-block-coblocks-posts__excerpt {
		font-size: 26px;
	}
	
	.wp-block-coblocks-posts.container-sq.first.is-style-stacked a {
		font-size: 40px;
	}
	.custom-display-posts-grid a.title {
		font-size: 40px;
	}
	.custom-display-posts-grid span.date {
		font-size: 26px;
	}
	.custom-display-posts-grid span.excerpt {
		font-size: 26px;
	}
	
	h5.w600.dark {
		font-size: 36px;
	}
	h2.widgettitle {
		font-size: 36px;
	}
	
	
	
	
	

}

@media only screen and (max-width: 1500px ) {
	
	#banner {
		height: 6rem;
	}
	img.logo {
		width: 23.1vw;
		height: 7.07vw;
	}
}

@media only screen and (max-width: 1166px) {
  .console {
    height: auto;
  }

}





@media only screen and (max-width: 991px) {
  .navbar {
    max-height: 24rem;
  }
	p {
		font-size: 1.6vw;

	}
	.story-text {
		font-size: 2.2vw;
	}


}
@media only screen and (min-width: 776px) {
  .mobile {
    display: none;
  }
	img.logo {
	  width: 27.3vw;
  	  height: 8.36vw;
	}

  .content-mobile {
    display: none;
  }

  .red-banner {
    display: none;
  }
  .mobile-console {
    display: none;
  }
  .post-mobile-console {
    display: none;
  }
  img.mobile-logo {
    display: none;
  }
}

@media only screen and (max-width: 776px) {
	#mobile {
		display: block;
	}
	img.logo {
		width: 25.2vw;
		height: 7.76vw;
	}
  .post-page {
    display: none;
  }
	#banner {
		display: none;
	}
  .post-page-mobile {
    display: block;

    font-size: 0.7rem;
    width: 100%
    left:0;
  }
	.contact-form label {
	font-family: 'Crimson Pro', serif;
  	font-size: 2.6vw;
}
	time.wp-block-latest-posts__post-date {
  font-family: 'Crimson Pro', serif;
  font-size: 2.6vw;
}
time.wp-block-coblocks-posts__date {
  font-family: 'Crimson Pro', serif;
  font-size: 2.6vw;
}
	ul.wp-block-latest-posts__list.has-dates.mobile.wp-block-latest-posts a {
	font-size: 7.3vw;
}
	ul.wp-block-latest-posts.wp-block-latest-posts__list li a {
	font-family: 'Montserrat', sans-serif;
	font-size: 5.3vw;
	font-weight: 600;
	color: black;
	text-decoration: none;
}




.wp-block-latest-posts__post-excerpt {
	font-family: 'Crimson Pro', serif;
	font-size: 4.4vw;
}

  .featured-story {
    display: block;
  }

  .navbar {
    display: none;
  }
  .mobile-console {
    position: absolute;
    display: block;
    width: 100%;
    top: 24vh;
    height: auto;
    padding: 5% 3%;
    background-color: rgba(59,60,52,0.3);
    z-index: 1050;
    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  }
  .post-mobile-console {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    padding: 5% 3%;
    background-color: rgba(59,60,52,0.3);
    z-index: 1050;

    text-shadow: 1px 1px 2px black, 0 0 25px blue, 0 0 5px darkblue;
  }

  .content {
    display: none;
  }
  .hide-on-mobile {
	display: none;
  }


  .nav-mobile {
    display: block;
    max-height: 24rem;
  }

  img.bg {
    position: relative;

  }


  .content-mobile {
    position: relative;

    width: 100%;
    height:auto;
    background-color: rgba(239,242,231,0.95);
    padding: 7% 7%;
  }

  .social {
    position: relative;
    left: 0;
    width:100%;
  }


  img.mobile-logo {
    /* background-image: url("../images/logo-logo.png");
    background-repeat: no-repeat;
    background-size: contain; */
    width:8rem;
    height: 8rem;
    position: absolute;
	left: 0;
    right: 0;
	margin: auto;
    z-index: 2003;
  }


  .console {
	display: none;
  }

  .page-title {

    top: 0;
  }





  .first {
    display: none;
  }
  .second {
    display: none;
  }
  .mobile {
    display: block;
  }
  img.tagline {
    display: none;
  }

  p {
    font-size: 5vw;
    font-weight: bold;
    letter-spacing: normal;
  }
  .story-text {
	font-size: 5vw;
  }
	
	.wp-block-coblocks-posts__excerpt {
	font-family: 'Crimson Pro', serif;
	font-size: 4.4vw;
}

.contact-form label {
	font-family: 'Crimson Pro', serif;
  	font-size: 4.4vw;
}
	.wp-block-coblocks-accordion-item__title {
  	font-size: 4.4vw;
}

  #bio {
    color: rgba(59,60,52,1.0);
  }
  h1 {
    font-size: 7.0vw;
  }

  h2 {
    font-size: 2.6vw;
    font-weight: bold;
  }
  h4 {
    font-size: 2.2vw;
  }
  pre {
    font-size: 2.4vw;

  }
}


@media only screen and (max-width: 530px) {
  .console {

    height: 40%;


  }
}
