body{
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background: conic-gradient(from 231.24deg at 78.99% 87.28%, rgba(32, 29, 29, 0.911333) -6.03deg, #000000 45.49deg, rgba(158, 145, 145, 0.56) 149.8deg, rgba(32, 29, 29, 0.911333) 353.97deg, #000000 405.49deg);

}
@media screen and (min-width: 500px){
    body{
        width: 420px;
        height: auto;

        background-repeat: no-repeat;


    }
}
@media screen and (min-width: 800px){
    body{
        width: 720px;
        height: auto;

        background-repeat: no-repeat;


    }
}

.links a{
    position: relative;
    width: 165px;
    height: 36px;
    left: 147px;
    top: 15px;

    font-family: 'Montserrat';
    font-style: normal;
    font-weight: bold;
    font-size: 25px;
    line-height: 30px;
    word-wrap: normal;
    display: inline-block;

    /* Light/100 */
    color: #FFFFFF;
}
.logo{/* logo */
    position: absolute;
    width: 50px;
    height: 50px;
    left: 95%;
    top: 15px;
    border-radius: 40%;
    background: #FFA800;
    
}
.img-container{
    position: relative; float: right;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
   
    width: 685.5px;
    height: 910px;

    z-index: 1;


}
.backfilter{
    z-index: 0;
    position: absolute;
    width: 100%;
    height: auto;
    left: 0px;
    top: 0px;

    /* NavBar/25 */
    background: rgba(0, 0, 0, 0.5);

}
.footie{
    /* Rectangle 5 */
    position: absolute;
    width: 100%;
    height: 15%;
    z-index: 2;
    /* Ovr_Foot/60 */
    background: rgba(0, 0, 0);
}
.footie p{
   /* yumi4478@colorado.edu | (239)-777-9518 | yuriy.mikhailidi@gmail.com */

    position: absolute;
    width: 422px;
    height: 15px;
    left: 150px;
    top: 10%;

    font-family: "Montserrat";
    font-style: normal;
    font-weight: normal;
    font-size: 12px;
    line-height: 15px;
    /* identical to box height */

    /* Light/100 */
    color: #FFFFFF;

}
.facebook{
   /* 24 / symbols / facebook */
    position: absolute;
    left: 13.82%;
    right: 82.71%;
    left: 200px;
    top: 60px;
    

}
.insta{
    /* 24 / symbols / facebook */
     position: absolute;
     left: 13.82%;
     right: 82.71%;
     left: 315px;
     top: 60px;
 
 }
 .twitter{
    /* 24 / symbols / facebook */
     position: absolute;
     left: 13.82%;
     right: 82.71%;
     left: 450px;
     top: 60px;
 
 }
.footie svg:hover path {
    fill: rgba(255, 168, 0, .5);
    transition: all ease 0.3s;
}
.footie svg path {
    transition: all ease 0.3s;
}
/* Hi, I’m Yuriy. Welcome to my portfolio. I am a student at CU Boulder, learning code and design. Learn more> */
.textstyle{
position: absolute;
width: 750px;
height: 400px;
left: 150px;
top: 237px;

font-family: "Montserrat";
font-style: normal;
font-weight: 500;
font-size: 33px;
line-height: 40px;

color: #FFFFFF;
}
.textstyle h3{
    font-size: 25px;
    margin-top: 35px;
    margin-bottom: 35px;
}
.textstyle h1{
    font-size: 30px;
}
.textstyle h2{
    font-size: 50px;
    font-style: bold;
}
.textstyle a{
    font-size: 25px;
    color: #FFA800;
}
/* Rectangle 4 */

