/*=========GENERAL================*/

h1 {
	//line-height:0em;
	margin-bottom: 0;
}
h2 {
    margin-top: 0;
    margin-bottom: 0;
}

p{
 margin-top:0;
}

.m{
	font-size: 80;
}

body {
	// margin-top: 0;
    //background-color: #F0F0F0;
    //font-family: Helvetica, sans-serif;
    text-align: justify;
    text-justify: inter-word;
}

* {
    box-sizing: border-box;
}

span.bottom {
 	display: inline-block;
	font-size:70%;
}

/*==========BOXES====================*/
* { box-sizing: border-box; }

.floating-safety{
	width: 15rem;
    height: 100%;
	position: relative;
	float:left;
	//background-color: #ccffcc; 
	//vertical-align: top;
}
.floating-top{
	height: 0rem;
	position: relative;
	float:left;
	//background-color: #d40afc; 
	//vertical-align: top;
}
.floating-content{
    width: calc(100% - 15rem);
	height: 100%;
	position: relative;
	float:left;
	//float:center;
	//background-color: #c5f22c; 
	//vertical-align: top;
}



.floating-about {
	position: relative;
  	float:left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: top;
	padding: 6px;
    //background-color: #c5f22c; 
	z-index:0;	
}

#aboutoskar{
	width: 70%;
}

.floating-twitter {
	position: absolute;
	right:2px;
    display: block;
	overflow: hidden;
	float:right;
    width: 30%;
	max-height:1900px;
    margin: 0 auto;
	//padding: 6px;
    border: 1px solid rgb(0,0,0,1);
	font-size: 70%;
}

.tweetobj{
	padding: 10px; 
	box-shadow: 3px 5px 8px #888888;
	padding-bottom:15px;
}

#tweetdate{
	color:grey; float:right; display: flex; position: relative; 	font-size:smaller;
}

.floating-twitter-bottom {
	margin-bottom:0px;
	position: absolute;
	bottom:0;
	right:2px;
    display: grid;
	float:right;
    width: 30%;
	z-index:2;
	background: linear-gradient(rgba(0,0,0,0), rgba(0,0,0,1), black);
	text-align: center;
	color:white;
}

.floating-box {
	//left: 50%;
	//margin-left: -150px;
	//overflow:hidden;
	position: relative;
    //display: inline-block;
	
	float:left;
	//float:center;
    min-width: 300px;
    //max-width: 900px;
    width: 50%;
    height: auto;
    margin: 0 auto;
    vertical-align: top;
	padding: 6px;
    //border: 6px solid rgb(255,255,255,0.5);
	background-color: rgb(255,255,255);
	z-index:100;
}

.floating-bottom {
	float:left;
    width: 100%;
    height: auto;
    margin: 0 auto;
    vertical-align: middle;
	padding: 6px;
    background-color: rgb(112, 173, 71); 
	text-align: center;
}

#OskarImage{
    visibility:hidden;
	height:0px;
	float: left;
}

#video{
	width: 100%;
	height: 315px;
	//float: center;
}

/* Set single coll for small devices */
@media only screen and (max-width: 992px) {
.floating-content{
	width: 100%;
}
.floating-top{
	height:4rem;
}	

.floating-safety{
	width: 0rem;
}
.floating-box {
    width: 100%;
	max-width: 1000px;
	min-width: 300px;
}
.floating-twitter{
	display: none;
}

.floating-twitter-bottom {
	display: none;
}
#OskarImage{
    visibility:visible ;
	height:190px;
	margin-right:15px;
}
#aboutoskar{
	width: 100%;
}
#video{
	width:100%;
}

}


/*============VIEW MORE===================*/
.viewmore {
	color:rgb(112, 173, 71);
	background-color:white;
	font-weight: bold;
	padding: 0px;
	border-bottom: 2px dotted grey;
	//float: right;
	text-align: right;
	//display:inline; 
	//text-align: center;

}

details > summary{
	list-style: none;
}

details[open] {
  border-bottom: 2px solid black;
  margin-bottom: 0px;
}

summary:after {
  content: "More [+]"
}

details[open] summary:after {
  content: "Less [-]";
}



/*============PHOTOS===================*/


.img__description {
  position: relative;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(112, 173, 71);
  color: #fff;
  visibility: hidden;
  opacity: 0;
  height: 0px;
  padding: 0px 0px 0px 0px;
margin: 0px;

  /* transition effect. not necessary */
  transition: opacity .2s, visibility .2s;
}

.img__wrap:hover .img__description {
  visibility: visible;
  opacity: 1;
  height: auto;
}

.floating-fotos {
	float:left;
	position: relative;
    width: calc(100% - 15px);
	padding: 0 0px 6px 15px;
}

.row {
    display: -ms-flexbox; /* IE10 */
    display: flex;
    -ms-flex-wrap: wrap; /* IE10 */
    flex-wrap: wrap;
    padding: 0 4px;
    box-sizing: border-box;
    //margin: 0;
}

