@import url('https://fonts.googleapis.com/css2?family=Poppins&display=swap');

body {
	margin-top: 75px;
/*}*/
/*.container {*/
	/* Font & Text */
	font-family: Poppins, "Nunito Sans", Montserrat, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 27px;
	text-decoration: none solid rgb(51, 51, 51);
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	color: #ffffff;
	background: -webkit-gradient(linear,left top,right bottom,from(#6d327c),color-stop(#485DA6),color-stop(#00a1ba),color-stop(#01b18e),to(#32b37b));
	background: -o-linear-gradient(left top,#6d327c,#485DA6,#00a1ba,#01b18e,#32b37b);
	background: linear-gradient(to right bottom,#6d327c,#485DA6,#00a1ba,#01b18e,#32b37b);


}
.navbar-inverse{
	/*background-color: #E95420;*/
	/*background-image: linear-gradient(to bottom, #E95420 0, #a95420 100%);*/
	/*background-image: linear-gradient(to bottom, #E95420 0, #E84E89 100%);*/
	/*background-color: #772953;*/
	/*background-color: #169CB2;*/
	/*background-image: linear-gradient(to bottom, #169CB2 0, #369CB2 100%);*/
	/*background: linear-gradient(to right bottom,#32b37b,#00a1ba,#485DA6,#01b18e, #6d327c);*/
	background: linear-gradient(to right bottom, #6d327c, #485DA6, #00a1ba, #01b18e, #32b37b) repeat-x;
}
/*.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {*/
/*	border-color: #6d327c;*/
/*}*/
.navbar-inverse {
	border-color: transparent;
}
.col-md-4, .well{
	color: rgb(51, 51, 51);
	border-radius: 10px;
}
a{
	color: #E84E89;
}
::selection{
	background: #E84E89;
	color: white;
	text-shadow: none;
}
footer {
	margin: 10px 0;
}

#comments, #comments li {
    margin: 0;
    padding: 0;
}

#comments li {
    list-style: none;
}
        
.photo {
	margin-bottom: 10px;
}

.social-buttons button {
	margin-top: 5px;
}

a.logo-link {
	display: inline-block;
    margin-right: 10px;
    margin-top: 2px;
}


/* Media Queries */
@media (min-width: 768px) {
	.group2 {
		text-align: right;
	}
}
#modelID{
	background-color: rgb(255, 255, 255);
	padding: 15px;
	border-radius: 15px;
	color: rgb(51, 51, 51);
	margin: 10px;
}
img{
	border-radius: 15px;
}

#singleArticleID{
	font-family: Poppins, "Nunito Sans", Montserrat, sans-serif;
	font-size: 15px;
	padding: 40px;
	border-radius: 15px;
	letter-spacing: 0.3px;
	line-height: 27px;
	text-decoration: none solid rgb(51, 51, 51);
	text-align: start;

	/* Color & Background */
	background-attachment: scroll;
	background-color: rgb(255, 255, 255);
	background-position: 0% 0%;
	background-repeat: repeat;
	color: rgb(51, 51, 51);

	box-shadow: rgba(0, 0, 0, 0.15) 0px 0px 6px 0px;

}

h2 {
	color: #1e8ad6;
	border-bottom: 1px solid #D8D8D8;
	border-top: 1px solid #D8D8D8;
	/* Font & Text */
	font-family: Montserrat, sans-serif;
	font-size: 28px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 39.2px;
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;

	/* Color & Background */
	background-color: rgba(0, 0, 0, 0);

}

#modelTitleID {
	border-bottom: 1px solid #D8D8D8;
	border-top: 0px solid #D8D8D8;
	/* Font & Text */
	font-weight: 700;
	text-align: start;

	/* Color & Background */
	/*background-color: rgba(0, 0, 0, 0);*/
	/*background-image: linear-gradient(to bottom, #F7F7F7 0, #F5F7F7 100%);*/

}


h3 {
	/* Font & Text */
	font-family: Montserrat, sans-serif;
	font-size: 24px;
	font-style: normal;
	font-variant: normal;
	font-weight: 700;
	letter-spacing: 0.3px;
	line-height: 36px;
	text-decoration: none solid rgb(34, 34, 34);
	text-align: start;
	text-indent: 0px;
	text-transform: none;
	vertical-align: baseline;
	white-space: normal;
	word-spacing: 0px;
	color: rgb(34, 34, 34);
}


p>code,li>code {
	/* Font & Text */
	font-family: Monaco, monospace;
	font-size: 16px;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	letter-spacing: 0.3px;
	line-height: 32px;
	text-decoration: none solid rgb(85, 85, 85);

	/* Color & Background */
	background-color: rgb(249, 249, 249);
	color: rgb(85, 85, 85);

	border: 1px solid rgb(221, 221, 221);
	margin: 0px 1px;
	padding: 3px 8px;
	border-radius: 3px;
}


pre {
	padding: 16px;
	overflow: auto;
	font-size: 85%;
	line-height: 1.45;
	border-radius: 6px;
}
.panel-primary{
	/*color:#fbffdf;*/
	/*border-color:#efefc2;*/
	/*border-top-left-radius: 10px;*/
	/*border-top-right-radius: 10px;*/
	border-radius: 15px;
	padding-bottom: 15px;
}
.panel-primary>.panel-heading{
	/*color:#fbffdf;*/
	color: rgb(85, 85, 85);
	/*border-color:#efefc2;*/
	border-radius: 15px;
	background-image: -webkit-linear-gradient(top, #F7F7F7 0, #F5F7F7 100%);
	background-image: linear-gradient(to bottom, #F7F7F7 0, #F5F7F7 100%);
	background-repeat: repeat-x;
}

.btn-primary{
	background: #E84E89;
	color: white;
	border-radius: 15px;
}
#categoryID{
	/*background: #00a1ba;*/
	/*color: white;*/
	background-image: linear-gradient(to bottom, #F7F7F7 0, #F5F7F7 100%);
	border: 1px solid #00a1ba;
	border-radius: 10px;
	padding: 5px;
}
.pager li>a {
	background-color: #E84E89;
	border-radius: 15px;
}

th{
	background-image: linear-gradient(to bottom, #F7F7F7 0, #F5F7F7 100%);
}
table, td, th {
	border: 1px solid #ddd;
	padding: 8px;
	text-align: center;
	vertical-align: middle;
}
table{
	max-width: 100%;
}