/*
	Sebastian Porteiro personal website 
	Copyright (C) 2009-2020  Sebastian Porteiro
	
	This program is free software: you can redistribute it and/or modify
	it under the terms of the GNU General Public License as published by
	the Free Software Foundation, either version 3 of the License, or
	(at your option) any later version.

	This program is distributed in the hope that it will be useful,
	but WITHOUT ANY WARRANTY; without even the implied warranty of
	MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
	GNU General Public License for more details.

	You should have received a copy of the GNU General Public License
	along with this program.  If not, see <http://www.gnu.org/licenses/>.
*/
html {
	height:100%;
	margin:0;
	margin-right:0;
	margin-left:0;
	margin-top:0;
	margin-bottom:0;
}
body {
	background-color: #000019;
	color:white;
	text-align: center;
	margin-top: 0;
	margin-bottom:0;
	color:#fff;
	font-size:1em;
	font-family:arial,sans;
	height:100%;
	margin:0;
} 
#main_container	{
	background-color: #000019;
	color: white;
	min-height: 90vh;
}

#header {
    padding: 1%;
    background-color: #002933;
    text-align: left;
    color: #4848ff;
    font-size: 2em
	position: relative;
}

#footer{
	padding: 1em;
    background-color: #171738;
	color: white;
	text-align: center;
	margin-top: auto;
}
.cookies	{	
    position: fixed;
    bottom: 0;
    background-color: #000000d4;
    width: 100%;
    padding: 2%;
}

.cookies span {	
	color: blue;
	cursor: pointer;
}

#contact	{
	display: block;
    margin: 0 auto;
}
button {
	padding:1em;
	margin:1em;
	background-color: #004c5f;
	color: white;
	border: 0px solid white;
}
.submit {
    padding: 1em;
    margin: 1em;
    background-color: #095a10;
    color: white;
    border: 3px solid #022102;
    cursor: pointer;
    font-size: 1.2em;
}
.recaptcha div {
    margin: 0 auto;
}

#server_response {
    /*color: red;*/
    font-size: 2em;
    padding: 1%;
}


/*small*/
@media (max-width : 520px) {
	#menu_bar {
		height: 70px;
   		background-color: #004c5f;
  		-webkit-transition: height 0.2s;
  		transition: height 0.2s;
	}
	#menu_bar p{
		padding: 1em;
		font-weight: bold;
		cursor: pointer;
		visibility: hidden;
		display: none;
		-webkit-transition: visibility 2s, opacity 2s ;
		transition: visibility 2s, opacity 2s linear;
	}
	.button_small_menu	{
		background-image: url("../img/selector.png");
		background-repeat: no-repeat;
    	float: right;
		text-decoration: none;
		border:0px solid black;
		width: 32px;
		height: 32px;
	}

	input	{
		padding:1em;
		margin:1em;
		width:70%;
	}
	textarea	{
		padding: 1em;
		margin: 1em;
		min-height:15%;
		min-width: 25%;
		width:70%;
	}
	#content p	{
		background-color: #01013a;
		padding: 15px;
		width: 90%;
		text-align: left;
		margin: 0 auto;
		margin-top: 20px;
		position: relative;
		min-height: 80px;
	}
	#content p	img{
		width: 64px;
		height: 64px;
		float: right;
	}
	#content p	a:link, #content p	a:visited, #content p	a:hover, #content p	a:active{
		text-decoration: none;
		position: absolute;
		bottom: 0;
		left: 0;
		padding: 16px;
		color: #93a8f7;
		font-size: 0.8em;
	}
	#header p {
		text-decoration: none;
		color: white;
		color: #fff;
		font-size: 0.8em;
		float: right;
		cursor: pointer;
		margin-top: 40px;
	}
	.location_small	{
		visibility: visible !important;
		display: block !important;		
		float: left;
		font-size: 0.8em;
	}
}

/*big*/
@media (min-width:521px)	{
	#menu_bar {
   	 	padding: 1em;
   		background-color: #004c5f;
	}
	#menu_bar p{
		padding: 1em;
		display: inline;
		cursor: pointer;
		font-size: 1.2em;
	}
	.button_small_menu	{
		visibility: hidden;
		display: none;
	}
	input	{
		padding:1em;
		margin:1em;
		width:30%;
	}
	textarea	{
		padding: 1em;
		margin: 1em;
		min-height:25%;
		min-width: 25%;
		width:30%;
	}
	#content p	{
		background-color: #010127;
		padding: 1%;
		width: 70%;
		text-align: left;
		margin: 0 auto;
		margin-top: 1%;
		min-height:80px;
		position:relative;
	}
	#content p	img{
		width: 124px;
		height: 70px;
		float: left;
		margin-right: 2%;
		clear: both;
	}
	#content p	a:link, #content p	a:visited, #content p	a:hover, #content p	a:active{
		text-decoration: none;
		position:absolute;
		bottom:0;
		right:0;
		padding: 16px;
		color: #93a8f7;
		font-size: 0.8em;
	}
	#header p {
		text-decoration: none;
		color: white;
		right: 0;
		margin-top: 50px;
		color: #fff;
		font-size: 0.8em;
		float: right;
		cursor: pointer;
	}
	.location_small	{
		visibility: hidden !important;
		display: none !important;		
	}

}

.visible	{
	visibility: visible !important;;
	display: block !important;;
}
.invisible 	{
	visibility: hidden !important;;
	display: none !important;;
}
.clear	{
	clear: both;
}

#scrollButton	{
	background-image: url("../img/arrow_up.png");
	background-repeat: no-repeat;
    display: none;
    position: fixed;
    right: 0px;
    bottom: 0px;
	width: 64px;
	height: 64px;
	background-color: transparent;
	padding:5px;
}

