*{
	box-sizing: border-box;
}

#name1{
	 -webkit-text-fill-color: black;
	 background: white;
	 padding: 6px;
	 margin-right: 3px;
	 color: black;
	 border-radius: 5px;
}
#hire{
	color: lightgray;
}

.nav-item{
	-webkit-transition: background-color 0.5s ease-out;
 -moz-transition: background-color 0.5s ease-out;
 -o-transition: background-color 0.5s ease-out;
 transition: background-color 0.5s ease-out;
}
.nav-item:hover{
	background: white;
	font-weight: bold;
	border-radius: 5px;
	font-weight: bold;
}
.nav-item a:hover{
		color: black !important;
}
#hire:hover{
	color: black !important;
}
nav .navbar-nav li a{
  color: white !important;
}

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

p{
	font-size: 18px;
	margin-top: 10px;
}

#brand{
letter-spacing: 7px;
font-size: 70px;
font-weight: bold;
}

@media (max-width: 768px) {
  #brand {font-size:2rem;} /*1rem = 16px*/
}

#hugline{
letter-spacing: 7px;
font-size: 24px;
margin-top: -20px;
}
@media (max-width: 768px) {
  #hugline {font-size:1rem; padding-top: 5px;} /*1rem = 16px*/
	#portrait {width: 200px; height: 230px; margin-bottom: 0px;}
	#portrait-div{ margin-bottom: 0px; padding-top: 0;}
	#header-text{text-align: center; padding-top: 0px; margin-top: 15px;}
	main header{height: 70vh; display: flex; justify-content: center; align-items: center;}
}
@media (min-width: 768px) {
	#portrait {width: 270px; height: 300px;}
}

footer .container{
	color: white !important;
}

footer .container .row a{
	color: white;
	display: inline-block;
	margin-right:10px;
}

.iconify{
	width: 1.5em;
	height: 1.5em;
}

input,textarea,select{
	border: 1px solid black !important;
}

.contact a{
	display: block;
	text-decoration: none;
	color: black;
	padding: 5px 0;
	transition: 0.3s;
}

.contact a:hover{
	background: aqua;
	padding: 5px 15px;
}

.btn{
	 -webkit-transition: background-color 0.5s ease-out;
  -moz-transition: background-color 0.5s ease-out;
  -o-transition: background-color 0.5s ease-out;
  transition: background-color 0.5s ease-out;
}

.btn:hover{
	background: white;
	color: black;
	font-weight: bold;
}

main header{
	height: 85vh;
	display: flex;
	justify-content: center;
	align-items: center;
}


#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 30px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #555; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
	border: 1px solid #555;
	color: #555;
  background-color: whitesmoke; /* Add a dark-grey background on hover */
}

a{
	text-decoration: none;
	color: inherit;
	font-weight: bold;
}
