
@import url("/css/stylesheet.css");


body {
  flex: 1;
	flex-direction: column;
	 min-height: 100vh;
}


body,
html {
    margin: 0;
    padding: 0;
	background-color: rgba(0,0,0,1);
    background-size: cover;
}

header,
body,
footer {
  margin: 0;
  display: block;
}

header {
  height: 80px;
  background-color: rgba(0,0,0,1);
}

footer {
    width: 100%;
    height: 40px;
    background: black;
	text-align: center;
	color: grey;
	padding: 10px 10px 0px 10px;
	margin-top: auto;
}

.spacer {
	flex: 1;
}


.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}



.container-fluid .container .navbar.fixed-top.navbar-expand-xlg.bg-dark.navbar-dark {
    background-image: linear-gradient(180deg,rgba(0,0,0,1.00) 0%,rgba(0,0,0,1.00) 89%,rgba(239,29,179,1.00) 97%,rgba(255,31,191,1.00) 98%,rgba(255,255,255,1.00) 100%);
	min-height: 80px;
	border-bottom: thin solid rgba(255,255,255,1.00);
    background-color: rgba(0,0,0,0.00);
    box-shadow: 0px 0px 5px 5px rgba(255,31,191,0.85);
	
}

.Logoimg {
	position: absolute;
	top: 10px;
	left: 10px;
	justify-content: space-between;
	width: auto;
    height: auto;
    max-width: 50px;
    border-radius: 50%;
    max-height: 50px;
    border-color: #FF1FBF;
    border-width: medium;
    box-shadow: 0px 0px 10px 2px #FF1FBF;
}

.Logotxt {
	position: absolute;
/*	top: 5px;*/
	left: 75px;
	max-height: 64px;
	max-width: 325px;
    	background-color: rgba(0,0,0,0.00);
	display: inline-block;
}


.container {
	min-width: 100%;
	min-height: 100%;
		
}

.outerboxborder {
    border: thin solid rgba(255,255,255,1.00);
    border-radius: 45px;
    background-color: rgba(0,0,0,0.00);
    box-shadow: 0px 0px 5px 5px rgba(255,31,191,0.85);
	max-width: 80%;
	margin-right: auto;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	min-height: 100%;
	margin-top: 60px;
	margin-bottom: 60px;

	
}

.TextboxHeader {
    max-width: 250px;
    margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
    display: block;
}

.TextboxHeader1 {
    max-width: 250px;
    margin-top: 8px;
	margin-left: auto;
	margin-right: auto;
    display: block;
}

.TextboxText1 {
    color: rgba(255,255,255,1.00);
    font-style: italic;
    text-align: center;
    font-family: "Harlow1" !important;
	
}

.container .row .col-xl-4{
	display: inline-flex;
	flex-wrap: nowrap;
}

.abimage1 {
    width: 100%;
	height: auto;
	border: thin solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,31,191,85);
    box-shadow: 0px 0px 5px 5px rgba(255,31,191,0.75);
    background-color: rgba(0,0,0,0.00);
	margin: auto;
		
}

.abimage2 {
	width: 100%;
	height: auto;
	border: thin solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,31,191,85);
    box-shadow: 0px 0px 5px 5px rgba(255,31,191,0.75);
    background-color: rgba(0,0,0,0.00);
	margin: auto;
	
}

.abimage3 {
	width: 100%;
	height: auto;
	border: thin solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,31,191,85);
    box-shadow: 0px 0px 5px 5px rgba(255,31,191,0.75);
    background-color: rgba(0,0,0,0.00);
	margin: auto;
		}

.abimage4 {
	max-width: 100%;
	height: auto;
	border: thin solid rgba(255,255,255,1.00);
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 5px 5px rgba(255,31,191,85);
    box-shadow: 0px 0px 5px 5px rgba(255,31,191,0.75);
    background-color: rgba(0,0,0,0.00);
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
		}



.linkgroups {
	align-items: center;
	text-align: center;
	display: flex;
	flex-direction: row;
	position: relative;
	text-decoration: none;
	font-size: 14pt;
}

.linkgroups a {
	text-decoration: none;
}

.linktextclean {
	text-transform: none;
	text-decoration: none;
}


.iconlist {
	display: flex;
	flex-direction: column;
	text-decoration: none;
	justify-content: center;
	text-justify: auto;
	list-style-type: none;

}

