/* Simple Website */

html, body, .cover {
	height: 100% ;
}

.cover {
	background: url('img/abstractCircle.jpg') top left no-repeat;
	background-size: cover;
	display: table;
	width: 100%;
	box-shadow: inset 0 0 100px #000333;
	
}

.cover-text {
	text-align: center;
	color:white;
	display: table-cell;
	vertical-align: middle;
}

.cover-text h1 {
	font-size: 60px;
	color:burlywood;
	margin: 5;
	letter-spacing: -4px;
}

.nav navbar {
	background-color: rgba(0, 0, 0, 0.5);
	border: none;
}

.testimonial {
	background: #000333 ;
}
.contact{
    background: antiquewhite ;
    padding: 100px;
}

blockquote {
	border: none;
	font-family: Georgia , Times, monospace;
	font-style: italic;
	font-size: 32px;
	color: aliceblue ;
	
}

blockquote cite {
	display:block;
	font-family: Helvitica, sans-serif, Arial;
	font-style: normal;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: bold;
	text-align: right;
	color:antiquewhite; 
}

section {
	padding: 100px;
}


h2{
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 0 0 60px;
}

h2 + p{
	text-align: center;
	margin-top: -50px;
}


#team {
	background: url('img/abstractCircle.jpg') top left no-repeat;
	background-size: cover;
	color: white;
	text-align: center;
	margin: auto;
	
}


footer{
	background: #000;
	color:beige;
	text-align: center;
	padding: 20px;
	font-family: Times, sans-serif, serif;
}

footer a {
	color:blue;
}

/*------- Media Queries -------*/

@media only screen and (max-width : 568px)
{
	.cover h1 {
		fontsize: 40px; 
	}
	section {
		padding: 20px;
	
}









