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

/* FONTS */

@font-face {
    font-family: Gotham-Book;
    src: url(../fonts/Gotham-Book.otf);
}

@font-face {
    font-family: Gotham-Bold;
    src: url(../fonts/Gotham-Bold.otf);
}

/* BEGIN GLOBAL STYLING */

hr {
    border-top: 1px solid black;
	margin: 0;
	padding: 0;
}


/* BEGIN INDEX PAGE */

/* BEGIN HEADER */

.logo {
	justify-content: center;
	display: flex;
	margin-top: 20px;
	margin-bottom: 10px;
}

.logo a img {
	width: 55px;
	height: 55px;
}

.name a {
	text-decoration: none;
	color: black;
}

.name h6 {
	font-family: Gotham-Book, sans-serif;
	font-size: 24px;
	text-align: center;
}

/* BEGIN NAV BAR */

nav {
	margin-bottom: 20px;
	margin-top: 5px;
}

.btn-group {
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: baseline;
}

.btn-group a {
	text-decoration: none;
	color: black;
	height: 40px;
	padding: 12px 5px 10px 5px;
	border: none;
}

.btn-group h5 {
	font-family: Gotham-Book, sans-serif;
	font-size: 16px;
}

.btn-group a:hover {
	color: gray;
}

.btn a {
	background-color: transparent;
	border: none;
	transition: none;
	focus: none;
}


/* BEGIN INDEX PAGE */

.hero-image,.resize {
	height: 400px;
	width: 100%;
	object-fit: cover;
}

.designer {
	background: black;
	height: 400px;
	padding-left: 30px;
	padding-right: 30px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.designer img {
	width: 50px;
	height: 50px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}

.designer h3 {
	font-family: Gotham-Book;
	font-size: 25px;
	color: white;
	text-align: center;
}

.designer h4 {
	font-family: Gotham-Book;
	font-size: 16px;
	color: white;
	text-align: center;
	line-height: 2;
}

.designer,
.about-me,
.my-work,
.contact {
	margin-bottom: 10px;
}


.separator {
	height: 50px;
	padding-top: 25px;
}

.about-me {
	background-image: url("../images/image_aboutme.jpg");
}

.my-work {
	background-image: url("../images/image_mywork.jpg");
}

.contact {
	background-image: url("../images/image_contactme.jpg");
}

.about-me,
.my-work,
.contact {
	height: 250px;
	padding-top: 140px;
	text-align: center;
	background-size: cover;
	background-position: center;
}

.about-me a,
.my-work a,
.contact a {
	text-decoration: none;
	color: white;
	font-size: 30px;
	text-shadow: 0 0 5px black;
}

.about-me h3,
.my-work h3,
.contact h3 {
	font-family: Gotham-Book;
	font-size: 21px;
	margin-top: 10px;
	text-shadow: 0 0 5px black;
}

.about-me a:hover,
.my-work a:hover,
.contact a:hover {
	opacity: 0.4;
}



/* BEGIN ABOUT ME PAGE */

#summary h3,
#experience-col-1 h3,
#experience-col-2 h3 {
	font-family: Gotham-Book;
	font-size: 20px;
	color: black;
	text-align: left;
}

#summary h4,
#experience-col-1 h4,
#experience-col-2 h4 {
	font-family: Gotham-Book;
	font-size: 14px;
	color: black;
	text-align: left;
	line-height: 1.7;
}

#experience-col-1 li,
#experience-col-2 li {
	margin-top: -7px;
}


/* BEGIN MY WORK PAGE */

.card {
	border: none;
}

.card img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

.card-body h5 {
	font-family: Gotham-Book;
	font-size: 20px;
	color: black;
	text-align: left;
	margin: 0;
}

.card-body {
	padding: 20px 0px 20px 0px;
}

.card-body p {
	font-family: Gotham-Book;
	font-size: 14px;
	color: black;
	text-align: left;
	line-height: 1.7;
}


/* FOOTER */

footer {
	margin-top: 20px;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

#footer-row {
	height: 40px;
	padding-top: 13px;
}

footer h5 {
	font-family: Gotham-Book, sans-serif;
	font-size: 14px;
	color: black;
	text-align: center;
}



/* MEDIA QUERRIES */
	

/* HIDE VIEW */

@media screen and (min-width: 0px) and (max-width: 767px) {
  .separator { 
	  display: none; 
	} 
}


/* MEDIUM VIEW */

@media (min-width: 768px) {
	
  .logo a img {
	  width: 70px;
	  height: 70px;
	}
	
  .name h6 {
	  font-size: 35px;
	}

  nav {
	  margin-bottom: 25px;
	}
	
  .btn-group h5 {
		font-size: 20px;
	}
	
  .btn-group a {
	padding: 9px 15px 10px 15px;
	}
	
  .designer {
	height: 300px;
	padding-left: 120px;
	padding-right: 120px;
	}
	
  .designer img {
	width: 60px;
	height: 60px;
	}
	
  .designer,
  .about-me,
  .my-work,
  .contact {
	margin-bottom: 0px;
}
	
  .about-me h3,
  .my-work h3,
  .contact h3 {
	font-size: 23px;
	}
	
  .about-me,
  .my-work,
  .contact {
	height: 220px;
	padding-top: 115px;
	}
	
  #summary h3,
  #experience-col-1 h3,
  #experience-col-2 h3 {
	font-size: 24px;
	line-height: 1.7;
	}	
	
  #summary h4,
  #experience-col-1 h4,
  #experience-col-2 h4 {
	font-size: 17px;
	line-height: 1.7;
	}
	
  #experience-col-1 {
	margin-right: 10px;
	}

  #experience-col-2 {
	margin-left: 10px;
	}
	
  .card-body h5 {
	font-size: 24px;	
	}
	
  .card-body p {
	font-size: 16px;
	}
	
  footer {
	margin-top: 25px;
	}
	
}



/* LARGE VIEW */

@media (min-width: 1024px) {
	
  .designer {
	height: 400px;
	}
	
  .about-me,
  .my-work,
  .contact {
	height: 290px;
	padding-top: 160px;
	}

}


