/*Positioning*/

/*These apply to every page*/
/*.nav {
	position: fixed;
	top: 0;
}

/*These apply to about page*/
/*.experiments #icon {
	position: fixed;
	top: 20%;
	right: 1%;
}

.container2 {
	position: absolute;	
	z-index: -1;
}

.speech-bubble {
	position: absolute;
	left: 50%;
	top: 0;	
}

/*Box Model*/
/*These apply to all elements*/
/* 
*{
	box-sizing: border-box;
}

body {
	padding-top: 94px;
}

.container {
	width: 80%;
	margin: 0 auto;
}

.header {
	display: block;	
	margin-bottom: 60px;
}

.header h1 {
	margin-bottom: 0;
}

.header p {
	margin-top: 5px;
}

.column {
	display: inline;
	float: left;
	width: 30%;
}

.nav {
	width: 100%;
}

.nav ul {
	float: right;
}

.nav #list1{
	margin-left: 10px;
	padding: 0;
	float: left;
}

.nav ul li {
	display: inline-block;
	padding: 20px 10px 20px;
	margin: 0px 5px;
}

/*These apply on about page*/

/*
.intro,
.skills {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px	;
}

.main-text {
	clear: both;
	padding-top: 60px;
}

.intro p {
	-webkit-margin-before: 0;
}

.image img {
	width: 18%;
}

.experiments {
	display: block;
}

.experiments #icon {
	width: 95px;
}

#skill-list {
	width: auto;
	margin: 0 auto;
}

.icon {
	width: 20px;
}


/*These apply on contact page*/
/*
.contact img{
	width: 20px;
}

.dog-image {
	width: 100%;
}

#valpuri {
	width: 100%;
}

.speech-bubble {
	padding:  50px;
}

.speech-bubble h1{
		padding: 20px;
}

.speech-bubble {
	width: 50%;
	height: 90%;
}

.map-image{
	width: 100%;
	margin: 10px;
}

#map {
	display: block;
	margin: auto;

}


/*Typography*/


/*.nav a {
	letter-spacing: 0.05em;
	color:  white;
	font-family: verdana,'Quicksand', Futura, Helvetica, Arial, sans-serif;
	text-transform: uppercase;
}

.nav ul li {
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.nav ul li a {
	letter-spacing: 0.05em;
	font-size: 1.2em;
	color:  white;
	font-family: verdana,'Quicksand', Futura, Helvetica, Arial, sans-serif;
}

.nav a {
	text-decoration: none;
}

.nav a:hover {
  color: #00b386;
  text-decoration: none;
}
*/


/*These apply on about page*/
/*.intro p {
	font-family: verdana,'Quicksand', Futura, Helvetica, Arial, sans-serif;
	font-size: 3em;		
}*/

/*.skills h3 {
	text-align: center;
	text-transform: uppercase;
}*/


/*These apply on contact page*/


/*
.speech-bubble h1 {
	font-family: verdana,'Permanent Marker', cursive;
	color: black;
	font-size: 2em;
	font-weight: 900;
}

.speech-bubble p,
.speech-bubble ul {
	color: black;
	font-size: 1em;
}


.address {
	text-align: center;
}
*/



/*
.nav {
	background-color: black;
	opacity: 0.8;
}

.nav a {
		transition: color 1000ms;
		-webkit-transition: color 1000ms;
}



/*.nav #list1{
	border-color: white;
	border-style: solid;
}
*/

/*.image img {
	width: 18%;
}*/

/*These apply on contact page*/

/*.speech-bubble{
	background-color: #4b787c;
}

.speech-bubble {
	border-radius: 10%;
}

.speech-bubble ul {
	list-style: none;
}*/

/*These apply to all pages*/
h1,
h2,
h3 {
	font-family: verdana,Futura, Helvetica, Arial, sans-serif;
}

p,
li {
	font-family: verdana,'EB Garamond', Georgia, 'Times New Roman', Garamond, serif;
	font-size: 1.2em;
}

.header p {
	text-align: center;
}

.header h1 {
	text-align: center;
	font-family: verdana,'Pacifico', cursive;
}

/*.colum {
	display: inline-flexbox;
	float: left;
	width: 50%;
}*/

/*Visual*/
/*These apply to all pages*/
body {
	background-color: #ebddd0;
	color: #34495e;
}

/*These apply on about page*/
.skills {
	background-color: #c969b1;
	color: #fff;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 25px;
}

.image img {
	border-top-right-radius: 20%;
	border-bottom-left-radius: 20%;
	border-top-left-radius: 2%;
	border-bottom-right-radius: 2%;
	width: 18%;
}