@import url('https://fonts.googleapis.com/css?family=Tangerine');
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,500;1,100&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}

li {
    list-style: none;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Tangerine', cursive;
    padding: 1rem 1.5rem;
}

.hamburger {
    display: none;
}

.bar {
    display: block;
    width: 25px;
    height: 3px;
    margin: 5px auto;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: gold;
}

.nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-item {
    margin-left: 5rem;
}

.nav-link{
    font-size: 2.5rem;
    font-weight: 400;
    color: gold;
}
.nav-link:visited{
    font-size: 1.6rem;
    font-weight: 400;
    color: gold;
}
.nav-link:hover{
    color: orange;
    text-decoration:none;
}

.nav-logo {
  	color: gold;
	text-shadow: 0 0 2px #000;
  	margin:0%;
  	font-size: 3rem;
   	font-weight: 700;
   	text-decoration: none;
}

@media only screen and (max-width: 768px) {
    .nav-menu {
        position: fixed;
        left: -100%;
        top: 4rem;
        flex-direction: column;
        background-color: #2263c3;
        width: 100%;
        border-radius: 10px;
        text-align: center;
        transition: 0.3s;
        box-shadow:
            0 10px 27px rgba(0, 0, 0, 0.05);
    }

    .nav-menu.active {
        left: 0;
    }

    .nav-item {
        margin: 2.5rem 0;
    }

    .hamburger {
        display: block;
        color; #fff;
        cursor: pointer;
    }

    .hamburger.active .bar:nth-child(2) {
        opacity: 0;
    }

    .hamburger.active .bar:nth-child(1) {
        -webkit-transform: translateY(8px) rotate(45deg);
        transform: translateY(8px) rotate(45deg);
    }

    .hamburger.active .bar:nth-child(3) {
        -webkit-transform: translateY(-8px) rotate(-45deg);
        transform: translateY(-8px) rotate(-45deg);
    }
    .nav-logo {
    font-size:2rem;
    padding-left: 10%;
    }
}
}

body {
	font-family: 'Roboto', Verdana, sans-serif;
	font-weight: 100;
	color: #2263c3;
}
a.one:visited
	{
	color:gold;
	text-shadow: 0 0 2px #fff;
	text-decoration:none}
a.one:visited
{
	color: #0096FF;
}
a.one:link
	{
	color: #2263c3;}
a.one:hover
	{
	color: orange;
	background: #2263c3;
	text-decoration:none;}
a.one:active
	{
	color:#2263c3}

/* Style the header */
.header {
  background-color: #2263c3;
  padding-left: 6%;
  padding-right: 5%;
  text-align: center;
  height:60px;
}

h4
{ 
	font-family: 'Roboto', sans-serif;
  	color: 00f;
  	margin:5px;
  	font-size: 1rem;
}
h3
{ 
	font-family: 'Tangerine', cursive;
  	color: #fff;
  	margin: 5px;
  	text-align: right;
   	font-size: 2em;
   	font-weight: 500;
}
h5
{ 
	font-family: 'Tangerine', cursive;
  	color: #2263c3;
  	text-shadow: 0 0 1px gold;
  	margin: 0px;
   	font-size: 2em;
   	text-align: left;
   	font-weight: 300;
}
/* frame for paintings */
blockquote {
	border-right: 5px #ccc double;
  	border-radius: 15px;
	padding: 2%;
	text-indent: 2em;
	color:#2263c3;
	}
p { 
	font-family: 'Roboto', sans-serif;
	font-size: 1em;
	text-indent: 15px;
	letter-spacing:.01rem;
	line-height: 1.5rem;
	color: #2263c3;
	}
.sign {
	border-left: 5px #ccc double;
  	border-radius: 15px;
	padding: 2%;
	text-indent: 2em;
	color: #2263c3;
	}
.elena-pic {
	position: relative;
	top: 1%;
	left: 10%;
  	max-width: 100%;
  	height: auto;
}

/* Create three unequal columns that floats next to each other */
.column {
  float: left;
  padding: 10px;
}

/* Left and right column */
.column.left {
  width: 60%;
}

/* Middle column */
.column.right {
  width: 40%;
}

/* Clear floats after the columns */
.row:after {
  content: "";
  display: table;
  clear: both;
}
.thumbs
{
	float: right;
	padding-left: 5px;
	width: 100%;
	height: 700px;
	position: relative;
	background-image: url(images/BG.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow: auto;
	border-color: #0000A7;
	border-width: 1px;
	border-style: solid;
}

.thb
{
	position: relative;
	float: left;
	margin-right: 3px;
	margin-bottom: 3px;
}

/* Style the footer */
.footer {
  background-color: #f1f1f1;
  padding: 10px;
  text-align: center;
}
span.across {
	display: inline-block;
	width: auto;
	height: auto;
  }

.layer2
	{position: fixed;
	z-index: 2;
	top:0%;
}
small {
	color: #2263c3;
	font-size: 1rem;
	font-family: 'Roboto', Sans-serif;
	font-weight: 100;
	}
.copy
	{
	position: relative;
	z-index: 1;
	color: #ccc;
	font-family: 'Roboto', Sans-serif;
	text-align: right;
	font-size: .5 rem;
	margin-left: 5%;
	margin-right: 5%;}

/* Responsive layout - makes the three columns stack on top of each other instead of next to each other */
@media (max-width: 768px) {
  .column.left, .column.right {
    width: 100%;
  }
  .elena-pic {
  max-width: 70%;
  height: auto;
}
}