* {
    box-sizing: border-box;
    font-family: 'Ubuntu', sans-serif;
    list-style: none;
    text-decoration: none;
    margin: 0;
    padding: 0;
  }
  html{
    scroll-behavior: smooth;
  }
body{
    background-repeat: no-repeat;
    background-attachment: fixed;

}
nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 75px;
    padding: 0 25px;

  
}
nav .logo a{
    padding: 22px 20px;
    float: left; 
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    position: relative;

}
nav .logo a span{
    color: #5bd485; 
}

nav ul{
    list-style: none;
    float: right;
    margin: 0;
    padding: 0;
    display: flex;

}
nav ul li a{
    line-height: 80px;
    color: #fff;
    padding: 12px 30px;
    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
}
nav ul li a:hover{
    background: #5bd485; 
    border-radius: 25px;
}
section {
    width: 100%;
    height: 100vh;
    background: url(a-bg-nav.jpeg);
    background-size: cover;
    background-position: center;
}

.header{
    background-color: #fff;
    top: 260px; 
    position: relative;
    opacity: 0.8;
    margin: 0 100px;
    line-height: 200px;
}
section  .header-text{

    font-weight: bold;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-size: 80px;
    text-align: center;
    color: #40513B;
    font-family: Trebuchet MS;
    position: relative;
}
.media{
    float: right;
    position: relative;
    top: 590px;
    right: 20px;
    letter-spacing: 2px;
    opacity: 0.8;
    
}
.media a:hover{
    background: white; 
    border-radius: 2000px;
   
}
.about{
    background-color: #9DC08B;
    height: 700px;
    top: 20px;
    margin: 50px;
    border-radius: 80px;
    position: relative;  
 }
.image img{
   
  width: 400px;
  height: 500px;
  float: right;
  margin-top: 100px;
  margin-right: 90px;
  border-radius: 100px;

}
 

.content-header{
    font-family: Arial Narrow;
     font-size: 40px; 
     padding: 70px 0 0 70px ;
     margin: 20px;
     color: black;   
     letter-spacing: 1px;
     text-align: center;

}
.text{
    font-size: 18px;
    font-family: Brush Script;
    padding: 9px;
    margin-right: 500px;
    position: relative;

}


