/*
Theme Name: webikon
Theme URI: http://www,webikon.com.au
Author: webIkon
Author URI: http://www,webikon.com.au
Description: webIkon web developer start up
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: your-digital-agency
Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

webikon is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Custom theme styles
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/


/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/


/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 1.5em;
	overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}

.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.hentry {
	margin: 0 0 1.5em;
}

.byline,
.updated:not(.published) {
	display: none;
}

.single .byline,
.group-blog .byline {
	display: inline;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}


/*--------------------------------------------------------------
# Custom theme styles
--------------------------------------------------------------*/

/* html body */

::-webkit-scrollbar {
	display: none;
}

/* Header */


header {

}

/* Nav-bar brand logo */


nav {
	background-color: transparent;
	z-index: 10000;
	transition: all 0.2s ease-in-out;
	border-bottom: 1px rgba(223,223,223,0.5) solid;
	color: #FFF;
	
	}
	/* css from static site made redundant
-------------------------------------------------- 
nav .navbar-nav .nav-item .nav-link{
		color: #FFF;
	}
	
nav .navbar-nav .nav-item .nav-link:hover{
		color: rgba(34,137,212,1.00);
	}
	*/
nav.navscroll{
    background: #fff;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
} 	

.navscroll { 
	background-color: #fff;
	}	

#navbar-header{	
	font-size: 1.2rem;
	position: relative;
	top: .3rem;
	float: right;
	width: 60%;
}

.navbar-brand{
	width: 12rem;
	position: absolute;
	top: 2px;
}

.navbar-brand img{
	width: 12rem;
	height: auto;
	float: left;
}

nav ul{
	min-height: 40px;
}

#scrollup, #backHome {
cursor:pointer;
}

.navbar-toggler{
	cursor: pointer;
	transition: all 0.2s ease-in-out;
}

.navbar-toggler:hover{
	background-color: black;
}

.col-lg-4 h2{
	margin-bottom:20px;
	color:rgba(34,137,212,1.00);
}
.col-lg-4 .rounded-circle{
	margin-bottom:20px;
}

.logged-in .fixed-top{
	top: 32px;
}

/* overide css nav <li> for wp target ul ID */

nav #menu-main-menu, nav #menu-plain-page-menu{
	margin-right: 50px;
}

nav #menu-main-menu li, nav #menu-plain-page-menu li {
	
	transition: all 0.2s ease-in-out !important;
}

nav #menu-main-menu li a, nav #menu-plain-page-menu li a{
	color: #FFF;	
	line-height: 2.4rem;
	margin-left: .7rem;
	transition: all 0.2s ease-in-out !important;
}

nav #menu-main-menu li a:hover, nav #menu-plain-page-menu li a:hover{
	color: rgba(34,137,212,1.00);
	text-decoration: none;
}


/* MARKETING CONTENT
-------------------------------------------------- */

/* pricing section*/

/* Center align the text within the three columns below the carousel */
.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

#pricing{
	padding-top:20px !important;
}

#pricing .btn.btn-primary{
	background-color: transparent;
	font-weight: bold;
	
}

#pricing .btn.btn-primary:hover{
	background-color: rgba(34,137,214,1.00);
	color: #FFF;
}

#ex1 img, #ex2 img, #ex3 img{
	width: 100%;
	margin-top: 70px;
}


#ex1 .btn.btn-lg.btn-primary, #ex2 .btn.btn-lg.btn-primary, #ex3 .btn.btn-lg.btn-primary{
	margin-top:-120px; background-color: transparent;
}

#ex1 .btn.btn-lg.btn-primary:hover, #ex2 .btn.btn-lg.btn-primary:hover, #ex3 .btn.btn-lg.btn-primary:hover{
	background-color:rgba(34,137,212,1.00);
	color: white;
}

/* pricing modals (popups) */
#ex1 h3, #ex2 h3, #ex3 h3 {
	color: #FFF; position: absolute; top: 5rem; left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	text-align: center;
}


#button1-1, #button2-2, #button3-3{
	border-color:rgba(2,117,216,1.00);
	color: rgba(2,117,216,1.00);
	
}
#button1-1:hover, #button2-2:hover, #button3-3:hover{
	background-color:rgba(34,137,212,1.00);
	color: white;
	
}


/* pricing modal change width style overide */
.modal-lg {
    max-width: 90% !important;
	margin: 3% auto !important;
}


/* About statement */
.about{
	width: 100%;
	padding-bottom: 15px;
	margin : -15px auto 15px auto;
	text-align: center;
	background-image: url('/wp-content/themes/your-digital-agency/custom-assets/images/mix-backgroundtile.jpg');
	background-attachment: fixed;
}

