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

*{
list-style: none;
text-decoration: none;
} 

body{
font-size: 1.125rem;
background: url("../images/interviews-large-background-1920-5.jpg");
min-height: 100vh;
background-repeat: no-repeat;
background-size: cover;
background-position: bottom center;
line-height: 1.5;
}

.container{
max-width: 1024px;
min-height: 500px;
margin: 0 auto;
}

.main-background{
background-color: rgb(40, 40, 40, 0.7);
border-radius: 0.75rem;
padding: 1rem;
margin-bottom: 0.625rem;
min-height: 775px;
}

.logo{
padding: 1rem;
}

.logo img{
width: 300px;
height: 120px;
}

nav{
padding-bottom: 0.625rem;
}

.navbutton{
font-family: "Bodoni Moda", serif;
padding: 0.688rem 1.2rem;
display: inline-block;
text-align: center;
position: relative;
width: 7.9rem;
background-color: #4d2600cc; /*background color lightened dd*/
border: .5px solid white;
}

.navbutton a{
color: #fff;
font-weight: bold;
}

.navbutton:hover{
background-color: #b36b00ee;
transition-duration: .75s;
}

.navbutton a:hover{
color: #000;
}
.dropdown-box{
display: none;
position: absolute;
padding-top: 1.25rem;
margin-left: -1.25rem;
z-index: 99;
}

.dropdown-box a:hover{
color: #000;
font-weight: bold;
}

.navbutton:hover .dropdown-box{
display: block;
}

.dropdown-box .navbutton:hover{
background-color: #b36b00ee;
transition-duration: .75s;
margin-top: 0.313rem;
margin-bottom: 0.313rem;
}

.topcard{
padding-bottom: 0.625rem;
}

.topcard img{
border-radius: 8px;
}

main{
padding: 0.625rem 1rem;
}

.herobox1 img{
border-radius: 5px;
float: left;
box-shadow: 2px 2px 2px #181818;
margin-right: 2.5rem;
margin-top: 1.25rem;
}


h1{
font-size: 2.813rem;
font-family: "PT Serif", serif;
color: white;

}

h2{
font-family: "PT Serif", serif;
font-size: 1.875rem;
color: white;
padding-bottom: 0.5rem;
}

p{
line-height: 2rem;
color: white;
font-family: "Roboto", sans-serif;
font-weight: 300;
font-size: 1.375rem;
}

.box{
margin: 5px;
}

audio{
padding: 0.938rem 0 0.313rem 0;		
}

audio::-webkit-media-controls-panel{
background-color: #B0B0B0;
}
    
audio::-webkit-media-controls-play-button{
background-color: #B35900;
border-radius: 50%;
}
    
audio::-webkit-media-controls-current-time-display{
color: #000000;
}
    
audio::-webkit-media-controls-time-remaining-display{
color: #000000;
}

.social img{
width: 40px;
height: 40px;
margin-top: 0.625rem;
}

.email img{
width: 40px;
height: 40px;
}

.card{
padding-top: 0.625rem;
}

.card img{
border-radius: 8px;
}

footer{
min-height: 4.688rem;
text-align: center;
padding-top: 0.625rem;
}

footer p{
font-family: "Bodoni Moda", serif;
font-size: 0.625rem;
color: white;
}

footer img{
width: 50px;
height: 50px;
}

.off-screen-menu{
display: none;
}
	
.hamburger{
display: none;
}

/* RESPONSIVE */

/* 1024 */

@media screen and (max-width: 1024px){
.navbutton{
display: none;	
}	

.hamburger{
display: block;
padding: 1.563rem;
}
	
.off-screen-menu{
background-color: #b36b00;
height: 100vh;
width: 50%;
max-width: 450px;
position: fixed;
top: 0;
right: -450px;
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
text-align: center;
transition: .3s ease;
}
			
.ham-menu{
height: 50px;
width: 40px;
margin-left: auto;
position: relative;
}
	 
.ham-menu span{
height: 5px;
width: 100%;
background-color: #000;
border-radius: 25px;
position: absolute;
left: 50%;
top: 50%;
transform: translate(-50%, -50%);
transition: .3s ease;
cursor: pointer;
}
	
.ham-menu span:nth-child(1){
top: 25%;
}
	
.ham-menu span:nth-child(3){
top: 75%;
}
		
.ham-menu.active span{
background-color: #FF0307;
}
	
.ham-menu.active span:nth-child(1){
top: 50%;
transform: translate(-50%, -50%) rotate(45deg);
}
	
.ham-menu.active span:nth-child(2){
opacity: 0;
}
		
.ham-menu.active span:nth-child(3){
top: 50%;
transform: translate(-50%, -50%) rotate(-45deg);
}

.off-screen-menu ul{
display: block;
}
			
.off-screen-menu ul li{
font-size: 1.125rem;	
padding: 0.625rem 0.313rem;
}
		
.off-screen-menu a{
color: white;
}
			
.off-screen-menu a:hover{
color: #FFC107;
}
	
.off-screen-menu.active{
right: 0;
}
	
.container{
margin: 0.313rem;
}
	
.topcard img{
width: 100%;
height: 100%;
}

.card img{
width: 100%;
height: 100%;
}
	
header{
margin-bottom: -3.75rem;		
}
	
.box p{
line-height: 2;
font-weight: 300;
font-size: 1.25rem;
padding-top: 0.625rem;
}
	
main{
padding: 0.625rem 0.5rem;		
}	

.main-background{
padding: .625rem 0.5rem;
}
	
.off-screen-menu{
z-index: 99;
}

.ham-menu{
z-index: 99;
}
	
.herobox1 img{
border-radius: 5px;
margin-right: 2rem;
margin-top: 1.25rem;
}
	
footer p{
padding-top: 0;
} 
	}

