@import url('http://fonts.cdnfonts.com/css/lemonmilk');
@import url('http://fonts.cdnfonts.com/css/coolvetica-2');

@keyframes fade1 {
    0% { opacity: 0.1; }
    50% { opacity: 0.5; }
    100% { opacity: 1; }
}

body {
    color: white;
    font-family: "Lemon Milk",sans-serif;
    background-color: #252525;
}

#wrapper {
    width: 900px;
    text-align: center;
    margin: 0 auto;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
    animation-name: fade1;
    background-color: #252525;
    overflow-x: visible;
}

.redcl {
    color: rgb(177, 0, 0);
}

#logo {
    font-size: 60px;
    float: left;
    text-shadow: 4px 3px 0px rgb(255, 0, 0), 9px 8px 0px rgb(119, 0, 0);
    margin-left: 0;
}

#navbar {
    float: none;
    text-align: center;
}

#navbar a{
    color: white;
    transform: translateY(16px);
    font-size: 20px;
    margin: 15px;
    text-decoration: none;
    float: right;
    transition-duration: 0.2s;
    transition-timing-function: ease;
    text-align: center;
}

#paragraph {
    color: white;
    text-align: left;
}

#navbar a:hover {
    color: red;
    transition-duration: 0.2s;
    transition-timing-function: ease-in-out;
}

#box1 {
    width: 200px;
    height: 200px;
    float: left;
    border: 10px solid rgb(166, 0, 0);
    border-radius: 20px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#box2 {
    width: 200px;
    height: 200px;
    text-align: center;
    margin: 0 auto;
    margin-left: 290px;
    border: 10px solid rgb(166, 0, 0);
    border-radius: 20px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#box3 {
    width: 200px;
    height: 200px;
    float: right;
    margin-left: 300px;
    transform: translate(-101px, -44px);
    margin-top: -176px;
    border: 10px solid rgb(166, 0, 0);
    border-radius: 20px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
}

#box1:hover {
    border: 10px solid red;
}
#box2:hover {
    border: 10px solid red;
}
#box3:hover {
    border: 10px solid red;
}

.icons {
    height: 100px;
    margin-top: 50px;
}

#footer a {
    color: white;
    text-align: left;
    text-decoration: none;
    float: left;
    font-size: 15px;
    font-family: 'Lemon/Milk light', sans-serif;
}

#footer a:hover {
    text-decoration: underline;
}

#boxes {
   transform: translateX(47px);
}

.photos {
    width: 600px;
    transition-duration: 0.3s;
    transition-timing-function: ease-in-out;
    border: 5px solid red;
    border-radius: 20px;
}

.view_more {
    text-decoration: none;
    color: white;
}

.view_more:hover {
    text-decoration: underline;
}

.redirect {
    width: 10px;
    transform: translateY(2px);
}

.pic {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

#about {
    font-size: 40px;
    float: left;
    text-align: left;
}

#links {
    font-size: 40px;
    float: left;
    text-align: left;
}

#p {
    text-align: left;
    float: left;
    width: 90%;

}

.sideNav {
    height: 100%;
    position: fixed;
    top: 0;
    right: 0%;
    overflow-x: hidden;
    transition: 0.22s ease-in;
    padding-top: 60px;
    display: none;
    background: rgba(255, 255, 255, 0.088);
    -webkit-backdrop-filter: blur(10%);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
}

#sideNav {
    -webkit-backdrop-filter: blur(10%);
}

.sideNav a {
    padding: 8px 8px 8px 40px;
    display: block;
    font-size: 25px;
    color: white;
    text-decoration: none;
    transition: 0.23s;
    text-align: left;
    margin-right: 10px;
}

.sideNav a:hover {
    transition: 0.25s ease-in-out;
    color: red;
}

.menubtn:hover {
    transition: 0.24s ease;
    color: red;
}

.menubtn {
    font-size: 40px;
    font-weight: bolder;
    cursor: pointer;
    display: none;
    float: right;
    transition: 0.22s ease;
    color: white;
}

.sideNav .closeBtn {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 44px;
    margin-left: 50px;
    margin-right: 0;
    color: white;
}

@media only screen and (max-width: 970px) {
    .pic {
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .sideNav {
        display: block !important;
        width: 0%;
    }
    .menubtn {
        display: flex;
    }
    #wrapper {
        width: 100%;
    }
    #navbar {
        display: none;
    }
    #box1,
    #box2,
    #box3 {
        display: none;
    }
    #places {
        margin-top: -200px;
    }
    .photos {
        width: 90%;
    }
    #logo {
        float: left;
        text-align: left;
        font-size: 35px;
    }
}

.topbtn {
    width: 70px;
    height: 60px;
    background: rgba(255, 255, 255, 0.483);
    font-size: 60px;
    padding-bottom: 10px;
    position: fixed;
    right: 0px; bottom: 0px;
    color: white;
    border: 1px solid black;
}

.bck {
    width: 70px;
    height: 60px;
    background: rgba(255, 255, 255, 0.483);
    font-size: 40px;
    padding-bottom: 10px;
    position: fixed;
    right: 0px;
    bottom: 70px;
    color: white;
    border: 1px solid black;
}

.topbtn:hover {
    background: rgba(171, 171, 171, 0.483);
}

.bck:hover {
    background: rgba(171, 171, 171, 0.483);
}

.picbox {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
