/* If reused, please give credits / attribute to Yu-Teng, Su */
/*Home Stuff */

h1.header-title{
    padding-top: 20%;
    margin-bottom: 20%;
}

.first-card{
    margin-top: 15%;
    padding-bottom: 10%;
    background-color: #050A30;
    color: white;
}

.second-card{
    background-color: white; 
    color: black;
    height: 700px;
}


/* Styling Stuff */
p{
font-size: 1.5rem;
text-align: justify;
}

.banner{
width: 130%;
}

.stitle{
    color: darkblue;
    padding-top: 15%;
}

img.hp-photo{
    overflow: hidden;
    width: 100%;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
    pointer-events: none;
}

B{
    font-size: 1.8rem;
}

small{
font-size: 1rem;
}

h2{
    font-size: 3rem;
    padding-top: 10%;
}

h3{
    font-size: 2.3rem;
    padding-top: 5%;
    padding-bottom: 3%;
    color: darkred;
    text-align: left;
}

.mb-0, .footerp{
    font-size: 1rem;
    text-align-last: auto;
}

.video-container{
    padding-top: 10%;
    text-align-last: center;
    padding-bottom: 20%;

}

.video-controller{
    width: 60%;
    height: 270%;
}

body { padding-top: 56px; }
.left-aligned { margin-left: auto; }
.bg-dark { background-color: #343a40 !important; }
.bg-hero { background-color: #396381(63, 169, 230); }


img.team-img{
    display: block;
    max-width:302px;
     max-height: 270px;
     width: auto;
    height: auto;
    aspect-ratio: auto;
    object-fit: cover;
}


.main-cover{
	padding-top: 10%;
}



.navbar {
    background-color: #396381;
    padding: 1%;
    align-content: center;
}

.noselect {
	font-size: 110px;
	font-weight: bold;
	text-align: center;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.subtitle {
	text-align: center;
	font-weight: bold;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.navbar-nav .nav-link {
    font-size: 16px; 
    font-weight: bold; 
    color: #c8c1c1; 
}

/* header */
.main-header {
	height:30%;
	background: transparent no-repeat center;
	background-size: cover;
	background-attachment: fixed;
    margin-bottom: 15%;
}

.card{
    margin-bottom: 1.3rem;
    height: 480px;
}

.main-header .transbox {
	background-color:rgba(19,35,67,0.5);
	height:100%;
	width: 100%;

}

.main-header .header-title {
	display:block;

	color: #f5f5f5;/*a6b4d0;*/
	font-weight:900;
	font-size: 75px;
	font-family:'Open Sans';
	text-transform: uppercase;

	text-shadow: 5px 5px #132343;
	position: absolute; 
	height:fit-content;
	width:auto;
	max-width:90vw;
	margin:0;
	text-align:center;

	left: 50vw;
	top:35vh;
	transform:translate(-50%, -50%);
}

/* Animation */
@import url(https://fonts.googleapis.com/css?family=Khula:700);

.hidden {
  opacity:0;
}

/* Edit */

.console-container {
    font-family: Khula;
    font-size: 4rem;
    text-align: center;
    display: block;
    color: white;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.console-underscore {
   display:inline-block;
  position:relative;
  top:-0.14em;
  left:10px;
}





/* CALLOUT */

.bd-callout { padding:1.25rem; margin-top:1.25rem; margin-bottom:1.25rem; border:1px solid #e9ecef; border-left-width:.25rem; border-radius:.25rem }
.bd-callout h4 { margin-bottom:.25rem }
.bd-callout p:last-child { margin-bottom:0 }
.bd-callout code { border-radius:.25rem }
.bd-callout+.bd-callout { margin-top:-.25rem }
.bd-callout-info { border-left-color:#5bc0de }
.bd-callout-warning { border-left-color:#f0ad4e }
.bd-callout-danger { border-left-color:#d9534f }

/* footer */
footer a { color: rgb(255, 255, 255); font-weight: bold; text-decoration: none; }
footer a:hover { color: rgb(255, 255, 255); text-decoration: underline; }



/* Mobile Parts */
@media (max-width: 768px) {
    /* Adjust padding and font size for smaller screens */
    footer {
        padding: 10px 0;
        font-size: 8px;
    }
    
    /* Center align text for smaller screens */
    footer p {
        text-align: center;
    }
	    /* Adjust your styles for mobile screens here */
		body {
			padding-top: 20px; /* Example adjustment */
		}
	
		.navbar {
			padding: 2%; /* Example adjustment */
		}
	
		.header-title {
			font-size: 40px; /* Example adjustment */
		}
        iframe.video-controller {
            width: 100%;
            height: 120%;
        }
        .main-header .header-title{
            font-size: 2.6rem;
        }
        .second-card{
            height: 500px;
        }
}