/*!
 * Start Bootstrap - Stylish Portfolio (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

/* Global Styles */


html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 80px;
  font-family: "Century Gothic",sans-serif;
	background: url(../img/bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	font-size:16px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 80px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

.container {
  width: auto;
  max-width: 680px;
  padding: 0 15px;
  text-align:center;
}
.container .text-muted {
  margin: 20px 0;
}



a{
	text-decoration: none;
	color:#c0913f;
	cursor:pointer;
}
  
a:hover, a:focus
  {
	text-decoration: none;  
    color:white;
    cursor:pointer;
   }
   
   
   
   
.lang a{
	text-decoration: none;
	color:#c0913f;
	cursor:pointer;
	padding:5px;
	margin:2px;
}
  
.lang a:hover, .lang a:focus
  {
	text-decoration: none;  
    cursor:pointer;
	color: #fff;
    background-color: #c0913f;
   }
   
   
   
/*Logo Styles */

.logo{
	margin: 0% auto;
}

.cover-container {
	padding-top:5%;
	min-width:270px;
   }

.lone{
	margin:0px 0px 70px 0px;
}

.lone2{
	margin:0px 0px 40px 0px;
}


/* Custom Button Styles */

.btn-mourtides {
	width:120px;
	margin: 0 auto;
	padding: 10px;
    color: #000;
    border: 1px solid #000;
	display:block;
	text-align:center;
}

.btn-mourtides:hover,
.btn-mourtides:focus,
.btn-mourtides:active {
    color: #fff;
    background-color: #c0913f;
	border: 1px solid #c0913f;
}

.btn-text {
	text-align:center;
	margin-bottom:30px;
}

/* Custom Border Styles */

.white-border{
	padding: 10px 0;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
}

/* Custom Font Styles */

.brown-letters{
	color: #c0913f;
	font-size: 18px;
}

.no-margin{
	margin:0;
}