* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
background: rgb(0,47,129);
background: radial-gradient(circle, rgba(0,47,129,1) 3%, rgba(0,55,101,1) 30%, rgba(26,0,97,1) 60%, rgba(9,0,42,1) 100%);
    box-sizing: border-box;
}

.wrap {
    margin: 0;
    padding: 0;
    margin: auto;
    width: 65vw;
    min-width: 800px;
    
}



.nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: whitesmoke;
    background-color: rgb(30, 16, 97, 0);
}

.logo {
    max-height: 120px;
    min-height: 40px;
    height: 7.5vh;
    background-image: url(images/mj%20logo%20Single%201.png);
    background-repeat: no-repeat;
    background-position: center;
    max-width: 120px;
    min-width: 40px;
    width: 7.5vh;
    background-size: cover;
    border-radius: 0.75vh;
    margin: 3vh;
    margin-left: 1vh;
}

.logo p{
    opacity: 0;
}

.nav-links ul {
    margin: 0;
    padding: 0;
    display: flex;
    margin-right: 0vh;
    
}

.nav-links li {
    list-style: none;
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 1.75vh;
}

.nav-links li a {
    text-decoration: none;
    color: aliceblue;
    padding: 2vh;
    display: block;
    transition: 0.5s;
}

.nav-links li a:hover {
    color: rgb(255, 142, 0, 1);
}

.toggle {
    position: absolute;
    top: 5vh;
    right: 7vw;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
}

.toggle .bar {
    height: 3px;
    width: 100%;
    background-color: aliceblue;
    border-radius: 10px;
}

#contact {
    background-color:  rgb(255, 142, 0, 1);
    border-radius: 2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    margin-right: 1vh;
    margin-left: 1.5vh;
}

#contact:hover {
    background-color:  rgb(255, 142, 0, 0.65);
}

#title {
        font-family:sans-serif;
        color: aliceblue;
        letter-spacing: .375vh;
        font-size: 4vh;
        font-weight: 100;
        position: absolute;
        bottom: 6vh;
        left: 4vw;
        text-shadow: 2px 2px 16px black, 2px 2px 20px black, 2px 2px 28px black, 2px 2px 20px black, 2px 2px 20px black, 2px 2px 32px black, 2px 2px 38px black;
    }

.homeback {
    height: 72vh;
    margin: 0;
    padding: 0;
    position: relative;
    background-color: black;
    background-image: url(images/digital/2ChineseDragonAlinesstickercopy.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 4vh;
    border-radius: 2vh;
    margin-bottom: 6vh;
    
}

.section {
    padding: 3vw;
    padding-top: 4vh;
    text-align: center;
    
}

#section1{
    background-color: rgb(9, 4, 25, 0.25);
    border-radius: 1vh;
    margin-top: 3vh;
    padding-top: 5vh;
    padding-bottom: 6vh;
    margin-bottom: 3vh;
}

#sectionport{
    background-color: rgb(9, 4, 25, 0.25);
    border-radius: 1vh;
    margin-top: 3vh;
    padding-top: 5vh;
    padding-bottom: 3vh;
    margin-bottom: 4vh;
}

#section3{
    background-color: rgb(9, 4, 25, 0.25);
    border-radius: 1vh;
    margin-top: 2vh;
    padding-top: 6vh;
    padding-bottom: 6vh;
}

#section4{
    background-color: rgb(9, 4, 25, 0.25);
    border-radius: 1vh;
    margin-top: 3vh;
    padding-top: 6vh;
    padding-bottom: 6vh;
}



.blurb{

    color: aliceblue;
    font-family: sans-serif;
    text-align: left;
}

#blurb1{
    display: inline-block;
    vertical-align: middle;
    padding-right: 3vw;
    width: 25vw;
    vertical-align: middle;
}



#blurbport{
    display: inline-block;
    vertical-align:middle;
    width: 100%;
    margin-bottom: 3vh;
}

.title2{
    font-size: 3vh;
    line-height: 3.5vh;
    letter-spacing: .125vh;
    font-weight: 600;
    color: aliceblue;
    font-family: sans-serif;
}

