@charset "utf-8";
/* CSS Document */

.navcontent{
	display:none;
	position:absolute;
	min-width:160px;
	min-height:100px;
	z-index:999999999999999999;
	background-color: black;
}

/*Still Graphics Page codes*/
.hidden{
	visibility: hidden;
	display:none;
}
.stillcontent {
  margin-top: 2em;
}
.leftstillcontent {
  float: left;
  width: 75%;
}
.stilltitle {
  font-family: 'Raleway', sans-serif;
  color: white;
  float: right;
  display: flex;
  width: 24%;
  flex-direction: column;
  padding-right: 1.5em;
  margin-top: 0.5em;
  box-sizing: border-box;
}
.stilltitle h1 {
  font-size: 1.8em;
  margin-block-start: 0 !important;
  margin-block-end: 0 !important;
}
.stilltitle h2 {
  font-size: 1.4em;
  font-weight: normal;
}
.stillimgcontainer {
  display: flex;
  margin-left: 1em;
  flex-wrap: wrap;
}
.stillimg {
  flex: 100;
  padding: 0.5em;
}
.break-col {
  display: flex;
  flex-basis: 100%;
  height: 0;
}
.hide_768 {
  display: none;
}
.still {
  display: flex;
}
/*.stillimg img{
	display:table-cell;
	flex-grow:1;
	max-height:300px;
	
}*/
/* Contact Page codes */

