* {margin:0; padding:0; font-family:'Montserrat',Helvetica,Trebuchet,Arial,sans-serif}

body {
	width: 100%;
	margin: 0px;
	background-image: url(../../img-742824-most-popular-openbsd-wallpaper-1920x1080_Black.webp);
	background-repeat: repeat-y no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}

.icons>a {
	text-decoration: none;
	color: rgba(255,215,0,0.75) /*darkgray*/;
}

.location>a {
	text-decoration: none;
	color: rgba(255,215,0,0.75) /*white*/;
}

.location:hover {
	box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
	-webkit-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
	-moz-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
}

.module-border-wrap {
	max-width:250px;
	padding:1rem;
	position:relative;
	background:linear-gradient(to right,red,purple);
	padding:3px;
}

.module {
	background:rgba(34,34,34,0.75) /*#222*/;
	color:white;
	padding:0.5rem /*2rem*/;
}

.with-conic-gradient {
	border-style:solid;
	border-width:10px;
	border-image:conic-gradient(red, yellow, lime, aqua, blue, magenta, red) 1;
}

.border {
	width:200px /*400px*/;
	border:3px solid transparent;
	border-image:linear-gradient(to right,green,lightgreen);
	/*border-image-slice:1;*/
	padding:0.5rem /*25px*/;
	border-radius:50%;
}

/*---------- Responsive Grid ---------------*/

@media screen and (min-width: 1001px) {
	.card {
		margin-left: 32%;
		margin-top: 2%;
		padding: 0px;
		background-image: linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -moz-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -o-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -ms-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,204,0,0.75)', endColorstr='rgba(128,0,0,0.75)',GradientType=1 );
		box-shadow: 0 4px 8px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-webkit-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-moz-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		transition: 0.3s;
		width: 35%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 20px solid rgba(255,215,0,0.75) /*white*/;
		/*background: linear-gradient(45deg, #F48ACE 0%, #493A97 100%);*/
		/*background: linear-gradient(45deg, rgba(244,138,206,0.5) 0%, rgba(73,58,151,0.5) 100%);*/
		border-radius: 50%;
		margin-top: 8%;
		margin-bottom: -15% !important;
		width: 30%;
	}
	.name {
		text-align: center;
		font-size: 2.8em;
		color: rgba(255,215,0,0.75) /*gainsboro*/;
		margin-top: 15%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: rgba(255,215,0,0.75) /*gainsboro*/;
		border: 0px;
	}
	.subtitle {
		text-align: center;
		font-size: 1.5em;
		color: rgba(255,215,0,0.90) /*darkgray*/;
	}
	.icons {
		font-size: 18px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: rgba(255,215,0,0.75) /*darkgray*/;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: rgba(255,215,0,0.75) /*white*/;
		font-size: 1.5em;
		display: block;
		background-color: rgba(128,0,0,0.75) /*cornflowerblue*/;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}

