[Screen and [
(orientation:landscape) and 
(min-width:1920px) and 
(max-width:100vw) and 
(width:100vw)]

/*---------------------------
/* Body 
---------------------------*/

body {
  overflow-x: hidden;
  font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: .5rem;
  font-size: 16px;
  font-weight: 300;
  color: #888;
  background-color: #fff;
  padding-top:75px;
}

/* Generic styles */
html {
  scroll-behavior: smooth;
}

object {
	width: 100%;
	visibility: visible;
}

p {
    line-height: 1.5;
    margin: 30px 0;
}

p a {
    text-decoration: underline

}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Roboto', sans-serif;
    font-weight: 800;
}

a {
    color: #404040
}
a:hover,
a:focus {
    color: #f8be12
}

blockquote {
    color: #808080;
    font-style: italic;
}

hr.small {
    max-width: 100px;
    margin: 10px auto;
    border-width: 1px;
    border-color: white;
}

.text-muted {
    color: #777;
}

.text-muted-hint {
	font-size: 11px;
	color: #666;
	/* [disabled]line-height: 34px; */
	background-color: #FFF9DD;
	margin-right: auto;
	margin-left: auto;
	text-indent: 11pt;
	padding-top: 4px;
	padding-bottom: 4px;
}


.text-primary {
    color: #fed136;
}

p {
    font-size: 14px;
    line-height: 1.75;
}

p.large {
    font-size: 16px;
}

a,
a:hover,
a:focus,
a:active,
a.active {
    outline: 0;
}

a {
    color: #fed136;
}

a:hover,
a:focus,
a:active,
a.active {
    color: #fec503;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 700;
}

.img { 
	show;
}
.img-centered {
    margin: 0 auto;
}

hr.small {
    max-width: 100px;
    margin: 10px auto;
    border-width: 1px;
    border-color: white;
}
/*---------------------------
/* Navigation Section
---------------------------*/

.navbar-custom {
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 3;
    font-family: 'Roboto', sans-serif;
    border:0;
    border-radius: 0;
	background: #800000;
}
.navbar-custom .navbar-brand {
    font-weight: 800;
	float: left;
}
.navbar-custom .nav > li > a {
    font-size: 16px;
    font-weight: 400;
    color: white;
	letter-spacing: 1px;
    border-bottom: 1px solid transparent;
	position: centered;
}

.navbar-custom .nav > li.active > a {
    color: #f8be12;
    border-color: transparent;
}

.fixed-top {
	margin-top: 3%;
}

.navbar-default {
	background: none;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
    background-color: transparent
}

.navbar .transparent .navbar-inverse .navbar-inner {
   background: rgba(0,0,0,0.4);
}

@media only screen and (min-width: 375px) {
    .navbar-custom {
        background: transparent;
        border-bottom: 1px solid transparent;
    }
    .navbar-custom .navbar-brand {
        color: white;
        padding: 20px;
    }
    .navbar-custom .navbar-brand:hover,
    .navbar-custom .navbar-brand:focus {
        color: rgba(255, 255, 255, 0.8)
    }
    .navbar-custom .nav > li > a {
        color: white;
        padding: 20px;
        font-weight: 300;
    }
    .navbar-custom .nav > li.active > a {
        color: #fff;
        border-color: #fff;
    }
    .navbar-custom .nav > li.active > a:hover {
        color: #fff;
        opacity: .85;
    }
    .navbar-custom .nav > li > form {
        padding: 12px;
    }
    .navbar-custom .nav > li > form > select {
        background:transparent;
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='white'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: center right;
        padding:6px 22px 6px 12px;
        border:1px solid #FFF;
        color:#FFF;
        border-radius: 0;
        -moz-appearance: none;
        -webkit-appearance: none;
    }
    .navbar-custom .nav > li > form > select:focus {
        box-shadow: none;
    }
    .navbar-custom .nav > li > form > select > option {
        color: initial;    
    }
    .navbar-custom .nav > li > a:hover,
    .navbar-custom .nav > li > a:focus {
        color: rgba(255, 255, 255, 0.8);
        background-color: transparent;
    }
}
@media only screen and (min-width: 1024px) {
    .navbar-custom {
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
    }
    .navbar-custom.is-fixed {
        position: fixed;
        background-color: rgba(255, 255, 255, 0.9);
        border-bottom: 1px solid #f2f2f2;
    }
    .navbar-custom.is-fixed .navbar-brand {
        color: #404040
    }
    .navbar-custom.is-fixed .navbar-brand:hover,
    .navbar-custom.is-fixed .navbar-brand:focus {
        color: #f8be12
    }
    .navbar-custom.is-fixed .nav > li > a {
        color: #404040
    }
    .navbar-custom.is-fixed .nav > li > a:hover,
    .navbar-custom.is-fixed .nav > li > a:focus,
    .navbar-custom.is-fixed .nav > li.active > a {
        color: #f8be12
    }
    .navbar-custom.is-fixed .nav > li > form > select {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' height='10px' width='15px'%3E%3Ctext x='0' y='10' fill='#404040'%3E%E2%96%BE%3C/text%3E%3C/svg%3E");
        border:1px solid #404040;
        color:#404040;
    }
}
.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
    background-color: transparent;
}	
/*---------------------------
Hero Section
---------------------------*/

