/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 21-Feb-2017, 08:42:09
    Author     : yohai
*/
html {
	height: 100%;
}
header {
    color: rgba(230,230,230,1);
    font-family: 'Lato', sans-serif;
}
body {
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    height: 100%;
    margin: 0px;
}
#main-background-image {
}
#landing-area {
	background-image: url("images/chess.jpg");
	height: 100%; width: 100%;
	background-size: cover;
	margin: 0px;
}
.profile_picture {
    height: 200px;
    border-radius: 50%;
    border: 4px solid white;
    margin: 50px 0 0 0;
}
#title-name {
	position: absolute;
	top: 37%;
	right: 66%;
	/* transform: translate(-50%,-50%); */
	font-size: 28px;
	color: darkgreen;
	/* Use the `dancing script` font from Google. */
}
#main-quote {
}
#self-description {
    font-size: 22px;
}
.position {
    font-size: 22px;
}
.affiliation {
    font-size: 18px;
}

#main-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	position: absolute;
	top: 2%;
	right:2%;
	width: 40%;
}

#main-menu li {
	display: block;
}

.menu {
    color: rgba(230,230,230,1);
    text-decoration: none;
}
.menu:hover {
    font-weight: bold;
}
.menu:active {
    text-shadow: -1px 0px 0px white;
}
.decorated_link {
    color: rgba(230,230,230,1);
}
#second-welcome {
	color: black;
}
#second-welcome img {
	margin-bottom: 20px;
}
#second-welcome h1 {
	margin-top: 0px;
	padding-top: 5px;
}
#second-welcome p {
	width: 700px;
	margin:auto;
}
#third-welcome {
	background-color: grey;
}
#third-welcome h1 {
	margin-top: 0px;
	padding-top: 5px;
}
#third-welcome p {
	width: 700px;
	margin: auto;
}
footer {
	min-height: 70px;
	background-color: black;
}

/*New stuff*/

.header-new {
    background: darkcyan;
    color: white;
    padding: 5px;
}

/*{{{ Research page */

@media only screen and (min-width: 768px){
	.column-container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}

.main-featured {
	background-color: pink;
    padding: 10px;
    border: solid 3px;
    margin: 10px;
}

.main-featured h1 {
    color: black;
    font-family: Impact, fantasy;
}

.main-featured h2 {
    color: black;
    font-family: "comic sans ms", cursive;
}

#featured-conference {
    clear: both;
    width: 90%;
    margin: auto;
    margin-bottom: 10px;
    border: solid 3px;
    position: relative;
    top: 10px;
    background-color: yellow;
    padding: 10px;
}

/*}}}*/

/*{{{ Teaching page*/

#teaching {
    background-color: rgba(200,200,250,1);
}

@media only screen and (min-width: 768px){
	#main-semesters{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		justify-content: center;
	}
}

#main-semesters div{
    border: solid;
    padding: 5px;
    margin: 5px;
}

#current-semester {
    background-color: lightgreen;
}

#next-semester {
    background-color: lightblue;
}

#previous-semesters div{
    border: solid;
    padding: 5px;
    margin: 5px;
    background-color: tan;
}
/*}}}*/

/*About page*/

#about {
    background-color: darkcyan;
    text-align: center;
/*    font-family: cursive;*/
}

#about-description {
    margin: auto;
    margin-top: 10%;
    width: 50%;
    color: rgb(230,230,230);
}

#about h1 {
    font-family: "comic sans ms", cursive;
}


/*Contact me page*/

#contact {
    background-color: rgb(244, 169, 65);
}

#contact-block {
/*    margin: auto;*/
    margin-top: 15%;
    color: brown;
    text-align: center;
}
