/*Importing Fonts*/

@font-face {
    font-family: DIN-Next;
    src: url(Fonts/DIN\ Next\ W01\ Regular.otf);
}

@font-face {
    font-family: Open-Sans;
    src: url(Fonts/OpenSans-Light.ttf);
}

@font-face {
    font-family: Playfair-Italic;
    src: url(Fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf);
}

@font-face {
    font-family: Playfiar-Plain;
    src: url(Fonts/PlayfairDisplay-VariableFont_wght.ttf);
}





/*Margin Removal*/
body {
    margin: 0px;
}





/*Header*/

.Header{
    background-color: #008c8a;
    text-align: center;
    height: 100px;
}

.Header h1{
    margin: 0px 100px 0px 0px;
    padding: 20px 0px 20px 0px;
}

h1 {
    color: #ffffff;
    font-family: DIN-Next;
    font-size: 60px;
    font-weight: 400;
    margin: 0px;
}

.Header img {
    float: left;
    height: 75px;
    padding: 12.5px 12.5px 0px 12.5px;
}







/*Navbar*/

.Navbar {
    background-color: #00797b;
    position: sticky;
    z-index: 1;
    top: 0px;
}

.Navbar ul {
    list-style-type: none;
    margin: auto;
    width: 716px;
    padding: 0px;
}

.Navbar li {
    display: inline-block;
    text-align: center;
    padding: 12.5px 0px 12.5px 0px;
    width: 140px;
}

.Navbar li:hover{
    background-color: #008a8c;
}

.Active {
    border-bottom: #ffffff 2px solid;
}

a {
    text-decoration: none;
    color: #ffffff;
    font-family: DIN-Next;
}







/*Footer*/

.Footer {
    background-color: #00797b;
    height: 100px;
}

.Footer ul {
    list-style-type: none;
    color: #ffffff;
    padding: 25px 15px 15px 15px;
    font-family: DIN-Next;
}







/*Banner*/

.Feature {
    width: auto;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin: auto;
    text-align: center;
}

.Feature .Text {
    margin: auto;
    padding: 200px 0px 200px 0px;
    color: #ffffff;
}

h3 {
    margin: 5px;
    font-size: 68px;
    font-weight: 200;
    font-family: Playfair-Italic;
    letter-spacing: 1.5px;
}

h4 {
    font-family: Playfair-Plain;
    font-weight: 100;
    font-size: 56px;
    margin: 5px;
}



/*Banner Images*/
#HomeIMG {
    background-image: url(Images/Flag2.jpg);
}

#FacultyIMG {
    background-image: url(Images/HCBanner.png);
}

#LoaderIMG {
    background-image: url(Images/LoaderBanner.png);
}






/*Paragraph*/

.Content {
    width: 750px;
    padding: 25px;
    margin: auto;
}

.Content img {
    width: 200px;
}

.Content .Left {
    float: left;
    padding: 0px 50px 0px 0px;
}

.Content .Right {
    float: right;
    margin: 20px 0px 20px 50px;
    width: 250px;
}

h2 {
    margin: 10px 0px 10px 0px;
    font-family: DIN-Next;
    font-weight: 400;
    font-size: 36px;
}

p {
    font-family: Open-Sans;
    font-size: 14px;
    margin: 0px;
}







/*Image and 360 Gallery Navigation and Framing*/

.Gallery {
    margin: auto;
    height: 625px;
}

.Slide {
    width: 100%;
}

iframe {
    border: none;
    width: 100%;
    height: 600px;
}


/*Arrows*/
.ArrowNav {
    padding: 0px;
    position: absolute;
    left: 0px;
    top: 350px;
    width: 100%;
    height: 0px;
}

.Arrows {
    background-color: transparent;
    border: none;
    padding: 0px;
}

.ArrowNav .Right {
    float: right;
    padding-right: 25px;
}

.ArrowNav .Left {
    float: left;
    padding-left: 25px;
}

.Arrows img {
    height: 100px;
}


/*Buttons*/
.ButtonBar {
    position: absolute;
    left: 557.5px;
    top: 715px;
    height: 60px;
    width: 235px;
    padding: 5px 10px 5px 10px;
    border-radius: 30px;
    background-color: #ffffff;
}

.Dot {
    border-radius: 50%;
    height: 20px;
    width: 20px;
    border: none;
    background-color: #004058;
    margin: 1px 5px 1px 5px;
}

.ButtonActive {
    background-color: #00797b;
}







/*Form Page Styling*/

.container {
    max-width: 400px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

#contact {
    padding: 15px 25px;
    margin: 60px 0;
    background-color: #00797b;
    box-shadow: -7px -7px 17px rgb(243, 243, 243), 7px 7px 17px rgb(128, 128, 128);
    border-radius: 10px;
}
  
fieldset {
    border: medium none !important;
    margin: 0 0 10px;
    padding: 0;
}

#contact h2 {
    color: #ffffff;
}

#contact input,
#contact textarea {
    width: 338px;
    border: 1px solid #ffffff;
    border-radius: 5px;
    background: #ffffff;
    margin: 0 0 5px;
    padding: 5px;
    font-family: DIN-Next;
    font-size: 18px;
}

#contact textarea {
    height: 90px;
}

#contact button {
    cursor: pointer;
    width: 100%;
    border: none;
    background: #2f3b41;
    color: #FFF;
    padding: 10px;
    border-radius: 5px;
    font-family: DIN-Next;
    font-size: 18px;
}
  
#contact input:focus,
#contact textarea:focus {
    outline: 0;
    border: 1px solid #ffffff;
}







/*Loader*/

.LoadContainer {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -25%);
	width: 150px;
	height: 150px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ffffff;
	border-radius: 50%;
}

.Loader {
	height: 50%;
	width: 50%;
	position: relative;
	transform-style: preserve-3d;
	perspective: 1000px;
}

.Loader .Line {
	position: absolute;
	height: 100%;
	width: 100%;
	border-radius: 50%;
	border-top: 5px solid #005573;
}

.Loader .Line-1 {
	transform: rotateY(60deg) rotateX(30deg);
	animation: Spin-1 800ms linear infinite;
}

.Loader .Line-2 {
	transform: rotateY(60deg) rotateX(-30deg);
	animation: Spin-2 800ms linear infinite;
	animation-delay: 400ms;
}

@keyframes Spin-1 {
	to {
		transform: rotateY(60deg) rotateX(30deg) rotate(360deg);
	}
}

@keyframes Spin-2 {
	to {
		transform: rotateY(60deg) rotateX(-30deg) rotate(360deg);
	}
}