@font-face {
  font-family: Roboto;
  src: url(../fonts/roboto/Roboto-Regular.ttf);
}
html {
	height: auto; /* <------------ */
	margin: 0;
	padding: 0;
	font-family: Roboto;
}
body {
	/*background-color: black; */
	height: auto; 
	margin: 0;
	padding: 0;
	background-color: transparent;
        display: flex;
        flex-direction: column;
}

h3 {
	color: black;
}

a {
	text-decoration: none;
	color: Black;
	font-style: bold;
}

.column{
    width:100%;
	background-repeat:no-repeat;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-attachment: fixed;
	background-position: 50% 50%;
}
#indexBG {
	background-image: url('../media/img/Index_Web.jpeg');
}
@media screen and (max-width: 1000px) {
	#indexBG {background-image: url('../media/img/DSC_9525_Web.jpg');}
}

#HomeCenteredText{
	min-width:30%;
	margin: 0% 10% 0%;
	padding:3%;
	background-color: rgba(255, 255, 255, 0.7);
	backdrop-filter: blur(10px);
	border-radius: 0.5vw;
}

#HomeBlankContent {
	width: 40%;
	height: 5vh;
}

#BlankContent {
	width: 40%;
	height: 5vh;
}

#FirstContent h1 {
	color: White;
	font-style: italic;
	text-align: center;
}
#PageTitle{
	width: 60%;
	height: 40%;
	margin: 20% 10% 40% 40%;
	text-align: center;
	color: white;
	text-decoration: italic;
	font-size: 10vw;
	text-decoration: italic;
}

#ThirdContent {
	background-image: url("../media/img/Sofia.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 50vw;
}


footer {
	clear: both;
	position: relative;
	text-align: center;
	width: 100%;
	background-color: black;
	color: white;
	font-size: 1.5vw;
	height: 5vw;
	padding: 1vw 0vw 1vw 0vw;
	bottom: 0px;
	
}
#logos {
	float:right;
}
#InstaLogo {
	width: 3%;
	margin:	1%;
}
#FbLogo {
	width: 3%;
	margin:	1%;
	border-radius: 5%;
}
 
