body {
    margin: 0;
    padding: 0;
    font-family: "Lora", serif;
}


/* Logo Style */

.logo {
    font-size: 35px;
    margin-left: 25px;
    font-weight: bold;
}


/* Cover Image Styles */

.cover {
    background: no-repeat center/cover;
    background-attachment: fixed;
}

.heroText {
    margin-left: 15%;
    font-size: 35pt;
    font-weight: bold;
}

.text-blue {
   color: #3aa0ff;
    margin-left: 15%;
    font-size: 35pt;
    font-weight: bold;
}

.text-blue2 {
   color: #000000;
    margin-left: 28%;
    
    font-weight: bold;
}


.heroButton {
    margin-left: 25%;
    width: 160px;
    padding: 10px 20px;
    font-weight: bold;
}


.portfolio_block {
	margin: 25px -15px 10px
}
.portfolio_tile {
	min-height: auto;
	max-height: none;
	position: relative;
	overflow: hidden;
	background: #212129;
	color: #fff;
	margin-bottom: 30px;
	border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
	border: 1px solid #25252d
}
.portfolio_tile .project_descr {
	padding: 20px 30px;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	top: auto;
	z-index: 100;
	overflow: hidden;
	opacity: 0;
	background: -webkit-gradient(linear, left top, right top, from(rgba(33, 33, 41, 0)), to(#212129));
	background: -webkit-linear-gradient(top, rgba(33, 33, 41, 0), #212129);
	background: -moz-linear-gradient(top, rgba(33, 33, 41, 0), #212129);
	background: -o-linear-gradient(top, rgba(33, 33, 41, 0), #212129);
	background: -ms-linear-gradient(top, rgba(33, 33, 41, 0), #212129);
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(33, 33, 41, 0)), to(#212129));
	background: -webkit-gradient(linear, left top, left bottom, from(top), color-stop(rgba(33, 33, 41, 0)), to(#212129));
	background: linear-gradient(top, rgba(33, 33, 41, 0), #212129);
	background-color: rgba(33, 33, 41, 0);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.portfolio_tile .project_descr p {
	color: #fff;
	font-size: 16px;
	padding: 0;
	line-height: 1.6;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out
}
.portfolio_tile .label {
	font-size: 15px;
	text-transform: uppercase;
	padding: 3px 10px;
	margin-top: -1px;
	display: inline-block;
	vertical-align: middle
}
.portfolio_tile .project_descr h4, .portfolio_tile .project_descr h4 a {
	color: #fff;
	margin-bottom: 11px;
	margin-top: 60px;
	font-size: 24px
}
.portfolio_tile .project-type {
	padding: 8px 0;
	font-size: 12px;
	margin: 0;
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	text-transform: uppercase;
	background: rgba(60, 67, 75, 0.9);
	color: #D2D2D2
}
.portfolio_tile .h2 {
	margin-bottom: 5px;
	margin-top: 0;
	font-size: 20px;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: 900;
	color: #fff
}
.portfolio_tile .h2 a {
	color: #fff;
	text-transform: uppercase
}
.portfolio_tile p {
	color: #555555;
	font-weight: normal;
	font-size: 16px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0
}
.portfolio_tile .hover_img {
	position: relative;
	min-height: auto;
	overflow: hidden;
	border-radius: 0;
	z-index: 10
}
.portfolio_tile .hover_img .category {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 25;
	border-radius: 100px;
	text-transform: uppercase;
	color: #fff;
	font-size: 12px;
	font-weight: 900;
	background: #82b8f5;
	padding: 4px 14px
}
.portfolio_tile .hover_img img {
	width: 100%;
	z-index: 15;
	border-radius: 0;
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	opacity: 1
}
.portfolio_tile .btn-view-project {
	margin-top: -15px;
	background: #353642;
	padding: 0;
	margin-left: -10px;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	z-index: 50;
	position: relative;
	width: 35px;
	height: 35px;
	line-height: 35px;
	border-radius: 50%
}
.portfolio_tile .btn-view-project i {
	color: #fe981f;
	margin: 0 !important;
	font-size: 16px
}
.portfolio_tile:hover .hover_img img {
	-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
	opacity: 0.25
}
.portfolio_tile:hover .project_descr {
	max-height: 300px;
	padding: 30px;
	opacity: 1
}
.portfolio_page {
	padding: 20px 0 60px;
	margin-top: -120px
}

 .portfolio_tile .hover_img .guild {
    background: #d91a5d;
  }
  .portfolio_tile .hover_img .logo-design {
    background: #f39f1e;
  }
  .badge {
    font-size: 14px;
    vertical-align: middle;
  }
  .stream {
    background: #6441A4 !important;
    background-color: #6441A4 !important;
  }
  .influencer {
    background: #f39f1e !important;
    background-color: #f39f1e !important;
  }
  .logo-design {
    background: #39b975 !important;
    background-color: #39b975 !important;
  }
  
  ul.menu-list {
    padding: 15px 0;
    margin: 0 0 20px 0;
    list-style-type: none;
    line-height: 16px;
    overflow: auto;
}

ul.menu-list li {
    color: #2557B4;
    font-family: Helvetica, Trebuchet MS;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 100px;
    height: 90px;
    border-radius: 5px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    margin-left: 22px;
    margin-top: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s;
    border: 1px solid #999;
    background-image:   -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),					
						-webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),					
						-webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
						
						-webkit-linear-gradient(-90deg, hsl(0,0%,78%)  0%, 
														hsl(0,0%,90%) 47%, 
														hsl(0,0%,78%) 53%,
														hsl(0,0%,70%)100%);
    background-image:   -moz-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),    				
						-moz-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),					
						-moz-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
						
						-moz-linear-gradient(-90deg, hsl(0,0%,78%)  0%, 
														hsl(0,0%,90%) 47%, 
														hsl(0,0%,78%) 53%,
														hsl(0,0%,70%)100%);
}

ul.menu-list li:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

ul.menu-list li a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    padding: 4px 0;
}

UL.menu-list LI a:hover {
    text-decoration: none;
}

li#add_your_site p {
    font-size: 32px;
    border: 3px solid #34A034;
    color: #34A034;
    border-radius: 34px;
    padding: 3px 4px 4px 5px;
    width: 20px;
    height: 22px;
    line-height: 18px;
    position: relative;
    left: 33px;
    top: 22px;
    background: #fff;
}

ul.menu-list li#add_your_site a {
    color: #A3EEA3;
}

.mailchimp {
	background-color: #007bff;
	background-size: cover;
	background-image: url(/assets/img/overlay.svg), linear-gradient(45deg, #007bff 0%, #006fe6 100%);
	color: #fff;
	padding: 5rem 0
}
.mailchimp h3 {
	font-weight: 700
}
.mailchimp p {
	font-size: 1.1rem;
	font-weight: 600
}
.mailchimp #mc_embed_signup .input-group .form-control {
	font-size: 1rem
}
.mailchimp #mc_embed_signup .input-group-append .btn {
	font-size: .8rem;
	font-weight: 800
}

/* This is the animation code. */
@keyframes example {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50%   { transform: rotate(0deg); }
    75%   { transform: rotate(-3deg); }
}

/* This is the element that we apply the animation to. */
li#add_your_site {
   animation-name: example;
   animation-duration: 0.4s;
   animation-timing-function: ease; /* ease is the default */
   animation-delay: 0s;             /* 0 is the default */
   animation-iteration-count: infinite;    /* 1 is the default */
   animation-direction: alternate;  /* normal is the default */
}
 ul.menu-list {
    padding: 15px 0;
    margin: 0 0 20px 0;
    list-style-type: none;
    line-height: 16px;
    overflow: auto;
}

ul.menu-list li {
    color: #2557B4;
    font-family: Helvetica, Trebuchet MS;
    font-size: 12px;
    padding: 5px;
    cursor: pointer;
    display: block;
    float: left;
    margin-right: 15px;
    margin-bottom: 20px;
    width: 100px;
    height: 90px;
    border-radius: 5px;
    position: relative;
    background: rgba(255, 255, 255, 0.7);
    margin-left: 22px;
    margin-top: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.4s;
    border: 1px solid #999;
    background-image:   -webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),					
						-webkit-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),					
						-webkit-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
						
						-webkit-linear-gradient(-90deg, hsl(0,0%,78%)  0%, 
														hsl(0,0%,90%) 47%, 
														hsl(0,0%,78%) 53%,
														hsl(0,0%,70%)100%);
    background-image:   -moz-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0)   6%, hsla(0,0%,100%, .1) 7.5%),    				
						-moz-repeating-linear-gradient(left, hsla(0,0%,  0%,0) 0%, hsla(0,0%,  0%,0)   4%, hsla(0,0%,  0%,.03) 4.5%),					
						-moz-repeating-linear-gradient(left, hsla(0,0%,100%,0) 0%, hsla(0,0%,100%,0) 1.2%, hsla(0,0%,100%,.15) 2.2%),
						
						-moz-linear-gradient(-90deg, hsl(0,0%,78%)  0%, 
														hsl(0,0%,90%) 47%, 
														hsl(0,0%,78%) 53%,
														hsl(0,0%,70%)100%);
}