.about h1{
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 auto;
}

/* solutions section */
/* Featurettes------------------------- */

.featurette-divider {
  margin: 5rem 0; /* Space out the Bootstrap <hr> more */
}

/* Thin out the marketing headings */
.featurette-heading {
  font-weight: 300;
  line-height: 1;
  letter-spacing: -.05rem;
}



#solutions h1{
	color: rgba(2,117,216,1.00);	
}

#solutions .tick{
	list-style-image: url('/wp-content/themes/your-digital-agency/custom-assets/images/greentick1.jpg');
}

#solutions .tick li{
	margin-top: 10px;
}

#solutions p{
	font-size: 18px;	
}


/* contact section*/
.contact-container{
	background-color: #000;
	background-image: url('/wp-content/themes/your-digital-agency/custom-assets/images/map-image.png');
	width: 100%;
	height: auto;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center center;
	
}
.contact-container #message{
	min-height: 205px !important;
}

.contact-container button.btn.btn-xl{
	background-color: transparent;
	border-color:rgba(99,108,114,1.00);	
	cursor: pointer;
	color: rgba(99,108,114,1.00);
	
}
.contact-container button.btn.btn-xl:hover{
	color:rgba(34,137,212,1.00);
	background-color: transparent;
	border-color:rgba(34,137,212,1.00);
}

.contact-container .btn{
	background-color: transparent;
	border-color:rgba(34,137,212,1.00);
	color:rgba(34,137,212,1.00);
}

.contact-container .btn:hover{
	background-color: transparent;
	border-color:#FFF;	
	color:#FFF;
}

#form-container{
	width: 90%;
	height: 80%;
	background-color: rgba(235,235,235,1.00);
	margin: 30px auto;
}


footer .col-lg-4{
	color: rgba(216,216,216,1.00);
}

footer .col-lg-4 h3{
	margin-bottom: 10%; 
	margin-top: 5%;
}

footer .col-lg-4 img{
	margin-top: -4%; 
	margin-left: -6%; 
}

footer .col-lg-4:first-of-type p{
	margin-top: -9%;
}

footer .col-lg-4:last-of-type p:last-of-type{
	position: absolute; bottom: 0px; 
}

/*  wp contactform send button overide  */

#sendMessage{
	margin-left: 20px;
}
 div.wpcf7-validation-errors{
	 color: red;
	 border-color: red;
 }
 
 .wpcf7-mail-sent-ok{
	 color: green;
 }

/* social media buttons */
btn-outline {
  color: white;
  font-size: 20px;
  border: solid 2px white;
  background: transparent;
  transition: all 0.2s ease-in-out;
  margin-top: 15px;
}

.btn-social {
  display: inline-block;
  height: 50px;
  width: 50px;
  border: 2px solid white;
  border-radius: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 45px;
  color:#FFF;
  transition: all 0.2s ease-in-out;
}

.btn-outline:hover,
.btn-outline:focus,
.btn-outline:active,
.btn-outline.active {
   color: rgba(15,120,212,1.00);
   border: solid 2px rgba(15,120,212,1.00);
}


/* footer */

footer{
	background-color: rgba(74,74,74,1.00);
	height: 100%;
	padding-bottom: 50px;
	/*width: 100%;
	height: 400px;
	background-image: url(../images/footerBG.jpg);
	background-size: cover;
	background-repeat: no-repeat;*/
}


footer .fa.fa-caret-square-o-up{
	font-size: 50px;
	transition: all 0.2s ease-in-out;
	color:#FFF;
	position: absolute;
	bottom: 0px;
}

footer .fa.fa-caret-square-o-up:hover{
	color: rgba(15,120,212,1.00);
}

footer .comment-meta{
	margin-bottom: 0px;
}

#the-post a{
	color: #21759b;
}

.reply .comment-reply-link {
	color: #21759b;
	
}

.reply {
	
	padding-bottom: 20px;
}

.blog-roll .my-4 h1 a, .blog-roll .my-4 h2 a{
	color: #21759b;
}
/* revove margin form text widget ( header- social) */
#text-2.widget{
	margin:0px;
}


/* --- clean up side bar to match --- */

.blog-roll .my-4 h1 a, .blog-roll .my-4 h2 a{
	color: #21759b;
}
/* revove margin form text widget ( header- social) */
#text-2.widget{
	margin:0px;
}

div.textwidget{
	padding: 20px;
}
#text-2 div.textwidget{
	padding: 0;
}

#secondary.widget-area{
	
	padding:0;
}