.icon-groups a {
	color: white;
}
.icon-groups a:hover {
	color: rgba(255,31,191,1);
}
.icon-groups a:focus {
	color: rgba(255,31,191,1);
}

.social-icons {
    color: rgba(255,31,191,1.00);
	justify-content: space-around;
	text-decoration: none;
	
}





.navbar-toggler {
    width: 30px;
    height: 30px;
    position: relative;
    transition: .5s ease-in-out;
	margin-right: 20px;
}

.navbar-toggler,
.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
    border: 0;
    position: relative;
}

.navbar-toggler span {
    margin: 0;
    padding: 0;
}

.toggler-icon {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
	background-image: linear-gradient(90deg,rgba(255,31,191,1.00) 0%,rgba(255,255,255,1.00) 47.67%,rgba(255,31,191,1.00) 100%);
	border: thin solid rgba(255,255,255,.50);
    box-shadow: 0px 0px 1px 2px rgba(255,31,191,0.85);
}

.middle-bar {
    margin-top: 0px;
}


/* State when the navbar is collapsed */

.navbar-toggler.collapsed .top-bar {
    position: absolute;
    top: 0px;
    transform: rotate(0deg);
}

.navbar-toggler.collapsed .middle-bar {
    opacity: 1;
    position: absolute;
    top: 10px;
    filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
    position: absolute;
    top: 20px;
    transform: rotate(0deg);
}

/* when navigation is clicked */

.navbar-toggler .top-bar {
    top: 30px;
    transform: rotate(135deg);
}

.navbar-toggler .middle-bar {
    opacity: 0;
    top: 30px;
    filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
    top: 30px;
    transform: rotate(-135deg);
}

/* Color of 3 lines */

.navbar-toggler.collapsed .toggler-icon {
    background-position: 10%;
    background-image: linear-gradient(90deg,rgba(255,31,191,1.00) 0%,rgba(255,255,255,1.00) 47.67%,rgba(255,31,191,1.00) 100%);
	border: thin solid rgba(255,255,255,.50);
    box-shadow: 0px 0px 1px 2px rgba(255,31,191,0.85);
}
/*background: linear-gradient( 263deg, rgba(252,74,74,1) 10%, rgba(0,212,255,1) 100%, rgba(252,74,74,1) 0% );*/

.aboutlink {
margin-top: 20px;
}

.navbar-nav {
/*
	margin-right: auto;
	text-align: right;
*/
	width: auto;
    height: auto;
	text-align: right;
	margin-right: 30px;
/*	color: #f2f2f2;*/
  	text-decoration: none;
/*  	font-size: 17px;*/
}


#navbarSupportedContent1 a:link {
	color: white;
}
#navbarSupportedContent1 a:hover {
	color: rgba(255,31,191,1);
}
#navbarSupportedContent1 a:focus {
	color: rgba(255,31,191,1);
}
.activePage a {
	color: rgba(255,31,191,1) !important;
}


/*Mobile Device Format*/
@media (max-width: 480px){
	
.Logoimg {
	display: none;
	height: 0;
	width: 0;
}


	
.Logotxt {
/*	padding-left: -20px;*/
	margin-right: 100px;
	position: absolute;
	left: 20px;
/*	top: 10px;*/
	display: inline;
	max-width: 220px;
}

footer {
    font-size: 0.6em;
        }

.col-xl-4 {
	margin-top: 20px;		
}

.abimage1 {
    max-width: 75%;
}

.abimage2 {
	max-width: 75%;
}

.abimage3 {
	max-width: 75%;
}
	
.abimage4 {
	max-width: 75%;
}
	
}


/*Tablet Format*/
@media (min-width: 481px) and (max-width: 949px){

footer {
    font-size: 0.8em;
        }
	
.container .row {
	flex-wrap: nowrap;
}

.abimage1 {
    max-width: 130px;	
}

.abimage2 {
	max-width: 130px;
}

.abimage3 {
	max-width: 130px;
}

.abimage4 {
	max-width: 160px;
}

.linkgroups {
	display: block;
	font-size: 12pt;
	
	}
	
}


/*Desktop Format*/
@media (min-width: 950px) and (max-width: 3000px){

	
.container .row {
	flex-wrap: nowrap;
}

.abimage1 {
    max-width: 130px;	
}

.abimage2 {
	max-width: 130px;
}

.abimage3 {
	max-width: 130px;
}

.abimage4 {
	max-width: 190px;
}

}
