/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

body {
    line-height:1;
}

article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

table {
    border-collapse:collapse;
    border-spacing:0;
}

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;
} 

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
   !!!!!!!!!!!! MY CODE !!!!!!!!!!!!
   !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

* {
    text-decoration: none;
}

/* HEADER */

header{
    background-color: #fff;
    width: 100%;
    height: 100px;
    background-image: url('img/header-sky.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
        
    
}



header .Logo {
  font-family: 'Amatic SC', cursive;
  font-size: 40px;
  font-weight: 600;
  color: #2D49E8;
  text-transform: uppercase;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 20px 0;
  text-shadow: 2px 2px 8px #fff;
 }
 
header nav ul {
    display: block;
    margin: 0 auto;
    width: fit-content;
    
}

header nav ul li {
    display: inline-block;
    float: left;
    list-style: none;
    padding: 0 16px;
}

header nav ul li a {
  font-family: 'Cinzel', serif;
  font-size: 16px;
  color: #111;
}

header nav ul li a:hover{
    color: lightgrey;
    
}

@media only screen and (min-width: 1000px) {
  header .Logo {
  margin: 31px 0;
  text-align: left;
  line-height: 38px;
  padding: 0 20px 0 40px;
  border-right: 3px solid #1875E8;
  float: left;
  text-shadow: 2px 2px 8px #fff;
 }
    
 
 header nav ul {
    margin: 20px 0px 0px 20px;
    float: left;
    
}

header nav ul li a {
  line-height: 60px;
}

header nav ul li a:hover{
    color: lightgrey;
}
}

/* END OF HEADER */

/* INDEX */

.index-banner {
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url('img/fishbanner.jpg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: table;
}

.vertical-center {
    display: table-cell;
    vertical-align: middle;
    
}

.index-banner h2 {
  font-family: 'Cinzel', serif;
  font-size: 50px;
  font-weight: 900;
  line-height: 55px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
    
}

.index-banner h1 {
  font-family: 'Dancing Script', cursive;
  font-size: 30px;
  font-weight: 100;
  font-style: italic;
  line-height: 40px;
  color: #fff;
  text-align: center;
  text-shadow: 2px 2px 8px #111;
    
}

.fish-banner {
    width: 100%;
    height: calc(100vh - 100px);
    background-image: url('img/icebanner.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top left;
    display: table;
}

@media only screen and (min-width: 1000px) {
    .index-banner {
    height: 500px;
}

.index-banner h1 #ih1 {
    display: block;
    width: 560px;
    margin: 0 auto;
}

}

/* END OF INDEX */

/* FISH PAGE */

.fish-banner div {
    margin : 30px 16px 0;
    width: calc(100% - 32px);
    height: 100px;
    background-color: rgba(195, 248, 255, 0.1);
    text-align: center;
}
.fish-banner div:hover {
    background-color: rgba(195, 248, 255, 0.5);
    
}.fish-banner div h3 {
  font-family: 'Nanum Myeongjo', serif;
  font-size: 30px;
  font-weight: 900;
  font-style: italic;
  line-height: 40px;
  color: #F6FEFF;
  text-align: center;
  text-shadow: 2px 2px 8px #00002B;
  text-transform: uppercase;
  line-height: 100px;
    
}

@media only screen and (min-width: 1000px){
    
    .fish-banner div {
    margin : 30px 16px 0;
    width: calc(100% - 32px);
    height: 100px;
    background-color: rgba(195, 248, 255, 0.1);
    text-align: center;
}

}
/* END OF FISH PAGE */

/* CONTACT PAGE */

#map {
    
     height: 500px;
     width: 100%;
}

/* END OF CONTACT PAGE */

/* FOOTER */

footer {
    width: calc(100% - 80px);
    padding: 40px 40px;
    margin-top: 0px;
    background-color: #BDC4C4;
    overflow: hidden;
}

footer ul {
width: fit-content;
float: left;
padding-left: 20px;
    
}

footer ul li {
 display: block;
 list-style: none;    
}

footer ul li a {
 font-family: 'Cinzel', serif;
  font-size: 24px;
  color: #fff;
  line-height: 50px;
}

.footer-icon {
    width: 50px;
    float: right;
    
}

.footer-icon img {
    width: 100%;
    margin-bottom: 10px;
}



/* END OF FOOTER */


/* .Slogan {
    color: #3354e8; 
    text-transform: uppercase;
    letter-spacing: 5px;
    word-spacing: 10px;
    text-align: center;
    font-family: fantasy;
} */

     

 /* p {
  color: #6518bf; /* This colour is #Hex */
 /* background-color: rgb(225, 226, 234); /* This colour is RGB */
  /*line-height: 25px;
  font-size: 20px;
  font-family: cursive;
  line-height: 50px;
 } */

/* .banner{
    color: rgba(8,46,122, 0.6);
    letter-spacing: 1.5px;
    text-indent: 80px;
    font-style: italic;
    background-color: lightcyan;
    font-family: arial;
} */

/* .tutorial {
    font-size: 22px;
    line-height: 60px;
    background-color: white;
    font-family: 'Eater', cursive;

} */

.contact {
    color: black;
    line-height: 10px;
    font-size: 20px;
    
}

/* .contactlink {
    color: red;
    font-size : 18px;
    
} */


.b14img{
    width: 500px;
    
}


video{
    width: 70%;
}