/*
Katelyn Lindsey
4/12/17
Portfolio
*/


/*********** IMPORT FONTS ************/
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,300;0,400;0,500;0,700;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Special+Elite&display=swap');


/** * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/) * http://cssreset.com */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td,article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {	
	margin: 0;	
	padding: 0;	
	border: 0;	
	font-size: 100%;	
	vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {	
	display: block;
}

body {	
	line-height: 1.5;
}

ol, ul {	
	list-style: none;
}

blockquote, q {	
	quotes: none;
}

blockquote:before, blockquote:after,q:before, q:after {	
	content: '';	
	content: none;
}

table {	
	border-collapse: collapse;	border-spacing: 0;
}	

/* end reset */



/***************************** DEFAULT / MOBILE ******************************/


/************ GENERAL CSS  ************/
html {
	scroll-behavior: smooth;
}

body {
	background-image: url(images/starryBKnewgray.png); /*was images/backgroundGrey.png*/
	background-color: #b8b8b8;
	background-size: cover;
	background-attachment: fixed;
	margin-top: 20px; /* For name */
	margin-bottom: 10px;
}

#wrapper {
	width: 90%;
	margin: 0 auto;
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
}

nav {
	text-align: center;
	padding: 5px;
	font-size: 1.2em;
	font-weight: 500;
	margin: auto;
}

nav li div {
	display: block;
	margin-bottom: 5px;
	background-color: rgba(190, 190, 190, 0.7);
	/*background-color: #b8b8b8;*/
	padding: 10px 30px 10px 30px;
	/*margin-right: 15%;*/
}

#homeLink, #programmingLink, #storytellingLink, #soundLink {
	margin-right: 5px;
	margin-left: 5px;
}

.currentPage {
	background-color: rgba(140, 140, 140, 1);
	color: #f0f0f0;
}

nav li div a {
	display: block;
	text-align: center;
	text-decoration: none;
}

h1 {
	font-size: 2.5em;
	font-weight: bold;
	text-align: center;
}

h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	border-bottom: 2px solid #e0e0e0;
	text-align: left;
	font-size: 1.6em;
	margin: 5% 0 5% 0;
}

h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	text-align: left;
	font-size: 1.4em;
	border-bottom: 1px solid #e0e0e0;
	margin-left: 5%;
	margin-bottom: 20px;
	margin-top: 30px;
}

.clear {
	clear: both;
}

footer {
	width: auto;
	text-align: center;
	font-size: .8em;
	font-weight: 400;
	padding: 10px;
	margin-top: 20px;
}

/*************  NAME AND TAGLINE  ***************/
#entireHeader {
	line-height: 150%;
	padding-top: 20px;
}

#name {
	/*font-family: 'Dancing Script', cursive;
	font-weight: bold;*/
	font-family: 'Special Elite', sans-serif;
	font-size: 1.5em;
}

#tagline {
	font-weight: 400;
	font-style: italic;
	font-size: .6em;
	margin-left: 5px;
}

/**************** IMAGES *****************/
img {
	width: 100%;
	max-width: 100%;
}

.projImages {
	/*margin-left: 5%;*/
}

.noDisplay {
	display: none;
}

#stationSmall {
	width: 50%;
}

#iconSmall {
	width: 20%;
}

#logoSmaller {
	width: 40%;
}

#socialMedia img {
	width: 10%;
	padding: 20px;
	min-width: 50px;
}

.musicFrames {
	height: 200px;
	width: 100%;
}

/*************** VIDEO ***************/
.videoBoxes {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.videoBoxes:hover {
	cursor: pointer;
}

.videoBoxes iframe {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

/*************** TEXT ****************/
.italics {
	font-style: italic;
}

.bold {
	font-weight: bold;
}

.sbold {
	font-weight: 500;
}

.projDescriptions {
	font-size: 1.2em;
	/*margin-left: 5%;*/
	line-height: 150%;
	padding: 20px 0 20px 0;
}

#aboutMeText {
	font-size: 1.3em;
	line-height: 150%;
	padding: 0 0 10px 0;
}

#contactStuff {
	font-size: 1.3em;
	line-height: 150%;
	padding: 0 0 10px 0;
	text-align: left;
}

#emaildesrip {
	font-size: 0.9em;
	text-align: center;
}

#socialMedia {
	text-align: center;
	margin: 5px;
}

#storeExplain {
	font-size: 1.3em;
	line-height: 150%;
	padding: 0 0 10px 0;
}

/************** AUDIO *****************/
audio {
	margin-left: 5%;
	margin-top: 10px;
}

/*************** LINKS ***************/
a:link {
	color: black;
	text-decoration: none;
}

a:visited {
	color: black;
	text-decoration: none;
}

a:hover {
	/*color: #f0f0f0;*/
	/*font-weight: 500;*/
	color: rgba(0, 0, 0, 0.6);
	cursor: pointer;
}

a:active {
	color: black;
	text-decoration: none;
}

/************* SKILLS **************/
.skillMenu {
    background-color: rgba(190, 190, 190, 0.7);
    color: #000000;
    cursor: pointer;
    padding: 10px 14px;
    width: 100%;
    border: none;
    text-align: left;
    font-size: 1.3em;
    font-weight: 400;
    outline: none;
    transition: 0.4s;
    margin-bottom: 10px;
}

.active, .skillMenu:hover {
    background-color: rgba(140, 140, 140, 1);
}

.skillMenu:after {
    content: '\002B'; /* plus sign */
    color: #000000;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.active:after {
    content: "\2212"; /* minus sign */
}

.skills {
    padding: 0 18px;
    /*background-color: white;*/
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.skills ul {
	font-size: 1.2em;
	margin-bottom: 14px;
	line-height: 170%;
}


/******************************* TABLET STYLES **********************************/

@media only screen and (min-width: 500px) and (max-width: 931px) {


	#wrapper {
		width: 80%;
		margin: 0 auto;
	}

	h1 {
		text-align: center;
	}
}


/******************************* DESKTOP STYLES ********************************/

@media only screen and (min-width: 932px) {

	#wrapper {
		width: 80%;
		max-width: 800px;
		margin: 0 auto;
	}

	h1 {
		text-align: left;
	}

	nav li {
		display: inline-block;
		width: auto;
		margin-top: 5%;
	}
	
}




