/* Global Styles */

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
html {
  scroll-behavior: smooth;

}

a.smooth-scroll {
  scroll-behavior: smooth;

}

body {
    font-family: "Crimson text", sans-serif;
    line-height: 1.6;
    color: #fff;
    background-color: #333;
	background-image: url("images/friendly-office.jpeg");
  background-repeat: no-repeat;
  background-attachment: fixed;
	background-size: cover;
}

header {
    background-color: #121664;
    color: #fff;
 	
	position: fixed;
   top: 0; 
	border-radius: 10px;
    width: 100%; 

    z-index: 1000; 
}

.logo {
    float: left; 

    margin-left:10px; 
}

.logo img {
    width: 100%;
    height: 100%;
}

nav {

    float: right; 
}

nav ul {
    list-style: none;
  
    display: flex;
    justify-content: space-between;
}

nav li {
    margin-right: 20px;
}

nav a {
    color: #fff;
    text-decoration: none;
}

nav a:hover {
    color: #ccc;
}

main {
  display: flex;

    flex-direction: column;

    align-items: center; 

    padding: 2em;

    margin: 0 auto; 

    width: 80%; 
}

section {
    background-color: rgba(51, 51, 51, 0.9);
  
	width: 99vw; 
	
    height: 140vh; 
    
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	
	border-radius: 20px;
}

h1 {
    
	margin-top: 100px;
    margin-bottom: 10px;
	text-align: center;
	font-weight: bolder;
}

h2 {
	margin-top: 20px;
	font-weight: bold;
}
#services{
	
}
#services p{
	margin-bottom: 20px;
	color: #fff;

}
#profile {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  align-items: center;

  

}


#profile img {

  width: 50%; 
  height: auto;
  margin: 5px;
  margin-top: 50px;
  border-radius: 10px; 
  box-shadow: 10px 10px 20px #121664; 
	opacity: 100%;

}


#profile h1 {

  font-size: 63px;
	margin-left: 52%;

  margin-top: -800px;

}
#profile .cta-button {

  background-color: #007bff; 
  
  color: #ffffff; 

  border: none;

  padding: 30px 50px;

  font-size: 26px;

  cursor: pointer;

  border-radius: 30px;

 margin-left: 67%; 
  margin-top: -800px;


}
.cta-button a{
	color: #fff;
	text-decoration: none;
}

#profile .cta-button:hover {

  background-color: #0069d9; 

}

#profile h2{
	
	margin-right: 600px;
	font-size: 30px;
	margin-top: -600px;
}
#profile p {
	margin-top: -450px;
	
}
#services{
	height: 140vh;
}
#client-list h1{
	margin-bottom: 30px;
}

#client-list ul {

  margin: 0 auto;

  padding: 0;

  text-align: center;

  list-style: none;
  align-content: center;

}
#staff-bios
{
	height: 220vh;
}
#staff-bios p{
	margin-bottom: 30px;
}


.members{
	margin-bottom: 10px;
	display: inline-block;
}
.members img {

  width: 200px; 

  height: 200px;

  border-radius: 10px; 

  margin-bottom: 10px; 

}

#client-list li {
	margin-top: 50px;
  font-size: 30px;
  margin-bottom: 20px;
  font-weight: bold;
  margin-right: 30px;
	display: inline-block;

}

#contact ul {

  text-align: center;

}


#contact li {
  margin-top: 100px;
  display: block;
 font-size: 30px;
 

  align-content: center;

}



@media only screen and (max-width: 480px) {
    body {
        font-size: 16px;
    }
    header {
        padding: 0.5em;
		
    }
    .logo img {
        width: 100%;
        height: 120px;
		margin-left: 30px;
		margin-top: -20px;
    }
    nav ul {
		margin-top: -21px;
        flex-direction: row;
    }
    nav li {
        margin-right: 24px;
    }
    nav a {
        font-size: 16px;
    }
    main {
        padding: 1em;
    }
    section {
        padding: 1em;
        margin-bottom: 80px;
		font-size: 16px;
		
    }
	section h1{
		font-size: 25px;
	}
    h1 {
		margin-top: 30px;
        
    } 
	#profile{
		height: 150vh;
	}
	#profile h1 {
 margin-left: 9px; 
  margin-top: -850px;
  font-size: 30px;
	}
	#profile img {

  width: 95%; 
  height: auto;
  margin: 5px;
  margin-top: 150px;
  border-radius: 10px; 
  

}
	#profile .cta-button {
		padding: 20px 30px;

  	 font-size: 18px;
	 border-radius: 5px;
	 margin-left: 50%; 
 	 margin-top: -560px;
	}
	
	#profile h2{
	float: right;
	margin-right: 400px;
	font-size: 24px;
	margin-top: -900px;
		
}
	#profile p {
	margin-top: -560px;
	
}
	#services {
		height: 2300px;
	}
	#staff-bios{
		height: 1500px;
	}
	#client-list{
		height: 1300px;
	}
	#client-list ul{
		margin-left: 20px;
	}
	#client-list li {
	  left: 30px;
      font-size: 16px;
	  margin-right: 20px;
    }
	#staff-bios{
		height: 2500px;
	}
}


@media only screen and (min-width: 960px) {
body {
        font-size: 22px;
    }
    header {
        
    }
 
    nav ul {
        flex-direction: row;
		margin-top: 35px;
    }
    nav li {
        margin-right: 40px;
    }
    nav a {
        font-size: 35px;
		
    }
    main {
        padding: 2em;
    }
    section {
        padding: 2em;
        margin-bottom: 200px;
		
    }
    h1 {
        font-size: 44px;
		margin-bottom: 70px;
    }
	#services{
	height: 240vh;
}
	#contact{
		margin-bottom: 0px;
	}
	footer{
		float: right;
		font-size: 40px;
		margin-right: 30px;
	}
}