@charset "UTF-8";
*{
    padding: 0;
    font-family: 'poppins', sans-serif, 'baskerville';
    box-sizing: border-box;
    background-color: rgba(249,234,231,1.00);
}
.landing{
    width: 100%;
    height: 100vh;
    background-color: rgba(249,234,231,1.00);
    padding: 50px 8%;
    position: relative;
    font-weight: 600;
}

nav{
	background-size: cover;
	background-position: right;
	padding: 10% 5% 15% 15%;
	position: absolute;
	left: -10%;
	top: -12%;
}
.asset1{
	width: 60px;
	margin-bottom: 20px;

}
nav ul li{
    list-style: none;
    margin: 15px 0;
    color: rgba(0,0,0,0);
    text-align: center;
}

nav ul li a:link {
	color: #000000;
	text-decoration: none;
	position: relative;
}

nav ul li a:hover {
    color: rgba(245,129,65,1.00);
    text-decoratoin: none;
    position: relative;	
}

.contact-btn {
	position: absolute;
	top: 20px;
	right: 8%;
	display: flex;
	align-items: center;
	color: #000000;
	text-decoration: none;

}

.row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 10%;
    margin-top: 0px;
}
.col-1{ 
	max-width: 800px;
	padding-left: 15%;
	color: #333;
	
}
.col-1 h1{
	font-size: 36px;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 20px;
}

.p1{
	max-width: 800px;
	padding-left: 15%;
	color: #333;

}

.p1{
	font-size: 1em;
	font-weight: 600;
	line-height: 50px;
	margin-bottom: 20px;
	
	
}
.selfie-img{
    width: 110%;
    max-width: 350px;
    position: relative;
    z-index: 2;
    transition: transform 0.5s;
    border: thick dashed rgba(89,141,245,1.00);
}
.col-2{
    text-align: right;
    position: relative;
    padding-left: 0px;
}

.back-img{
	position: absolute;
	width: 100%;
	max-width: 340px;
	top: -18px;
	right: -20px;
}

.selfie-img:hover{
	transform: translate(-25px, -25px);
	cursor: pointer;
	
	
}
@media only screen and (max-width:1024px) {
  nav {
    top:0%;
  }
}
 @media only screen and (max-width:600px) {
}


/*------Projects-----*/
#projects{
	width: 80%;
	margin: auto;
	text-align: center;
	padding-top: 100px;
}
h1{
    font-size: 25px;
    font-weight: 600px;
    color: rgba(89,141,245,1.00);
}

h2{
    color: #777;
    font-size: 20px;
    font-weight: 600;
    line-height: 22px;
    padding-top: 75px;
}

.row{
	margin-top: -5%;
	display: flex;
	justify-content: space-between;
}


.projects-col{
    flex-basis: 31%;
    background: rgba(249,234,231,1.00);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
    border-color: rgba(227,143,132,1.00);
    border-width: medium;
}
aside{
    background-color: rgba(242,149,73,1.00);
    border: thick;
    padding-top: 8px;
    padding-right: 8px;
    padding-bottom: 8px;
    padding-left: 8px;
}
/*why isn't my background color working?*/
h3{
	text-align: center;
	font-weight: 600;
	margin: 10px 0;
	
}

.projects-col:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
	
}
@media(max-width: 700px){
	.row{
		flex-direction: column;
	}
}

h2{
	text-align: center;
	font-weight: 600;
	margin: 0;
}

.row{
	margin-top: -5%;
	display: flex;
	justify-content: space-between;
}

.resources{
    flex-basis: 31%;
    background-color: rgba(249,234,231,1.00);
    border-radius: 10px;
    margin-bottom: 5%;
    padding: 20px 12px;
    box-sizing: border-box;
    transition: 0.5s;
}

h3 a:link{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: rgba(0,0,0,1.00);
    text-decoration: none;
}

h3 a:hover{
    text-align: center;
    font-weight: 600;
    margin: 10px 0;
    color: rgba(245,129,65,1.00);
}


.resources:hover{
	box-shadow: 0 0 20px 0px rgba(0,0,0,0.2);
}
footer  {
    text-align: center;
}

#contact{
    text-align: center;
    font-weight: 600;
    margin-top: 50px;
    margin-right: 50px;
    margin-left: 50px;
    margin-bottom: 50px;
    color: #000000;
    text-decoration: none;
    padding-top: 0px;
}
ul li a:link {
    text-decoration: none;
    color: rgba(0,0,0,1.00);
    font-weight: 600;
}
ul li a:hover {
    color: rgba(245,129,65,1.00);
    margin-bottom: 70px;
    text-decoration: none;
    text-transform: none;
    clear: none;
}