@media screen and (max-width: 875px){
.herobox1 img{
border-radius: 5px;
margin-right: 1.375rem;
margin-bottom: 21.875rem;
}
	}


/* 768 */

@media screen and (max-width: 768px){
body{
background:url("../images/interviews-IMG_9110-2000x1134-ex-6.jpg");
}
	
.herobox1 img{
border-radius: 5px;
margin-right: 1.375rem;
width: 50%;
height: 50%;
margin-bottom: 8.125rem;
}
	
audio{
padding: 10px 0;
}
	
header{
margin-bottom: -60px;		
}
	
h1{
font-size: 2rem;
}
	
h2{
font-size: 1.25rem;	
padding-bottom: 0.5rem;
}
	} 
	

@media screen and (max-width: 700px){
.herobox1 img{
border-radius: 5px;
width: 50%;
height: 50%;
margin: 0 1rem 21rem 0;
}
	}

@media screen and (max-width: 680px){
.herobox1 img{
width: 100%;
height: 100%;
margin: 0 1rem 0.938rem 0;
}
	}

/* 480 */

@media screen and (max-width: 480px){
.logo{
padding: 0.5rem;
}
	
.logo img{
width: 200px;
height: 100px;
}	
	
.hamburger{
padding: 0.938rem;
}
	
.off-screen-menu{
width: 70%;
}
	
.off-screen-menu ul li{
font-size: 1rem;
padding: 0.625rem 0.438rem;
}

.topcard img{
border-radius: 4px;
}
	
.topcard{
padding-bottom: 0.313rem;
}
	
.card img{
border-radius: 4px;
}

.herobox1 img{
border-radius: 5px;
width: 100%;
height: 100%;
margin: 0.438rem 0 0.938rem 0;
}	

audio{
width: 100%;
}	

h1{
font-size: 2.5rem;
line-height: 1.4;
padding-bottom: 0.313rem;
}
	
h2{
font-size: 1.563rem;	
padding-bottom: 0.625rem;
}
	
.box p{
padding: 0 0 0.313rem 0;
line-height: 1.5;
}
	
header{
margin-bottom: -4.375rem;		
}
	
main{
padding: 0 0.625rem;
}
	
.main-background{
padding: 0.5rem;
margin-bottom: 0.5rem;
background-color: rgb(40, 40, 40, 0.9);
}
	}

/* 420 */
@media screen and (max-width: 420px){
.main-background{
border-radius: 6px;
}	

.topcard img{
border-radius: 2px;
}
	
.card img{
border-radius: 2px;
}

h1{
font-size: 2rem;
padding-bottom: 0.5rem;
}
	
h2{
font-size: 1.375rem;	

}
	
.box p{
font-size: 1.125rem;
line-height: 1.6;
}
	}


@media screen and (max-width: 380px){
.off-screen-menu{
width: 80%;
}
	}

/* 375 */

@media screen and (max-width: 375px){
.logo{
padding: 0.375rem;
}
	
.logo img{
width: 180px;
height: 80px;
}
	
.hamburger{
padding: 0.625rem;
}

.off-screen-menu ul li{
font-size: 0.875rem;
padding: 0.625rem 0.625rem;
}

.herobox1 img{
padding-top: 0.438rem;
}	
	
header{
margin-bottom: -3.75rem;		
}
	
main{
padding: 0 0.375rem;
}	
	
.box p{
font-size: 1rem;
}
	}

/* 320 */

@media screen and (max-width: 320px){
.logo img{
width: 160px;
height: 60px;
}
	
.off-screen-menu{
width: 90%;
}
	
.herobox1 img{
padding-top: 0.313rem;
}		

h1{
font-size: 1.563rem;
padding-bottom: 0.5rem;
}
	
h2{
font-size: 1.063rem;	
padding-bottom: 1rem;
}	

.box p{
font-size: 0.875rem;
line-height: 1.5;
}	


	}