ul.menu-list li:hover {
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}

ul.menu-list li a {
    position: absolute;
    bottom: 0px;
    left: 0px;
    color: white;
    text-align: center;
    font-weight: bold;
    text-shadow: 0px 0px 4px rgba(0, 0, 0, 0.8);
    width: 100%;
    display: block;
    background: rgba(0, 0, 0, 0.6);
    line-height: 12px;
    padding: 4px 0;
}

UL.menu-list LI a:hover {
    text-decoration: none;
}

li#add_your_site p {
    font-size: 32px;
    border: 3px solid #34A034;
    color: #34A034;
    border-radius: 34px;
    padding: 3px 4px 4px 5px;
    width: 20px;
    height: 22px;
    line-height: 18px;
    position: relative;
    left: 33px;
    top: 22px;
    background: #fff;
}

ul.menu-list li#add_your_site a {
    color: #A3EEA3;
}

/* This is the animation code. */
@keyframes example {
    0% { transform: rotate(0deg); }
    25% { transform: rotate(3deg); }
    50%   { transform: rotate(0deg); }
    75%   { transform: rotate(-3deg); }
}

/* This is the element that we apply the animation to. */
li#add_your_site {
   animation-name: example;
   animation-duration: 0.4s;
   animation-timing-function: ease; /* ease is the default */
   animation-delay: 0s;             /* 0 is the default */
   animation-iteration-count: infinite;    /* 1 is the default */
   animation-direction: alternate;  /* normal is the default */
}

