body, h1,h2,h3,h4,h5,h6 {font-family: "Barlow", sans-serif}

body{
	font-size: 150%;

  padding-left: 3%;
  padding-right: 3%;
}

h1{
	font-size: 250%;
}

h2{
	font-size: 200%;
}

h3{
	font-size: 175%;
}
.w3-row-padding img {margin-bottom: 12px}
.bgimg {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../assets/ram.jpg');
    min-height: 100%;
}

.avatar-me{
	height:320px;
	width:250px;

	border-radius: 6%;
}


.rightside{
	display: block;
	width: 25%;
}


/* Style the tab */
.tab {
  overflow: hidden;
  border: 1px solid #ccc;
  background-color: #f1f1f1;
}

/* Style the buttons that are used to open the tab content */
.tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}

/* Change background color of buttons on hover */
.tab button:hover {
  background-color: #ddd;
}

/* Create an active/current tablink class */
.tab button.active {
  background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
  display: none;
  padding: 6px 12px;
  border: 1px solid #ccc;
  border-top: none;
}

.tabcontent {
  animation: fadeEffect 1s; /* Fading effect takes 1 second */
}

/* Go from zero to full opacity */
@keyframes fadeEffect {
  from {opacity: 0;}
  to {opacity: 1;}
}

.tabs button {
  text-decoration: none;
  display: inline-block;
  padding: 8px 16px;
}

.tabs button:hover {
  background-color: #ddd;
  color: black;
}

.previous {
  background-color: #ddd;
  color: black;
  float:left;
}

.next {
  background-color: #ddd;
  color: black;
  float:right;
}

.round {
  border-radius: 50%;
}

.title { display: block; margin: 0 0 3px 0; color:black;}

.home {
  background-color: #ddd;
}

.collaborator {
  font-size: 75%;
}

.newstitle {
  display: block; margin: 0 0 3px 0;
}

.news-subtitle {
  font-size: 85%;
}