:root{
    --main-text-color: rgb(0, 0, 0);
    --main-bg-color: rgba(221, 252, 255, 0.92);
    --nav-text-color: rgb(33, 179, 228);
    --nav-bg-color: rgba(232, 246, 226, 1);
    --nav-a-hover-color: rgba(97, 61, 7, 0.777)
}

*{
    margin: 0.0%;
    padding: 0.0%;
}

main, article, section, aside, h1, h2, h3, h4, h5, h6, nav{
    padding: 1%;
}

body{
    background-color: rgb(255,255,255, 0.6);
}

main{
    padding: 4%;
}
img{ 
    max-width: 85%;
}   
figure {
    padding: 0.5%;
}

html{
    background-image: url(../images/bckgrd.jpg);
    background-color: var(--main-bg-color);
    color: var(--main-text-color);
}

  h1 {
    padding-top: 0;
    padding-bottom: 5px;
    border-bottom: none;
    font-family: 'Palatino', georgia, sans-serif;
    text-transform: uppercase;
    font-size: 2.8em;
  }

h2{
    font-size: 1.75em;
}

h3{
    font-size:1.53em;
}

p{
    font-family: georgia;
    font-size: 1.27em;
}


img.polaroid {
    border: solid #fff;
    border-width:6px 6px 20px 6px;
    box-shadow:1px 1px 5px #333; 
   }

  /* flex container */

  nav {
    width: auto;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

main h1{
    flex: 0 0 100%;
    justify-content: center;
}

.abby{
   height: 29em; 
    width: 25em;
    float: right;
}

main{
    display: flex;
    flex-wrap: wrap;
}

.liv{
    float:left;
    height: 30em;
    padding-right: 2em;
    padding-bottom: 0.5em;
}

header{
    background-image: url('../images/MountainFake.png');
}

header{
    padding: 2em;
}

.Bob{
    display: flex;
    flex-direction: row;
    padding: 1%;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.SPN{
    flex: 1 0 15%;
}

.SWT{
    flex: 1 0 15%;
}

.IND{
    flex: 1 0 15%;
}

.ITL{
    flex: 1 0 15%;
}

.CND{
    flex: 1 0 15%;
}

.USNY{
    float: right;
    height: 30em;
    width: 26em;
    padding-left: 1em;
    padding-bottom: 5em;
    padding-top: 4em;
}

.USHI{
    float:right;
    height: 30em;
    width: 40em;
    padding-left: 1.0em;
    padding-bottom: 0.5em;
    padding-top: 3.5em;
    
}

.USCA{
    float: left;
    height: 28em;
    padding-right: 1.5em;
    padding-bottom: 4em;
    padding-top: 3em;
    height: 25em;
    width: 35em;
}

.USUT{
    float: left;
    height: 30em;
    padding-right: 1.5em;
    padding-bottom: 1em;
    padding-top: 2.0em;
}

.video {
    display:flex;
}

.vid{
    flex: 50%;
    padding: 5px;
    padding: 4em;
}

.AI {
    display: flex;
  }
  
  .column {
    flex: 40%;
    padding: 5px;
  }

.BI{
    display: flex;
}

.jakarta2{
    flex: 40%;
    padding: 5px;
}

.bg{
    height: 30em;
    padding-top: 2em;
}
.rd{
    height: 30em;
}

.lk{
    height: 30em;
}

.pn{
    height: 30em;
    width: 42.5em;
    padding-top: 2em;
}

.A1 {
    display:flex;
}

.bal{
    flex: 50%;
    padding: 5px;
    background-color: white;
    padding: 4em;
}

.b1 {
    display:flex;
}

.olivia{
    flex: 50%;
    padding: 5px;
    background-color: white;
    padding: 2em;
}

.b2 {
    display:flex;
    flex-direction: row-reverse;
}

.abigail{
    flex: 50%;
    padding: 5px;
    background-color: white;
    padding: 2em;
}

.Jaka {
    display:flex;
}

.Jak{
    flex: 50%;
    padding: 5px;
    background-color: white;
    padding: 4em;
}

.real {
    display:flex;
}

.rea{
    flex: 50%;
    padding: 5px;
    background-color: white;
    padding: 4em;
}

.bec {
    display:flex;
}

.be{
    flex: 50%;
    padding: 5px;
    background-color: white;
    padding: 4em;
}

nav a:link{
    background-color:rgb(159, 202, 255);
    text-decoration: none;
}

nav a:hover{
    background-color: rgb(157, 186, 220);
    text-decoration: underline;
    color: rgb(19, 26, 160);
    
}

nav a{
    display:inline-block;
    padding: 1em;
}


nav{
    background-color: rgb(159, 202, 255);
    text-align: center;
    padding-top : 0.3em;
    padding-bottom: 0.3em;
    font-family:Georgia;
}

.activePage {
    color:black;
    font-weight: bold;
}


div {
    padding:0;
  }

/* table styling */
table{
    border: medium solid black;
    max-width: 100%;
    margin: auto;
    border-collapse: collapse;
}
table+p{
    padding-top:1em;
}
td, th{
    border: thin solid rgb(56,55,55);
    padding:0.3em
}
caption{
    font-weight:bold;
    font-size:1.5em;
}
tr{
    background-color: rgb(142, 214, 255);
}

tr:hover{
    background-color: rgb(169, 224, 254);
    color: black;
    text-decoration: underline;
}

/* form styling */
form{
    background-color: var(--main-bg-color);
    border: thin solid black;
    clear: both;
    max-width: 30em;
    margin:auto;
    padding:1%;
}
form p{
    text-indent:0;
}
fieldset{
    padding: 1%
}
legend{
    padding:1%
}
input[type=text], input[type=email], select {
    box-sizing: border-box;
    width: 30em;
    padding: 1em;
    border: 0.1em solid rgb(0,7,146);
 }

 input[type=submit] {
    width: 15em;
    background-color: rgb(0, 7, 146);
    color: white;
    padding: 0.5em;
    margin: 0.2em 0;
    border-radius: 1em;
 }

 .radio label,
 .checkbox label {
    display:inline-block;
 }


 input[type=radio] + label,
 input[type=checkbox] + label
  {
    cursor: pointer;
 }
 input[type=radio],
 input[type=checkbox] {
    appearance: none;
    margin: 0;
 }

 input[type=radio] + label::before,
 input[type=checkbox] + label::before
  {
    content: "\00a0";  /* Space */
    border-radius: 0.5em;
    display: inline-block;
    width: 1em;  height: 1em; 
    text-align: center;
    line-height: 1em;
    font-size: 1em;
    background-color: rgb(154, 154, 154);
    border: 0.1em solid white;
    margin-right:0.5em;
 }
 input[type=radio]:checked + label::before,
 input[type=checkbox]:checked + label::before {
    content: "\2022";  /* Bullet */
    color: white;
    background: rgb(73, 97, 255);
 }

input[type=radio]:focus + label::before,
input[type=checkbox]:focus + label::before  {
   box-shadow: 0 0 0 0.1em rgb(159, 189, 253);
}


  
/* drop down button */

/* The container <div> - needed to position the dropdown content */
.dropdown {
position: relative;
display: inline-block;
}


/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position:absolute;
    z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
    color: black;
    padding: 1em;
    text-decoration: none;
    display: block;
}


/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;
}

/* CSS for photo page */
.photo main section{
    display: flex;
    flex-wrap: wrap;
    gap: 2%;
}

.photo figure{
    flex: 0 1 23%;
}

.photo h2{
    flex: 1 0 100%;
}

.photo img{
    max-width: 100%;
}
.photo img, .photo figure, .photo figcaption{
    padding: 0;
}



#header{
    font-size: 3.5em;
}

h2{
    font-size: 2.5em;
}