#secondary ul{
	list-style-type: none;
	padding: 20px;
	
}

.search-form {
	padding: 20px;
}
#feature_image{
	max-width: 100%;
	max-height: 300px;
	overflow: hidden;
}

#feature_image img{
	max-width: 100%;
	height: auto;
}
/* --- comments ---*/
#comments{
	min-width: 100%;
	
}

#comments p{
	padding: 20px;
}

#comments textarea{
	width: 100%;
}

#comments .submit{
	background-color:#21759b;
	color: #fff;
	border: none;
	padding: 7px;
	cursor: pointer;
	font-size: 18px;
	transition: all 0.2s ease-in-out !important;
}

#comments .submit:hover{
	color:rgba(7,255,243,1.00);
}

#reply-title{
	background-color:#21759b;
	color: #FFF;
	min-width: 100%;
	margin: 0px;
	padding: 12px 12px 12px 20px;
	font-size: 22px;
	
}

.comment-meta{
	background-color: #fff;
	color: #000;
}

.navigation.post-navigation{
	background-color: none;
	border : none;
	display: none;
	
}




footer.comment-meta  a {
color: #000 !important;
}
.comment-meta .fn{
	font-size: 22px;
	
}

#comments label[for="comment"], #comments label[for="author"], #comments label[for="email"], #comments label[for="url"] {
   color:#21759b;
   width: 75px;
}

/* --- Blog pages ---*/
.blog-roll .row{
	padding: 0;
}

#feature_image{
	margin: 0 auto;
	
}

.blog-roll-header, .generic-page-header{
	
	width: 100%;
	min-height: 250px;
	background-image: url('/wp-content/themes/your-digital-agency/custom-assets/images/blog-header.jpg');
	background-size: 100%;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0% 0%;
	padding-top: 2.2%;
}

.blog-roll-header h1, .generic-page-header h1{
	max-width: 80%;
	text-align: center;
	color: #FFF;
	margin: 35px auto;
	background-color: rgba(0,0,0,0.46);
	padding: 30px;

}

.blog-roll-header p, .generic-page-header p{
	max-width: 80%;
	text-align: center;
	color: #FFF;
	margin: -35px auto;
	background-color: rgba(0,0,0,0.46);
	padding-bottom: 30px;
}

.blog-roll-header a, .blog-roll a{
	color: #21759b;
}

.blog-roll a{
	color: #FFF;
}

.blog-roll ul a{
	color:#21759b;
}

.blog-roll article a{
	color: #21759b;
}

.blog-roll article a.btn.btn-primary {
	color: #FFF;
}

.blog-roll{
	margin-top: 50px;
}

.blog-roll .col-md-4{
	margin-top: 68px;
}


.blog-roll .btn-primary {
	background-color: #21759b;
	border-color: #21759b;
	transition: all 0.2s ease-in-out;
}

.blog-roll .btn-primary:hover {
	background-color: rgba(255,71,0,1.00);
	border-color: #21759b;
	
	
}

.blog-roll .pagination a{
	color: #21759b;
}

.blog-roll .card-header, .blog-roll .card-footer{
	background-color:#21759b;
	color:#FFF;
}

.blog-roll .card-footer a{
	color: rgba(7,255,243,1.00);
	transition: all 0.2s ease-in-out;

}

.blog-roll .card-footer a:hover{
	color:#FFF;
	text-decoration: none;
}



/* blog page styles */
.blog .blog-header{
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top -402px;
	width: 100%;
	margin-top: -80px;
	min-height: 280px;
	background-size: cover;
}

/* additional pages header class*/
#page-header{
	min-height: 57px;
	background-attachment: fixed;
	background-image: url('/wp-content/themes/your-digital-agency/custom-assets/images/background.jpg');
	background-repeat: no-repeat;
}

/* web information form */
.webinfo-container{
	min-height: 220px;
	background-color: rgba(2,117,216,1.00);
	padding-top:25px;
}

.webinfo-content form{
	padding:15px;
}

.webinfo-container img{
	display: block;
	margin:0 auto;
}

.webinfo-container h2{
	text-align: center;
	padding-top:10px;
}

.webinfo-content h3{
	margin-top: 20px;
}

.webinfo-content h3:nth-of-type(2), .webinfo-content h3:nth-of-type(3){
	margin-top: 30px;
}


/* media screen break points */

