*{
  box-sizing: border-box;
}

.row::after {
    content: "";
    clear: both;
    display: table;
}
[class*="col-"] {
    float: left;
    padding: 15px;
    outline-style:solid;
}
.col-1 {width: 8.33%;}
.col-2 {width: 16.66%;}
.col-3 {width: 25%;}
.col-4 {width: 33.33%;}
.col-5 {width: 41.66%;}
.col-6 {width: 50%;}
.col-7 {width: 58.33%;}
.col-8 {width: 66.66%;}
.col-9 {width: 75%;}
.col-10 {width: 83.33%;}
.col-11 {width: 91.66%;}
.col-12 {width: 100%;}

.col-container {
    display: table; /* Make the container element behave like a table */
    width: 100%; /* Set full-width to expand the whole page */
}

.col {
    display: table-cell; /* Make elements inside the container behave like table cells */
}
body{
  margin-left:10%;
  margin-right:10%;
  background-color: #f2f2f2;
}
header{
  text-align:center;
}
#header{
  background-color:white;
}
h1{
  font-family: 'Righteous', cursive;
}
p{
  font-family: 'Lato', sans-serif;
}
h2{
  font-family: 'Righteous', cursive;
}
nav{
  background-color:red;
}
a{
  font-family: 'Lato', sans-serif;
}
li{
  display:inline;
}

#intro{

}
nav a{
  text-decoration:none;
  padding-left:3%;
  padding-right:3%;
}

a:visited{
  color:black;
}
nav a:hover{
  color:white;
}
h2{
  text-align:center;
}
#title{
  outline-style:none;
}
.toppic{
  width:100%;
  height:auto;
  object-fit:contain;
}
img{
  display:block;
  margin-left:auto;
  margin-right:auto;
  width:70%;
}


#click{
  text-align:center;
  margin-right:auto;
}
#about{
  padding-left:3%;
  padding-right:5%;
}
iframe{
  align:center;
}
.caption{
  text-align:center;
}
.container{
  width:300px;
  height:300px;
  margin:auto;
}
a.button{
    background-color: black;
    border: none;
    color: white;
    padding: 15px 32px;
    text-align: right;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: pointer;
}
.music{
  text-align:center;
}
#musicoutline{
  outline-style:none;
}
.video{
  text-align:center;
  padding-top:20px;
  padding-bottom:20px;
}
#video{
  background-color:black;
  color:white;
}
#vid{
  outline-style:none;
}
.pelican{
  width:100%;
}
.merce{
  width:97%;
}
#merce{
  outline-style:none;
}
.dancers{
  width:60.9%;
}
#dancers{
  outline-style:none;
}
#source{
  padding:0;
}
#sourcetext{
  margin-left:10px;
}

#home{
  text-align:right;
  outline-style:none;
}
#footer{
  outline-style:none;
}
#pelican{
  outline-style:none;
}

@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    h1{
      font-size:30px;
      margin-left:0;
      margin-right:0;
    }
    #home{
      text-align:center;
    }
}
