a {
	color: black;
	transition: color 1s;
}
.btn-outline-secondary {
	height: 100%;
}
.input-group {
	margin: 0px;
	height: 100%;
}
#blogSearchBox {
	margin-right: 5px;
}
#blogNav {
	height: 500px;
	border: solid 2px rgb(225, 225, 225);
	border-radius: 5px;
}
#blogSearch {
	height: 50px;
}
#blogBody {
	height: 500px;
}
#blogFeed {
	height: 440px;
	border: solid 2px rgb(225, 225, 225);
	border-radius: 5px;
	margin-top: 10px;
}
#dropdownMenuButton {
	    font-size: 22px;
    font-weight: 500;
	    color: rgba(225,225,225,.5);
    background-color: #292929;
    border-color: #292929;
}
#password {
	    position: absolute;
    right: 0px;
}
#loginBtn {
	margin: 0px auto;
	width: 100%;
}
.dropdown-menu {
	right: 0px;
	left: unset;
	padding: 10px;
}
#loginBtn {
	color: white;
}
#loginPartial {
	padding: 10px;
	border-radius: 5px;
	background-color: rgb(200,200,200);
	overflow: hidden;
	max-height: 0px;
	transition: max-height, 1s;
	    position: fixed;
    top: 100px;
    right: 50px;
}
#reg {
	margin: 10px 0px 0px 0px;
	text-align: center;
}
#loginPartial:hover {
	max-height: 100px;
}
.fa-5x {
	font-size: 20em !important;
}
#scrollTop{
	position: fixed;
    bottom: 25px;
    right: 25px;
	background-color: rgb(200,200,200);
	border-radius: 15px;
	box-shadow: 3px 3px 5px #000;
	border: 2px solid #333;
	padding: 5px;
	display: none;
}
#scrollTop:hover {
	cursor: pointer;
}
.serviceArticle {
	min-height: 500px;
	border: 2px solid rgba(75, 75, 75, .8);
	padding: 15px;
	margin: 10px 0px;
	border-radius: 5px;
	box-shadow: 10px 10px 5px #888888;
	background-color: rgb(245,245,245);
}
.serviceArticle h3 {
	text-align: center;
}
.serviceArticle > div {
	border-bottom: 1px solid grey;
}
#DesktopService {

}
#MalwareService {

}
#WebsiteService {

}
#PhoneService {

}
.bodyContent {
	padding: 120px 0px;
}
.ServicesMain {
	text-align: center;
}
.SB {
	border-radius: 5px;
	min-height: 330px;
	border: 2px solid rgb(225,225,225);
	padding: 5px;
	transition: background-color 1s, box-shadow 1s;
	box-shadow: 0px 0px 5px #888888;
	background-color: rgb(245,245,245);
}
.SB:hover {
	cursor: pointer;
	background-color: #ffeaaa;
	box-shadow: 5px 5px 5px #888888;
}
.SB:hover a {
	color: #1c1c35;
	text-decoration: underline;
}
footer {
	text-align: center;
	background-color: rgb(50,50,50);
	height: 50px;
	padding: 10px;
}
#footerText {
	width: 100%;
	color: white;
}
#messageRecieved:active {
	position: relative;
	top: 2px;
}
#messageRecieved:hover {
	cursor: pointer;
}
#submittedMessage {
	color: white;
	text-align: center;
	font-size: 20px;
}
#submittedMessage > span {
	padding: 10px;
	background-color: rgba(0,0,0,.9);
	border: 2px solid white;
	border-radius: 5px;
	display: block;
	margin: 50px;
}
#formSent {
	background-color: rgba(0,0,0,.5);
	position: absolute;
    width: 100%;
    height: 100%;
    margin-left: -15px;
    margin-top: -25px;
    z-index: 5;
	display: none;
	padding-top: 20%;
}

#formSubmit {
	background: #1b1b1b;
	border: none;
width: 100%;
padding: 10px;
color: white;
}

