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

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

    .home h2 {
        text-align: center;
        color: white;
        font-size: 457%;
        font-family: 'Cabin Condensed', sans-serif;
        font-style: italic;
    }

    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: 0px;
    }

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

    .container, .overview {
        width: 50%;
        margin: auto;
        font-family: 'Raleway', sans-serif;
        padding-top: 2%;
        line-height: 160%;
        font-size: 17px;
    }

    .container img {
        width: 100%;
        height: auto;
    }

    .container h3 {
        padding: 2.5% 0% 0.6% 0%;
    }

    .container h2 {
        padding-bottom: 2%;
    }

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

    .dot {
        color: #08192D;
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 2% 0% 2% 0%;
        opacity: 0.6;
    }

    .gallery {
        width: 100%;
        margin: auto;
        display: grid;
        grid-template-columns: repeat(8, 1fr);
        grid-template-rows: repeat(6, 5vw);
        grid-gap: 10px;
    }

    .gallery__img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .gallery__item--1 {
        grid-column-start: 1;
        grid-column-end: 4;
        grid-row-start: 1;
        grid-row-end: 4;
    }

    .gallery__item--2 {
        grid-column-start: 4;
        grid-column-end: 9;
        grid-row-start: 1;
        grid-row-end: 4;
    }

    .block {
        line-height: 0;
        -webkit-column-count: 5;
        -webkit-column-gap: 0px;
        -moz-column-count: 5;
        -moz-column-gap: 0px;
        column-count: 2;
        column-gap: 0%;
    }

    .block img {
        width: 100% !important;
        height: auto !important;
    }

    .block {
        display: inline-block;
        margin-right: auto;
        margin-left: auto;
        padding-bottom: 1%;
    }
}

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

    .home h2 {
        text-align: center;
        color: white;
        font-size: 457%;
        font-family: 'Cabin Condensed', sans-serif;
        font-style: italic;
        padding-top: 1vh;
    }

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

    .overview {
        width: 80%;
        margin: auto;
        font-family: 'Raleway', sans-serif;
        padding-top: 2%;
        line-height: 160%;
        font-size: 17px;
    }

    .overview h2 {
        font-family: 'Shadows Into Light', cursive;
        font-style: italic;
        text-align: center;
        font-size: 150%;
        padding-bottom: 3%;
        padding-right: 2%;
    }

    .dot {
        color: #08192D;
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 2% 0% 2% 0%;
        opacity: 0.6;
    }

    .overview, .container {
        width: 80%;
        margin: auto;
        font-family: 'Raleway', sans-serif;
        padding-top: 2%;
        line-height: 160%;
        font-size: 17px;
    }

    .container img {
        width: 100%;
        height: auto;
    }

    .container h3 {
        padding: 2.5% 0% 0.6% 0%;
        font-size: 110%;
    }

    .container h2 {
        padding-bottom: 2%;
        font-size: 125%;
    }

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

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

    .home h2 {
        text-align: center;
        color: white;
        font-size: 457%;
        font-family: 'Cabin Condensed', sans-serif;
        font-style: italic;
        padding-top: 5vh;
    }

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

    .home h2 {
        text-align: center;
        color: white;
        font-size: 398%;
        font-family: 'Cabin Condensed', sans-serif;
        font-style: italic;
    }

    /* 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;
    }

    .overview {
        width: 80%;
        margin: auto;
        font-family: 'Raleway', sans-serif;
        padding-top: 2%;
        line-height: 160%;
        font-size: 17px;
    }

    .overview h2 {
        font-family: 'Shadows Into Light', cursive;
        font-style: italic;
        text-align: center;
        font-size: 150%;
        padding-bottom: 3%;
        padding-right: 2%;
    }

    .dot {
        color: #08192D;
        width: 50%;
        margin: auto;
        text-align: center;
        padding: 2% 0% 2% 0%;
        opacity: 0.6;
    }

    .overview, .container {
        width: 80%;
        margin: auto;
        font-family: 'Raleway', sans-serif;
        padding-top: 2%;
        line-height: 160%;
        font-size: 17px;
    }

    .container img {
        width: 100%;
        height: auto;
    }

    .container h3 {
        padding: 2.5% 0% 0.6% 0%;
        font-size: 110%;
    }

    .container h2 {
        padding-bottom: 2%;
        font-size: 125%;
    }

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