@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');
@import url('https://fonts.googleapis.com/css?family=ABeeZee');
@media screen and (min-width: 1025px) {
    * {
        /*border: solid 1px black;*/
        margin: 0;
        padding: 0;
    }

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

    html {
        width: 100%;
        height: 100%;
        margin: 0;
        /*background: #A5DEE4;*/
    }

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

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

    h2 {
        font-family: 'Cabin Condensed', sans-serif;
    }

    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;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        color: white;

    }

    .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;
    }

    .buttons {
        text-align: center;
        font-family: 'ABeeZee', sans-serif;
        font-size: 20px;
        margin-top: 2%;
    }

    .buttons:hover {
        transform: translate(-2px, -2px);
    }

    .buttons a {
        color: gray;
        border: solid 3px dimgray;
        padding: 0.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;
    }

    .work_items {
        padding-top: 100px;
        display: flex;
    }

    .work_items div {
        display: inline-block;
        width: 500px;
        height: 500px;
    }

    .work_items h2 {
        text-align: center;
        padding-bottom: 15px;
        color: white;
        font-size: 30px;
    }

    .work_items img {
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-left: 15px;
        box-shadow: 23px 15px 15px rgba(0, 0, 0, 0.4);
    }

    .work_items img:hover {
        opacity: 0.7;
    }
}

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

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

    html {
        width: 100%;
        height: 100%;
        margin: 0;
        /*background: #A5DEE4;*/
    }

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

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

    h2 {
        font-family: 'Cabin Condensed', sans-serif;
    }

    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;
        padding: 7%;
        font-family: 'Cabin Condensed', sans-serif;
        font-size: 20px;
        color: white;

    }

    .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;
    }

    .buttons {
        text-align: center;
        font-family: 'ABeeZee', sans-serif;
        font-size: 20px;
        margin-top: 2%;
    }

    .buttons:hover {
        transform: translate(-2px, -2px);
    }

    .buttons a {
        color: gray;
        border: solid 3px dimgray;
        padding: 0.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;
    }

    .work_items {
        padding-top: 100px;
        display: flex;
    }

    .work_items div {
        display: inline-block;
        width: 500px;
        height: 500px;
    }

    .work_items h2 {
        text-align: center;
        padding-bottom: 15px;
        color: white;
        font-size: 30px;
    }

    .work_items img {
        width: 90%;
        height: auto;
        overflow: hidden;
        padding-left: 15px;
        box-shadow: 23px 15px 15px rgba(0, 0, 0, 0.4);
    }

    .work_items img:hover {
        opacity: 0.7;
    }
}

@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: 100vh;
    }

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

    .home h2{
        display: none;
    }

    .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;
    }

    /* 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: 80%;
        text-align: center;
        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;*/
    /*}*/

    .work_items img{
        display: none;
    }

}