.recommendations {
	border:1px; 
	border-style:solid; 
	//margin:1em;
	border-color:rgb(112, 173, 71, 1); 
	padding:0em;
	//background:rgba(0,0,0,0.2);
	//white-space:nowrap;
}

.recommendations::after {
  content: " ";
  white-space: pre;
}

.recico{
	height:20px;
	margin-bottom:0.25em;
}


/* Create four equal columns that sits next to each other */
.column {
    -ms-flex: 33%; /* IE10 */
    flex: 33%;
    max-width: 33%;
    padding: 0 4px;
    box-sizing: border-box;
	display: inline-block;
}

.column img {
    margin-top: 8px;
    vertical-align: middle;
    box-sizing: border-box;
}

/* Responsive layout - makes a two column-layout instead of four columns */
@media screen and (max-width: 800px) {
    .column {
        -ms-flex: 50%;
        flex: 50%;
        max-width: 50%;
    }
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
    .column {
        -ms-flex: 100%;
        flex: 100%;
        max-width: 100%;
    }
}

/*==========DROP MENU====================*/
.dropbtn {
    background-color: rgb(112, 173, 71); 
    color: white;
    padding: 12px;
    font-size: 12px;
    border: none;
    cursor: pointer;
}

.navbar-toggler {
    position: relative;
    display: inline-block;
	font-weight:600;
	text-transform:uppercase;
	font-size:90%;
	//text-align:right;
}

.navbar-toggler-content {
    display: none;
    position: absolute;
    background-color: rgb(112, 173, 71);
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.navbar-toggler-content a {
    color: white !important;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.navbar-toggler-content a:hover {
	background-color: #ffffff;
	color: black !important;
}

.navbar-toggler:hover .navbar-toggler-content {
    display: block;
	left:auto;
    right:0;
}

.navbar-toggler:hover .dropbtn {
    background-color: rgb(112, 173, 71, 0.8);
}



/*============SKILL BARS==========================*/
/* Container for skill bars */
.contskill {
	position: relative;
	width: 100%;
	//min-width: 400px;
	//max-width: 650px;
    /*background-color: #ddd; /* Grey background */
}

.skills {
display: inline-block;
position: relative;
width: 50%;
    //text-align: right; /* Right-align text */

    padding-right: 2px; /* Add some right padding */
	padding-left: 2px; /* Add some left padding */
    line-height: 30px; /* Set the line-height to center the text inside the skill bar, and to expand the height of the container */
    color: white; /* White text color */
	background-color: #000000;
}

.skillstype {
text-align: left;
//font-size: larger;
}

.skillsquant {
text-align: right;
color: grey;
}

.Portuguese {width: 99%;}
.English {width: 92%; }
.German {width: 92%; }
.Spanish {width: 90%; }
.French {width: 40%; }
.Lao {width: 20%; }






/*=========TIMELINES================*/
.timeline {
    position: relative;
    //max-width: 500px;
    margin: 0 auto;
}
/* the line indeed*/
.timeline:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 19.7%;
  bottom: 0px;
  width: 5px;
  background: #000000;
  
}
/* The actual timeline (the vertical ruler) */
.timeline:after {
  content: "";
  display: table;
  clear: both;
  border-radius: 20%;
}

.entry {
  clear: both;
  text-align: left;
  position: relative;
}

/* data e titulo */
.entry .title {
  margin-bottom: .5em;
  float: left;
  width: 20%;
  padding-right: 20px;
  text-align: right;
  position: relative;
}
/* the bullet point */
.entry .title:before {
  content: '';
  position: absolute;
  width: 15px;
  height: 15px;
  border: 4px solid black;
  background-color: #fff;
  border-radius: 100%;
  top: 15%;
  right: -9px;
  z-index: 1;
  //border-radius: 0%;
}

/* Date */
.entry .title h3 {
  margin: 0;
  font-size: 110%;
  //color: green;
}

/* Description below title */
.entry .title p {
  margin: 0;
  //font-size: 100%;
}
/* Main Subject*/
.entry .body {
  margin: 0 0 1.5em;
  float: right;
  width: 80%;
  padding-left: 20px;
  padding-right: 10px;
}
.entry .body p {
  line-height: 1.1em; /* space between lines */
}
.entry .body p:first-child {
  margin-top: 0; // space right after first description
  font-weight: 100;
}

p.what {
    font-weight: bold;
	margin-bottom: 1px;
}

p.where {
    font-size: 90%;
	margin-bottom: 1px;
}

/* Description Below Main subject*/
.entry .body ul {
  //line-height: 0.5em;
  margin-top: 1px;
  color: #555;
  font-size: 85%;
  padding-left: 0;
  list-style-type: none;
}

a:link {
    text-decoration: none;
	color:rgb(112, 173, 71);
	//color:inherit;
}

a:visited {
    text-decoration: none;
	color:rgb(112, 173, 71);
    //color:inherit; 
}

a:hover {
	color:black;    
    //text-decoration: bold;
    font-weight: bold;

}

a:active {
    text-decoration: underline;
} 
