*{
  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%;}

body{
  margin-left:10%;
  margin-right:10%;
  background-color: #f2f2f2;
}
header{
  text-align:center;
}
.row{
  background-color:white;
}
#nav{
  background-color:red;
}
h1{
  font-family: 'Righteous', cursive;
}
p{
  font-family: 'Lato', sans-serif;
}
h3{
  font-family: 'Righteous', cursive;

}

li{
  display:inline;
  font-family: 'Lato', sans-serif;
}

nav a{
  text-decoration:none;
  padding-left:3%;
  padding-right:3%;
}
a:visited{
  color:black;
}
nav a:hover{
  color:white;
}

a img:hover{
  outline-style:solid;
  outline-width:5px;
  outline-color:red;
}
.toppic{
  width:100%;
  height:auto;
  object-fit:contain;
}
img{
  width:300px;
  height:300px;
  object-fit:fill;
  text-align:left;
}

#click{
  text-align:center;
  margin-right:auto;
  outline-style:none;
  background-color: #f2f2f2;
}
#about{
  padding-left:3%;
  padding-right:5%;
  outline-style:none;
}
.caption{
  text-align:center;
}
.container{
  width:300px;
  height:300px;
  margin:auto;
}
#rob{
  outline-style:none;
}
#footer{
  outline-style:none;
  background-color: #f2f2f2;
}
@media only screen and (max-width: 768px) {
    /* For mobile phones: */
    [class*="col-"] {
        width: 100%;
    }
    h1{
      font-size:30px;
      margin-left:0;
      margin-right:0;
    }
}