@media (min-width: 100px) and (max-width: 728px) and (orientation:portrait) {
	body {
		width: 100%;
		margin: 0px;
		background: url(../../img-742824-most-popular-openbsd-wallpaper-1920x1080_Black.webp) fixed no;
		overflow-x: hidden;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: rgba(255,215,0,0.75) /*gainsboro*/;
		border: 0px;
	}
	.card {
		margin-top: 10%;
		margin-left: 2%;
		margin-right: 0px;
		background-image: linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -moz-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -o-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -ms-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,204,0,0.75)', endColorstr='rgba(128,0,0,0.75)',GradientType=1 );
		box-shadow: 0 4px 8px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-webkit-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-moz-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		transition: 0.3s;
		width: 95%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 15px solid rgba(255,215,0,0.75) /*white*/;
		margin-bottom: -20% !important;
		border-radius: 50%;
		width: 33%;
	}
	.name {
		padding-right: 4px;
		padding-left: 4px;
		text-align: center;
		font-size: 2.5em;
		color: rgba(255,215,0,0.75) /*gainsboro*/;
		margin-top: 16%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	.subtitle {
		text-align: center;
		font-size: 1.2em;
		color: rgba(255,215,0,0.90) /*darkgray*/;
	}
	.icons {
		font-size: 11px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: rgba(255,215,0,0.75) /*darkgray*/;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: rgba(255,215,0,0.75) /*white*/;
		font-size: 0.8em;
		display: block;
		background-color: rgba(128,0,0,0.75) /*cornflowerblue*/;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}

@media (min-width: 100px) and (max-width: 728px) and (orientation:landscape) {
	body {
		width: 100%;
		margin: 0px;
		background: url(../../img-742824-most-popular-openbsd-wallpaper-1920x1080_Black.webp) fixed no;
		overflow-x: hidden;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: rgba(255,215,0,0.75) /*gainsboro*/;
		border: 0px;
	}
	.card {
		margin-top: 6%;
		margin-left: 9%;
		margin-right: 0px;
		background-image: linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -moz-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -o-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -ms-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,204,0,0.75)', endColorstr='rgba(128,0,0,0.75)',GradientType=1 );
		box-shadow: 0 4px 8px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-webkit-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-moz-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		transition: 0.3s;
		width: 80%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 15px solid rgba(255,215,0,0.75) /*white*/;
		margin-bottom: -15% !important;
		border-radius: 50%;
		width: 25%;
	}
	.name {
		padding-right: 4px;
		padding-left: 4px;
		text-align: center;
		font-size: 2.8em;
		color: rgba(255,215,0,0.75) /*gainsboro*/;
		margin-top: 16%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	.subtitle {
		text-align: center;
		font-size: 1.9em;
		color: rgba(255,215,0,0.90) /*darkgray*/;
	}
	.icons {
		font-size: 18px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: rgba(255,215,0,0.75) /*darkgray*/;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: rgba(255,215,0,0.75) /*white*/;
		font-size: 1.5em;
		display: block;
		background-color: rgba(128,0,0,0.75) /*cornflowerblue*/;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}

@media only screen and (min-width: 728px) and (max-width: 1000px) {
	body {
		width: 100%;
		margin: 0px;
		background: url(../../img-742824-most-popular-openbsd-wallpaper-1920x1080_Black.webp) fixed no;
		overflow-x: hidden;
	}
	hr {
		width: 93%;
		height: 2px;
		background-color: rgba(255,215,0,0.75) /*gainsboro*/;
		border: 0px;
	}
	.card {
		margin-top: 4%;
		margin-left: 13%;
		align-content: center;
		background-image: linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -moz-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -webkit-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -o-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		background-image: -ms-linear-gradient(45deg, rgba(255,204,0,0.75) 0%, rgba(0,51,0,0.75) 50%, rgba(128,0,0,0.75) 100%) /*white*/;
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255,204,0,0.75)', endColorstr='rgba(128,0,0,0.75)',GradientType=1 );
		box-shadow: 0 4px 8px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-webkit-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		-moz-box-shadow: 0 8px 16px 0 rgba(255,215,0,0.25) /*rgba(0,0,0,0.2)*/;
		transition: 0.3s;
		width: 75%;
		border-radius: 5px;
	}
	.card:hover {
		box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 1);
	}
	img {
		border: 15px solid rgba(255,215,0,0.75) /*white*/;
		margin-bottom: -18% !important;
		border-radius: 50%;
		width: 30%;
	}
	.name {
		text-align: center;
		font-size: 2.5em;
		color: rgba(255,215,0,0.75) /*gainsboro*/;
		margin-top: 16%;
		margin-bottom: auto;
		text-transform: capitalize;
	}
	.subtitle {
		text-align: center;
		font-size: 2em;
		color: rgba(255,215,0,0.90) /*darkgray*/;
	}
	.icons {
		font-size: 15px;
		text-align: center;
		margin-right: 0px;
		margin-left: 0px;
		color: rgba(255,215,0,0.75) /*darkgray*/;
		margin-bottom: 40px;
	}
	.location {
		text-align: center;
		color: rgba(255,215,0,0.75) /*white*/;
		font-size: 1.8em;
		display: block;
		background-color: rgba(128,0,0,0.75) /*cornflowerblue*/;
		padding: 10px;
		margin-left: 7%;
		margin-right: 7%;
		border-radius: 8px;
	}
}


/*---------- Responsive Grid Ends ---------------*/


/*---------- ICONS ---------------*/

.fa-stack:hover {
	transition: 0.9s;
	transform: rotate(360deg);
}

.fa-lg {
	margin-bottom: 20px;
}

.fa-twitter:hover {
	border-radius: 50%;
	color: white;
	background-color: #1da1f2;
}

.fa-facebook:hover {
	border-radius: 50%;
	color: white;
	background-color: #3b5998;
}

.fa-google-plus:hover {
	border-radius: 50%;
	color: white;
	background-color: #dd4b39;
}

.fa-github:hover {
	border-radius: 50%;
	color: white;
	background-color: black;
}

.fa-instagram:hover {
	border-radius: 50%;
	color: white;
	background-color: #5851db;
}


/*---------- ICONS ENDS---------------*/

footer {
	text-align: center;
	color: white;
	font-size: 1.2em
}
