@import url('https://fonts.googleapis.com/css?family=Sacramento');
@import url('https://fonts.googleapis.com/css?family=Cabin+Condensed|Sacramento');
@import url('https://fonts.googleapis.com/css?family=Raleway');


@media screen and (min-width: 1025px) {

    * {
        /*border: solid 1px black;*/
        margin: 0;
        padding: 0;
        height: auto;
    }

    html {
        display: block;
    }

    a {
        color: initial;
        text-decoration: initial;
    }

    .home {
        background: #A5DEE4;
        width: 100%;
        height: 300px;
    }

    h1 {
        font-family: 'Sacramento', cursive;
        font-size: 55px;
        color: #08192D;
        padding-left: 13%;
        padding-top: 20px;
    }

    nav {
        text-align: right;
    }

    .content ul {
        padding-left: 58%;
        text-align: right;
        transform: translateY(-100%);
        width: 27%;
        /*background-color: #A5DEE4;*/
    }

    .content ul li {
        display: inline-block;
        color: #08192D;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;

    }

    .content ul li:hover {
        opacity: 0.7;
        text-shadow: 5px 5px 130px rgba(168, 216, 185, 0.8);
        transform: translate(-2px, -2px);
    }

    .bottom {
        background-color: #A5DEE4;
        width: 100%;
        height: 100%;
        margin-bottom: 0;
    }

    .bottom ul {
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 17px;
        opacity: 0.8;
    }

    .flickr ul {
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Raleway', sans-serif;
        font-size: 23px;
        opacity: 0.85;
        margin-left: 10px;
        margin-bottom: 1%;
    }

    .flickr_photo {
        align-items: center;
        justify-content: center;
        /*padding: 10px;*/
    }

    .flickr_photo ul li {
        width: 31.7%;
        height: 30%;
        flex-direction: row;
        list-style: none;
        display: inline-block;
        overflow: hidden;
        padding: 1px;
    }

    .flickr_photo ul li:hover {
        opacity: 0.8;
    }

    .intro {
        margin: auto;
        width: 60%;
        list-style: none;
    }

    .intro h1 {
        font-family: 'Raleway', sans-serif;
        justify-content: center;
        align-items: center;
        padding: 10px;
    }

    .intro h2 {
        font-family: 'Raleway', sans-serif;
        justify-content: center;
        align-items: center;
        margin: 10px;
    }

    .resume, .flickr, .flickr_photo {
        display: flex;
        width: 60%;
        margin: auto;
    }

    .left {
        flex: 5;
        width: 100%;
        height: 100%;
    }

    .right {
        list-style: none;
        flex: 2;
        width: 100%;
        height: 100%;
    }

    .contact, .skill, .cv, .social, .about, .edu, .job {
        margin: 10px;
        font-family: 'Raleway', sans-serif;
        line-height: 150%;
    }

    .edu_detail, .year {
        list-style: none;
    }

    .year ul li {
        list-style: none;
    }

    .year ul {
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .left_title {
        margin-bottom: 10px;
        font-size: 25px;
    }

    .social li, .skill li {
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .left_title::after {
        content: "";
        display: inline-block;
        width: 20px;
        height: 6px;
        background-color: #A5DEE4;
        margin-left: 8px;
    }

    .right a {
        color: #6699A1;
    }

    .right a:hover {
        opacity: 0.7;
    }

    .hr {
        margin-left: 600px;
        margin-right: 600px;
        margin-top: 20px;
        margin-bottom: 50px;
        color: #A5DEE4;
        opacity: 0;
    }

    .intro_img {
        transform: translateX(-19.5%);
        text-align: right;
        margin-top: -30px;
        display: flex;
        align-items: center;
        justify-content: center;
        list-style: none;

    }

    .leftnright {
        transform: translateY(-5%);
    }

    .intro_img img {
        box-shadow: 10px 10px 90px rgba(0, 0, 0, 0.25);
        filter: brightness(110%);
        width: 32%;
        height: auto;
    }

    /* Dropdown Button */
    .dropbtn {
        background-color: #A5DEE4;
        color: #08192D;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        border: none;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;

    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 100px;
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #08192D;
        padding-top: 15%;
        text-align: left;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        color: black;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {
        display: block;
    }

}

@media screen and (min-width:768px) and (max-width:1024px){
    *{
        /*border: solid 1px black;*/
        margin: 0;
        padding: 0;
        height: auto;
    }

    html{
        display: block;
    }

    a{
        color: initial;
        text-decoration: initial;
    }

    .home{
        background: #A5DEE4;
        width: 100%;
        height: 380px;
    }

    .home h1{
        font-family: 'Sacramento', cursive;
        text-align: center;
        font-size: 60px;
        color: #08192D;
        padding-top: 20px;
    }
    .intro h1{
        font-family: 'Sacramento', cursive;
        font-size: 35px;
        color: #08192D;
        padding-top: 20px;
    }

    nav{
        text-align: center;
    }

    .content ul {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        /*background-color: #A5DEE4;*/
    }
    .content ul li {
        display: inline-block;
        color: #08192D;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;

    }
    .content ul li:hover{
        opacity: 0.7;
        text-shadow: 5px 5px 130px rgba(168,216,185,0.8);
        transform:translate(-2px,-2px);
    }

    .bottom{
        background-color: #A5DEE4;
        width: 100%;
        height: 100%;
        margin-top: 10%;
        margin-bottom: 0;
    }


    .bottom ul{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 17px;
        opacity: 0.8;
    }

    .flickr ul{
        font-family: 'Raleway', sans-serif;
        font-size: 23px;
        opacity: 0.85;
        margin-left: 10px;
        margin-bottom: 2%;
    }

    .flickr_photo{
        align-items: center;
        justify-content: center;
    }

    .flickr_photo ul li{
        width: 100%;
        height: auto;
        list-style: none;
        overflow: hidden;
        padding: 1px;
    }

    .flickr_photo ul li:hover{
        opacity: 0.8;
    }

    .intro{
        margin: auto;
        width: 80%;
        list-style: none;
    }
    .intro h1{
        font-family: 'Raleway', sans-serif;
        justify-content:center;
        align-items:center;
        padding: 10px;
        margin-top: 5%;
    }

    .intro h2{
        font-family: 'Raleway', sans-serif;
        justify-content:center;
        align-items:center;
        margin: 10px;
    }

    .resume,.flickr,.flickr_photo{
        width: 80%;
        margin: auto;
    }
    .left{
        width: 100%;
        height: 100%;
    }
    .right{
        list-style: none;
        width: 100%;
        height: 100%;
    }

    .contact,.skill,.cv,.social,.about,.edu,.job{
        margin: 10px;
        font-family: 'Raleway', sans-serif;
        line-height: 150%;
    }

    .edu_detail,.year{
        list-style: none;
    }

    .year ul li{
        list-style: none;
    }

    .year ul{
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .left_title{
        margin-bottom: 10px;
        font-size: 25px;
    }

    .social li,.skill li{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .left_title::after{
        content: "";
        display: inline-block;
        width: 20px;
        height: 6px;
        background-color: #A5DEE4;
        margin-left: 8px;
    }

    .right a{
        color: #6699A1;
    }

    .right a:hover{
        opacity: 0.7;
    }

    .hr{
        margin-left: 600px;
        margin-right: 600px;
        margin-top: 20px;
        margin-bottom: 50px;
        color: #A5DEE4;
        opacity: 0;
    }

    .intro_img{
        list-style: none;
        width: 80%;
        margin: auto;


    }

    .intro_img img{
        box-shadow: 10px 10px 90px rgba(0,0,0,0.25);
        filter: brightness(110%);
        width: 100%;
        height: auto;
        margin-top: 5%;
    }

    /* Dropdown Button */
    .dropbtn {
        background-color: #A5DEE4;
        color: #08192D;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        border: none;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;

    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 100px;
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #08192D;
        padding-top: 15%;
        text-align: left;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        color: black;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {display: block;}
}

@media screen and (max-width: 767px){
    *{
        /*border: solid 1px black;*/
        margin: 0;
        padding: 0;
        height: auto;
    }

    html{
        display: block;
    }

    a{
        color: initial;
        text-decoration: initial;
    }

    .home{
        background: #A5DEE4;
        width: 100%;
        height: 380px;
    }

    .home h1{
        font-family: 'Sacramento', cursive;
        text-align: center;
        font-size: 60px;
        color: #08192D;
        padding-top: 20px;
    }
    .intro h1{
        font-family: 'Sacramento', cursive;
        font-size: 35px;
        color: #08192D;
        padding-top: 20px;
    }

    nav{
        text-align: center;
    }

    .content ul {
        display: flex;
        width: 100%;
        justify-content: space-evenly;
        /*background-color: #A5DEE4;*/
    }
    .content ul li {
        display: inline-block;
        color: #08192D;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;

    }
    .content ul li:hover{
        opacity: 0.7;
        text-shadow: 5px 5px 130px rgba(168,216,185,0.8);
        transform:translate(-2px,-2px);
    }

    .bottom{
        background-color: #A5DEE4;
        width: 100%;
        height: 100%;
        margin-top: 10%;
        margin-bottom: 0;
    }


    .bottom ul{
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 15px;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 17px;
        opacity: 0.8;
    }

    .flickr ul{
        font-family: 'Raleway', sans-serif;
        font-size: 23px;
        opacity: 0.85;
        margin-left: 10px;
        margin-bottom: 2%;
    }

    .flickr_photo{
        align-items: center;
        justify-content: center;
    }

    .flickr_photo ul li{
        width: 100%;
        height: auto;
        list-style: none;
        overflow: hidden;
        padding: 1px;
    }

    .flickr_photo ul li:hover{
        opacity: 0.8;
    }

    .intro{
        margin: auto;
        width: 80%;
        list-style: none;
    }
    .intro h1{
        font-family: 'Raleway', sans-serif;
        justify-content:center;
        align-items:center;
        padding: 10px;
        margin-top: 5%;
    }

    .intro h2{
        font-family: 'Raleway', sans-serif;
        justify-content:center;
        align-items:center;
        margin: 10px;
    }

    .resume,.flickr,.flickr_photo{
        width: 80%;
        margin: auto;
    }
    .left{
        width: 100%;
        height: 100%;
    }
    .right{
        list-style: none;
        width: 100%;
        height: 100%;
    }

    .contact,.skill,.cv,.social,.about,.edu,.job{
        margin: 10px;
        font-family: 'Raleway', sans-serif;
        line-height: 150%;
    }

    .edu_detail,.year{
        list-style: none;
    }

    .year ul li{
        list-style: none;
    }

    .year ul{
        margin-top: 5px;
        margin-bottom: 10px;
    }

    .left_title{
        margin-bottom: 10px;
        font-size: 25px;
    }

    .social li,.skill li{
        margin-top: 5px;
        margin-bottom: 5px;
    }

    .left_title::after{
        content: "";
        display: inline-block;
        width: 20px;
        height: 6px;
        background-color: #A5DEE4;
        margin-left: 8px;
    }

    .right a{
        color: #6699A1;
    }

    .right a:hover{
        opacity: 0.7;
    }

    .hr{
        margin-left: 600px;
        margin-right: 600px;
        margin-top: 20px;
        margin-bottom: 50px;
        color: #A5DEE4;
        opacity: 0;
    }

    .intro_img{
        list-style: none;
        width: 80%;
        margin: auto;


    }

    .intro_img img{
        box-shadow: 10px 10px 90px rgba(0,0,0,0.25);
        filter: brightness(110%);
        width: 100%;
        height: auto;
        margin-top: 5%;
    }

    /* Dropdown Button */
    .dropbtn {
        background-color: #A5DEE4;
        color: #08192D;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        border: none;
    }

    /* The container <div> - needed to position the dropdown content */
    .dropdown {
        position: relative;
        display: inline-block;

    }

    /* Dropdown Content (Hidden by Default) */
    .dropdown-content {
        display: none;
        position: absolute;
        min-width: 100px;
        z-index: 1;
    }

    /* Links inside the dropdown */
    .dropdown-content a {
        color: #08192D;
        padding-top: 15%;
        text-align: left;
        text-decoration: none;
        display: block;
    }

    /* Change color of dropdown links on hover */
    .dropdown-content a:hover {
        color: black;
    }

    /* Show the dropdown menu on hover */
    .dropdown:hover .dropdown-content {display: block;}
}