@import url('https://fonts.googleapis.com/css?family=Roboto:400,500,700');


html, body {
	
	font-family:font-family: 'Roboto', sans-serif;
	color:#222;
	width:100%;
height:100%;
margin-top: -30px;
	}

.row {
	margin-top: 0px;
}



.btn-primary{
	background-color:#f2a3d7 !important;
	border:1px solid #f2a3d7 !important;
	width: 360px;
	font-weight: bolder !important;
    text-transform: uppercase;
	}

.btn-primary:hover{
	background-color:#f547ba!important;}	


	

.imgtxt{color: white;
background: rgba(41, 59, 74, 1.0); 
position: static;
top: 112px;
right: 0px;
padding-left: 140px;
padding-right:140px;
/* max-width: 800px; */
padding-bottom: 15px;
margin-right: auto;
  font-size: 25px;
text-shadow: 1px 1px black;
	line-height: 1.4; 
	margin-left: auto;
}







footer {
background-color:#293b4a;
width:80%;
    margin-left: auto;
    margin-right: auto;
}


/*---Media Queries --*/
@media (max-width: 992px) {
	footer {
background-color:#293b4a;
width:100%;
    margin-left: auto;
    margin-right: auto;
}



	.imgtxt{color: white;
min-width: 100%;
width:100%;
position:static;

}
	
  }
@media (max-width: 768px) {
	

	
	.imgtxt{color: white;

min-width: 100%;
width:100%;
position:static;
padding-left: 20px;
padding-right:20px;
}
  
}
@media (max-width: 576px) {
  
}


/*---Firefox Bug Fix --*/
.carousel-item {
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}
/*--- Fixed Background Image --*/
figure {
  position: relative;
  /*--width: 100%;--*/
  height: 900px;
  margin: 0!important;
}
.fixed-wrap {
  clip: rect(0, auto, auto, 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#fixed {
  background-image: url('bg2.jpg');
  position: fixed;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  will-change: transform;
}
/*--- Bootstrap Padding Fix --*/
[class*="col-"] {
    padding: 1rem;
}




/*
Extra small (xs) devices (portrait phones, less than 576px)
No media query since this is the default in Bootstrap

Small (sm) devices (landscape phones, 576px and up)
@media (min-width: 576px) { ... }

Medium (md) devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

Large (lg) devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

Extra (xl) large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }
*/








