﻿/*

 GDMG Arabia Landing Page CSS

*/

body {
	background: url('../arabialp/ImagesForLp/santorini_bg.jpg') no-repeat center center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
	font-size:x-small;

}

h2{
	font-size: large;
	color: white;
}

.header {
	text-align: center;
	margin: 3rem;
}

.container {
	
	color:white;
}

.infos {
	font-size:medium;
}

.starmessage {
	color: whitesmoke;
}

.back-space {
	padding: 3rem;
	background: rgba(226, 226, 226, 0.11);
	border: 1px solid;
	border-color: #ffffff40;
	border-radius: 10px;
}

.footermessage {

	font-size: 1.2em;
	text-align: center;
	margin-top: 3rem;
	line-height: 70%;
}

a {
	color: lightblue;
}

a:hover {
	color: aliceblue;
}

#form-title {
	font-size: x-large;
	color: white;
	text-align: center;
}

#logo {

	width: 300px;
	height: auto;

}

#buttons1 {
	
	background-color: cornflowerblue;
	border: none;
	color: white;
	padding: 8px 8px;
	margin: 3px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
}