header .carousel {
	height: 100vh;
}
header .carousel-item {
	background: grey center/cover no-repeat fixed;
}
header .indicator-item {
	width: 15px !important;
	height: 15px !important;
}
header .carousel-fixed-item {
	bottom: 50vh !important;
	transform: translate(0,50%);
}
header .navbar-fixed {
	position: fixed !important;
}
header .input-field { margin: 0 30px; }
#search { padding: 7px 0 0 30px; }
.sidenav .my-icons a,
.sidenav .my-icons li  {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.sidenav .my-icons i {
	margin:  0 0 0 15px;
}
.my-upper {
	text-transform: uppercase;
}
.my-trn-btn {
	border: 1px solid #fff;
	border-radius: 20px;
	padding: 0 75px;
}
.my-icons i {
	font-size: 1em;
}
#works{
	height: 80vh;
}
.myCard{
	height: 214px;
	width: 540px;
	padding: 10px 0 0 30px;
	box-shadow: 0 0 90px #f0f0f2;
}
.myCardFirstMarginTop{
	margin: 80px 0 0 0;
}
.myCardNextMargin{
	margin: 40px 0 0 0;
}
.myCard h3{
	font-size: 1em;
	color: #2d3f51;
	text-transform: uppercase;
	line-height: 1.786;
	font-weight: 500;
}
.myCard p{
	width: 229px;
	color: #828992;
}
#imgInCard{
	height: 214px;
	width: 254px;
	background: blue;
	float: right;
	margin-top: -142px;
	background-image: url('img/1.jpg');
}
#imgInCard2{
	height: 214px;
	width: 254px;
	background: blue;
	float: right;
	margin-top: -142px;
	background-image: url('img/2.jpg');
}
#imgInCard3{
	height: 214px;
	width: 254px;
	background: blue;
	float: right;
	margin-top: -142px;
	background-image: url('img/3.jpg');
}
.myCard a{
  font-size: 1em;
  color: #2d3f51;
  text-transform: uppercase;
  line-height: 1.786;
  font-weight: 500;
}		
#worksRightSide{
	margin-left: 700px;
	margin-top: -600px;
	float: left;
	height: 520px;
	width: 630px;
}	
#worksRightSide h2{
  font-size: 1.4em;
  color: #2d3f51;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
  width: 440px;
  height: 77px;
}	
#worksRightSide h2 span{
	font-weight: bold;
}
#worksRightSide p{
  font-size: 1.1em;
  color: #828992;
  line-height: 1.786;
  text-align: left;
  width: 597px;
  height: 63px;
}
#secondP{
	margin-top: 60px;
}
#worksRightSide a{
	height: 60px;
	width: 250px;
	margin-top: 60px;
	padding-top: 5px;
	border-radius: 20px;
	background: #c8342d;
}
#simples{
	min-height: 100vh;
	background: #f5f5f5;
	text-align: center;
	padding: 20px;
	margin: 100px 0 0 0;
}
#simples p{
  font-size: 0.9em;
  color: rgba(45, 63, 81, 0.702);
  line-height: 2.143;
  width: 745px;
  height: 43px;
  margin: auto;
  margin-top: 20px;
}
#simples ul{
	display: flex;
	text-transform: uppercase;
	justify-content: center;
	margin-top: 60px;
}
#simples ul li{
	margin-right: 50px;
}
#simples ul li:hover{
	border: 2px solid #c8342d;
	padding: 10px 15px;
	border-radius: 4px;
}
#simples ul li a{
	color: #2d3f51;
	font-weight: 500;
}
#simplesGal{
	margin: 50px 0 0 90px;
}
#simple1:hover, #simple2:hover, #simple3:hover, #simple4:hover{
	opacity: 1;
}
#simple1{
	width: 731px;
	height: 334px;
	background: url('img/simple1.jpg');
	margin: 30px 30px 30px 0;
	opacity: 0.7;
}
#simple2{
	width: 350px;
	height: 334px;
	background: url('img/simple2.jpg');
	opacity: 0.7;
}
#simple3{
	width: 350px;
	height: 334px;
	background: url('img/simple3.jpg');
	margin-left: 380px;
	margin-top: -333px;
	opacity: 0.7;
}
#simple4{
	width: 350px;
	height: 698px;
	background: url('img/simple4.jpg');
	margin-left: 762px;
	margin-top: -699px; 
	opacity: 0.7;
}
#simples #simpleBtn{
  	height: 60px;
	width: 250px;
	margin-top: 60px;
	padding-top: 5px;
	border-radius: 20px;
	background: #c8342d;
	margin-bottom: 40px;
}	
#examples{
	height: 55vh;
	background: #2d3f51;
	padding: 40px 0 0 0;
}
#examples h2{
	color: #fff;
	text-align: center;
}
#examples p{
	color: #d0d2d5;
	margin: auto;
	width: 830px;
	margin-top: 50px;
}
#octagons{
	display: flex;
	margin: 90px 0 0 0;
	margin: 80px 0 0 365px;
	justify-content: space-around;
	width: 1250px;
}
.octagonWrap {
    width:100px;
    height:100px;
    float: left;
    position: relative;
    overflow: hidden;
}
.octagon {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    background: transparent;
    border: 3px solid #fff;
}
.octagon:hover{
    border: 3px solid red;
    cursor: pointer;
}
.octagon:before {
    position: absolute;
    /* There needs to be a negative value here to cancel
     * out the width of the border. It's currently -3px,
     * but if the border were 5px, then it'd be -5px.
     */
    top: -3px; right: -3px; bottom: -3px; left: -3px;
    transform: rotate(45deg);
    content: '';
    border: inherit;
}
#octagons p{
	color: #fff;
	float: left;
	margin: 30px 0 0 42px;
	font-weight: 700;
	font-size: 1.6em;
}
#octagonsName{
	display: flex;
	width: 1230px;
	margin: 0 0 0 430px;
}
#octagonsName p{
	margin: 30px 0 0 0;
	text-transform: uppercase;
	font-weight: 500;
	color: #fff;
}
#service{
	min-height: 100vh;
	padding: 70px 0;
	text-align: center;
}
#service h2{
	color: #2d3f51;
	font-weight: 500;
}
#service p{
	width: 900px;
	margin: 40px auto auto auto;
	color: #6c7885;
}
#service .col{
	width: 350px;
	height: 320px;
	margin: 60px 40px 0 30px;}