#titlep{
        font-family:sans-serif;
        color: aliceblue;
        letter-spacing: .375vh;
        font-size: 4vh;
        font-weight: 100;
        display: inline-block;
        text-shadow: 2px 2px 24px black;
    text-align: center;
    width: 100%;
    margin-top: 7vh;
}

.blurbp{
    font-size: 2vh;
    line-height: 2.75vh;
}

#slider {
	overflow: hidden;
    width: 30vw;
    border-radius: 2vh;
    display: inline-block;
    vertical-align: middle;
}
#slider figure {
	position: relative;
	width: 500%;
	margin: 0;
	left: 0;
	animation: 20s slider infinite;
}
#slider figure img {
	width: 20%;
	float: left;
}

@keyframes slider {
	0% {
		left: 0;
	}
	20% {
		left: 0;
	}
	25% {
		left: -100%;
	}
	45% {
		left: -100%;
	}
	50% {
		left: -200%;
	}
	70% {
		left: -200%;
	}
	75% {
		left: -300%;
	}
	95% {
		left: -300%;
	}
	100% {
		left: -400%;
	}
}








.container{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 1vh 0px 0 0px;
}

.container .heading{
  width: 50%;
  padding-bottom: 50px;
}
.container .heading h3{
  font-size: 3em;
  font-weight: bolder;
  padding-bottom: 10px;
  border-bottom: 3px solid #222;
}

.container .heading h3 span{
  font-weight: 100;
}
.container .box{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
}

.container .box .dream{
  display: flex;
  flex-direction: column;
  width: 32%;
}

.container .box .dream img{
  width: 100%;
  margin-bottom: 1.5vw;
  border-radius: 5px;
    transition: 0.5s;
}

.container .box .dream img:hover{
    opacity: 0.5;
}



.container .btn{
  margin: 40px 0 70px 0;
  background: #222;
  padding: 15px 40px ;
  border-radius: 5px;
}

.container .btn a{
 color: #fff;
 font-size: 1.2em;
 text-decoration: none;
 font-weight: bolder;
 letter-spacing: 3px;
}

img {
    cursor: pointer;
}






#lightbox {
    position: fixed;
    z-index: 1000;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0, .75);
    display: none;
}

#lightbox.active {
    display: flex;
    justify-content: center;
    align-items: center;
}


#lightbox img {
    max-width: 80%;
    max-height: 80%;
}


.form {
    width: 40%;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 1px;
}

form input {
    appearance: none;
    width: 100%;
    height: 5vh;
    font-size: 16px;
    line-height: 22px;
    padding: 1.5vh;
    border-radius: 1vh;
    margin-bottom: 1.25vh;
    background-color: rgba(0,0,0, .5);
    border: none;
    color: aliceblue;
    letter-spacing: 1px;
    
}

form textarea {
    appearance: none;
    width: 100%;
    height: 12.5vh;
    font-size: 16px;
    line-height: 22px;
    padding: 1.5vh;
    border-radius: 1vh;
    margin-bottom: 1.25vh;
    background-color: rgba(0,0,0, .5);
    border: none;
    color: aliceblue;
    letter-spacing: 1px;
    font-family: sans-serif;
    resize: none;
    
}

form button{
    padding: 1vh;
    padding-left: 8%;
    padding-right: 8%;
    background-color:  rgb(255, 142, 0, 1);
    color: aliceblue;
    font-size: 16px;
    border: none;
    cursor: pointer;
    height: 5%;
    border-radius: 10vh;
    margin-top: 1.25vh;
}

.sectionimage {

    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 1vh;
    display: inline-block;
    vertical-align: middle;
}

#booth {
    background-image: url(images/booth.jpg);
    height: 40%;
    margin-right: 4.5vw;
    width: 40%;
}


#blurba{
    display: inline-block;
    vertical-align:middle;
    width: 33vw;
}

#about {
    background-image: url(images/margaret2.jpg);
    height: 40vh;
    margin-right: 3vw;
    width: 36%;
    background-position: top;
    margin-top: 2vh;
    margin-bottom: 3vh;
    vertical-align: middle;
}


.footer {
    background-color: rgb(9, 4, 25, 0.45);
    margin: 0;
    text-align: center;
    margin-top: 5vh;
}



.foot-links {
    display: inline-block;
    padding: 0;
    margin: 0;
        margin-top: 3vh;
}

