.view{
    min-height: 90vh;
    width: 90vw;
    padding: 1vw 2.5vw;
    margin: auto;
    padding-bottom: 100px;
    text-align: center;
}

.view .center_content{
    position: relative;
    top: 50vh;
    transform: translateY(-50%);
    vertical-align: middle;
}

.view .no_center_content{
    position: relative;
    top: 5vh;
}

.view .title{
    position: absolute;
    font-size: 7vh;
}

.view .inner_title{
    font-size: 3.5vh;
    padding-bottom: 2%;
}

.view .right{
    padding: 5%;
    position: relative;
    top: 40vh;
    transform: translateY(-40%);
    text-align: center;
    width: 40%;
    margin: auto;
    float: right;
    background: None;
}

.view .left{
    padding: 5%;
    position: relative;
    top: 40vh;
    transform: translateY(-40%);
    text-align: left;
    width: 40%;
    margin: auto;
    float: left;
    background: None;
}

.zoom{
    transition: transform .2s; /* Animation */
}

.zoom:hover{
    -ms-transform: scale(1.1); /* IE 9 */
    -webkit-transform: scale(1.1); /* Safari 3-8 */
    transform: scale(1.1);
}

.image{
    display: inline;
    width: 75px;
    height: 75px;
    padding-bottom: 2%;
    vertical-align: center;
}

.vert_center{
    top: 50vh;
    transform: translateY(-50%);
    vertical-align: middle;
}

.project{
    height: 200px;
    width: 300px;
    margin: 2% auto;
    margin-top: 5vh;
    padding: 2.5%;
    display: inline-block;
}

.dim:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
}

.list{
    padding: 0;
}

#home_view{
    font-size: 5vh;
}

#about_view, #about_view a{
    color: red;
}

#websites_view, #websites_view a{
    color: blue;
}

#projects_view, #projects_view a{
    color: green;
    text-align: center;
}

#links_view, #links_view a{
    color: orange;
}

#connect_view, #connect_view a{
    color: purple;
}

#back_to_home{
    position: fixed;
    bottom: 0;
    right: 0%;
    display: None;
}

#about_pic{
    display: block;
    margin: 2% auto;
    width: 35vh;
}

html{
    font-family: 'Ubuntu Condensed';
}

body{
    max-height: 200%;
}

a{
    text-decoration: none;
    display: inline-block;
    padding: 2.5%;
}

a:hover{
    text-decoration: underline;
}

/* Site Preview */
.box{
    visibility: visible;
    height: 50vh;
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    border-style: solid;
    border-width: 2px;
    /*opacity: 1;
    transition: visibility 0s, opacity 0.5s linear;*/
}

/* Not needed
a:hover + .box,.box:hover{
    visibility: visible;
    position: relative;
    z-index: 100;
    opacity: 1;
}
/*

