*{
    margin: 0 auto;
    padding:0;
}
body{
    width: 100vw;
    overflow-x:hidden;
}
header{
    width: 100%;
    height: 8vh;
    position: sticky;
    top:0;
    left: 0;
    background-color:rgba(242, 242, 242, 0.5);
}
nav{
    text-align: center;
    line-height: 8vh;
    
}
.firstphoto{
    background-image: url("picture/firstphoto.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    width: 100%;
    height: 93vh;
}
nav>ul>li{
    list-style-type: none;
    display: inline-block;
    width: 12vh;
    height: 3vh;
    margin-right: .5vh;
    text-align: center;
    
}
nav>ul>li>a{
    font-family: 'Open Sans Condensed', sans-serif;
    text-decoration: none;
    color:#000000;
    font-size: 2.5vh;
    position: relative;
}
nav>ul>li:nth-child(3)>a::before{
   width: 0%;
}

nav>ul>li>a>img{
    display: inline;
    width: 4vh;
    height: 4vh;
    vertical-align: middle;
}
nav>ul>li>a::before{
    content: "";
    position: absolute;
    width: 100%;
    height: .10vw;
    bottom: 0;
    left: 0;
    background-color: #000000;
    visibility: hidden;
    transform: scaleX(0);
    transition: all 0.3s ease-in-out 0s;
}
nav>ul>li>a:hover::before{

    visibility: visible;
    transform: scaleX(1);
}
#about{
    width: 100%;
    height: 90vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
 .leftBoxes,  .rightBoxes{
    width: 44%;
    height: 80%;
    margin-top: 5.9vh;
    background-color:#f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

 .leftBoxes{
    height: 60%;
    background-image: url("picture/aboutboxpicture.jpeg");
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

#rightContent{
    text-align: center;
}

#rightContent > h1{
    font-family: 'Dancing Script', cursive;
    font-size: 6vh;
}

#rightContent > p{
    padding-bottom:3vh;
    font-size: 2.5vh;
    font-family: 'Open Sans', sans-serif;
}
#rightContent > button{
    text-decoration: none;
    background-color: transparent;
    border:0;
    padding: 2vh;
    font-size: 2vh;
    border: 2px solid #d9d9d9;
    border-radius: 5px;
}
#description{
    padding-top: 10vh;
    width: 100%;
    height: 90vh;
    
}
.descriptionBoxes{
    
    width: 33%;
    height: 100%;
    float: left;
    text-align: center;
}
.imgDescriptionBoxes{
    width: 40vh;
    height: 55vh;
    margin-top: 2vh;
}
.descriptionImgAndP{
    padding-top: 2vh;
    border: 3px solid  #f2f2f2;
    width: 50vh;
    height: 90%;
    background-color: #FFFFFF;
    margin-top: 4vh;
    animation: animation 10s infinite;
}
@keyframes animation {
    0% {border: 3px solid   #f2f2f2;}
    20% {border: 3px solid  #e6e6e6;}
    40% {border: 3px solid  #d9d9d9;}
    60% {border: 3px solid  #b3b3b3;}
    80% {border: 3px solid  #999999;}
    100% {border: 3px solid #f2f2f2;}
}


#description .descriptionBoxes .descriptionImgAndP > p{
    margin-top: 2vh;
    font-size: 3vh;
    width:30vh;
    font-family: 'Open Sans Condensed', sans-serif;
}
#gallery{
    padding-top:10vh;
    width: 100%;
    height: 100vh;
    background-color:#FFFFFF;
}

.one{ grid-area: one;}
.two{ grid-area: two;}
.three{ grid-area: three;}
.four{ grid-area: four;}
.five{ grid-area: five;}

.one, .two, .three, .four, .five{

    transition:all 0.5s ease-in-out;
    overflow: hidden;
}

.one:hover, .two:hover, .three:hover, .four:hover, .five:hover{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.wrapper{

    width: 90%;
    height:90%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-template-rows: auto;
    row-gap: 3vh;
    column-gap: 3vh;
    grid-template-areas: 
    'one one  two two  three three '
    'four four four  five five five';
}

.wrapper> img{
    height:100%;
    width: 100%;
}

#contact{
    width: 100%;
    height: 88vh;
    background-color:#FFFFFF;   
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.contactLeftBox, .contactRightBox{
    margin-top: 2vh;
    display: flex;
    align-items: center;
    width: 44%;
    height: 90%;
    float: left;
    background-color:#f2f2f2;
}
.contactLeftBox, .contactBox{
    float: left;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

h3{
    width: 100%;
    font-size: 5vh;
    margin-bottom: 3vh;
    font-family: 'Dancing Script', cursive;
}
.form{
    height: 60vh;
    clear: both;
    width:50%;
}
input, textarea{
    width: 26vh;
    height: 4vh;
    margin: 1vh;
}
textarea{
    height: 7vh;
}

.contactBox > iframe, p{
    width: 80%;
    height: 30vh;
}
.contactBox >p{
    padding: 2vh;
    padding-top: 4vh;
    width: 70%;
    height: 20vh;
    font-size: 3vh;
    font-family: 'Open Sans Condensed', sans-serif;
}

.contactBox > ul > li{
    list-style-type: none;
    width: 50%;
    height: 5vh;
    float: left;
}
.contactBox > ul > li>a{
    text-decoration: none;
    color:black;
    font-size: 2.5vh;
    
}
.contactBox > ul > li>a>img{
    vertical-align: middle;
    width: 3vh;
    height: 3vh;
    padding:1vh;
}
footer{
    width: 100%;
    text-align: center;
    height:4vh;
    position: absolute;
}
footer>p{
    width: 100%;
    background-color: #f2f2f2;
    line-height: 4vh;
    height: 100%;
    font-style: italic;
}

