

        body {
            background-color: #efeff4;
        }

        .outercontainer{
            width: 1200px;
            height: auto;
            margin: auto;
            position: relative;
            align-items: center;
            
        }

        .logo{
            margin: 40px;
            float: left;
        }

        .menu{
            font-family: Outfit, sans-serif;
            float: left;
            margin: 10px;
            font-size: 23px;
            font-style: bold;
        }

        .menu li{
            float: left;
            position: relative;
            list-style: none;
            margin: 20px;
            text-align: center;
        }

        .menu li a{
            width: 70px;
            height: 20px;
            display: block;
            text-decoration: none;
            color: #202020;
            margin: 20px;
            font-weight:  medium;
            font-family: Outfit, sans-serif;
            line-height: 20px;
            transition: 0.15s;
        }
        
        .menu li a:hover{
            font-weight: bold;
        }


        .mavis{
            width: 100px;
            display: block;
            position: relative;
            font-family: Outfit, sans-serif;
            font-size: 75px;
            line-height: 65px;
            float: left;
            margin: 50px;
            color: #151515;
        }

        .mavis h3{
            width: 400px;
            font-size: 50px;
            margin: 0px;
            font-weight: lighter;
            color: #151515;
        }
        .mavis h2{
            font-size: 32px;
            font-family: Noto Sans SC, sans-serif;
            margin: 0px;
            font-weight: bold;
            color: #151515;
        }

        .title{
            display: block;
            width: auto;
            margin: 10px 0px;
            font-family: Outfit, sans-serif;
            font-size: 30px;
            font-weight: light;
            float: left;
            color: #151515;
            text-align: left;
        }
        
        .mainDisplayBox{
            display: inline-block;
            position: relative;
            width: 480px;
            margin: 30px;
            background-color: #ffffff;
            border-radius: 20px;
            box-shadow: rgba(0, 0, 0, 0.04) 0px 20px 25px -5px, rgba(0, 0, 0, 0.03) 0px 10px 10px -5px;
            padding: 20px;

        }

        .oneliner{
            color:#1c0dc6;
            font-family: Outfit, sans-serif;
            font-size: 36px;
            display: block;
            font-weight: bold;
            font-style: italic;
            margin: -60px 50px 20px 50px;
            text-align: left;
        }


        .description{
            display: block;
            width: 380px;
            margin: -40px 0px;
            font-family: Outfit, sans-serif;
            font-size: 20px;
            float: left;
            color: #151515;
            text-align: left;
        }

        .description a{
            color: #111c7c;
            text-decoration: underline;
        }

        .imageBox{
            margin: 40px 110px;
            float: left;
        }


        #container { 
            margin: 50px 360px;
            width: 900px;
            display: block;
            position: relative;
            clear: both;
            background-color: rgba(133, 160, 255, 0.161);
            padding: 40px;
            border-radius: 30px;

        }

        #thumbnails {
            margin:auto;
            width: 800px;	
            text-align: center;
            border-radius: 30px;
        }

        #main {
            width: 800px;
            margin:auto;
            text-align: center;
            margin-top: 12px;
            margin-bottom: 0;
        }
            
        #mainphoto {
            width: 800px;
            border-radius: 20px; 
        }

        #caption {
                color: #151515;
                font-family: Outfit, sans-serif;
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                padding: 12px;
        }
            
        .thumb {
            opacity: 0.7;
            border-width: 5px;
            border-color: transparent;
            border-radius: 12px;
            border-style: solid;
            height: 70px;
        }


        .galleryTitle{
            font-family: Outfit, sans-serif;
            font-size: 30px;
            font-weight: bold;
            color: #151515;
            text-align: center;
            display: block;
            clear: both;
            margin: 40px 20px;
        }



@media all and (max-width: 760px){
    .outercontainer{
        width: 100%;
        padding: 30px;

    }
    .menu{
        width: 100%;
        float: none;
        font-size: 18px;
    }

    .logo{
        width: 90%;
        float: none;
        text-align: center;
    }
    
    .hometext p{
        width: 100%;
        font-size: 24px;
        line-height: 24px;
        text-align: center;
        display: block;
        clear: both;
        margin: 30px;
    }
    #homeimage img{
        width: 320px;
        margin-top: 0px;
    }

    .imageBox img{
        width: 350px;
        margin: 20px;
        float: left;
    }

    .oneliner{
        display: none;
    }

    .title{
        width: 100%;
        margin: 0px;
        font-size: 32px;
        text-align: center;
    }

    .description{
        width: 90%;
        margin: 20px;
        font-size: 18px;
        text-align: center;
    }
    .galleryTitle{
        display: none;
    }
    #container{
        display: none;
    }
}

            
