* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family:Verdana;
  color: #f1f1f1;
  background-color: #333;
}

/* Style the header */
.header {
    padding: 1px;
  text-align: center;
  font-size: large;
  padding: 10px;
   }

/* Style the header links */
.header a {
  color: #f2f2f2;
  text-decoration: none;
  font-size: x-large !important;
  padding: 0;
  }

/* Style the top navigation bar */
.topnav {
  overflow: hidden;
  background-color: #333;
  text-align: center;
  }

/* Style the topnav links */
.topnav a {
  display: inline-block;
  color: #f2f2f2;
  padding: 14px 46px;
  text-decoration: none;
  font-size: large;
}

/* Change color on hover */
.topnav a:hover {
  background:#f1f1f1;
  color: #333;
}

/* Create one column that floats center */
.main {
  float: center;
  padding: 50px;
  background-image:url(images/smiley.jpg);
  background-position:center;
  background-repeat: no-repeat;
  background-size: 25%;
  height: 550px;
   }

   .main_gallery {
    float: center;
    padding:50px;
    text-align: center;
    
   }

.main_about_img {
    float: center;
    padding: 0px;
    background-image:url(images/smiley.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: 25%;
    height: 550px;
     }

     .main_studio_img {
      float: center;
      padding: 0px;
      background-image:url(images/smiley.jpg);
      background-position:center;
      background-repeat: no-repeat;
      background-size: 25%;
      height: 550px;
       }

   .main_comingsoon {
    float: center;
    padding: 0px;
    background-image:url(images/smiley_comingsoon.jpg);
    background-position:center;
    background-repeat: no-repeat;
    background-size: 25%;
    height: 550px;
     }

.main_about {
float: center;
padding-top:80px;
padding-left: 40px;
padding-right: 40px;
text-align: center;
}

.main_studio {
  float: center;
  padding-top:80px;
  padding-left: 40px;
  padding-right: 40px;
  text-align: center;
  }
  

/* Style the main_about links */
.main_about a {
  color: #f2f2f2;
  text-decoration: none;
  padding: 0;
  }

/* Change color on hover */
.main_about a:hover {
  background:#f1f1f1;
  color: #333;
}

   /* Create one column that floats center */
.main_mt {
  float: center;
width:100%;
  padding:20px;
     }


/* Create two unequal columns that floats next to each other
.column {
  float: left;
  padding: 10px;
}*/

/* Left and right column
.column.left {
  width: 25%;
}*/

/* right column
.column.right {
  width: 75%;
}*/

/* Clear floats after the columns */
.row::after {
  content: "";
  display: table;
  clear: both;
}

/* Style the footer */
.footer {
  padding: 10px;
  text-align: center;
 
}

/