.contactbody {
  overflow: auto;
}
.contactform {
  display: flex;
  width: 100%;
}
.videocontent {
  display: flex;
  flex-direction: column;
	height:0;
	padding:0;
	overflow:hidden;
}
.contacttitle {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
  color: white;
  display: flex;
}
.contacttitle h1 {
  width: 70%;
  font-size: 1.8em;
	margin:0;
	margin-right:auto;
	margin-left:auto;
	display:inline-block;
	
	
}
.formcontainer{
	width:90%;
	margin:auto;
	display:flex;
	flex-direction: row;
	align-content: center;
	align-items: center;
}
.form {
  display: flex;
  width: 70%;
  flex-direction: column;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 1.1vw;
  color: white;
  margin-top: 2em;
	margin-bottom: 2em;
}
input[type="text"] {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
input[type="email"] {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
select {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
input[type="submit"] {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
#country {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
option {
  font-family: 'Raleway', sans-serif;
  font-size: 0.9vw;
}
/* Style inputs with type="text", select elements and textareas */
input[type=text], select, textarea, input[type=email] {
  width: 100%; /* Full width */
  padding: 0.7vw; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 0.6em; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
}
#message{
	height:8vw !important;
}

/* Style the submit button with a specific background color etc */
input[type=submit] {
  background-color: transparent;
  color: white;
  padding: 1em 1.2em;
  border: 0.1em solid white;
  border-radius: 4px;
  cursor: pointer;
}
/* When moving the mouse over the submit button, add a darker green color */
input[type=submit]:hover {
  box-shadow: 0 0 10px 1px white;
}
/* Add a background color and some padding around the form */
.container {
  border-radius: 5px;
  background-color: #f2f2f2;
  padding: 20px;
}
/* Home Page codes */
.fixheight {
  height: 100% !important;
}
.homebody {
  height: 100%;
  overflow: hidden;
  z-index: 99;
}
.hometext {
  display: flex;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%)
}
.welcome h1 {
  font-family: 'Raleway', sans-serif;
  font-size: 5em;
  color: white;
  font-weight: 100;
  letter-spacing: 0.7em;
  text-align: center;
  margin-right: -0.7em;
  text-shadow: 1px 1px 10px white;
}
.homecontent {
  font-family: 'Raleway', sans-serif;
  font-size: 0.8vw;
  color: white;
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  flex-direction: column;
	
}
.homebox h1 {
  width: 100%;
  font-size: 1.6em;
  display: flex;
  vertical-align: middle;
  font-weight: 400;
  margin: 1.5em;
}
.homebox {
  display: flex;
  width: 60%;
  height: auto;
  background-color: rgba(0, 0, 0, 0.8);
  border: 0.1em solid white;
  border-radius: 0.1em;
}
/* Work Page codes */
body {
  margin: 0;
  width: 100%;
  height: 100%;
}
div.header {
  width: 100%;
  margin-top: 3%;
  display: flex;
}
div.logo {
  display: flex;
  margin-left: 5%;
  line-height: 0;
  width: 7%;
}
img.remi {
  width: 100%;
}
div.navbar {
  display: flex;
  padding-right: 5%;
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
  width: 100%;
}
ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: visible;
  display: inline-flex;
  position: relative;
  /*align-self:center;
	vertical-align: middle;
	text-align:right;*/
}
li {}
a.nav {
  display: block;
  color: white;
  text-align: center;
  text-decoration: none;
  padding: 0.8em 2em;
  font-family: 'Raleway', sans-serif;
  font-size: 1.6vw;
}
.glow:hover {
  text-shadow: #FFFFFF 0 3px 10px, #000000 5px 5px 5px;
}
.glow:hover .navcontent {
  display:block;
}
.glowbox-logo:hover {
  box-shadow: 0 0 10px 1px white;
}
a.work1 {
  display: block;
  vertical-align: middle;
  width:100%;
}
 .glowboxinner {
    box-shadow: 0 0 10px 1px white;
    border: 0.2em solid white;
    box-sizing: border-box;
    border-radius: 0.3em;
    overflow: hidden;
  }

.glowboxinner:hover {
  box-shadow: 0 0 10px 1px white;
  border: 0.3vw solid white;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}
.glowboxouter:hover {
  box-shadow: 0 0 10px 1px white;
  box-sizing: border-box;
  transition: .5s ease;
  overflow: hidden;
}
.glowboxinner:active {
  box-shadow: 0 0 10px 1px white;
  border: 0.3vw solid white;
  box-sizing: border-box;
  border-radius: 3px;
  overflow: hidden;
}
.glowboxouter:active {
  box-shadow: 0 0 10px 1px white;
  box-sizing: border-box;
  overflow: hidden;
}
.overlay.active{
	opacity:0;
}

.button {
  position: relative;
  text-align: center;
  display: block;
  overflow: hidden;
  line-height: 0;
  max-width: 100%;
  height: auto;
}
.description {
  display: flex;
  list-style-type: none;
  font-family: 'Raleway', sans-serif;
  color: white;
  font-size: 1.8vw;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 1;
  width: 100%;
  justify-content: center;
}
img.fixgap {
  display: block;
  max-width: 100%;
  height: auto;
  width:100%;
}
.overlay {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0.8;
  transition: .5s ease;
  background-color: black;
}
.overlay:hover {
  opacity: 0;
}
.overlay:active{
	opacity:0;
}
div.content {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.contentmini {
  width: 98%;
  display: flex;
  flex-wrap: wrap;
	margin-left:1em;
	padding-top:2em;
}
.work-content {
  display: flex;
  height: 100%;
  margin: 0;
  margin-top: 2em;
}
.work-contentmini {
  display: block;
  height: 100%;
  margin: 0;
}
.button {
  margin: 0;
  padding: 0;
  margin-bottom: 1.2%;
  margin-left: 1.2%;
  display: inline-flex;
  width: 30%;
  max-width: 604px;
  min-width: 242px;
}
.buttonmini {
  margin: 0;
  padding: 0;
  display: inline-flex;
  width: 30%;

	flex:100;
	margin:0.5em;
	position: relative;
}
.echoanimation{
animation: cssAnimation 0s ease-in 5s forwards;
}

.echostyle{
	display:flex;
	height:100%;
	width:100%;
	position:absolute;
	background-color:rgba(0,0,0,0.86);
	z-index:99999999;
	top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
	
}
.echotext{
		font-family: 'Raleway', sans-serif;
	 color: white;
	font-size: 1.8em;
	display:flex;
	align-self:center;
	width:30%;
	margin-right:auto;
	margin-left:auto;
	justify-content: center;
	font-weight:bold;
		flex-direction: column;
	
}
.echotext2{
	font-family: 'Raleway', sans-serif;
	 color: white;
	font-size: 0.6em;
	display:flex;
	font-weight:100;
}
.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 60px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
	background: rgba(0, 0, 0, 1);/* Change this for the background color of the hamburger */
	text-align: center;
}
.dropdown-content a:hover {
	 border: 0.1em solid white;
    border-radius: 0.1em;
	box-sizing: border-box;
	overflow: hidden;
	margin:-0.1em;
	text-shadow: #FFFFFF 0 3px 10px, #000000 5px 5px 5px;
	

}

.dropdown:hover .dropdown-content {display: block;}

.dropdown-content a {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0.5em 0.6em;
    font-family: 'Raleway', sans-serif;
    font-size: 1.5vw;  
}

/* Media screens */
@media only screen and (max-width: 1024px) {
  /* Home page media screen codes */
  .description {
    display: flex;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 2.4vw;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
    width: 100%;
    justify-content: center;

  }
  .welcome h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 6em;
    color: white;
    font-weight: 100;
    letter-spacing: 0.7em;
    text-align: center;
    margin-right: -0.7em;
    text-shadow: 1px 1px 10px white;
  }
  .homecontent {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8vw;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
  }
  .homebox h1 {
    width: 100%;
    font-size: 2em;
    display: flex;
    vertical-align: middle;
    font-weight: 400;
    margin: 1.5em;
  }
  .homebox {
    display: flex;
    width: 80%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0.1em solid white;
    border-radius: 0.1em;
  }
  div.header {
    width: 100%;
    margin-top: 3%;
    display: flex;
  }
  div.logo {
    display: flex;
    margin-left: 5%;
    line-height: 0;
    width: 10%;
  }
  div.navbar {
    display: flex;
    padding-right: 5%;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    /*align-self:center;
	vertical-align: middle;
	text-align:right;*/
  }
  li {}
  a.nav {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 1.5em;
    font-family: 'Raleway', sans-serif;
    font-size: 2.2vw;
  }
  /* Still graphics codes*/
  .stilltitle {
    font-family: 'Raleway', sans-serif;
    color: white;
    float: right;
    display: flex;
    width: 24%;
    flex-direction: column;
    padding-right: 1.5em;
    margin-top: 0.5em;
    box-sizing: border-box;
  }
  .stilltitle h1 {
    font-size: 1.5em;
  }
  .stilltitle h2 {
    font-size: 1.1em;
    font-weight: normal;
  }
}
@media only screen and (max-width: 900px) {
  

	/* Home page media screen codes */
  
	.description {
    display: flex;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 2.5vw;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
    width: 100%;
    justify-content: center;
  }
  .welcome h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 7em;
    color: white;
    font-weight: 100;
    letter-spacing: 0.7em;
    text-align: center;
    margin-right: -0.7em;
    text-shadow: 1px 1px 10px white;
  }
  .homecontent {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8vw;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
  }
  .homebox h1 {
    width: 100%;
    font-size: 2.2em;
    display: flex;
    vertical-align: middle;
    font-weight: 400;
    margin: 1.5em;
  }
  .homebox {
    display: flex;
    width: 80%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0.1em solid white;
    border-radius: 0.1em;
  }
  div.header {
    width: 100%;
    margin-top: 3%;
    display: flex;
  }
  div.logo {
    display: flex;
    margin-left: 5%;
    line-height: 0;
    width: 10%;
  }
  div.navbar {
    display: flex;
    padding-right: 5%;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    /*align-self:center;
	vertical-align: middle;
	text-align:right;*/
  }
  li {}
  a.nav {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 1.5em;
    font-family: 'Raleway', sans-serif;
    font-size: 2.5vw;
  }
	
	/* contact page code */
	.formcontainer{
		
	width:90%;
	margin:auto;
	display:flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
		margin-top:3em;
}
	.contacttitle h1{
		font-size:2.4em;
	}
	.form {
  display: flex;
  width: 70%;
  flex-direction: column;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 1.5vw;
  color: white;
  margin-top: 2em;
	margin-bottom: 2em;
}
input[type="text"] {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2vw;
}
input[type="email"] {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2vw;
}
select {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2vw;
}
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2vw;
}
input[type="submit"] {
  font-family: 'Raleway', sans-serif;
  font-size: 1.5vw;
}
#country {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2vw;
}
option {
  font-family: 'Raleway', sans-serif;
  font-size: 1.2vw;
}
	.echotext{
		font-family: 'Raleway', sans-serif;
	 color: white;
	font-size: 1.8em;
	display:flex;
	align-self:center;
	width:30%;
	margin-right:auto;
	margin-left:auto;
		
	}
	
}
@media screen and (max-width: 768px) {
 

	
	.work-contentmini{
		width:90%;
		margin-left: auto;
			margin-right:auto;
	}
	div.contentmini{
		width:100%;
		margin-left:0;
		padding-top:1em;
		
	}
	
	.hidden{
	visibility: hidden;
	display:flex;
}	
	
	
	
	/* Still graphics codes*/
 
	.hide_768 {
    display: block;
  }
  .hide_full {
    display: none;
  }
  .stillcontent {
    display: flex;
    flex-direction: column-reverse;
  }
  .stillimgcontainer {
    margin-left: 0;
  }
  .leftstillcontent {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }
  .stilltitle {
    font-family: 'Raleway', sans-serif;
    color: white;
    float: right;
    display: flex;
    width: 90%;
    margin-right: auto;
    margin-left: auto;
    flex-direction: column;
    padding-right: 0;
    margin-top: 0.5em;
    box-sizing: border-box;
    padding-left: 0.5em;
  }
  .stilltitle h1 {
    font-size: 1.8em;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
  }
  .stilltitle h2 {
    font-size: 1.3em;
    font-weight: normal;
  }
  .button {
    width: 45%;
    min-width: 100px;
  }
  .glowboxinner {
    box-shadow: 0 0 10px 1px white;
    border: 0.1em solid white;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
  }
  .description {
    display: flex;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 3.6vw;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
    width: 100%;
    justify-content: center;
  }
  .overlay {
    opacity: 0.8;
  }
  .welcome h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 10em;
    color: white;
    font-weight: 100;
    letter-spacing: 0.7em;
    text-align: center;
    margin-right: -0.7em;
    text-shadow: 1px 1px 10px white;
  }
  .homecontent {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8vw;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
  }
  .homebox h1 {
    width: 100%;
    font-size: 3em;
    display: flex;
    vertical-align: middle;
    font-weight: 400;
    margin: 1.5em;
  }
  .homebox {
    display: flex;
    width: 80%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0.1em solid white;
    border-radius: 0.1em;
  }
  div.header {
    width: 100%;
    margin-top: 3%;
    display: flex;
  }
  div.logo {
    display: flex;
    margin-left: 5%;
    line-height: 0;
    width: 10%;
  }
  div.navbar {
    display: flex;
    padding-right: 3%;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: 100%;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    /*align-self:center;
	vertical-align: middle;
	text-align:right;*/
  }
  li {}
  a.nav {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 1.5em;
    font-family: 'Raleway', sans-serif;
    font-size: 2.8vw;
  }
	 .echotext{
		font-family: 'Raleway', sans-serif;
	 color: white;
	font-size: 2em;
	display:flex;
	align-self:center;
	width:50%;
	margin-right:auto;
	margin-left:auto;
	}

