@import url('https://fonts.googleapis.com/css?family=Cabin+Sketch|Concert+One|Lobster|Poiret+One|Share');


html,body{
    margin: 0;
    padding: 0;
}

.navbar{
    background-color: rgb(23, 48, 66);
    height: 100%;
    width: 25%;
    position: fixed;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 25%;
  background-color: rgb(23, 48, 66);
  position: fixed;
  height: 100%;
  text-align: center;
}

.logo{
    width: 100%
}

li a{
    display: block;
    padding: 8px 16px;
    text-decoration: none;
    color: white;
    font-family: 'Share',cursive;
    font-size: 30px;
    padding-top: 40px;
    padding-bottom: 40px;
    transition: all 0.3s ease-in;

}

li a:hover {
  background-color: #38a770;
}

.content{
    width: 75%;
    display: inline-block;
    float: right;
    background-color: rgb(23, 48, 66);
    height: 100%;
}


.tournaments{
    background-image: url(comp.jpg);
    background-size: cover;
    background-attachment: fixed;
    /*make background not scroll with screen*/
}



.title{
    font-size: 40px;
    text-align: left;
    color: white;
    padding-left: 40px;
    font-family: 'Poiret One', cursive;
}

.event{
    color: white;
    border: 2px solid white;
    display: inline-block;
    width: 45%;
    padding: 15px;
    text-align: center;
    margin: 7px;
    background-color: rgba(23, 48, 66, 0.7);
    font-family: 'Share', cursive;
}

.event h3{
    font-family: 'Share',cursive; 
}

.about{
    border-top: 5px solid white;
    margin-top:-41px;
    background-image: url(IMG-2181.JPG);
    background-size: cover;
    background-attachment: fixed;
}

.about p{
    color: white;
    font-family: 'Share', cursive;
    padding-left: 40px;

}

.about h3{
    color: white;
    font-family: 'Share', cursive;
    padding-left: 40px;
}

.bio{
    background-color: rgba(23, 48, 66, 0.7);
    padding-top: 40px;
}

.awards{
   border-top: 5px solid white;
    margin-top:-15px;
    background-image: url(background.jpg);
    background-size: cover;
    background-attachment: fixed;
}

.image{
    color: white;
    border: 2px solid white;
    display: inline-block;
    width: 28%;
    height: 300px;
    padding: 15px;
    text-align: center;
    margin: 7px;
    transition: all 0.6s ease-in-out;
}

.image:hover {
    transform: scale(1.15);
}

.image a{
    padding-top: 30%;
    font-size: 30px;
    text-shadow: 2px 2px black;
    font-family: 'Share', cursive;
    text-decoration: none;
    color: white;
}

.image1{
    background-image: url(image1.jpg);
    background-size: cover;
}

.image2{
    background-image: url(image2.jpg);
    background-size: cover;
}

.image3{
    background-image: url(image3.jpg);
    background-size: cover;
}
