/******Hunter Shickle CSS******/ 
/****AUTHOR: Hunter Shickle****/
/********DATE: July 2023********/

/* =============================================================================
  RESETS
============================================================================= */
@import url("html5_doc_reset.css");

@import "compass/css3";

font-family: "Playfair Display", serif;

font-family: "Raleway", sans-serif;

*{
    margin: 0;
    padding: 0;
    text-decoration: none;
}

/* ------ custome scrollbar ------ */

::-webkit-scrollbar {
    width: 15px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #948389;

}

/* ------ custome scrollbar ------ */

body {
  box-sizing: border-box;
  font-family: 'Playfair Display', serif;
  margin: 0px;
}

/* Navigation Elements */
.topnav {
  position: fixed;
  overflow: hidden;
  width: 100%;
  background-color: #000000;
  z-index: 2;
}

.topnav a {
  font-family: 'Playfair Display', serif;
  float: left;
  color: #ffffff;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  font-family: 'Playfair Display', serif;
  background-color: #948389;
  color: #000000;
}

.topnav a.active {
  font-family: 'Playfair Display', serif;
  background-color: #ffffff;
  color: #948389;
}

.intro {
    padding: 20%;
    background: #000000;
}

.resume {
    padding: 20%;
    background: #948389;
}

.portfolio {
    padding: 20%;
    background: #ffffff;
}

.contact {
    padding: 20%;
    background: #000000;
}

 .video-background-mobile {
    display: none;
}

h1 {
    font-family: 'Playfair Display', serif;
    color: #948389;
    font-weight: medium;
    font-size: 35px;
    padding-bottom: 40px;
}

h2 {
    font-family: "Playfair Display", serif;
    color: #948389;
    font-size: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
}

h3 {
    font-family: "Playfair Display", serif;
    color: #948389;
    font-size: 15px;
    padding-top: 5px;
    padding-bottom: 10px;
}

p {
    font-family: 'Raleway', sans-serif;
    font-size: 20px;
    line-height: 1.6;
    margin-top: 0px;
}

.butt {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    background-color: #000000;
    color: #ffffff;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline;
    cursor:pointer;
    text-decoration: none;
}

.butt:hover {
   background-color:#ffffff;
    color: #000000;
}

.butt-2 {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    background-color: #948389;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    display: inline;
    cursor:pointer;
    text-decoration: none;
}

.butt-2:hover {
   background-color:#ffffff;
    color: #000000;
}

/* Footer Elements */

.siteFooterBar {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 60px;
	color: #ffffff;
	background: #000000;
    z-index: 2;
}

.content {
	display: block;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
    font-family: 'Playfair Display', serif;
	font-size: 9px;
}

.foot {
    display:inline;
    line-height: 40px;
}

.content img {
    height:40px;
    float:right;
}

/* Mobile */
@media (max-width: 320px) {
    
.video-background{
    display: none;
}
    
.video-background-mobile{
    display: block;
}

.butt-2 {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    background-color: #948389;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 5px;
    display:block;
    cursor:pointer;
    text-decoration: none;
}
    
.content {
	display: block;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
    font-family: 'Playfair Display', serif;
	font-size: 9px;
}
    
}

/* Small Tablets */
@media (min-width: 321px)and (max-width: 767px) {
    
    .video-background{
    display: none;
}
    
    .video-background-mobile{
    display: block;
}
    
    .butt-2 {
    font-family: "Playfair Display", serif;
    font-size: 15px;
    background-color: #948389;
    color: #000000;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 40px;
    padding-right: 40px;
    margin-bottom: 5px;
    display:block;
    cursor:pointer;
    text-decoration: none;
}
    
.content {
	display: block;
	padding: 10px;
	margin: 0px auto;
	text-align: center;
    font-family: 'Playfair Display', serif;
	font-size: 9px;
}
    
}