@charset "UTF-8";
/* CSS Document */



.navbar{
  position:fixed;
  width:100%;
	height: 80px;
}


a:link {
	color: azure;
	text-decoration: none;
}

a:visited {
	color: #FFD88D;
}

a:hover {
	color: #FFD88D;
}

.logo {
	padding-left: 48px;
	padding-right: 30px;
	padding-top: 5px;
}

.navwords {
	color: azure;
	font-family: 'Source Serif Pro', serif;
	font-size: 15px;
	text-align: center;
	padding-left: 25px;
	padding-right: 57px;
	
}

form{
    position: relative;
    top: 5px;
    left: 42%;
    transform: translate(-70%, 0%);
    transition: all 1s;
    width: 30px;
    height: 30px;
    background: transparent;
    box-sizing: border-box;
    border-radius: 25px;
    padding: 5px;
}

input{
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 25.5px;
    line-height: 30px;
    outline: 0;
    border: 0;
    display: none;
    font-size: 1em;
    border-radius: 18px;
    padding: 0 20px;
}

.fa{
    box-sizing: border-box;
    padding: 10px;
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0px;
    right: 0;
    border-radius: 50%;
    color: white;
    text-align: center;
    font-size: 1em;
    transition: all 1s;
}

form:hover{
    width: 160px;
    cursor: pointer;
}

form:hover input{
    display: block;
}

form:hover .fa{
    background: #FFD88D;
    color: #FFD88D;
}

.myheader { 
	background-image: url("pics/DP-13139-001.png");
	background-size: cover;
	background-position: center;
	min-height: 590px;
	background-repeat: no-repeat;
}

h1 {
	color: azure;
	font-size: 43.9px;
	font-family: 'Source Serif Pro', serif;
	box-sizing: border-box;
	padding-bottom: 30px;
	padding-top: 120px;
}

p {
	color: azure;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility;
	font-weight: 300;
	letter-spacing: -0.8px;
	text-align: justify;
	padding-bottom: 50px;
}



.btn-5 {
	background-color : transparent;
	height: 50px;
	width: 219px;
	color: azure;
	border-radius: 40px;
	border: solid 2px white;
	transition: all 0.3s ease;
}
.btn-5:hover {
	background-color : rgba(0, 0, 0, 0.1);
	border: solid 2px #FFD88D;
}
.btn-5:active{
  border-color : #FFD88D;
  color        : #FFD88D;
}


.head {
	width: 394px;
}


.myart {
	height: 700px;
	background-color: black;
}

h2 { 
color: azure;
	font-size: 30px;
	font-family: 'Source Serif Pro', serif;}

.mycaption {
	font-family: 'Source Serif Pro', serif;
	color: azure;
	font-size: 25px;
}

figcaption {
		display: block;
		font-family: 'Source Serif Pro', serif;
	color: #CECECE;
	font-size: 12px;
	text-align: left;
	margin: 10px;
	
	}	
	
.artcollect {
	color: azure;
	font-size: 43.9px;
	font-family: 'Source Serif Pro', serif;
	box-sizing: border-box;
}

.img {
	align-content: center;
}

.myevent {
	background-color: #1E1A11;
	background-size: cover;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;

}

.mytitle {
	color: #F1C68A;
	font-size: 25px;
	font-family: 'Source Serif Pro', serif;
	padding-bottom: 80px;
	padding-left: 65px;

}
	

@-webkit-keyframes slidein {
    0% {
        top: -100px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@keyframes slidein {
    0% {
        top: -100px;
        opacity: 0;
    }

    100% {
        opacity: 1;
        top: 0px;
    }
}

@-webkit-keyframes slideout {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: -100px;
        opacity: 0;
    }
}

@keyframes slideout {
    0% {
        top: 0;
        opacity: 1;
    }

    100% {
        top: -100px;
        opacity: 0;
    }
}

body #scene {
    display: flex;
	max-width: 100%;
	background-position: left;
	min-height: 590px;
    align-items: center;
    justify-content: left;
    height: 550px;
    position: relative;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #1E1A11;
    overflow: hidden;
}

body #scene #left-zone {
    background: #1E1A11;
    height: 447px;
    display: flex;
    width: 348px;
    align-items: center;
    justify-content: left;
}

body #scene #left-zone .list {
    display: flex;
    list-style: none;
    align-content: stretch;
    flex-direction: column;
    flex-grow: 1;
    margin: 0;
    padding: 0;
}

body #scene #left-zone .list li.item input[type="radio"] {
    display: none;
}


body #scene #left-zone .list li.item input[type="radio"] ~ label {
    display: block;
    opacity: 80;
	color: azure;
	font-family: 'Open Sans', sans-serif;
    height: 68px;
    text-align: center;
    line-height: 50px;
}


/*body #scene #left-zone .list li.item input[type="radio"] ~ label:first-letter {
  text-transform: uppercase;
}*/

body #scene #left-zone .list li.item input[type="radio"] ~ label:hover {
    opacity: 50;
    cursor: pointer;
	color: #FFD88D;
}


body #scene #left-zone .list li.item input[type="radio"] ~ .content {
    position: absolute;
    left: 390px;
    top: -475px;
    width: 722px;
    height: 499px;
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: slideout;
    animation-name: slideout;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_praise h1 {
	 height: 444px;
    width: 730px;
    background-image: url("pics/event pictures-03.png");
	background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
	
}

body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_alice h1 {
     height: 449px;
    width: 730px;
    background-image: url("pics/event pics-04.png");
	background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}



body #scene #left-zone .list li.item input[type="radio"] ~ .content.content_goya h1 {
    height: 444px;
    width: 730px;
    background-image: url( "pics/event pics-05.png");
	background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}

/*body #scene #left-zone .list li.item input[type="radio"] ~ .content h1:first-letter {
  text-transform: uppercase;
}*/



body #scene #left-zone .list li.item input[type="radio"]:checked ~ label {
    opacity: 50;
    -webkit-animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation: all 1s cubic-bezier(0.455, 0.03, 0.515, 0.955);
}



body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_praise {
    color: azure;
    border-right: solid 4px #F6BB62;
}


body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_alice {
    color: azure;
    border-right: solid 4px #F6BB62;
}



body #scene #left-zone .list li.item input[type="radio"]:checked ~ label.label_goya {
    color: azure;
    border-right: solid 4px #F6BB62;
}

body #scene #left-zone .list li.item input[type="radio"]:checked ~ .content {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: slidein;
    animation-name: slidein;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    animation-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
    margin-top: 50px;
}


body #scene #middle-border {
    background-color: azure;
    height: 75%;
    flex-grow: 1;
    max-width: 2px;
    z-index: 0;
}



body #scene #right-zone {
    background: #1E1A11;
    height: 100%;
    flex-grow: 3;
}



.myfot {
	background-color: black;
	width: 451;
	height: 350px;
	
}

.myfooter {
	background-color: black;
	border: solid 2px;
}

.img-fluid {
	padding-left:50px;
}

.buttons{
	padding-left: 100px;
}

h3 {
	font-family: 'Source Serif Pro', serif;
	color: azure;
	font-size: 20px;
	text-align: justify;
	padding-top: 152px;
}

p1 {
	font-family: 'Open Sans', sans-serif;
	color: azure;
	font-size: 11px;
	text-align: justify;
}

h4 {
	font-family: 'Source Serif Pro', serif;
	color: azure;
	text-align: right;
	font-size: 23px;
	padding-top:170px;
	padding-left: 350px;
}
 
.face {
	float: right;
}