.overlay:hover {
  opacity: 0.8;
}
		 .descriptionmini {
    display: flex;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 3vw;
    font-weight: 400;
  }
}
@media screen and (max-width: 480px) {
  

	
	
	.button {
    width: 45%;
    min-width: 100px;
  }
  .glowboxinner {
    box-shadow: 0 0 10px 1px white;
    border: 0.1em solid white;
    box-sizing: border-box;
    border-radius: 3px;
    overflow: hidden;
  }
	.overlay:hover {
  opacity: 0.8;
}
  .description {
    display: flex;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 3.6vw;
    font-weight: 400;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 1;
    z-index: 1;
    width: 100%;
    justify-content: center;
  }
  .overlay {
    opacity: 0.8;
  }
  .welcome h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 12em;
    color: white;
    font-weight: 100;
    letter-spacing: 0.7em;
    text-align: center;
    margin-right: -0.7em;
    text-shadow: 1px 1px 10px white;
  }
  .homecontent {
    font-family: 'Raleway', sans-serif;
    font-size: 0.8vw;
    color: white;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    vertical-align: middle;
    flex-direction: column;
  }
  .homebox h1 {
    width: 100%;
    font-size: 4.8em;
    display: flex;
    vertical-align: middle;
    font-weight: 400;
    margin: 1.5em;
  }
  .homebox {
    display: flex;
    width: 90%;
    height: auto;
    background-color: rgba(0, 0, 0, 0.8);
    border: 0.1em solid white;
    border-radius: 0.1em;
  }
  div.header {
    width: 100%;
    margin-top: 3%;
    display: flex;
  }
  div.logo {
    display: flex;
    margin-left: 5%;
    line-height: 0;
    width: 13%;
  }
  div.navbar {
    display: flex;
    padding-right: 3%;
    align-items: center;
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
  }
  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    display: inline-flex;
    position: relative;
    /*align-self:center;
	vertical-align: middle;
	text-align:right;*/
  }
  li {}
  a.nav {
    display: block;
    color: white;
    text-align: center;
    text-decoration: none;
    padding: 0.8em 1.7em;
    font-family: 'Raleway', sans-serif;
    font-size: 3.9vw;
  }
  .blackbg {
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    position: absolute;
  }
		/* contact page code */
	.formcontainer{
		
	width:100%;
	margin:auto;
	display:flex;
	flex-direction: column;
	align-content: center;
	align-items: center;
		margin-top:2em;
}
	.contacttitle h1{
		font-size:3.8em;
	}
	.form {
  display: flex;
  width: 70%;
  flex-direction: column;
  margin: 0 auto;
  font-family: 'Raleway', sans-serif;
  font-size: 3vw;
  color: white;
  margin-top: 2em;
	margin-bottom: 2em;
}
input[type="text"] {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3vw;
}
input[type="email"] {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3vw;
}
select {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3vw;
}
textarea {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3vw;
}
input[type="submit"] {
  font-family: 'Raleway', sans-serif;
  font-size: 3vw;
}
#country {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3vw;
}
option {
  font-family: 'Raleway', sans-serif;
  font-size: 2.3vw;
}
	input[type=text], select, textarea, input[type=email] {
  width: 100%; /* Full width */
  padding: 0.7vw; /* Some padding */
  border: 1px solid #ccc; /* Gray border */
  border-radius: 4px; /* Rounded borders */
  box-sizing: border-box; /* Make sure that padding and width stays in place */
  margin-top: 6px; /* Add a top margin */
  margin-bottom: 0.8em; /* Bottom margin */
  resize: vertical /* Allow the user to vertically resize the textarea (not horizontally) */
	}
	
			 .echotext{
		font-family: 'Raleway', sans-serif;
	 color: white;
	font-size: 1.6em;
	display:flex;
	align-self:center;
	width:70%;
	margin-right:auto;
	margin-left:auto;
	}
			 .descriptionmini {
    display: flex;
    list-style-type: none;
    font-family: 'Raleway', sans-serif;
    color: white;
    font-size: 2.8vw;
    font-weight: 400;
  }
}