@charset "UTF-8";
/* CSS Document */

body{
	
	font-family: "Lexend Giga", sans-serif;
	/*background-color: #f9f5e8;*/
	overflow-x: hidden;

	

}

.animation{
animation: load2 1s ease-out forwards;
}

@keyframes load2 {
   0%{
   opacity: 0%;
  }
 
  100% {
    opacity: 100%;
  }
}


.al{
	float: left;
	margin-left: 2%;
	margin-top:-20px;
	width: 300px;
}
#drop{

	float: right;
	margin-right: -175px ;
	
}
	
	


#bring{
	margin-top: 300px;
}
.modal-body li{
margin: 10px;
text-decoration: none;
 list-style-type: none;
 font-family:"Lexend Giga", sans-serif;
 font-size: 20pt;
 color: #3a130e;


}

h6{

text-decoration: none;
 list-style-type: none;
 font-family:"Lexend Giga", sans-serif;
 font-size: 60pt;
 color: #3a130e;
 


}
.nav-link:hover, .nav-link.active{

opacity: .4;

}


.content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
 
}

.content li{
	font-size: 20pt;
}
.more button{
	border: transparent;
	background-color: transparent;
	margin-left: -100px;
}

.more:hover{
	cursor: pointer;
	opacity: .4;
}

.btn-close{
	height: 50px;
	background-image:url(../img/closelogo.svg);
	background-size: cover;
	width: 16%;
	opacity: 1;
	float: right;
	margin-top: 40px;
	margin-right: 15px;
}

/*.navbar-custom, .navbar-custom{
	
font-size:11pt;
padding-left: 3%;
background-color: white;

}

.navbar-custom .navbar-brand, .navbar-custom .navbar-text,

.navbar-custom .navbar-nav .nav-link,

.navbar-custom .dropdown-item {

	color: #3a130e;
	
	
}

.dropdown-menu {
	
background-color: white;

}


.navbar-custom .nav-item.active .nav-link,

.navbar-custom .nav-item:hover .nav-link,

.navbar-custom .nav-item:focus .nav-link,

.navbar-custom .dropdown-item:hover, 

.navbar-custom .dropdown-item:focus {

   text-decoration: overline;
   transition: 0.9 ease;
  

}

.dropdown-item.active{ 
text-decoration: overline;
background-color: white;

}
*/

footer{
background-color: #3a130e;
width: 100%;
color: white;
margin: 0;
left: 0;
right: 0;
bottom: 0;
padding-top:100px ;
padding-bottom: 100px;


}
#box1{
	background-color: white;
	color:#3a130e;
	border-radius:0 0 3px 3px;
	float: right;
	margin-right: 150px;
    padding: 5px;
	transition: 0.9s ease;
	
}

#box1:hover{
	transform: scale(1.1);
	transition: 0.9s ease;

}

#box2{
	background-color: white;
	color:#3a130e;
	border-radius:0 0 3px 3px;
	float: right;
	margin-right: 40px;
    padding: 5px;
	transition: 0.9s ease;
	
}

#box2:hover{
	transform: scale(1.1);
	transition: 0.9s ease;

}



.btn-learn-more:hover{
opacity:.4

}

.newresume{
color:#3a130e;
}

#content{
	width: 80%;
	margin-left: 10%;
	transition: 0.9s ease;
}

#content:hover{
	transform: scale(1.1);
	transition: 0.9s ease;
}

.row, .col-lg-12{
	width: 100%;
}

a{
	text-decoration: none;
	color: aliceblue;
}




.nav-link{
	color: #3a130e;
}





/*@media (min-width: 536px) and (max-width:589px){

#drop{

	float: right;
	margin-right: -160px;
	margin-top: -3px;
}

}*/



@media (min-width: 590px){
	.al{
	float: left;
	margin-left: 2%;
	margin-top:-20px ;
}
#drop{

	float: right;
	margin-top: -3px;
}


.btn-close{
	height: 100px;
	width:10% ;
}
}

