@import url(stylesheet_header.css);
@import url(stylesheet_fonts.css);
@import url(stylesheet_forms.css);
@import url(stylesheet_spaces.css);
@import url(stylesheet_footer.css);
@import url(stylesheet_articles.css);
@import url(stylesheet_search_bar.css);
@import url(stylesheet_pagination.css);
@import url(stylesheet_images.css);
@import url(stylesheet_tooltips.css);
@import url(stylesheet_slideshow.css);
@import url(stylesheet_social_networks.css);

* {
	box-sizing: border-box;
}


html {
	padding: 0;
	margin: 0;
}
body {
	margin: 0;
}


.center {
	text-align:center;
}
.p-tag-suggestion {
	float:left;
	width:auto;
	cursor: pointer;
	margin-left: 2%;
	margin-right: 2%;
}

.expcetion-div {
	width: 100%;
	float: left;
	text-align: center;
}

.hide {
	display: none;
}

.show {
	display: block;
}

.visible {
	visibility: visible;

}
.height-90 {
	height: 90px;
}

.height-0 {
	height: 0px;
}


.width-20 {
	width: 20%;
}



.invisible {
	visibility: hidden;
}

.close-session-button-r {
	float: right;
}

.close-session-button-l {
	float: left;
}



.a {
	text-decoration: none;
	color: #4d9cff;
	cursor: pointer;
	font-weight: bold;
      text-decoration: underline;
  text-decoration-color: black;  
    
}

.a:hover {
	text-decoration: none;
	color: #4d9cff;

}


.div-body {
	float:left;
	width: 100%;
	padding-bottom: 20px;
	background: linear-gradient(180deg, black 0%, #8c7f5c 100%);
	min-height:1200px;
}
.div-errors {
	width: 80%;
	float: left;
	border-color: #fa7f80;
	border-width: 2px;
  	border-style: solid;
  	padding-left: 2%;
  	padding-right: 2%;
  	text-align:center;
  	margin-left: 10%;
  	margin-right: 10%;
  	margin-bottom: 10px;
}
.error {
	width: 100%;
	float: left;
	color: #fa7f80;
	text-align: center;
	
}

.div-success {
	width: 80%;
	float: left;
	border-color: #94d895;
	border-width: 2px;
  	border-style: solid;
  	padding-left: 2%;
  	padding-right: 2%;
  	text-align:center;
  	margin-left: 10%;
  	margin-right: 10%;
  	margin-bottom: 10px;
}
.success {
	width: 100%;
	float: left;
	color: #94d895;
	text-align: center;
	
}

/* Media queries */
 /* For mobile phones: */
[class*="col-"] {
  width: 100%;
  float: left;
}

@media only screen and (min-width: 600px) {
  /* For tablets: */
  .col-s-1 {width: 8.33%;}
  .col-s-2 {width: 16.66%;}
  .col-s-3 {width: 25%;}
  .col-s-4 {width: 33.33%;}
  .col-s-5 {width: 41.66%;}
  .col-s-6 {width: 50%;}
  .col-s-7 {width: 58.33%;}
  .col-s-8 {width: 66.66%;}
  .col-s-9 {width: 75%;}
  .col-s-10 {width: 83.33%;}
  .col-s-11 {width: 91.66%;}
  .col-s-12 {width: 100%;}
}

@media only screen and (min-width: 768px) {
  /* For desktop: */
  .col-1 {width: 8.33%;}
  .col-2 {width: 16.66%;}
  .col-3 {width: 25%;}
  .col-4 {width: 33.33%;}
  .col-5 {width: 41.66%;}
  .col-6 {width: 50%;}
  .col-7 {width: 58.33%;}
  .col-8 {width: 66.66%;}
  .col-9 {width: 75%;}
  .col-10 {width: 83.33%;}
  .col-11 {width: 91.66%;}
  .col-12 {width: 100%;}
} 