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

/*In the body set bg-image or bg-color NEVER, set width & height*/

<style> @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap'); </style>

body {
  margin:0;
  padding:0;
}

#logo {
  width: 85px;
  height: 75px;
  background-image: url(images/logo.png);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  transition: .5s;
  margin-left: 30px;
}

#nav { 
  width: 50%;
  margin-top: 9%;
  margin-left: 11%;
  float: left;
  position: fixed;
  transition:  1s ease-in-out; 
}

#nav a:hover {
  opacity: 50%; 
}

#nav a { 
  transition: .5s;
}

h1 {
  font-family: 'Rubik', sans-serif;
  font-size: 46px;
  letter-spacing: 1px;
  margin-left: 6px;
  line-height: 50px;
  margin-top: 100px;
  color: #eeecd4;
  margin-left: 35px;
  font-weight: 800;
}

h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  font-weight: 400;
  margin-left: 6px;
  letter-spacing: .5px;
  word-spacing: 5px;
  margin-top: -20px;
  color: #eeecd4;
  margin-left: 35px;
}

h3 {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 230px;
  color: #eeecd4;
  text-align: left;
  margin-left: 60px;
}

h4 {
  font-family: 'Rubik', sans-serif;
  font-size: 28px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #eeecd4;
  margin-left: 50px;
  margin-top: 60px;
}

.tag {
  font-family: 'Rubik', sans-serif;
  font-size: 18px;
  font-weight: 300;
  letter-spacing: 1px;
  margin-bottom: 0px;
  margin-top: -30px;
}

h5 {
  text-align: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 200;
  letter-spacing: .5px;
  color: #eeecd4;
}

h6 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 200;
  letter-spacing: .5px;
  line-height: 20px;
  margin-bottom: 60px; 
  color: #eeecd4;
  padding-left: 50px;
  padding-right: 50px;
  margin-top: 25px; 
}

body {
  background-color: black; 
  margin: 0;
}

#divider {
  width: 100%;
  height: 2px;
  background-color: #eeecd4;
  max-width: 345px;
  margin-left: 6px;
  margin-top: 35px;
  border-radius: 2px;
  opacity: 25%;
}

#divider2 {
  width: 100%;
  height: 2px;
  background-color: #eeecd4;
  margin-top: 30px;
  border-radius: 2px;
}

#links {
  margin-top: 30px;
  margin-left: 36px;
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 40px;
  color: #eeecd4;
}

img {
  width: 100%;
}

a {
  text-decoration: none; 
  color: #eeecd4;}

#site {
  max-width: 2000px;
  margin: auto;}

#insta {
  background-image: url(images/insta.png);
  width: 25px;
  height: 25px;
  background-size: contain;
  float: left;
  transition: .5s;   
}

#insta:hover {
  background-image: url(images/insta_hover.png);
  transition: .5s;
}

#dribbble {
  background-image: url(images/dribble.png);
  width: 25px;
  height: 25px;
  background-size: contain;
  float: right;
  transition: .5s;
}

#dribbble:hover {
  background-image: url(images/dribble_hover.png);
  transition: .5s;
}

#linkedin {
  background-image: url(images/linkedin.png);
  width: 25px;
  height: 25px;
  background-size: contain;
  margin: auto;
  margin-left: 48px;
  position: absolute;
  transition: .5s;
}

#linkedin:hover {
  background-image: url(images/linkedin_hover.png);
  transition: .5s;
}

#social {
  margin-top: 40px;
  margin-left: 36px;
  width: 120px;

}

#button {
  background-color: #eeecd4; 
  width: 100px;
  text-align: center;
  padding: 10px;
  border-radius: 5px;
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  font-weight: 500;
  margin-left: 50px;
  margin-top: -20px;
  margin-bottom: 50px;  
  transition: .5s;
}

#button:hover {
  opacity: 50%;
  transition: .5s;
}
.button {color: black;}

#portfolio {
  float: right;
  width: 50%;
  transition:  1s ease-in-out;
}

#about {
  background-image: url(images/luke_cline.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

.about {
  margin-bottom: 0px;
}

#project1 {
  background-image: url(images/sharp_home.png);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

#project2 {
  background-image: url(images/t14.png);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
  margin-top: 5px;
}

#project2_work {
  background-image: url(images/t14.png);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

#project3 {
  background-image: url(images/farxiga_mockup.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
  margin-top: 5px;
}

#project3_work {
  background-image: url(images/farxiga_mockup.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

#project4 {
  background-image: url(images/fingerboard_mockup_2.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  transition:  1s ease-in-out;
}

#project4_work {
  background-image: url(images/fingerboard_mockup_2.jpg);
  width: 100%;
  height: 350px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

.container {
  position: relative;
  width: 100%;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.85);
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease-in-out;
  opacity:0;
  height: 350px;
}

.container:hover .overlay {
  opacity: 100%;
}


@media screen and (max-width: 1100px) {
    
h1 {
  font-size: 42px;
}
 
h2 {
  font-size: 14.5px;
    }    
    
#nav { 
  width: 40%;
  margin-top: 8%;
  margin-left: 7%;
  float: left;
  position: fixed;
  transition:  1s ease-in-out; 
}

#project1 {
  background-image: url(images/sharp_home.png);
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

#project2 {
  background-image: url(images/t14.png);
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
  margin-top: 5px;
}

#project3 {
  background-image: url(images/farxiga_mockup.jpg);
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
  margin-top: 5px;
}

#project4 {
  background-image: url(images/yellow_r.jpg);
  width: 100%;
  height: 230px;
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  transition:  1s ease-in-out;
}

.overlay {
  height: 230px;
}
    
h3 {
  margin-top: 120px;
}
    
}

@media screen and (max-width: 900px) {

h1 {
  font-size: 40px;
}

#nav { 
  width: 40%;
  margin-top: 8%;
  margin-left: 5%;
  float: left;
  position: fixed;
  transition:  1s ease-in-out; 
}   
    
}
    
@media screen and (max-width: 750px) {
        
#nav {
  width: 80%;
  float: none;
  position: relative;
  margin-top: 0;
  margin-left: 0px;
  margin: auto;
  padding-right: 12px;
}
    
.overlay {
  height: 270px;
}
    
#logo {
  position: relative;
  margin-top: 50px;
  width: 75px;
  height: 65px;
}
    
#project1 {
  background-image: url(images/sharp_home.png);
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
}

#project2 {
  background-image: url(images/t14.png);
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
  margin-top: 5px;
}

#project3 {
  background-image: url(images/farxiga_mockup.jpg);
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  transition:  1s ease-in-out;
  margin-top: 5px;
}

#project4 {
  background-image: url(images/yellow_r.jpg);
  width: 100%;
  height: 270px;
  background-size: cover;
  background-position: center;
  margin-top: 5px;
  transition:  1s ease-in-out;
}
        
#portfolio {
  float: none;
  width: 100%;
  margin: auto;
  margin-top: 120px;
}
        
h1 {
  font-size: 34px;
  margin-top: 15px;
}
    
h3 {
  margin-top: 150px;
}
    
h4 {
  max-width: 300px;
}
        
#divider {
  margin-top: 20px;
  max-width: none;
  width: 100%;
}
        
#links {
  margin-top: 15px;
  margin-bottom: -4px;
  line-height: 30px;
}
        
#social {
  margin-top: 25px;
}
    
}