.downArrow {
    display: flex;
    justify-content: center;
    top: 25vh;
}

#down {
    font-size: 2.5em;
    font-weight: bolder;
    color: black;
    opacity: 0.9;
    line-height: 0.5;
    border-radius: 5px;
    cursor: pointer;
    /* padding: 1px #343a40;
    padding-top: -10px; */
}

#down:hover {
    color: #dc3545;
    opacity: 0.8;
}

.bounce {
    position: relative;
    left: 50%;
    bottom: 0;
    margin-top: -25px;
    margin-left: -25px;
    height: 50px;
    width: 50px;
    -webkit-animation: bounce 1s infinite;
    -moz-animation: bounce 1s infinite;
    -o-animation: bounce 1s infinite;
    animation: bounce 1s infinite;
}

@-webkit-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@-moz-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@-o-keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}

@keyframes bounce {
    0% {
        bottom: 0px;
    }
    50% {
        bottom: 15px;
    }
    100% {
        bottom: 30;
    }
}


/* About section styles */

.hrStyle {
    width: 100px;
    border-top: 2px solid red;
    margin-top: 0px;
    margin-bottom: 30px;
}

.fontSymbolsAbout {
    font-size: 25px;
    margin-right: 10px;
    text-align: center;
}

.topGap {
    padding-top: 10rem;
}


/* Instructors section styles */

.card-img-top {
    height: 300px;
}


/* Testimonial section styles */

.revs {
    padding: 90px;
}

.carousel-indicators {
    margin: -20px;
}

.carousel-indicators li {
    border: 1px solid #ccc;
}

.carousel-indicators .active {
    background: red;
}


/* contact styles */

.fontSocial {
    font-size: 32px;
}




