
section 
{
	height: 100vh;
	position: relative;
}

.line1 {
      width: 80%;
      background-color: #c2000c;
      display: block;
      height: 5px;
      margin-top: 5%;
      position: absolute;
}

.line2 {
      width: 5px;
      background-color: black;
      display: block;
      height: 90%;
      margin-left: 5%;
      position: absolute;
}


.line {
      width: 120%;
      background: #c2000c;
      display: block;
      height: 5px;
      margin-top: 20px;
}

.line5 {
      width: 80%;
      background: #c2000c;
      display: block;
      height: 5px;
      margin-top: 20px;
}

.line3 {
      width: 85%;
      background-color: #c2000c;
      display: block;
      height: 5px;
      position: absolute;
      bottom: 5%;
      right: 5%;
}

.line4 {
      width: 5px;
      background-color: black;
      display: block;
      height: 90%;
      position: absolute;
      right: 12%;
      bottom: 0;
}

/*=========================================================================================*/
/*LANDING PAGE*/

#landing-page
{
	display: flex;
	height: 100%;
	margin: 0;
	padding: 0;
	background: url("images/bg12.jpg");
	background-size: 110%;
	background-repeat: no-repeat;
	background-position: center;
	/*border: 1px solid black;*/
}

/*.landing-left
{
	display: inline-block;
	flex: 1;
	height: 100%;
	background: url("images/shreya6.png");
	background-size: cover;
	background-repeat: none;
	margin: 0;	
}*/

.landing-info
{
	display: inline-block;
	flex: 1;
	height: 100%;
	margin: 0;
	/*border: 1px solid black;*/	
}

.landing-text
{
	position: relative;
	top: 50%;
	left: 50%;
	text-align: center;
	transform: translate(-50%,-50%);
	font-size: 2em;
	color: black;
	padding: 50px 30px;
	background-color: rgba(255,255,255,0.5);
	width: 50%;
	height: auto;
	/*border: 1px solid black;*/
}

.landing-text h1
{
	font-size: 2em;
	/*font-weight: bold;*/
	padding: 0;
	margin-bottom: 0;
	text-shadow: 2px 2px darkgrey;
	color: black;
}

/*.landing-text:before
{
	content: '';
	position: absolute;
	left: -20%;
	width: 120%;
	height: 120%;
	background: linear-gradient (90deg, transparent 0%, #000 5%, #000 100%);
	animation: animate 5.5s linear forwards;
}

@keyframes animate 
{
	0% { left: -20%; }
	100% {left: 100%;}
}*/

.landing-text h3
{
	font-size: 0.7em;
	font-weight: bold;
	text-align: right;
	padding: 0;
	padding-right: 20%;
	margin-top: 0;
	/*color: #c2000c;*/
	/*font-family: 'Abel', sans-serif;*/
}

.landing-text h4
{
	font-size: 1.5em;
	/*color: red;*/
	padding: 0;
	color: #c2000c;
	/*font-family: 'Charm', cursive;*/ /*matched merienda*/
	/*font-family: 'Kotta One', serif;*/
	/*font-family: 'Stalemate', cursive;
	font-family: 'Quintessential', cursive;*/

    font-family: 'Tangerine', cursive;
    text-shadow: 2px 2px darkgrey;


    /*font-family: 'Kaushan Script', cursive;*/ /*matches merienda*/

    /*font-family: 'Parisienne', cursive;*/

    /*font-family: 'Satisfy', cursive;*/

    /*font-family: 'Codystar', cursive;*/
}

.arrow1 {
  /*margin-right: 20%;*/
  top: 87%;
  left:50%;
  transform: translateX(-50%);
  position:absolute;
  color: black; 
  text-shadow: 2px 2px darkgrey;
  font-size: 50px; 
  /*cursor: pointer; 
  border-radius:25px;*/
 /* animation: bounce 2s ease infinite;*/
}

/*.arrow1:hover {
	
}

@keyframes bounce {
  50% {
    transform: translate(0px,-10px);
  }
  100% {
    transform: translate(0,0);
  }
}
*/


/*=========================================================================================*/
/*ABOUT ME*/

.me
{
	display: flex;
}

.left
{
	display: inline-block;
	flex: 1;
	height: 100%;
	margin: 0;
	/*border: 1px solid black;*/
	position: relative;
}

.right
{
	display: inline-block;
	flex: 1;
	height: 100vh;
	margin: 0;
	/*border: 1px solid black;*/
	position: relative;
}

.img
{
	height: 80%;
	width: 80%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	border-radius: 50%;
	border: 1px solid black;
	overflow: hidden;
	/*border: 4px  solid yellow;*/
	/*background: url("images/Shreya6.png");
	background-size: 130%;
	background-position: center;*/
	min-height: 400px;
	min-width: 400px;
}

.img img
{
	height: 130%;
	transform: translate(-11%,-20%);
}

.textbox
{
	width: 90%;
	/*border: 2px dotted grey;*/
	height: 75%;
	position: absolute;
	top: 50%;
	/*left: 50%;*/
	transform: translate(0,-50%);
	padding: 20px 10px;
	text-align: center;
	overflow: auto;
}

.me-text h1
{
	font-family: 'Tangerine', cursive;
	font-size: 2.7em;
	text-shadow: 2px 2px darkgrey;
	margin-top: 0;
}

.me-text p
{
	font-size: 1.1em;
}


/*=========================================================================================*/
/*PROJECTS*/

blockquote {
    font-size: 2.5em;
    width: auto;
    margin-top: 5%;
    position: absolute;
    left: 10%;
    z-index: 1;
  }
  
.flip-card {
  /*background-color: yellow;*/
  position: absolute;
    /*width: 70%;*/
    left: 50%;
    top: 50%;
    transform: translate(-50%,-40%);
    /*filter: grayscale(100%);*/
  width: 60%;
  height: 55%;
  overflow: hidden;
  /*background: transparent;*/
  /*perspective: 1000px;*/
}

.flip-card:hover
{
	width: 59%;
  	height: 54%;
  	opacity: 0.8;
}


/*.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);*/
}

/*.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}
*/

/*.flip-card-front {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}*/

/*.flip-card-front {
  background-color: #bbb;
  background-color: #7b7b7b;
  color: black;
}*/


/*
  img {
    position: absolute;
    width: 70%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-30%);
    filter: grayscale(100%);
  }*/
  
  /*img:nth-of-type(1) {
    width: 70%;
    right: 5%;
    top: 5%;
  }
  img:nth-of-type(2) {
    width: 25%;
    right: 40%;
    top: 29%;
    margin-top: 15%;
  }
}

.percentage {
  position: absolute;
  bottom: 10px;
  left: 10px;
}

#box {
  width: 100px;
  height: 100px;
  position: absolute;
  border: 5px solid lightgray;
  margin: auto;
  top: 0; left: 0; bottom: 0; right: 0;
}*/