#service .octagon {
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    overflow: hidden;
    transform: rotate(45deg);
    background: transparent;
    border: 3px solid #c8342d;
}
.insideCol{
	display: flex;
	justify-content: center;
	margin: 60px 0 0 0;
}
.insideCol img{
	margin: 22px 0 0 0;
}
#service h5{
	text-transform: uppercase;
	color: #2d3f51;
}
#service p{
	width: 300px;
	color: #828992;
}

@media only screen and (max-width: 600px) { 
	h1 { font-size: 2.5rem; }
	.myCard{
		width: 100%;
		box-shadow: none;
		text-align: center;
		margin-top: 10px;
		margin-left: -10px;
	}
	.myCard h3, .myCard p, .myCard a{
		font-size: 1.3em;
	}
	.myCard p{
		color: red;
		font-weight: 500;
	}
	.myCard a{
		background: gray;
		opacity: 0.9;
		border-radius: 10px;
		color: red;
		border: 1px solid red;
		padding: 5px;
	}
	#test{
		margin: 0;
	}
	#worksRightSide{
		margin-top: 50px;
		margin-left: 0px;
		width: 100%;
	}	
	#worksRightSide h2{
	  font-size: 0.9em;
	  color: #2d3f51;
	  text-transform: uppercase;
	  line-height: 1.2;
	  width: 100%;
	  text-align: center;
	}	
	#worksRightSide h2 span{
		font-weight: bold;
	}
	#worksRightSide p{
	  font-size: 0.8em;
	  color: #828992;
	  line-height: 1.786;
	  text-align: center;
	  width: 100%;
	}
	#worksRightSide a{
		height: 60px;
		width: 250px;
		margin-top: 30px;
		padding-top: 5px;
		border-radius: 20px;
		background: #c8342d;
		margin-left: 20px;
	}
	#simples{
		min-height: 100vh;
		background: #f5f5f5;
		text-align: center;
		padding: 20px;
		margin-top: 490px;
	}
	#simples h2{
		font-size: 0.94em;
	}
	#simples p{
	  font-size: 0.8em;
	  color: rgba(45, 63, 81, 0.702);
	  line-height: 2.143;
	  width: 100%;
	  margin: auto;
	  margin-top: 20px;
	}
	#simples ul{
		display: flex;
		text-transform: uppercase;
		justify-content: center;
		margin-top: 125px;
		width: 100%;
		font-size: 0.8em;
	}
	#simples ul li{
		margin-right: 8px;
	}
	#simple1{
		width: 320px;
		margin-left: -124px;
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
	}
	#simple2{
		width: 320px;
		margin-left: -124px;
	}
	#simple3{
		width: 320px;
		margin-left: -124px;
		margin-top: 30px;
	}
	#simple4{
		width: 320px;
		margin-left: -124px;
		margin-top: 30px;
	}
	#examples{
		height: 72vh;
		background: #2d3f51;
		padding: 40px 0 0 0;
	}
	#examples h2{
		color: #fff;
		text-align: center;
		font-size: 1.6em;
	}
	#examples p{
		color: #d0d2d5;
		margin: auto;
		width: 100%;
		margin-top: 40px;
		text-align: center;
	}
	#octagons{
		display: flex;
		justify-content: flex-start;
		margin: 30px 0 0 10px;
		width: 310px;
	}
	.octagonWrap {
	    width:50px;
	    height:50px;
	    float: left;
	    position: relative;
	    overflow: hidden;
	}
	.octagon {
	    overflow: hidden;
	    transform: rotate(45deg);
	    background: transparent;
	    border: 3px solid #fff;
	}
	.octagon:hover{
	    border: 3px solid red;
	    cursor: pointer;
	}
	.octagon:before {
	    position: absolute;
	    /* There needs to be a negative value here to cancel
	     * out the width of the border. It's currently -3px,
	     * but if the border were 5px, then it'd be -5px.
	     */
	    top: -3px; right: -3px; bottom: -3px; left: -3px;
	    transform: rotate(45deg);
	    content: '';
	    border: inherit;
	}
	#octagons p{
		color: #fff;
		display: flex;
		margin: 12px 0 0 19px;
		font-size: 1.2em;
	}
	#octagonsName{
		display: flex;
		width: 100%;
		margin: -25px 60px 0 0;
	}
	#octagonsName p{
		text-transform: uppercase;
		font-weight: 500;
		color: #fff;
		font-size: 0.5em; 
	}
	#service{
		min-height: 100vh;
		padding: 70px 0;
		text-align: center;
	}
	#service h2{
		color: #2d3f51;
		font-weight: 500;
		font-size: 1.5em;
	}
	#service p{
		width: 100%;
		text-align: center;
		margin: 40px auto auto auto;
		color: #6c7885;
	}
	#service .col{
		width: 100%;
		height: 320px;
		background: blue;
		margin: 40px auto;
	}
}