.foot-links ul {
    margin: 0;
    padding: 0;
    display: inline-block;
    
    
}

.foot-links li {
    list-style: none;
    font-family: sans-serif;
    letter-spacing: 2px;
    font-size: 1.75vh;
    display: inline-block;
    margin: 0.5vw;
    
}

.foot-links li a {
    text-decoration: none;
    color: aliceblue;
    padding: 1rem;
    display: block;
    transition: 0.5s;
}

.foot-links li a:hover {
    color: rgb(255, 142, 0, 1);
}

.copyright {
        list-style: none;
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 1.5vh;
    margin: 0;
        text-decoration: none;
    color: rgb(255, 255, 255, 0.75);
    padding: 1rem;
    display: block;
    transition: 0.5s;
    text-align: center;
    padding-bottom: 5vh;
    margin-top: 1vh;
}

#message {
    height: 12vh;
    vertical-align: text-top;
}



@media screen and (max-width: 900px) {
    .toggle {
        display: flex;
    }
    
    .nav-links {
        display: none;
        width: 100%;
    }
    
    .nav {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .nav-links ul {
        flex-direction: column;
        width: 100%;
        margin: 0;
        
    }
    
    .nav-links li {
        text-align: center;
        margin-bottom: 0.5vh;
    }
    
    .nav-links li a {
        padding: 2vh 3vh;
    }
    
    .nav-links.active {
        display: flex;
    }
    
    #contact {
    background-color:  rgb(255, 162, 0, 0);
    border-radius: 0px;
    transition: 0s;
            margin-right: 0vh;
    margin-left: 0vh;
    padding-bottom: 3vh;
}
    
    #contact:hover {
    background-color:  rgb(255, 162, 0, 0);
}
    
    .wrap {
        min-width: 0;
        width: 85vw;
        
    }
    
    h1 {
        font-family:sans-serif;
        color: aliceblue;
        letter-spacing: 3px;
    }
    
    .homeback {
    height: 34vh;
    margin-top: 2vh;
    }
    
#title {
        font-family:sans-serif;
        color: aliceblue;
        letter-spacing: 3px;
        font-size: 30;
        font-weight: 100;
        position: absolute;
        bottom: 1vh;
        left: 0vw;
    width: 100%;
    text-align: center;
        text-shadow: 2px 2px 16px black, 2px 2px 20px black, 2px 2px 28px black, 2px 2px 20px black, 2px 2px 20px black;
    }
    
    .section {
    padding: 3vw;
    padding-top: 2vh;
}

    
    .blurb{
    width: 100%;
    color: aliceblue;
    font-family: sans-serif;
}

#blurb1{
    padding-right: 13vw;
    padding-left: 13vw;
    padding-bottom: 3vw;
        width: 100%;
}

.title2{
    font-size: 3vh;
    line-height: 3.5vh;
    letter-spacing: 1px;
    font-weight: 600;
}

.blurbp{
    font-size: 2vh;
    line-height: 2.75vh;
}

#slider {
	overflow: hidden;
    width: 75%;
    border-radius: 2vh;
}
    
    #section1{
        padding: 3vh;
        padding-bottom: 7vh;
}
    
#section3{
        padding: 3vh;
}
    
    .container .heading{
  width: 100%;
}
.container .heading h3{
  font-size: 1em;

}
    
        .container .box{
   flex-direction: column;
  }

.container .box .dream{
  width: 100%;
}
    
    .container .box .dream img{
  width: 100%;
  margin-bottom: 3vw;
  border-radius: 5px;
}
    
#booth {
    background-image: url(images/booth.jpg);
    height: 40%;
    margin-right: 0vw;
    margin-top: 2vh;
    margin-bottom: 2vh;
    width: 90%;
}
    
.form {
    width: 100%;
    vertical-align: middle;
    display: inline-block;
    letter-spacing: 1px;
    padding: 2vh;
}
    
    #blurba{
    display: inline-block;
    vertical-align: top;
    width: 90%;
}

#about {
    background-image: url(images/margaret2.jpg);
    height: 35%;
    margin-right: 0vw;
    width: 80%;
    background-position: top;
    margin-bottom: 2vh;
    margin-top: 2vh;
}
    
    .logo {
        margin-left: 0;
    }
    
}
    
    