
*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
html, body {
	font-family: "Segoe UI", "Tahoma", "Verdama", "sans-serif";
	line-height: 1.7em;
}
a {
	color: #333;
	text-decoration: none;
}
h1,h2,h3 {
	padding-bottom: 20px
}
.container{
	margin:auto;
	max-width: 1100px;
	padding: 0 20px;
	overflow: auto;
}
.text-primary {
	color: #f8c08a;
}
.btn{
	display: inline-block;
	font-size: 18px;
	background: #333;
	color: #fff;
	padding: 13px 20px;
	border: none;
	cursor: pointer;
}
.btn-light{
	background: #f4f4f4;
	color: #333;
}
.btn:hover{
	background: #f7c08a;
	color: #333;
}
.bg-primary {
	background: #f7c08a;
	color: #333;
	width: 600px;
	height:600px;
}
.bg-dark {
	background:#333;
	color: #fff;
}
.py-30{
	padding: 30px 0;
}

#navbar {
	background: #000000;
	color: #fff;
	overflow: auto;
}
#navbar a{
	color: #fff;
}

#navbar ul{
	float: right;
	list-style: none;
}
#navbar ul li{
	float: left;
}
#navbar ul li a{
	display: block;
	padding: 20px;
	text-align: center;
}
#navbar ul li a:hover,
#navbar ul li a.current {
	background: #444;
	color: #f7c084;
}
#navbar h1{
	padding-top: 20px;
	float: left;
}
#showcase {
	background: url('https://images.pexels.com/photos/235986/pexels-photo-235986.jpeg?cs=srgb&dl=pexels-pixabay-235986.jpg&fm=jpg') no-repeat center center/cover;
	height: 600px;
}
#showcase .showcase-content{
	color: #fff;
	text-align: center;
	padding: 170px;
}
#showcase .showcase-content h1{
	color: #fff;
	font-size: 60px;
	line-height: 1.7em;
}
#showcase .showcase-content p{
	color: yellow;
	padding-bottom: 20px;
	line-height: 1.7em;
}
#showcase .showcase-content a{
	color: green;
	padding-bottom: 20px;
	line-height: 1.7em;
}

#info {
  height: 400px;
  display: flex;
  align-items: center;
}

#info .info-img {
  float: left;
  width: 20%;
  background: url(https://static.independent.co.uk/s3fs-public/thumbnails/image/2014/05/20/18/pg-35-napoleon-1-dea-getty.jpg) no-repeat;
  height: 100%;
  background-size: cover;
}

#info .features {
  float: left;
  width: 20%;
  text-align: center;
  padding-bottom: 100px;
}
#info .features i{
	margin-bottom: 16px;
}
#info .features h3 { 
	color: #f7c084;
	font-size: 48px;
}
#info .info-content {
  width: 100%;
  text-align: center;
  margin-left: 100px;
  padding: 50px 30px;
  overflow: hidden;
  width: 200px;
}

#info .info-content h2 {
  margin: 0;
}
#info .info-content p {
  margin-bottom: 30px;
}
footer {
	text-align: center;
	padding: 20px;
	background: #444;
	color: #fff;
}
.clear {
	clear: both;
}

#about-info .info-left {
	float: left;
	width: 50%;
	min-height: 100%;
}
#about-info .info-right {
	float: right;
	width:50%;
	min-height: 100%;
}
/*
#about-info .info-right img{
	display:block;
	margin:auto;
	width: 100%;
	border-radius: 100%;
}*/

/* arvamused */
#testimonials {
	height: 700px;
	background: url("https://i.insider.com/5bede71f48eb124c3f525d42?width=1200&format=jpeg")
	no-repeat center center/cover;
}
#testimonials h2 {
	color: #fff;
	text-align: center;
	font-size: 32px;
}
#testimonials .testimonial {
	padding: 20px;
	margin-bottom: 40px;
	border-radius: 5px;
	opacity: 0.9;

}
#testimonials p{
	font-size: 32px;
}
/* contact*/
#contact-form .form-group {
	margin-bottom: 20px;
}
#contact-form .form-group label {
	display: block;
	margin-bottom: 5px;
}
#contact-form .form-group input,
#contact-form .form-group textarea{
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
}
#contact-form .form-group textarea{
	height: 200px;
}
#contact-form .form-group input:focus,
#contact-form .form-group textarea: focus{
	outline: none;
	border-color: #f7c08a;
}
#contact-info .box {
	float: left;
	width: 33.3%;
	padding: 50px;
	text-align: center;
}
#contact-info .box i{
	margin-bottom: 10px;
}