/*!
 * Start Bootstrap - The Big Picture (http://startbootstrap.com/)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */

body {
	background: none;
}

.full {
  background:  no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
} 

#Tur {
	background-color: #fcbd00;
	border: 1px solid #FFFFFF;
}
#Tur:hover {
	transition: background-color 0.5s ease;
	background-color: #95b72c;
}

#Trans {
	background-color: #1ac6e2;
	border: 1px solid #FFFFFF;
}
#Trans:hover {
	transition: background-color 0.5s ease;
	background-color: #e5370e;
}

#imgTur {
	width: 230px;
	margin-top: 45vh;
	opacity: 0.8;
}
#imgTur:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
	opacity: 1;
	
}

#imgTrans {
	width: 230px;
	margin-top: 45vh;
	opacity: 0.8;	
}
#imgTrans:hover {
	-webkit-transform: scale(1.3);
    -ms-transform: scale(1.3);
    transform: scale(1.3);
	opacity: 1;	
}

#logo {
	position: relative;
	-webkit-animation: spin 8s linear infinite;
	-moz-animation: spin 8s linear infinite;
	animation: spin 8s linear infinite;
	border-radius: 50%;
	width: 200px;
}
#logo:hover {
	-webkit-animation: spin 16s linear infinite;
	-moz-animation: spin 16s linear infinite;
	animation: spin 16s linear infinite;
	background-color: #FFFFFF;
	width: 205px;
	
}

@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

#divLogo {
	position: absolute;
	z-index: 1;
}
