body{
    margin: 0;
    font-family: 'Ubuntu',sans-serif;
    width: 100%;
    background: #707070;
}
h1{
    font-family: 'Lora',sans-serif;
    font-weight: bold;
    color: black;
    font-size: 2em;
	margin: 0em;
	padding: 0;
}
.name {
	color: black;
	font-weight: bold;
	
	background-color: transparent;
}
.subtitle{
    font-weight: 700;
    color: #1792d2;
    font-size: .75rem;
    margin: 0;

}
.container{
    width: 95%;
    max-width: 900;
	height: 50px;
     margin: 0 auto;

}
.container-nav{
    display: flex;
	justify-content: space-between;
	align-items: center;
}

header{
	
    text-align: center;
    background: #e6e0e5;
	padding:  0;

   
    
}
nav ul{
    list-style: none;
    
    display: flex;
    justify-content: center;
    padding: 0;
    
}
nav  li{
   
    margin-left: 2em;;
}
nav  a{
    text-decoration: none;
    color: #707070;
    font-weight: 700;
    
}
nav a :hover,
nav a:focus{
    color: rgb(37, 82, 179);
}
.current-buttom{
    border-bottom: 1px solid #3f3d3d;
}
.current-buttom:hover{
    color: rgb(18, 120, 216);
}
.img-2{
	width: 8%;
	height: 50px;
	padding-bottom: 0em;
}
.flex-title-1{
	width: 95%;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 0 ;
	margin: 0;
}
.contact{
    display: flex;
    flex-direction: column;
    background: #3f3d3d;
    width: 80%;
    margin:5em 5em;
    padding: 1em 2em 2em 2em;
    color: blanchedalmond;
    
}
.contact-1 input{
    width: 70%;
    height: 30px;
    
}
.contact-2 input{
    width:90%;
    height: 150px;
    
    
}
button{
    padding: 1em 1em 1em 1em;
    margin-top: 1em;
    width: 30%;
    font-size: 1.2rem;
    color: blanchedalmond;
    background-color: black;
    margin-left: 5em;
}
button:hover{
    transform: scale(1.1);
}

@media(max-width:670px){
    .container-nav{
        flex-direction: column;
        height: 90px;
        width: 90%;
    }
    .name{
		font-size: 1.7rem;
padding: 0;
margin: 0;
    }
    .flex-title-1{
		padding-left:2em;
    }
    .img-2{
        width: 14%;
        height: 40px;
    }
   
    nav  li{
        font-size: .8rem;
   
        margin-left: 4em;;
        
    }
    nav li:hover{
        transform: scale(1.6);
    }
    .contact{
        width: 70%;
        margin: 1em 3em;
        padding: 0 1em;

    }
    h2{
        font-size: 1rem;
    }
    button{
        padding: .5em .5em .5em .5em;
        margin-bottom: 1em;
        width: 60%;
        font-size: 1rem;
       margin-left: 1em;
    }
    
}