
* {
  box-sizing: border-box;
}

body {
  font-family: Palatino Linotype, serif;
  background-color: #EAE2D9;
}

/* Header/Blog Title */
.header {
	text-align: center;
	padding-top: 20px;
    padding-bottom: 30px;
}

.header h1 {
    font-family: Palatino, "Palatino Linotype";
    color: RGB(22,47,63);
    text-align:left;
    font-weight: normal;
    font-size: 5vw;
    padding-top: 20px;
    padding-bottom: 30px;
}

.header img { 
  max-width: 25%; /* Ensure the image doesn't exceed 700px width */
  height: auto; /* Maintain aspect ratio */ 
}


/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  margin-top: -20px;
  margin-bottom: 10px;
  margin-left: 30px;
}

/* Style the topnav links */
.topnav a {
  float: left;
  display: block;
  font-family:Palatino, "Palatino Linotype";
   font-size: 1.5vw;
   color: #2F5056;
  text-align: center;
  text-decoration: none;
  padding-right: 32px;
  padding-left: 15px;
  margin-bottom: 12px;
  margin-top: 12px;
  border-left: 5px solid #4C683F;
  
  
}

/* Change color on hover 
.topnav a:hover {
  color: #A16F3E;
}
*/

/* Create two unequal columns that floats next to each other */
/* Left column */
.leftcolumn {   
  float: left;
  width: 70%;
  padding-right: 20px;
}

/* Right column */
.rightcolumn {
  float: left;
  width: 30%;
  padding-left: 20px;
}

.leftcolumn h2 {
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD";
	font-size: 26pt;
	color: #2F5056;
	text-align: center;
	text-decoration: none;
}

.leftcolumn h3 {
   font-family: Palatino Linotype, serif;
   font-size: 22pt;
   font-weight: lighter;
   color: #ACC1C6;
  text-align: left;
  text-decoration: none;
  margin-bottom: -10px;
}

.leftcolumn h4 {
	font-family: Palatino Linotype, serif;
   font-size: 16pt;
   font-weight: lighter;
   color: #A16F3E;
  text-align: left;
  text-decoration: none;
  margin-bottom: -10px;
}

.leftcolumn a {
	font-family: Palatino Linotype, serif;
   font-size: 20pt;
   font-weight: lighter;
   color: #ACC1C6;
  text-align: left;
  text-decoration: underline;
  margin-bottom: -10px;
  font-variant: small-caps;
}

.leftcolumn p, ul {
	font-family: Palatino Linotype, serif;
   font-size: 14pt;
   font-weight: lighter;
   color: #ECE2D9;
  text-align: left;
  text-decoration: none;
}

.leftcolumn video {
    padding-top: 30px;
}


/* Add a card effect for articles */

.card {
  padding: 10px;
}

.card1 {
  background-color: #ACC1C6;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.card1 h2 {
  font-family: Palatino Linotype, serif;
  font-size: 14pt;
  font-weight: lighter;
  color: #191919;
  text-align: center;
  text-decoration: none;
}

.card1 p, a {
  font-family: Palatino Linotype, serif;
  font-size: 12pt;
  font-weight: lighter;
  color: #191919;
  text-align: left;
}

.card1 a {
  text-decoration: underline;
}

.card2 {
  background-color: #FFFFFF;
  padding: 20px;
  margin-top: 20px;
  border-radius: 20px;
}

.card2 p, a {
  font-family: Palatino Linotype, serif;
  font-size: 12pt;
  font-weight: lighter;
  color: #191919;
  text-align: left;
}

.card2 a {
  text-decoration: underline;
}

.card2 h2 {
  font-family: Palatino Linotype, serif;
  font-size: 14pt;
  font-weight: lighter;
  color: #191919;
  text-align: center;
  text-decoration: none;
}

.card3 {
    background: rgba(12, 93, 110, .25);
    border-radius: 20px;
    margin: 20px;
    display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Footer */
.footer {
  padding: 20px;
   border-top: 2px solid #A16F3E;
   margin-left: 150px;
   margin-right: 150px;
   margin-top: 50px;
   font-family: Palatino Linotype, serif;
   color: #ECE2D9;
    text-align: center;
    font-weight: normal;
    font-size: 12pt;
}

.foottext::after {
    content: "Stephanie Saltz - ssaltz324345@nsula.edu - Last Edited: July 10, 2023";
}

/* Responsive layout - when the screen is less than 800px wide, make the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 800px) {
  .leftcolumn, .rightcolumn {   
    width: 100%;
    padding: 0;
  }
}

/* Responsive layout - when the screen is less than 400px wide, make the navigation links stack on top of each other instead of next to each other */
@media screen and (max-width: 400px) {
  .topnav a {
    float: none;
    width: 100%;
  }
}

.square {
    height: 200px;
    width: 200px;
    background: linear-gradient(#191919, #1E4852, #0C5D6E, #ACC1C6, #ECE2D9, #A16F3E);
    display: block;
  margin-left: auto;
  margin-right: auto;
}

.focks {
    filter: drop-shadow(12px 12px 24px gray) grayscale(100%);
    max-width: 25%;
  height: auto;
      display: block;
  margin-left: auto;
  margin-right: auto;
}

#blur {
    text-shadow: 5px 5px 10px #ACC1C6;
    text-align: center;
    color: #ECE2D9;
}

.profilepic {
    border-radius: 50%;
    display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
}

.animations {
  width: 100px;
  height: 100px;
  background-color: #191919;
  animation-name: example;
  animation-duration: 5s;
  animation-iteration-count: infinite;
}

@keyframes example {
  0%   {background-color: #191919;}
  20%  {background-color: #1E4852;}
  40%  {background-color: #0C5D6E;}
  60% {background-color: #ACC1C6;}
   80%  {background-color: #ECE2D9;}
  100% {background-color: #A16F3E;}
}

.transf {
   width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("focks2.jpg");
  background-size: cover;
  background-position: center;
  transition: transform 0.3s ease-in-out;
}

.transf:hover {
    transform: scale(1.25);
}

.transi {
   width: 100px;
  height: 100px;
  border-radius: 50%;
  background-image: url("focks2.jpg");
  background-size: cover;
  background-position: center;
  transition: opacity 0.3s ease-in-out;
}

.transi:hover {
    opacity: .5;
}

.phrog {
    filter: sepia(100%);
      display: block;
  margin-left: auto;
  margin-right: auto;
  border-radius: 50%;
}

label {
   width: 150px;
   display: inline-block;
   text-align: right;
   margin-right: 8px;
}

input[type=text], input[type=email], select {
   box-sizing: border-box; 
   width: 250px;
   padding: 10px;   
   border: 1px solid #aaa;
   border-radius: 4px;
   margin-left: 30px;
}

input[type=submit] {
   width: 250px;
   background-color: #ACC1C6;
   color: #191919;
   padding: 10px;
   margin: 10px 0;
   border: none;
   border-radius: 4px;
   cursor: pointer;
   margin-left: 193px;
}

input[type=submit]:hover {
   background-color: #0C5D6E;
}
