:root {
  --main-bg-color: #2b3f54;  /*rgba(43, 63, 84, 1)*/
  --light-bg-color: #e6f4ff;  /*rgb(105,140,176)*/
  --orange:#ee5106;
}

* {
    margin: 0;
}

html,body {
  font-family: 'Raleway', sans-serif;
  font-size: 16px;
  height: 100%;
  margin-top:35px;
}

.wrapper {
    min-height: 100%;	
}

.home .mainbuttons{
	margin-top:40px !important;
	min-height:120px !important;
	min-width:250px !important;
}


form{

	padding:10px;
	 /* box-shadow: 1px 2px 4px rgba(0, 0, 0, .5); */
}

.product_button{
	border: rgba(0,0,0,0.2) 2px solid;
	color:var(--main-bg-color) !important;
	border-radius: 10px;
	padding:5px;

}

.product_button a, .product_button ul{
	color:var(--main-bg-color) !important;
	text-decoration: none !important;
	list-style-type:none;
}
.product_button ul{
	padding:0;
	margin:0;
	font-size:0.8em;
}
.product_button:hover {
	-webkit-box-shadow: 0px 0px 22px -2px rgba(0,28,77,1);
	-moz-box-shadow: 0px 0px 22px -2px rgba(0,28,77,1);
	box-shadow: 0px 0px 22px -2px rgba(0,28,77,1);
  }

  #payment-form .fa-check{
	display:none;
	color:green !important;
}
.product_button faded{
	color:rgba(0,0,0,0.3);
}

#editor{
	height:500px;
}

.btn{
 border-radius: 200px;	
}


#card-errors{
	display:none;
}


.linkoverlay{
position:absolute;
background-color:rgba(0,0,0,0.3);
width:300px;
height:200px;
top: 0px;
left: 15px;
display: flex;
justify-content: center;
flex-direction: column;
text-align: center;
}

.linkoverlay:hover{
	text-decoration:none;
}

.sites li{
	list-style-type:none;
}

.sites .fas{
	padding:8px;
}

.alert{
	width:100%;
	display: flex;
	text-align: center;
	position:fixed;
	height:50px;
	z-index:99999;
}

#wrap {
    width: 100%;
    height: 100vh;
    padding: 0;
    overflow: hidden;
	list-style:none;
}
#frame {
    width: 30%;
    height: 300px;
    border: 0;
	overflow: hidden;
	
    -ms-transform: scale(0.50);
    -moz-transform: scale(0.5);
    -o-transform: scale(0.5);
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}




#contact input, #contact textarea {
	border:none;
	border-bottom:solid 1px black;
	border-radius:0;
	
	background-color: var(--light-bg-color);
}




#leftpanecontact {
		 background-image: linear-gradient(to right, rgba(0, 0, 0,0.8), rgba(0, 0, 0,0.8)),
		url("/img/digital-marketing4.jpg"); 
		background-size: cover; 
	
}

.bg-dark{
	background-color:var(--main-bg-color) !important;
}

.bg-light{
	background-color:var(--light-bg-color) !important;
}
#about{
	color:white;
}

#about img{
	width:400px;
}
#aboutheader{
	color: var(--orange);
	font-size:2.8em;
	line-height:1em;
}
.small{
	font-size:1em;
	animation-delay:0.5s;
	
}
.medium{
	font-size:1.6em;
	display: inline-block;
	animation-delay:2.5s;
}
.large{
	font-size:2.3em;
	animation-delay:1.5s;
	display: inline-block;
}



h1,h2 {
  font-weight: 200;
  margin: 0.4em 0;
}

h1 { font-size: 3.0em; }
h2 {
  color: #888;
  font-size: 2em;
}


#services h2{
	font-size:1.1em;
}

#services ul{
	font-size:1.2em;
	text-align:center;
	list-style-type: none;
	margin:20px 50px;
}

#services li{
	text-align:left;
	padding-top:15px;
}

.bulletlogo{
	width:25px;
	margin:-3px 10px 0 0;
	webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
	
	
}


#about p{
	padding:20px;
	font-size:1.3em;
	line-height:1.5em;
}

.fas, .fa{
	color: var(--orange) !important;
}

.far{
	color: var(--orange) !important;
	size: 9px;
}

.fab{
	color: var(--orange) !important;
}


#logo {
	height:40px;
}

#about, #contact{
	padding:50px 0;
}

#carouselbuttonslide1 {
	animation-delay:4s;
}

.buttonnext {
	animation-delay:2.5s;
}


.carousel, .carousel-inner {
	height:100vh;
}


.carousel-item {
  border: 1px solid grey;
  max-height: 100vh;
  min-height: 100vh;
  max-width: 100vw;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}



.caption1 {
top:-150px;
left:0px;
width:50%;
}
.caption2 {
left: auto;
top:100px;
right:0;
width:50%;
}

.caption3 {
left: auto;
top:0px;
right:100px;
width:25%;
}

.caption4 {
bottom:400px;
left:150px;
width:50%;
}

.buttonnext {
	display: inline-block; 
}

.carousel-caption-inner{
		border-radius:5px;
		background-color:rgba(0,0,0,0.5);
		padding-bottom:20px;

}

.carousel-caption h3 {
	font-family: 'Raleway', sans-serif;
	font-size:3em;
	padding-top:20px ;
}

.carousel-caption p {
	font-size:2em;
	padding:0 20px ;

}

.carousel-caption h3:first-child{
	animation-delay:0.5s;
}
.carousel-caption p{
	animation-delay:1.5s;
	
}
.delay {
	animation-delay:3s !important;		
}	


@media screen and (max-width: 479px) {

  .carousel-caption h3 {

	font-size:1em;
    margin-top:20%;
    }
	
  .carousel-caption p {
	font-size:0.6em;
	}
	
	h1{
		font-size:2em !important;
	}
	
	#about img{
		width:300px;
	}
	
	.carousel img{
		height:100vh;
	}
	
	.caption1, .caption2 , .caption3, .caption4{
	top:300px;
	left:0px;
	width:100%;
	font-size:1.8em;
	}

	.caption1 p, .caption2 p , .caption3 p, .caption4 p{
		font-size:0.8em;
	}
		
}

@media screen and (min-width: 480px) and (max-width: 640px){
  .carousel-caption h3 {
	font-size:2em;
    margin-top:30%;
  }
   .carousel-caption p {
	font-size:1em;
 
}


}

@media screen and (min-width: 641px) {
  .carousel-caption h3 {
    margin-top:40%;
  }

  
  .carousel img{
	width:100vw;
}

}