@media (max-width: 991px){
	

	
	/* nav */
	nav {	
	background-color: rgba(2,117,216,1.00);
	
	}
	nav .navbar-nav.ml-auto{
		text-align: center;
	}
	
	nav .navbar-nav.ml-auto li a{
		text-align: center !important;
		z-index:10;
		font-size: 22px;
		transition: all 0.2s ease-in-out;
	}

	nav .navbar-nav.ml-auto li a:hover{
		color:#000 !important;
	}
	
	nav .navbar-nav.ml-auto li:first-of-type{
		margin-top: 20px;
	}
	
	#navbar-brand-container{
		min-height: 36px;
		margin-top: 4px;
	}	
	
	/* contact section */
	footer .col-lg-4 h3{
		margin-bottom: 2%; 
		margin-top: 2%;
		
	}
	footer .col-lg-4 img{
		margin-top: 1%; 
		margin-left: auto;
		margin-right: auto;
		display: block;
	}
	
	footer .col-lg-4:first-of-type p{
		margin-top: -3%;
		
	}
	
	footer .col-lg-4:last-of-type p:last-of-type{
		position: relative;
		text-align: center;
	}
	
	footer .col-lg-4:last-of-type p:first-of-type{
		float: none;
		position: relative;
		top: 50%;
		left: -53%;
	}
	
	footer .col-lg-4{
		text-align: center;
	}
	
	/* social buttons */
	.btn-social {
	 	margin: 0 auto;
	}	
	
	/* Modal pop ups */
	
	#ex1 img, #ex2 img, #ex3 img{
		margin-top: 0px;
	}
	
	
	
	/* --- Blog pages ---*/
	
	.blog-roll, .generic-page{
		width: 98%;
	}
	
	.blog-roll-header h1, .generic-page-header h1{
	max-width: 90%;
	
	padding-top: 15px;

}
.blog-roll-header p, .generic-page-header p{
	max-width: 90%;
}


 .blog-roll .col-md-4{
	
	min-width: 99% !important;

}
	

}

@media (max-width: 591px){
	
	/* nav */
	
	.logged-in .fixed-top{
	top: 46px;
}
	
	.navbar-brand p{
		display: none;
	}


}

/* THE CAROUSEL -------------------------------------------------- */


#myCarousel{
	background-attachment: fixed;
	background-image: url('/wp-content/themes/your-digital-agency/custom-assets/images/background.jpg');
	background-repeat: no-repeat;
	margin-bottom: 1rem;
}

/* Carousel base class */
.carousel {
	margin-bottom: 4rem;
	background-size: cover;
}

/* Since positioning the image, we need to help out the caption */
.carousel-caption {
 	z-index: 10;
    bottom: 3rem;
}

/* Declare heights because of positioning of img element */
.carousel-item {
    height: 32rem;
}

.carouseltext1{
	width: 40%;
	position: relative;
	top: 7.5rem;
	left: 4rem;
}

.carousel-item:first-of-type .carouselimg1 > img{
	top: -11.8rem;
}

.carouselimg1 > img {
	z-index: 10;
    position: relative;
    left: 53%;
    width: 40%;
    top: -14.5rem;
	height: auto;
}




/* RESPONSIVE CSS
-------------------------------------------------- */
@media (min-width: 40em) {
  /* Bump up size of carousel content */
   
  .carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
  }

  .featurette-heading {
    	font-size: 50px;
  }
}

@media (min-width: 62em) {
  .featurette-heading {
   	 	margin-top: 7rem;
  }
}

@media (max-width: 1200px) {
	.carouseltext1{
		top: 5.8rem;
	}
	
	.carousel-item:first-of-type .carouselimg1 > img{
		top: -14.5rem;
	}

	.carousel-item:nth-of-type(3) .carouselimg1 > img{
		top: -17.3rem;
	}

}

@media (max-width: 991px){
	
	.carouseltext1{
		z-index:15;
		width: 100%;
		position: absolute;
		top: 5rem;
		left: 0rem;
		background-color: rgba(0,0,0,0.80);
		padding:2%;
	}

	.carouseltext1 p, .carouseltext1 h1{
		text-align: center;
		
	}
	
	.carouseltext1 h1{
		margin-top: 3rem;
	}


	.carousel-item:first-of-type .carouselimg1 > img, 
	.carouselimg1 > img,
	.carousel-item:nth-of-type(3) .carouselimg1 > img{
		position: absolute;
		top: 5rem;
	  	left: 0px;
	 	width: 100%;
		height: 24rem;
	}
	
}

@media (max-width: 599px){
	
	#myCarousel .container{
		width: 100%;
	}
	
	.carousel-caption p {
		margin-bottom: 1.25rem;
		font-size: 1.25rem;
		line-height: 1.4;
	  }
  
  	.carousel-control-prev, .carousel-control-next{
	 	display: none;
  }
	
}





