/*My Styles
====================================================================================================================*/
html, body {
    width: 100% !important;
    max-width: 100% !important;
    height: auto!important;
    overflow-x: hidden !important;
    
    margin: 0px !important;
    padding: 0px !important;
   
}

body {
     font-family: 'Comfortaa', cursive !important;
    letter-spacing: 3px;
}

p {color: white}

.google {
    width: 100%;
    max-width: 250px;

}



/*Scroll Bar*/

/* Gradient Scrollbar */
body::-webkit-scrollbar {
  width: 11px;
}

body::-webkit-scrollbar-track {
  background:  linear-gradient(to right, #937ef3, #02F5D9, #937ef3);
    border-radius: 5px;
    box-shadow: inset 0 0 6px rgba(0,0,0,0.2);
    margin-top: 5px !important;
    margin-bottom: 5px !important;
}

body::-webkit-scrollbar-thumb {
  background: transparent; /* opacity: 0; should do the thing either */
  box-shadow: 0px 0px 0px 100000vh #343840;
    border-radius: 5px;
}


/*log in styles*/

button:focus {
    outline: 0;
}

.navbar .dropdown-menu .form-control {
    width: 200px;
}

/*make account button with no padding*/
.btn-1 {
    padding: 0px !important;
    
}


.label {
    color: white;
    padding: 0px;
    font-size: 16px;
    letter-spacing: 1px;
}

.label-2 {
    color: white;
    padding: 0px 0px 0px 15px !important;
    font-size: 16px;
    letter-spacing: 1px;
    margin: 0px;
}

.intro {
    color:white;
    font-size: 24px;
    line-height: 1.5em;
   
    
}

.bottom-padding {
    padding-bottom: 15px;
}
.bottom-padding-2 {
    padding-bottom: 25px;
}




.padding-bot {padding-bottom: 45px;}





/*Flipster arrow colors */

.flipster__button {
    color:  #02F5D9;
    background: rebeccapurple;
    outline: none !important;
    opacity: 1 !important;
}

.flipster__button:hover {
    color:  #937ef3;
    outline: none !important;
    opacity: 1 !important;
}




/*Icon format*/

.nav-item { display: inline-block;
}

/*Centered*/

.center {
	margin: auto;
	text-align: center;
}



/* wrapper width 80% */




.wrapper {
	
	width: 80% !important;
    height: auto !important;
	margin: auto !important;
    text-align: center;
       overflow-y: hidden;
    overflow-x: hidden;
   
    
	
}

	
.wrapper-2 {
    max-width: 80%;
    margin: auto;
	
}


.center-img {
	margin: auto;
	text-align: center;
}

.container-1 {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}




/* wrapper width 85 % */

.text {
	width: 80%;
    letter-spacing: 1px;
	margin: auto;
     height: auto;
}

/*contact form width*/
.mycontainer-5 {
    width: 100%;
    margin: auto;
    height: auto;
}


/*about text gradient*/

.mycontainer-6 {
    width: 20%;
    min-width: 400px;
    margin: auto;
    text-align: center;
    height: auto;
    font-size: 50px;
    min-height: 75px;
    padding-bottom: 0px !important;
}

.mycontainer-1 {
    width: 100%;
    margin: auto;
    height: auto;
    min-height: 60px;
    min-width: 300px !important;
    letter-spacing: 2px;
    padding-bottom: 5px !important;
}

.mycontainer-2 {
    width: 100%;
    margin: auto;
    height: auto;
    min-height: 60px;
    min-width: 150px;
    font-size: 50px;
    letter-spacing: 2px;
    padding-bottom: 0px !important;
}

.mycontainer-3 {
    width: 100%;
    margin: auto;
    height: auto;
    min-height: 95px;
    min-width: 150px;
    font-size: 40px;
    letter-spacing: 2px;
    padding-bottom: 5px !important;
}

/*Web Design Examples*/

.round-edges {
	border-radius: 60px !important;
	transition: .5s ease !important;;
}

.round-edges:hover {
	border-radius: 0 !important;
	 transition: .5s ease !important;
	
}






/*lightbox pictures*/

.gallery {
	margin: auto;
	text-align: center;
	width:100%;
	max-width: 350px;
	min-width: 250px;
	min-height: auto;
	padding:15px;
	border-radius: 60px;
    transition: .5s ease;
	
}
/*from rounded to sqaure on cover*/
.gallery:hover {
    border-radius:0px;
    width: 100%;
	margin: auto;
	text-align: center;
	width:100%;
	max-width: 350px;
	min-width: 250px;
	min-height: auto;
	padding:0px;
	
transition: .5s ease;
	
}


.gallery1 {
	margin: auto;
	text-align: center;
	width:100%;
	max-width: 350px;
	padding:15px;
	border-radius: 60px;
	
}


/*Back to top arrow
====================================================================================================================*/


/* Button Position*/

.back-to-top {
	position: fixed;
	bottom: 100px;
	right: 25px;
	display: none;
    overflow-x: hidden !important;
    color: white !important;
}

@media only screen and (max-width: 600px) {
	.back-to-top {
		position: fixed;
		bottom: 100px;
		right: 30px !important;
		display: none;}
}

/* Button Color of back to top*/

.btn-red {
	background: linear-gradient( #937ef3, #02F5D9, #937ef3);
	color: white !important;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}


/* Button Hover*/

.btn-red:hover {
	background:linear-gradient(to right, #937ef3, #02F5D9, #937ef3) !important;
	color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}






/*Banner - Image 
====================================================================================================================*/


/*Hero image container*/

.mycontainer {
	position: relative;
	width: 100%;
	padding: 0px;
	box-shadow: 0 4px 2px -2px rgba(0, 0, 0, 0.1), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Hero image responsive*/

.mycontainer img {
	width: 100%;
	height: auto;
}


/*Navbar
====================================================================================================================*/


/*Nav font size*/

.nav-font {
	font-size: 24px;
	letter-spacing: 2px;
    
}

/*Nav shadow*/

.mynav {
    
	box-shadow: 0 0 1px rgba(2, 242, 214, 0.8);
-moz-box-shadow: 0 0 1px rgba(2, 242, 214, 0.8);
-webkit-box-shadow: 0 0 1px rgba(2, 242, 214, 0.8);
-o-box-shadow: 0 0 1px rgba(2, 242, 214, 0.8);
    
    
}

/*Nav width 80%*/

.navbar-custom {
	background-image: linear-gradient(to right, #937ef3, #02F5D9, #937ef3) !important;
	width: 100%;
	margin: auto;
}



/*Nav List links*/

.mynav li a {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	position: relative;
	display: block;
	text-decoration: none;
	color: #ecf0f1;
	padding: 1px 0;
	transition: 0.5s;
    
}


/*Nav list links*/

.mynav li a::after {
	 background: none repeat scroll 0 0 transparent;
  content: "";
  display: block;
  height: 2.5px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
     bottom: -1px;
    border-radius: 10px;
     box-shadow: 0 0 2px rgba(0,0,0,0.7);
-moz-box-shadow: 0 0 2px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.7);
-o-box-shadow: 0 0 2px rgba(0,0,0,0.7);
}


/*Nav list hover*/

.mynav li a:hover::after {
	 width: 100%; 
  left: 0; 
}


/*Nav list hover text color*/

.mynav li a:hover {
	color: white;
}


/*Nav list visited*/

.mynav li a:visited {
	color: white;
}


/*Navbar responsive width*/

.navbar {
	width: 100%;
}

/*Navbar outline*/
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    color: white;
}





.log-in-btn {
    background:linear-gradient(to right, #937ef3, #02F5D9, #937ef3) !important;
    color: white !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}


.log-in-btn:hover {
    background:linear-gradient(#937ef3, #02F5D9, #937ef3) !important;
    color: white !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}



.register-btn {
    background:linear-gradient(to right, #937ef3, #02F5D9, #937ef3) !important;
    color: white !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}

.register-btn:hover {
    background:linear-gradient(#937ef3, #02F5D9, #937ef3) !important;
    color: white !important;
    letter-spacing: 1px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
}


/*Toggle
===========================================================*/


/*Toggle hamburger color*/

.custom-toggler.navbar-toggler {
	border-color: white;
	background-image: linear-gradient(#937ef3, #02F5D9, #937ef3);
	color: white;  
    box-shadow: 0 0 3px rgba(0,0,0,0.7);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
-o-box-shadow: 0 0 3px rgba(0,0,0,0.7);
}


/*Toggle hover*/

.custom-toggler.navbar-toggler:hover {
	border: solid 2px white;
    
}



/*Brand CSS
===========================================================*/


/* Link */

.mybrand {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-size: 28px !important;
	letter-spacing: 1px;
}


/* Hover */

.mybrand:hover {
	color: white;
}


/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .mybrand {
	color: white;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);
	font-size: 20px !important;
	letter-spacing: 1px;
}
    
}

/*Visited */

.mybrand:visited {
	color: white;
}

/*background color*/
.dark {
    background-color: #1c1c1c;
    width: 100% !important;
    height: auto;
    min-width: 100%;
}


/*Hyperlink CSS
====================================================================================================================*/

.my-link {
	color: #02F5D9 !important;
}


/*Hover*/

.my-link:hover {
	color: #937ef3 !important;
	text-decoration: none;
}


/*Visited*/

.my-link:visited {
	color: white;
	text-decoration: none;
}


/*Paragraph
====================================================================================================================*/

p {
	font-size: 20px;
	letter-spacing: 1px;
    padding: 0px;
}

/*Headers 
====================================================================================================================*/

h1 {
	color: turquoise;
    width: 65% !important;
	margin: auto !important;
    text-align: center;
	 font-family: 'Comfortaa', cursive;
	font-weight: bold;
	letter-spacing: 1px;
    font-size: 40px !important;
}

h2 {
	      
            font-size: 40px;
            height: 100px !important;
            letter-spacing: 1px !important;
            font-family: 'Comfortaa', cursive;
            font-weight: bold !important;
            background: linear-gradient(to right, #937ef3,
                    #02F5D9,  #937ef3, #02F5D9);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
             width: 100%;
            
}




/*Contact text*/
.contact {
    color: white;
    letter-spacing: 2px;
    
   

    
    
}




/*Form CSS
====================================================================================================================*/

/*Thank you message CSS*/

.thankyou {
	font-size: 24px;
	text-align: center;
}


/*Form font*/

form {
	letter-spacing: 1px;
	font-size: 18px !important;
}


/*Form CSS*/

.form-box {
	background: radial-gradient(#937ef3, #02F5D9, #937ef3);
	padding: 20px 30px 40px 30px !important;
	border-radius: 15px;
    color: white;
    text-shadow: 2px 2px 3px black;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Form padding*/

.form-padding {
	padding-top: 15px !important;
	padding-bottom: 15px; 
	max-height: 10px
}


/*Form input feils*/

input {
	border-radius: 5px;
    padding: 0px;
}


/*Submit*/

input[type=submit] {
	padding: 5px 15px;
    background: radial-gradient(circle 45px,#02F5D9,#937ef3);
	color: white;
    text-shadow: 2px 2px 5px black;
	letter-spacing: 1px;
	font-size: 18px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto !important;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Submit Hover*/

input[type=submit]:hover {
	padding: 5px 15px;
	background: linear-gradient( #937ef3, #02F5D9, #937ef3);
	color: white;
     text-shadow: 2px 2px 5px black;
	font-family: Poppins;
	letter-spacing: 1px;
	font-size: 18px;
	border: 0 none;
	cursor: pointer;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: auto !important;
	text-align: center !important;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.3), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}


/*Message box*/

textarea {
	width: 100%;
	height: auto;
	min-height: 150px;
}


/*Unordered list bullet styes
====================================================================================================================*/


/*List*/


/*Unordered list font & bullet style*/

ul {
  list-style: none;
}



ul li {
	
	text-align: left;
    color: white;
    font-size: 20px;
    
}


/*Red bullets*/

.bullets li::before {
    list-style: square;
	content: '■';
	color: #02F5D9;
	/* Change the color */
	display: inline-block;
	/* Needed to add space between the bullet and the text */
	width: 1em;
	/* Also needed for space (tweak if needed) */
	margin-left: -1em;
	/* Also needed for space (tweak if needed) */
     margin: 20px 0;
}


/*Cards  191919 #40454F
====================================================================================================================*/

/*Background*/

.lightgrey {
    background-color:#212121;
  
}


/*Cards*/

.card-color {
	 background: 
     linear-gradient(#333333,#333333) padding-box, /*this is your grey background*/
     linear-gradient(to right, #937ef3, #02F5D9,  #937ef3, #02F5D9, #937ef3, #02F5D9) border-box;
    color: #fff !important;
    padding:10px;
    border: 5px solid transparent;
    border-radius:15px;
    display:inline-block;
    margin-bottom: 55px;
    width: 100%;
    max-width: 400px;
}


/*Responsive Cards*/

.cards {
	width: 100% !important;
    height: auto;
	margin: auto !important;
	text-align: center;
}




/*Photo shadow*/

.shadow {
	box-shadow: 0 0 3px rgba(0,0,0,0.7);
-moz-box-shadow: 0 0 3px rgba(0,0,0,0.7);
-webkit-box-shadow: 0 0 3px rgba(0,0,0,0.7);
-o-box-shadow: 0 0 3px rgba(0,0,0,0.7);
}





/*Button*/

.mybutton {
	background: linear-gradient(to right, #937ef3, #02F5D9, #937ef3) !important;
	color: white !important;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	letter-spacing: 2px;
    padding: 5px !important;
	font-weight:bolder !important;
}


/*Hover*/

.mybutton:hover {
    background:linear-gradient(#937ef3, #02F5D9, #937ef3) !important; 
    
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
    
	letter-spacing: 2px;
	font-weight:bolder !important;
	 padding: 5px !important;
    
}







/*Footer
====================================================================================================================*/


/*Footer color*/

footer {
	background-image: linear-gradient(to right, #937ef3, #02F5D9, #937ef3) !important;
	color: white;
	font-size: 20px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
	text-align: center;
	margin: auto;
	width: 100% !important;
	height: auto !important;
    min-height: calc(100% - 285px);
}


/*Footer padding*/

.foot {
	padding: 12px 12px 12px 12px;
    margin: 0px;
}


/*Footer Icon
===========================================================*/


/*Links*/


.icons-bottom {
	color: white !important;
    text-decoration: none !important;
}
    
    .icons-bottom:hover {
	color: #937ef3 !important;
   
}

.icons {
	background: -webkit-gradient(linear, left top, left bottom, from(#937ef3), to(#02F5D9));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 125px;
    text-decoration: none !important;
    width: 100% !important;
    max-width: 100%;
  transition: all .2s ease-in-out !important;

}


/*Hover*/

.icons:hover {
	background: -webkit-gradient(linear, right top, right bottom, from(#02F5D9), to(#937ef3));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 140px;
    transform: scale(1.5) !important;
   
  
}



    

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .icons {
	background: -webkit-gradient(linear, left top, left bottom, from(#937ef3), to(#02F5D9));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 75px;
    text-decoration: none !important;
    width: 100% !important;
    max-width: 100%;
    
}





    /* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (max-width: 600px) {
  .icons:hover {
	background: -webkit-gradient(linear, right top, right bottom, from(#02F5D9), to(#937ef3));
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
    font-size: 85px;
  
}

/*Bottom Icons*/




/*Visited*/

.icons:visited {
	color: white;
}


/*Div Backgrounds
====================================================================================================================*/

.light-grey {
	background-color: #343840;
	-moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
}

.dark-grey {
	background-color: #343840;
	padding: 45px 0px 25px 0px;
	
}

.light-grey-3 {
	background-image: linear-gradient(rgba(146, 124, 243, 0.77), rgba(2, 242, 214, 0.77), rgba(146, 124, 243, 0.77));
	padding: 75px 0px 75px 0px;
	-moz-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	-webkit-box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
	box-shadow: inset 0 8px 8px -8px rgba(0, 0, 0, 0.18), inset 0 -8px 8px -8px rgba(0, 0, 0, 0.18);
}

.white {
	background-color: white !important;
	padding: 75px 0px 75px 0px;
}

.white-2 {
	background-color: white !important;
	
	width: 100%;
	height: auto;
}


/*Mobile Resize
====================================================================================================================*/
    

/*menu background*/
@media only screen and (max-width: 960px) {
.navbar-collapse {
  
}

/*H2 mobile spacing*/
/*menu background*/
@media only screen and (max-width: 991px) {
h2 {
	      font-size: 40px;
            height: 44px !important;
            letter-spacing: 1px !important;
            font-weight: bold !important;
            background: linear-gradient(to right, #937ef3,
                    #02F5D9,  #937ef3, #02F5D9);
            -webkit-text-fill-color: transparent;
            -webkit-background-clip: text;
}