.hero {
  margin-top: 200px;
  Padding-top: 200px;
  text-align: center;
  color: #fff;
  background-attachment: scroll;
  background-position: center center;
  background-repeat: none;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  z-index: 1026;
}


.hero > img-container {
  aspect-ratio: auto 1/1;
  position: relative;
  overflow-x: hidden;
  padding: 0;
}

.hero .img-container .img-box {
  background-size: cover;
  width: fit-content;
  aspect-ratio: auto 1/1;
  z-index: -1;
  padding: 0;
  overflow-x: hidden;
}

.img-box {
    animation: reveal 1s linear both;
    animation-timeline: view(y);
    animation-timeline: view(auto);
}

.intro-text {
    padding-top: 500px;
    padding-bottom: 50px;
}

.intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 55px;
    font-style: italic;
    line-height: 22px;
	z-index: 22;
}

.hero .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

.hero > img-container > announcement-box > intro-lead-in {
	position: top;
	text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
	padding-top: 200px;
    padding-bottom: 50px;
}	

.hero .img-container > announcement-box > intro-lead-in > intro-text  {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
    padding-top: 100px;
    padding-bottom: 50px;
}
	
.hero .img-container > announcement-box > intro-text {
	z-index: 1020;
}

.hero .img-container > announcement-box > intro-text > intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
	
}

@media(min-width:768px) {
	.hero {
		margin-top: 300px;
		margin-bottom: 200px;
	}

	.hero .intro-text {
		margin-bottom: 25px;
		font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 40px;
		font-style: italic;
		line-height: 40px;
	}

	.hero .intro-text .intro-heading {
		margin-bottom: 50px;
		text-transform: uppercase;
		font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 75px;
		font-weight: 700;
		line-height: 75px;
	}
}

/*-----------------------
/* Header
-----------------------*/

header {
    text-align: center;
    color: #fff;
    background-attachment: scroll;
    background-image: url(../img/header-bg.jpg);
    background-position: center center;
    background-repeat: none;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

header .intro-text {
    padding-top: 100px;
    padding-bottom: 50px;
}

header .intro-text .intro-lead-in {
    margin-bottom: 25px;
    font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 22px;
    font-style: italic;
    line-height: 22px;
}

header .intro-text .intro-heading {
    margin-bottom: 25px;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 50px;
}

@media(min-width:768px) {
    header .intro-text {
        padding-top: 300px;
        padding-bottom: 200px;
    }

    header .intro-text .intro-lead-in {
        margin-bottom: 25px;
        font-family: "Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 40px;
        font-style: italic;
        line-height: 40px;
    }

    header .intro-text .intro-heading {
        margin-bottom: 50px;
        text-transform: uppercase;
        font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
        font-size: 75px;
        font-weight: 700;
        line-height: 75px;
    }
}
/*---------------------------
Cards
---------------------------*/

Card {
	Margin: 2rem;
	Background-color: blue;
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
}	
/*
card-body {
	margin: 2rem;
	
}

card-text {
	font-family: "Roboto Slab","Helvetica Neue",Helvetica,Arial,sans-serif;
	
}*/
	
/*---------------------------
/* Button
---------------------------*/

.btn {
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1px;
    border-radius: 0;
    padding: 15px 25px;
}
.btn-lg {
    font-size: 16px;
    padding: 25px 35px;
}
.btn-default {
    background-color: #fff
}
.btn-default:hover,
.btn-default:focus {
    background-color: #f8be12;
    border: 1px solid #f8be12;
    color: white;
}
.input-group .btn {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
}

/*---------------------------
/* Footer Section
---------------------------*/

.footer {
	display: flex;
	z-index  -1;
}
	
.footer {
    padding: 20px;
	max-width: 95%;
	min-width: 95vw;
}

.footer { 
	background-color: #fff999;
	!important;
}	

.footer {
	max-height: 65px;
	min-height: 50px;
	height: 55px;
}

.footer .list-inline {
    margin: 0;
    padding: 0;
}
.footer .copyright {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0;
}

#footer .container {
  position: relative;
}

#footer h3 {
  font-size: 36px;
  font-weight: 700;
  color: #fff;
  position: relative;
  font-family: "Satisfy", serif;
  padding: 0;
  margin: 0 0 15px 0;
}

#footer p {
  font-size: 15;
  font-style: italic;
  padding: 0;
  margin: 0 0 40px 0;
}

#footer .social-links {
  margin: 0 0 40px 0;
}

#footer .social-links a {
  font-size: 18px;
  display: inline-block;
  background: #ffb727;
  color: #fff;
  line-height: 1;
  padding: 8px 0;
  margin-right: 4px;
  border-radius: 50%;
  text-align: center;
  width: 36px;
  height: 36px;
  transition: 0.3s;
}

#footer .social-links a:hover {
  background: #f3a200;
  color: #fff;
  text-decoration: none;
}

#footer .copyright {
  margin: 0 0 5px 0;
}

#footer .credits {
  font-size: 13px;
}