.submitHolder {
	width: 100%;
}
.navbar-toggle span {
	color: white;
}
.collasped {
	border: 2px solid white !important;
}
.contactTitleText {
	font-size: 34px;
	color: #375fbd;
}
.contactTitleLabel {
	font-size: 38px;
	font-weight: 600;
	margin-bottom: 50px;
}
.contactHeader {
	text-align: center;
}
.Form {
	text-align: center;
	padding: 25px;
    background-color: #1b1b1b;
    width: 40%;
    margin: 0 auto;
	border: 2px solid black;
	border-radius: 5px;
}
.contactSubmit {
	display: block;
	padding: 10px;
	color: white;
	font-size: 20px;
	background-color: #1b1b1b;
	border: 2px solid;
	border-radius: 5px;
}
.contactSubmit > #formSubmit:hover, .contactSubmit:hover {
	cursor: pointer;
}
.contactSubmit:active {
	position: relative;
	top: 2px;
}
.ContactBody {
	display: inline-block;
	color: white;
	width: 100%;
}
.contactFeilds {
	display: inline-block;
	vertical-align: top;
}
.contactmessage {
	background: transparent;
	border-radius: 5px;
	height: 200px;
}
.feild {
	display: block;
	padding: 15px 5px;
	border-radius: 5px;
	margin-bottom: 20px;
	background: transparent;
	color: white;
	border: 2px solid;
}
.ContactMe {
	padding: 25px;
	background-color: rgb(225,225,225);
}
#sercvicesList > li > span {
	padding: 5px;
}
#sercvicesList > li > span:hover {
	cursor: pointer;
}
ul {
	list-style: none;
	padding: unset;
}
.ServicesHeader {
	text-align: center;
}
.SegmentHeader {
	text-align: center;
	padding: 25px 10px;
}
#sercvicesList {
	list-style: none;
	padding: 10px;
}
.infoList {
	list-style: none;
	margin: unset;
	padding: 20px 0px;
}
.faIcon {
	padding: 10px;
	border-radius: 25px;
	background-color: rgb(225,225,225);
	display: block;
}
.InfoHeader {
	font-size: 1.4em;
	color: #333;
	border-bottom: 2px solid rgb(225,225,225);
}
.InfoHeader span {
	display: block;
}

.navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
	color: white;
}
#sercvicesList {
	    border: 1px solid rgba(0,0,0,.15);
}
#serviceDropdown {
	transition: display 1s, max-height 1s ease;
	overflow: hidden;
    max-height: 0;
	border-radius: 0px 0px 5px 5px;
	box-shadow: 0 6px 12px rgba(0,0,0,.175);
	position: absolute;
	z-index: 1500;
	background-color: white;
}
#test {
	background-image: url(../Assets/background3.png);
	background-size: cover;
	background-attachment: fixed;
}
body {
	height: 100%;
	background-color: white;
	background-attachment: fixed;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

#Top-Header {
	position: fixed;
	width: 100%;
	z-index: 5;
	transition: background-color 1s, padding-top 1s, padding-bottom 1s;
	padding-top: 5px;
	padding-bottom: 5px;
	 background-color: rgba(17,17,17,.9);
}
.nav-link:focus {
	background-color: lightgrey;
    border-radius: 5px;
}
#services:hover > #serviceDropdown {
	display: block;
	max-height: 500px;
	
}
.drop {
	text-align: center;
	
}
.nav-bar {
	background-color: #f5f5f5;
}
.nav-link {
	font-size: 20px;
	text-decoration: none;
}


#Sections {
	padding-left: 0px;
}

.SloganWrapper {
	margin-top: 150px;
	text-align: center;
}
.SloganWrapper > span {
	font-size: 1.5em;
}
.SloganBox {
	padding: 25px 40px 25px 40px;
	text-align: center;
	box-shadow: 0 0 0 2px #000000 inset;
	transition: background-color 1s, box-shadow 1s;
	background-color: rgb(255,255,255)
}
.SloganBox > #BrandSlogan {
	transition: color 1s;
}

.SloganBox:hover {
	cursor: pointer;
	background-color: rgb(225,225,225);
	box-shadow: 0 0 0 2px #111111 inset;
	color: grey;
}

.SloganBox:hover > #BrandSlogan {
	color: grey;
}

#BrandSlogan {
	font-size: 26px;
	color: #333;;
	transition: color 1s;
}
.BrandRow {
	display: block;
}

#Blob {
	padding: 50px 0px;
}

#service {
	background-color: rgb(240,240,240);
	padding: 15px;
	/* background-image: url(../Assets/background2.jpg);
	background-size: cover;
	background-attachment: fixed; */
}

#pricing {
	background-color: rgb(235, 235, 235);
	padding: 15px;
	/* background-image: url(../Assets/background4.jpg);
	background-size: cover;
	background-attachment: fixed; */
}

#about {
	background-color: rgb(230,230,230);
	padding: 15px;
	/* background-image: url(../Assets/Untitled.png);
	background-size: cover;
	background-attachment: fixed; */
}

.ServiceInfo {
	text-align: center;
	padding: 5px 5px;
}

.InfoWrapper {
	border-radius: 5px;
	min-height: 300px;
	border: 2px solid rgb(225,225,225);
	padding: 5px;
}
.navbar-brand {
	font-size: 28px;
}
#navbar {
	padding: 1rem;
	transition: padding 1s;
}
@media (max-width: 768px) {
	.drop {
		border-top: solid;
		border-color: white;
		background-color: rgb(0,0,0);
    }
	.ServiceInfo {
		padding: 0px;
	}
	.row {
		margin: 0px;
	}
	#Contact {
		padding: 0px;
	}
	#Contact > .container {
		padding: 0px;
	}
	#contactForm {
		width: 100%;
		padding: 0px;
	}
}

